* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
li , ul {
  list-style-type: none;
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/IRANYekanWebExtraBlack.ttf) format("truetype"),
 
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
 src: url(../fonts/IRANYekanWebBold.ttf)  format("truetype"),
 
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/iranyekanwebmediumfanum.ttf)  format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: 
    url(../fonts/iranyekanweblightfanum.ttf) format("truetype"),
 
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: 
    url(../fonts/iranyekanweblightfanum.ttf) format("truetype"),
 
}
.informatin h6 {
    font-size: 15px;
    font-family: 'iranyekan';
    font-weight: 400;
}
.informatin p {
    font-family: iranyekan !important;
    font-size: 13px;
    font-weight: 400;
}
body {
  font-family:iranyekan, travel, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI,
    Roboto, sans-serif;
  font-feature-settings: "ss01";
  font-size: 14px;
  line-height: 2;
  direction: rtl;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  color: #111111;
  padding: 0 !important;
  position: relative;
}
.owl-slider .owl-prev,.owl-slider .owl-next{
  filter: brightness(0);
}
.row-menu-mob{
  background-color: hsl(240deg 48.54% 33.53%);
}
.mnarw{
  font-size: 13px;
  opacity: .6;
}
.img-slice {
  background: url("../images/160714.png") no-repeat;
  background-size:30px;

}
.img-slice .icon-lng{
  background: url("../images/Layer\ 2.png") no-repeat;
  background-size:30px;
}
.logo img{
  transition: .3s;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.site-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
      justify-content: center !important;
  padding: 0;
  width:100%;
  align-items: center;
}
.site-nav.right-nav {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.site-nav li {
  list-style: none;
  margin: 0px 8px;
}
.owl-slider .owl-item img{
  height: 540px;
  object-fit: cover;
}
.site-nav li a {
  color: #ffffff;
    font-weight: 400;
    font-size: 15px;
  transition: all 0.2s linear;
}
.site-nav li a:hover{
  color: #e51515;
}
/* جلوگیری از اسکرول هنگام باز بودن منو */
.no-scroll {
  overflow: hidden;
}

/* لایه شیشه‌ای */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 90;
}

/* نمایش لایه شیشه‌ای */
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  display: inline-block;
  position: relative;
}

.menu-item a {
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  display: block;
  transition: all 0.3s ease-in-out;
}
.icon-main-menu {
  /* background-position: -100px -4px; */
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.arrow-icon {
  background-position: -5px -7px;
  width: 13px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
}
/* مگا منو */
.mega-menu {
  position: absolute;
  top: 50px;
  right: -10vw;
  background: white;
  width: 750px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  max-height: 500px;
  overflow-y: auto;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu ul li {
  margin: 10px 0;
}

.mega-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.mega-menu ul li a:hover {
  color: #ff5722;
  transform: translateX(5px);
}

/* نمایش مگا منو و لایه شیشه‌ای هنگام هاور */
.menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(10px);
}

.owl-theme .owl-dots .owl-dot span {
  background: #595959;
}
.footer-about .bld {
  font-weight: 900;
}
.btn-text i{
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-img {
    height: 107px;
  }
 
  .banner-section {
    height: 70vh;
  }

  .banners-col .col-md-6:nth-child(1) .layer-banner {
    border-top: 4px solid rgb(229, 21, 21);
    border-bottom: 4px solid rgb(229, 21, 21);
    border-left: 2px solid rgb(229, 21, 21);
  }
  .banners-col .col-md-6:nth-child(2) .layer-banner {
    border-top: 4px solid rgb(229, 21, 21);
    border-bottom: 4px solid rgb(229, 21, 21);
    border-right: 2px solid rgb(229, 21, 21);
  }
  .img-banner {
    height: 337px;
  }
  .layer-banner {
    padding: 0 24%;
  }
  .pe-md-80 {
    padding-left: 80px !important;
  }
  .slider {
    position: fixed;
    width: 100%;
    top: 112px;
    left: 0;
    z-index: 1;
  }
  .product-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-top: 500px;
  }
  .ps-md-80 {
    padding-right: 80px;
  }
  .bg-pro {
    padding: 10px 60px;
  }
  .fa-pro-name {
    font-size: 22px;
  }
  .title-tel {
    margin-bottom: 29px;
  }
  .box-logo {
    height: 123px;
    width: 123px;
  }
  .address-lbl {
    padding-left: 50px;
    font-weight: 300;
  }
  .d-md-flex.text-md-end {
    align-items: center;
    justify-content: flex-end;
  }
  .link-title-section a {
    font-size: 14px;
  }
  .lng-category-image {
    height: 161px;
    width: 161px;
    margin: auto;
  }
  .copy {
    font-size: 12px;
  }

  .title-footer {
    font-size: 15px;
  }

  .title-footer {
    position: relative;
  }

  .logo {
    text-align: left;
  }
}

.right-toolbar > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.container {
  margin: 0 auto;
  max-width: 1676px !important;
}
.owl-theme .owl-dots .owl-dot {
  background-color: transparent !important;
}
.owl-nav {
  margin: 0 !important;
  direction: ltr;
}

.card-body.text-block p {
  margin: 1.71429rem 0 !important;
  line-height: 2;
}

.btn.btn-outline-primary:hover {
  background-color: #f8f8f8 !important;
  border-color: #0fa7ad !important;
}
.button-us {
  font-weight: 300;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .title-slide-news {
    flex-direction: column !important;
  }
  .about-sec{
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
 .pt-xs-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
 }
  .text-t-center {
    text-align: center;
  }
  .mt-t-15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991.99px) {
  .owl-stage {
    padding-right: 0 !important;
  }
  .owl-all-category .owl-stage {
    padding-right: 0 !important;
  }
  .shop-link {
    background-color: transparent !important;
    border: none !important;
    position: relative;
  }
  .pr-padding {
    margin-bottom: 8px;
    padding-left: 0 !important;
  }

  .row.row-banner {
    margin-right: -10px !important;
  }
  .d-block.logo.text-center {
    display: none !important;
  }

  .js-categories-bar-item {
    display: none !important;
  }

  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }

  .link-footer {
    background-color: #eceff1;
  }
  .text-center.more a span {
    font-size: 11px;
  }
  .reg {
    display: none !important;
  }
  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menuTrigger i {
    color: #fafafa;
    font-size: 30px;
    vertical-align: middle;
  }

  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }

  .container {
    max-width: 100%;
  }
}

.title-footer {
  font-size: 15px;
  font-weight: 700;
  display: block;
  position: relative;
  color: #85220d;
}

@media screen and (min-width: 992px) {
  .banner-about {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
  }
  .about-sec {
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  #dropdownMenuButton2 {
    background-color: transparent;
    border: 0.5px solid rgb(48, 48, 48);
    border-radius: 13px;
    width: 71px;
    height: 31px;
    font-size: 15px;
    text-align: center;
    color: #e51515;
    font-weight: 700;
  }
  .col-footer-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .col-footer-left .title-footer {
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 73px;
  }
  .title-slide-news {
    background-color: #ffffff4f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 10px;
    border-left: 8px solid #212121;
    font-weight: 300;
    font-size: 20px;
  }
  .menuTrigger {
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
  }
  .menuTrigger i {
    font-size: 28px;
    cursor: pointer;
  }

  #dropdownMenuButton2::after {
    display: none !important;
  }
  .register button {
    font-size: 13px;
    border: none;
  }
  .owl-stage {
    padding-right: 0 !important;
  }

  .shop.d-none.d-md-block {
    display: inline-block !important;
  }

  .row-menu-mob {
    display: none !important;
  }

  .title-footer {
    margin-bottom: 13px !important;
  }
  #panel-menu {
    display: none;
  }

  .register {
    position: relative;
  }
  .nav.tab-menu.nav-pills {
    background-color: #eee;
  }

  .namd {
    text-align: left;
  }
}

.adv-banner li {
  list-style: none;
  margin-bottom: 12px;
}

.owl-theme.owl-brands a {
  display: block;
  background-color: #fff;
}

.big-img-category {
  display: block;
}

.big-img-category img {
  width: 100% !important;
  height: 100% !important;
}

.categori-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  margin-bottom: 0 !important;
}
#dropdownMenuButton1::after {
  display: none !important;
}
@media screen and (max-width: 991.99px) {
  #dropdownMenuButton2::after {
    display: none !important;
  }
  .register button {
    background-color: transparent !important;
    color: #616161 !important;
    font-size: 26px !important;
  }

  #dropdownMenuButton2 {
    border: none !important;
    border-radius: 100%;
    font-size: 18px;
    vertical-align: text-top;

  }

  .logo-mob img {
    max-width: 130px;
    object-fit: contain;
  }

  .row.menu {
    display: none !important;
  }
  .cart-info {
    max-height: 30vh;
    overflow-y: auto;
  }

  .page {
    overflow-x: hidden;
  }

  .site-name {
    padding-right: 15px !important;
  }

  .p-mob-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .img-icon {
    width: 75px;
    height: 84px;
    background-size: contain !important;
  }

  .menu-mob {
    background-color: #f9f9f9;
  }

  .row.row-align {
    align-items: center;
  }

  .more a {
    border: 1px solid #dcdde0;
    border-radius: 15px;
    color: #fff;
    padding: 5px 15px;
  }

  .copy {
    text-align: center !important;
  }

  .owl-brands .owl-prev {
    left: -45px;
  }

  .owl-brands .owl-next {
    right: -45px;
  }

  .product-carousel {
    padding-top: 0 !important;
  }

  .toolbar-desc .count {
    position: absolute;
    top: -20px;
    background-color: #ffb4cb;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    line-height: 22px;
    right: -6px;
    z-index: 2;
    text-align: center;
  }
  .my-account img {
    width: 33px;
  }
  .title-footer {
    font-size: 13px;
  }
}

.title-footer.un-link span {
  position: relative;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}

.product-carousel .owl-nav [class*="owl-"] {
  margin: 0 !important;
}

@media screen and (min-width: 1320px) {
}

@media screen and (max-width: 570.99px) {
  .owl-slider .owl-item img{
    height: 160px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.copy {
  font-weight: 300;
  color: #ffffff8f;
  background-color: hsl(241.43deg 50% 32.94%);
}
.copy .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.right-footer {
  position: relative;
}
.footer-logo {
  display: block;
  margin-bottom: 10px;
}
.banner img {
  width: 100% !important;
}
.nav-link {
  color: #464646;
  font-size: 13px !important;
}
.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}

.send-box-cat span {
  width: 83px;
  left: 0;
  border: 1px solid #78beb4;
  z-index: 2;
  color: #78beb4;
  font-weight: 500;
  padding: 1px solid #fff 6px;
  margin-top: 3px;
  border-radius: 25px;
  font-size: 10px;
  background-color: #fff;
}

.send-box {
  position: absolute;
  left: 0;
  border: 1px solid #4375ff;
  z-index: 2;
  color: #6d93fb;
  font-weight: 500;
  padding: 1px solid #fff 10px;
  margin-top: 3px;
  top: 42px;
  border-radius: 25px;
  font-size: 12px;
  background-color: #fff;
}

.img-box {
  position: relative;
  display: inline-block;
}

.more a:hover {
  border-color: #ff44d1;
}

.footer-link {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.more-info.more {
  color: #6eccf3;
  font-size: 11px;
  background-color: transparent;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px !important;
}

.shop-link:hover {
  color: #fff;
}

.owl-prev {
  position: absolute;
  right: -19px;
  top: 45%;
}

.owl-next {
  position: absolute;
  left: -19px;
  top: 45%;
}
.owl-slider .owl-next {
  left: 25px;
}
.owl-slider .owl-prev {
  right: 25px;
}
.owl-next span,
.owl-prev span {
  font-size: 0 !important;
}

.owl-slider .owl-next {
  margin: 0 !important;
  background: url("../images/arrow-slider.png") !important;
  width: 20px;
  height: 38px;
  transform: rotate(180deg);
}

.owl-slider .owl-prev {
  margin: 0 !important;
  background: url("../images/arrow-slider.png") !important;
  width: 20px;
  height: 38px;
}

.owl-dot.active span {
  background-color: rgb(229, 21, 21) !important;
  border-color: rgb(229, 21, 21) !important;
}

@media screen and (max-width: 767.99px) {
  .m-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }
  .owl-slider .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #myTabPro li button {
    min-width: 150px;
  }
  .about-sec {
    padding-top: 40px;
  }
  .banners-col .col-md-6:nth-child(1) .layer-banner {
    border-top: 4px solid rgb(229, 21, 21);
    border-bottom: 2px solid rgb(229, 21, 21);
    border-right: 4px solid rgb(229, 21, 21);
    border-left: 4px solid rgb(229, 21, 21);
  }
  .banners-col .col-md-6:nth-child(2) .layer-banner {
    border-top: 2px solid rgb(229, 21, 21);
    border-bottom: 4px solid rgb(229, 21, 21);
    border-right: 4px solid rgb(229, 21, 21);
    border-left: 4px solid rgb(229, 21, 21);
  }
  .img-banner {
    height: 280px;
  }
  .layer-banner {
    padding: 0 14%;
  }
  .footer .container {
    padding-bottom: 10px;
  }
  .list-footer {
    padding: 0 50px !important;
    margin-bottom: 15px !important;
  }
  .footer {
    text-align: center;
  }
  .back-to-top {
    bottom: 47px !important;
  }
  .img-special {
    height:139px;
  }
  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .pe-xs-10 {
    padding-left: 10px !important;
  }

  #myTabPro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-top: 15px;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    border-bottom: none !important;
  }

  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .sotial-footer ul li {
    margin: 0 5px;
  }

  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .ps-xs-14 {
    padding-right: 14px !important;
  }
  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .more a {
    padding: 5px 11px !important;
  }
  .info-contact {
    text-align: center;
    margin-top: 20px;
  }
  .copy {
    font-size: 11px;
  }

  .row-social {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .row-footer {
    display: none !important;
  }
  .cat-box {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .list-cat li {
    width: 25%;
    margin: 5px;
  }
  .right-toolbar span {
    margin-right: 15px;
    position: relative;
  }
  li.home,
  .support.intro {
    display: none !important;
  }
  .prl-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .show-more:hover {
    color: #fff !important;
  }
  .show-more {
    width: 60px;
    height: 40px;
    background-color: #eb162e;
    display: inline-table;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    top: -7px;
    position: relative;
  }
  .brand-list .index-row a {
    margin: 2px 0 !important;
  }
  .btn-group.box-icon {
    margin-top: 10px;
  }
}

.page {
  overflow-x: hidden;
}
.panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.close-li {
  background-color: #f3f3f3 !important;
}
.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
#panel-menu ul {
  padding-right: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}
.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edecec;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

.panel-menu {
  z-index: 10;
}

.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}

.main-menu a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.main-menu i {
  vertical-align: middle;
  font-size: 9px;
  margin-right: 4px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 1000000000000 !important;
}

.subPanel {
  z-index: 20;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}

.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}

.border-none {
  border: none !important;
}

.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}

.arow-menu i {
  background: url("../images/nav-sprite.png") no-repeat -137px -288px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -136px -309px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}

.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}

.title-send.d-block a div:nth-child(1) {
  font-weight: 600;
}
.support:hover a {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.support a {
  margin-right: 10px;
}

.menu-account li:not(:last-child) a {
  border-bottom: 1px solid #fff dashed #d8d4d4;
}

.menu-account li {
  padding: 5px 20px;
  line-height: 3;
}

.menu-account li a {
  font-size: 13px;
  display: block;
  color: #424750;
  display: block;
  font-weight: 600;
  width: 100%;
}
.menu-account li:hover {
  background-color: #f0f0f1;
}
.icon-reg {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.menu-account {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: none !important;
  min-width: 250px;
  padding: 0;
}
.menu-account li i {
  font-size: 17px;
  margin-left: 2px;
  vertical-align: middle;
}

.m-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
}

.gap-c {
  display: inline-block;
  width: 1px solid #fff;
  height: 13px;
  background-color: #212121;
  margin-right: 20px;
  vertical-align: middle;
}
.mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.mini-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 4px solid #f6f6f6;
}

.btn.btn-link {
  color: #212121;
  text-decoration: none;
}

.shop .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #212121;
}

.mini-cart-products {
  max-height: 280px;
  overflow-y: auto;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.mini-cart-product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.mini-cart-product-thumbnail a {
  display: block;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mini-cart-product-thumbnail a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #212121;
  border-radius: 10px;
  opacity: 0.03;
  z-index: 10;
}

.mini-cart-product-thumbnail img {
  max-width: 100%;
}

.mini-cart-product-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  position: relative;
}

.mini-cart-product-brand {
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-product-detail a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mini-cart-product-title {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.mini-cart-purchase-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-cart-product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-product-price {
  font-weight: bold;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.currency {
  font-size: 12px;
}

#dropdownMenuButton1 {
  background-color: transparent;
  border: none !important;
  position: relative;
  text-align: center;
}

.mini-cart-product-remove {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0;
  background-color: transparent;
  z-index: 1;
}

.mini-cart-product-remove i {
  color: #212121 !important;
}

.mini-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 4px solid #f6f6f6;
}

.mini-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini-cart-total-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-total-value {
  font-size: 18px;
  font-weight: bold;
}

.btn-primary {
  color: #fff !important;
  background-color: #85220d;
  border-color: #85220d;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  background-color: #511205;
}

.addToCart::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(100%);
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.add-crd.addToCart {
  background-color: #74a32f;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.right-toolbar button::after {
  display: none !important;
}

.quick-btn {
  position: absolute;
  left: -40px;
  top: 10px;
  z-index: 3;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}

.ico-menu,
.ico-menu img {
  width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
}

.ico-menu {
  margin-left: 5px;
}

@media screen and (min-width: 992.99px) and (max-width: 1023.99px) {
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}
.dropdown-menu > li:hover > .submenu {
  display: block;
}

@media screen and (min-width: 768px) {
  .title-footer {
    text-align: right;
  }
  .header.sticky-menu .logo img {
    height: 60px;
    object-fit: scale-down;
  }
  .slider{
    transition: .3s;
  }
  .header.sticky-menu  + .body-content .slider{
    top: 80px ;
  }
  .header .logo img {
    height: 80px;
    object-fit: scale-down;
    transition: .3s;
  }
  .card.crd-pro {
    border-radius: 25px;
    box-shadow: 0 0 12px #ddd;
  }
}
.layer-item {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-align: right;
}
.owl-news .item:hover .img-special img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
a:hover {
  color: #8b0000;
}
.item-img.position-relative {
  overflow: hidden;
  border-radius: 15px;
}

.col-12.cost.text-end.off-pro {
  min-height: 62px;
}

.d-flex.flex-item {
  align-items: center;
}
.info-cost {
  color: #c70a0a;
  font-weight: 600;
  font-size: 15px;
}
.flip {
  color: #303030;
  font-size: 11px;
}

.link-title-section a {
  color: #284258;
  border: 1px solid #bebac7;
  padding: 5px 9px;
  border-radius: 5px;
}
.link-title-section a i {
  font-weight: 300;
  vertical-align: middle;
  font-size: 12px;
}

.align-items-flex-end {
  align-items: flex-end;
}
.img-shop {
  background-position: -106px -49px;
  width: 28px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.img-all {
  background-position: -41px -9px;
  width: 21px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.shop .count {
  width: 14px;
  height: 14px;
  background-color: #ec1630;
  border-radius: 100%;
  line-height: 13px;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: -7px;
  font-size: 12px;
}

.favo .count {
  width: 19px;
  height: 19px;
  background-color: #ff44d1;
  border-radius: 100%;
  line-height: 13px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  right: -7px;
  border: 2px solid #ff44d1;
  z-index: 1;
}

.d-flex.flex-cal {
  align-items: center;
}
.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}

.img-main-category img {
  width: 25px !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
  background-color: hsl(240deg 48.54% 33.53%);
}
.header.sticky-menu {
  box-shadow: 0px 0px 8px #6f6e6e;
}
.title-slide-news {
  flex-direction: column;
}
@media screen and (max-width: 991.99px) {
  .title-slide-news {
    background-color: #ffffff4f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #fff;
    border-radius: 10px;
    border-bottom: 4px solid #212121;
    font-weight: 600;
    font-size: 15px;
    gap: 9px;
    margin-bottom: 15px;
    padding: 7px 0 !important;
  }
  .menuTrigger-icon > span {
    display: inline-block;
    vertical-align: middle;
  }
}

.layer-category {
  color: #3f4064;
  min-height: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer .container {
  padding-top: 30px;
  color: #fff;
}
.footer {
  background-color: #e30615;
}
.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.sotial-footer a {
  display: block;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}
.sotial-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.sotial-footer a span {
  padding: 0;
  display: block;
  border-radius: 100%;
  background-color: #000;
}
.sotial-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.sotial-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.sotial-footer a {
  width: 47px;
  height: 47px;
  line-height: 47px;
}
.sotial-footer ul li {
  width: 47px;
  height: 47px;
  line-height: 47px;
}
.row-news-letter .form-news {
  display: flex;
  align-items: center;
}

.sotial-footer li a img {
  object-fit: contain;
  max-width: 33px;
}

.copy .bld {
  font-weight: 500;
  font-size: 13px;
}
.address-text {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #284258;
}

.d-flex.flex-cal a {
  color: #333;
  font-size: 16px;
  margin-left: 15px;
  display: inline-block;
  font-weight: 300;
}
.off-menu a {
  color: #1c39bb;
}

.owl-story .item a {
  height: 344px;
  overflow: hidden;
}
.row.row-baneer {
  align-items: flex-end;
}
.icon-title-news {
  background-position: -177px -94px;
  width: 55px;
  height: 56px;
  display: inline-block;
}
.more-news {
  font-size: 13px;
  color: #284258;
}
.more-news i {
  font-size: 11px;
  vertical-align: middle;
}

.title-send.d-block {
  color: #131313;
}

.icon-title-off {
  background-position: -76px -58px;
  width: 91px;
  height: 85px;
  display: inline-block;
}
.icon-title-product {
  background-position: -2px -119px;
  width: 55px;
  height: 35px;
  display: inline-block;
}
.img-map {
  background-position: -206px -39px;
  width: 21px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.img-cal {
  background-position: -90px -9px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.img-mail {
  background-position: -144px -42px;
  width: 14px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.flex-cal .tel:nth-child(2)::after {
  content: "|";
  position: absolute;
  left: 8px;
  top: -4px;
}
.about-company {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 300;
  font-size: 12px;
}
.about-company a {
  color: #fff;
  font-weight: 600;
}
.footer .tel a {
  font-weight: 600;
}
.title-section {
  color: #004094;
  font-weight: 600;
}
.title-section span {
  color: #004094;
  font-weight: 300;
}
.show-all {
  color: #004094;
  font-weight: 600;
}
.img-slice.icon-all {
  background-position: -11px -27px;
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .container {
    padding-bottom: 50px;
  }
  .title-section {
    font-size: 30px;
  }
  .sotial-footer ul li {
    margin-right: 3px;
    margin-left: 3px;
  }
  .d-flex.flex-lng.align-items-center {
    justify-content: end;
    gap: 25px;
  }
}
.brand-link {
  color: #1c39bb;
}
.sec1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.tel {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  direction: ltr;
  line-height: 1;
}
.mail {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  direction: ltr;
  line-height: 1;
}
.mail:hover,
.tel:hover {
  color: #aa2a0f;
}
.back-to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  right: 0;
  margin: auto;
}
.owl-dot span {
  border: 1px solid #3e3e3e;
}

.icon-add-card {
  background-position: -112px -85px;
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.accordion-button {
  font-size: 14px;
  color: #284258;
}
.accordion-item {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: none !important;
}
.accordion-item button {
  box-shadow: none !important;
}
.title-icon {
  display: inline-block;
  background-position: -169px -30px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.title-blog {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
}
.date-news {
  color: #e1e1e1;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  min-height: 30px;
}

.img-special {
  overflow: hidden;
  border-radius: 10px;
}
.layer-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.863) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.863) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.863) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px 15px;
}

.img-special img {
  object-fit: cover;
  height: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}

.owl-news .item {
  border-radius: 15px;
}
.z-index-1 {
  z-index: 6;
}

.rea-yq::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #212121;
  position: absolute;
  top: -5px;
  left: 70%;
  transform: translatex(-70%);
}
.rea-yq {
  position: absolute;
  padding: 10px !important;
  z-index: 1;
  top: 130%;
  background-color: #212121;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  width: 100%;
  text-align: center;
  transform: translatey(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  min-width: 100px;
}
.rea-yq a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
.rea-yq a img {
  width: 30px;
  height: 25px;
  object-fit: contain;
  margin-left: 5px;
}
.tel-ico img {
  width: 26px;
  font-weight: 300;
}
.tel-con i {
  font-size: 13px;
  margin-left: 5px;
}
.nav-tel:hover .rea-yq {
  transform: translatey(0px);
  opacity: 1;
  visibility: visible;
}
.icon-lng {
  background-position: -65px -4px;

  display: inline-block;
  vertical-align: middle;
  display: flex
  ;
      gap: 3px;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      align-items: center;
}
.tel-ico {
  border: none !important;
  position: relative;
  text-align: center;
  font-weight: 300;

}
.main-title {
  font-weight: 700;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  #myTabPro {
    margin: auto;
  }
  .img-special {
    height: 400px;
  }
  .link-more {
    font-size: 16px;
  }
}

#myTabPro {
  border-bottom: 0 !important;
}
#myTabPro li {
  margin-right: 10px;
}
#myTabPro li button {
height: 39px;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: #ffffff59;
  font-weight: 600;
  font-size: 16px !important;
  padding: 5px;
}


/* -------------------------------------------------4444------------------------------------ */
.m-img img {
  height:80%;
  width:80%;
  /* border-radius: 15px; */
  object-fit: cover;
}
.scroll-image {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease-in-out;
}
.scroll-image.right {
  transform: translate3d(-50px, 0, 0);
}
.scroll-image.left {
  transform: translate3d(50px, 0, 0);
}
@media(max-width:768px){
  /*    .img-fluid{*/
  /*      max-width:44% !important;*/
  /*}*/
      #myTabPro li button {
        min-width:100%;
    }
       .img-fluid {
        max-width: 100%;
    }
        #myTabPro li button .img-fluid {
        max-width: 100%;
    }
/*.img-special{*/
/*    width:100px;*/
/*    height:100px;*/
/*}*/
.banner-section{
    background-size:none !important;
}
.title-blog{
    font-size: 10px;
}
  .date-news{
       font-size: 10px; 
  }
  .img-pro{
          border-radius: 15px;
          height: 71px;
  }
}
/*/-------------------------------------------------*search*----------------------------------------/*/

@media screen and (min-width: 992px) {
  .search-wrapper {
    position: absolute;
    left: 0;
    transition: all 0.5s ease;
    top:-21px !important;
    width: 0;
    z-index: 10000;
        left: 32px;
  }
  .ul-search-d{
      margin:0;
      padding:0;
  }
  .search-wrapper form {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: flex-end;
    border-radius: 25px;
  }
  .icon-search.fal.fa-search {
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
.search-activ{
   color:#fff!important;
}
  .search-submit {
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    background-color: #000;
    height: 46px;
    width: 52px;
    padding: 0;
    position: relative;
    border-radius: 25px 0 0 25px;
    line-height: 46px;
  }
  .search-submit i {
    color: #fff;
    font-size: 17px !important;
    font-weight: 600;
    position: relative;
    top: 5px;
}
  .search-field {
    padding: 5px;
    border-radius: 0 25px 25px 0;
    border: 1px solid #fff;
    width: 100%;
    height: 46px;
    font-size: 13px;
  }
  .icon-search.fal.fa-search.close::before {
    content: "\f00d" !important;
  }
  .search-wrapper.expand {
    width:373px;
  }
  .icon-search{
    color: #fff;
  }
}  
@media screen and (min-width: 992px) {
    ul.p-0.search-result-list, .search-result, #box-search.search-result {
    min-height: 200px !important;
    max-width:  100% !important;
    min-width: 0 !important;
    width: 100% !important;
    border-radius: 15px !important;
}
div#box-search {
    top: 47px !important;
}
  .search-wrapper {
    position: absolute;
    left: 22px;
    transition: all 0.5s ease;
    top: 12px !important;
    width: 0;
    overflow: hidden;
    z-index: 10000;
  }
 .search-wrapper.expand {
    min-height: 300px !important;
    overflow: visible;
}
  .search-wrapper form {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: flex-end;
    border-radius: 25px;
  }}  .search-wrapper.expand {
    width: 500px;
  }
  /* ---------------------------------------about-us-home-page-------------------------------------------- */
.name-com{
  text-align: center;
  position: relative;
}
.name-com p{
  z-index: 10;
  color: hsl(0deg 0% 82.75%);
  font-size: 20px;
}
.name-com p::after{
  content:"";
position: absolute;
background-color: rgb(230 230 230);
width: 250px;
height:20px;
top:10px;
right: 0;
left: 0;
margin: auto;
z-index: -1;

}
.name-com p::before{
content:"";
position: absolute;
background-color: rgb(198, 198, 198);
width: 300px;
height:2px;
top:18px;
right: 0;
left: 0;
margin: auto;
z-index: -2;
}
.about-us-text p{
  width: 80%;
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
  font-size: 22px;

}
.about-us-text{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}
.button-us{
  width: 140px;
  height: 45px;
}
.button-about-us{
  display: flex
  ;
      justify-content: center;
      gap: 30px;
      margin-top: 50px;
}
.button-us a{
  text-decoration: none;
  color: #fff;
  width: 60px;
 
}
.read-more {
  background-color: red;
}
.catalog{
  background-color: hsl(237.83deg 49.11% 33.14%);
}
.about-us-text h2 {
  color: #004094;
  font-weight: 500;
  font-size: 30px;
  margin-top: 25px;
}
.button-about-us{
  margin-bottom: 80px;
}
/* ----------------------------------------------category-------------------------------------------- */
.category{
  display: flex;
  justify-content: center !important;
  align-items: center!important;
  flex-direction: column;
  width: 100%;
  height: 130px;
}
.textheadcg {
  font-size: 30px;
  font-weight: 500;
  color: hsl(240.63deg 52.75% 35.69%);
  margin:0 0 30px 0;

}
.categorybox{
  margin-left:30px;
  margin-right:30px;
}
.bn-seeall-cg{
  margin-top: 50px;
}
.passagheadcg{
  font-family: 'iranyekan';
  font-size:13px;
  font-weight: 200;
  color: hsl(0deg 0.88% 77.84%);
}

.cg-bx{
  position: relative;
  overflow: hidden;
}
.titlecg{
  position: absolute !important;
  right: 20px;
  top:20px;
  width: max-content !important;
  color: #fff;
  font-weight: 300;
  font-size: 23px;
  z-index:999;
      font-weight: 400;
}
.imgcg1{
  position: relative !important;
  overflow: hidden;
}

.imgcg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* رنگ مشکی با شفافیت */
  z-index: 10;
}

.imgcg1 img {
  position: relative;
  z-index: 2;
}

/*.titlecg {*/
/*  color: #fff; */
/*background-color: #2c2c7f;*/
/*}*/
.cg-bx {
      position:relative;
}
.cg-bx:after{
    content:"";
    position:absolute;
    background-color:#03030382;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    margin:auto;
    right:0;
    left:0;
    z-index:99;
}
.imgcg1{
  width: 100%;
  transition: .3s;
  height: 300px;
  object-fit: cover;
  position: relative;

}
.bfformg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.cg-bx:hover img{
  transform: scale(1.2);
}
.see-more-pro {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
  width: max-content!important;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  z-index:999;
}
.box-pro{
  padding-bottom: 80px;
}
.see-more-pro i{
  transform: translateY(3px);
  font-size: 15px !important;
}
.box-pro{
  backdrop-filter: blur(1px);
}

/* .seeall-cg{
  background-color: transparent !important;
  border: 1px solid rgb(244 110 58) !important;
  font-weight: 200 !important;
  font-size: 20px !important;
  transition: 0.3s;
  color: rgb(244 110 58) !important;
} */
/* .seeall-cg:hover{
  border: 1px solid rgb(244 110 58) !important;
  color: #fff !important;
  background-color:  rgb(244 110 58) !important;
} */
/* ---------------------------------------about-us-home-page-------------------------------------------- */
.name-com-ctg{

  text-align: center;
  position: relative;

}
.name-com-ctg p{
  z-index: 10;
  padding-top: 7px;
  color: hsl(0deg 0% 80.39%);
  font-weight: 500;
  font-size: 20px;
background: #fff;
padding: 0 20px;
}

.name-com-ctg{
  display: flex
;
    width: max-content;
    justify-content: center;
}
.name-com-ctg:before{
content:"";
position: absolute;
background-color: rgb(198, 198, 198);
width:calc(100% + 40px);
height:2px;
top:0;
bottom: 0;
right: -20px;
margin: auto;
z-index: -2;
}
/* ----------------------------------------------benefit-box------------------------------------------- */
.benefit-box{
  display: flex
  ;
  justify-content: space-around;
  align-items: center;

}
.image-container {
  position: relative;
  display: inline-block;
}
.image-container img {
  max-width: 100%;
  height: auto;
}
.hotspot {
  position: absolute;
  width: 25px;
  height: 25px;
  box-shadow: 0 4px 10px 0 #e1010b99;
  background-color: #e1010b;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background-image: url("../images/Layer\ 44.png");
}
.hotspot:after {
  content: "+";
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 4px;
  top: -29px;
  font-weight: 200;
}
.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.hotspot:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.title-benfit{
  color: #1c39bb;
  font-size: 25px;
  align-items:center;
}
.title-benfit h2{
  font-weight: 500;
  text-align: center;
  padding-bottom: 50px;
}

.img-benfit{
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}
.benefites{
  display: flex
;
    flex-direction: column;
    justify-content: space-around
}
.box-title-be h4{
font-weight: 500;
font-size: 23px;
color: hsl(0deg 0% 28.63%);
margin-bottom: 0;
}
.box-title-be p {
  font-size: 19px;
  font-weight: 300;
}
.pluss1{
  position: absolute;
  right: 95px;
}
.pluss2{
  position: absolute;
  bottom: 198px;
  left: 147px;
}
.pluss3{
  position: absolute;
  bottom: -140px;
  left: 295px;
}
.center-benefit{
  position: relative;
}
.pluss3 {
  position: relative;
  cursor: pointer;
}

.pluss3:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}

.pluss3:hover::after {
  opacity: 1;
}
.pluss3 {
  position: relative;
  cursor: pointer;
}

.pluss3::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px; /* موقعیت تولتیپ بالای تصویر */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.pluss3:hover::after {
  opacity: 1;
}

/* -----------------------------------parallax----------------------------- */
.parallax{
display: flex;
align-items: center;
justify-content: center;

}
@media (max-width: 767.99px) {
  .banner-section {
    height: 40vh;
    background-attachment: scroll !important; /* در موبایل به جای fixed */
     background-size: auto !important;
  }
  .about-us-text h2 {
    margin-top: 0 !important;
    font-size: 28px;
  }
  .about-us-text p {
    width: 80%;
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
}
.button-about-us{
  margin:20px 0 !important;
}
.categorybox{
  margin: 0 !important;
}
.imgcg1{
  height: 190px;
}
.box-pro{
  padding-bottom: 50px;
}
.title-benfit h2{
  padding: 30px 0;
}
.benefit-box{
  flex-direction: column;
      align-items: center;
}
.benefites{
  align-items: center;
}
.box-title-be {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-benefit {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.benefit-box{
  padding-bottom: 30px;
}
.banner-section {
  height: 400px !important;
}
.parallax-text p{
  font-size: 35px !important;
}
.lab{
  font-size: 27px !important;
}
.articls-box h3{
  margin-bottom: 30px !important;
}
.articls{
  padding: 15px 0 20px 0 !important;
}
.img-news{
  height: 200px !important;
  object-fit: cover;
}
.img-customer{
  display: none;
}
.customers {
  padding: 30px 20px;
}
.imgs-cumtomers img {
  object-fit: scale-down;
  width: 100% !important;
  height: 62px;
  padding: 7px !important;
}
.imgs-cumtomers{
  gap: 10px !important;
  margin-top: 20px !important;
}
.contact {
  display: flex;
  flex-direction: column;
}
.question{
  margin-bottom: 20px !important;
}
.logo-footer {
  margin-top: 20px;
}
.informatin{
  margin-top: 30px !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.informatin > div:nth-child(1) {
  margin-bottom: 20px;
}
span.back-to-top {
  position: fixed;
  left: 20px;
  bottom: 20px !important;
  top: unset !important;
  right: unset;
}
}
 .banner-section {
    height: 100vh;
  }
  a.par-seemore {
    font-size: 17px;
}
  .banner-section {
    background-attachment: fixed !important;
    background-size: cover !important ;
    background-position: center center;
    z-index: 5;
    position: relative;
  }
  .parallax-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:25px;


  }
  .parallax-text p{
font-size: 50px;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: 200;


  }
  .height-tx{
    height: 30px;
  }
  .par-seemore{
    padding: 8px 25px 8px 25px;
    background-color: #ec1630;
    color: #fff;
  }
  .lab {
    font-weight: 500;
    font-size: 39px;
}
  .video img{
    width: 50px;
    height: 50px;
  }
  /* --------------------------------------------articls----------------------------------------------- */
  .articls{
    background-color: hsl(244deg 52.94% 33.33%);
  }
  .news-site {
    height:400px;
    margin-top: 100px;
  }
  /* .news-item{
    width: 400px;
    height: 300px;
} */

  .haeder-news {
    height:200px;
    margin-top: 100px !important;
  }
  .title-1-news{
    font-size: 20px;
    font-weight: 300 !important;
  }
  .title-2-news{
    font-size: 15px;
    font-weight: 200;
    color: hsl(0deg 0% 67.84%) !important;
  }
   .summery{
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2; /* number of lines to show */
              line-clamp: 2; 
      -webkit-box-orient: vertical;
      font-weight:200;
      font-size: 14px;
      color: #ffffff;
      }
    .card-title-news{
      font-size: 20px !important;
      font-weight: 400;
      color: rgb(255, 255, 255);
    }
    .link-news1{
      text-decoration: none;
      border: none !important;
    }
    .car-news{
      border: 1px solid hsl(244deg 52.94% 33.33%)  !important;
      border-radius: 0 !important;
      background-color: hsl(36deg 23.81% 95.88%) !important;
      transition: 0.3s !important;
    }
    .car-news:hover{
      border: 1px solid #e51515 !important;
      transform: translateY(-7px);
    }
    .slider-news .owl-dots{
      display: none;
  }
  .slider-news .owl-nav{
    display: none;
  }
  .seeall-news{
    background-color: transparent !important;
    /* border: 1px solid #f8f9fa !important; */
    color: hsl(0deg 0% 56.86%) !important;
    font-weight: 200 !important;
    font-size: 15px !important;
    transition: 0.3s;
  }
  /* .seeall-news:hover{
    border: 1px solid rgb(244 110 58) !important;
    color: rgb(244 110 58) !important;
  } */
  .slider-news .owl-stage{
    display: flex
;
    justify-content: center;
  }
  .read-mpore{
    color: #ffff;
    font-weight: 500;
    font-size: 18px;
  }
  .read-mpore i{
    color: red;
    padding-right: 5px;
    font-size: 10px;
  }
  @media(max-width:766px) {
    .customer-items h5{
      font-size: 27px !important;
    }
    .title-2-news{
      font-size:13px;
      font-weight: 200;
      color: hsl(0deg 0% 67.84%) !important;
    }
    .seeall-news{
      font-size: 13px !important;
    }
    /* .slider-news{
  margin-top: -50px;
    } */
    .haeder-news {
      font-family: "iranyekan";
      height:200px;
      margin-top:50px !important;
    }
    .news-site {
      height:400px;
      margin-top:30px;
    }
  }

  .img-news{
    height: 300px;
  }
  .articls-box{
    display: flex
;
    flex-direction: column;
    align-items: center
  }
  .articls {
    padding-top:30px;
    padding-bottom: 50px;
  }
  .articls-box h3{
color: #fff;
margin-bottom: 80px;
font-size: 30px;
  }
  .card-body{
    /*background-color: hsl(241.85deg 53.72% 23.73%);*/
  }
  /* ---------------------------------------customers-box------------------------------------------------ */
  .customers{
    background-color:hsl(0deg 0% 100%);
  }
  .customers-box{
    display: flex
    ;
        justify-content: space-between;
        align-items: center;
  }
  .imgs-cumtomers{
    display: flex;
    gap: 30px;
    margin-top: 50px;
  }
  .customer-items h5{
    color: hsl(241.43deg 50% 32.94%);
    font-weight: 400;
    font-size: 32px;
  }
  .customer-items{
    font-size: 18px;
  }
  .imgs-cumtomers img{
    border: 1px solid #e6e6e6;
    padding: 20px;
    object-fit: scale-down;
  }
  /* ------------------------------------------------footer--------------------------------------------- */
  .contact {
    display: flex
    ;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        width: 100%;
  }
  .informatin{
    display: flex
    ;
    justify-content: space-between;
    margin-top: 50px;
  }
  .question{
    display: flex
    ;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 10px;
        align-items: center
  }
  .question  p{
    font-weight: 300;
    font-size: 22px;
  }
  .social {
    display: flex
    ;
        justify-content: center;
        align-content: flex-start;
        gap:20px;
       
    }
.informatin a{
  color: #fff;
}
.question button{
padding: 5px 70px 5px 70px;
background-color:#2c2a7e ;
font-size: 18px;
font-weight: 300;

}
.question button a{
  color: #fff;
}
.social  img{
  border:1px solid #ffff;
  border-radius: 50px;
  padding:5px;
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}

.informatin p {
  font-size: 17px;
  font-weight: 1;
}
.back-to-top i{
  color: #fff;
  background: red;
  border-radius: 200px;
  padding: 5px 7px;
  font-size: 23px;
}

.c-right,.c-left{
  font-size: 17px;
  color:#fff
}
.m-name {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-top: -20px;
}
.mmnhsn ul.submenu > li{
    background: #2c2c7f;
        width: 265px;
}
.mmnhsn {
	    border-radius: 2px;
    display: inline-block;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    color: #fff;
}

.mmnhsn ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
.mmnhsn ul li {
	display:inline-block;
	}
.mmnhsn a {
	display:flex;
	gap:10px;
	padding:0 10px;	
	color:#FFF;
	font-size: 19px;
    font-weight: 300;
	line-height: 40px;
	text-decoration:none;
}
/* Hide Dropdowns by Default */
.mmnhsn  ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
.mmnhsn  ul li:hover > ul {
	display:block;
}
	
/* Fisrt Tier Dropdown */
.mmnhsn  ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
.mmnhsn  ul ul ul li {
	position: relative;
	top:-40px; 
	right:170px;
}

	
/* Change this in order to change the Dropdown symbol */
/*.mmnhsn li > a:after { content:  ' +'; }*/
.mmnhsn li > a:only-child:after { content: ''; }
.mmnhsn li.fafama {
    display: flex !important;
    align-items: center;
    padding: 0 10px;
}


/*lab-page*/



.gif-img{
    background-image:url("/images/lab-logo.png");
    /*background-color: #2c2c7f;*/
    background-repeat: no-repeat;
    background-position: center;
    z-index:20;
    background-size:200px;
}
.lab-text h1{
    font-size: 30px;
    font-weight: 400;
}
.lab-text p{
    text-align: justify;
}
.lab-img img{
    width: 300px;
    height: 300px;
}
.lab-text p{
    width: 600px;
    font-size:15px;
}
.lab-text ul li{
    font-size:12px;
}
.sec-one{
    background-color: #fafafa;
}
.custom-hr {
    width: 90%;
    border: 1px solid #000000;
    margin: 20px auto;
    border-top: 1px solid #000000; 
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 0; 
  }
  .test-v-img img{
width: 400px;
height: 400px;
  }
  .img-tests img{
border: 2px solid hsl(240deg 48.54% 33.53%);
padding: 10px;

  }
  .test-v-text h1{
    font-size: 20px;
    font-weight: 400;
font-family: iranyekan;
margin-top:10px !important;
  }
  .test-v-text p{
    font-size: 18px;
    font-family: iranyekan;
     font-weight: 300;
             text-align: justify;
  }

  :root {
    --anim-dur: 700ms;
    --anim-ease: cubic-bezier(.2,.9,.2,1);
  }


  .lab_sec { padding: 80px 0; min-height: 70vh; }

  .animated-item {
    --tx: 0px;
    --ty: 60px;
    --scale: 1;
    opacity: 0;
    transform: translate(var(--tx), var(--ty)) scale(var(--scale));
    transition:
      transform var(--anim-dur) var(--anim-ease),
      opacity var(--anim-dur) var(--anim-ease);
    will-change: transform, opacity;
  }

  .from-left  { --tx: -120px; --ty: 0px; }
  .from-right { --tx: 120px;  --ty: 0px; }
  .from-bottom{ --tx: 0px;    --ty: 60px; }

  .animated-item.show {
    --tx: 0px; --ty: 0px; --scale: 1;
    opacity: 1;
  }


  .img_anim { display: block; max-width:100%; height:auto; border-radius:10px; box-shadow:0 6px 20px rgba(0,0,0,0.08); }

  html, body {
    overflow-x: hidden;
  }
  .sec-one ul li{
      font-family: iranyekan;
       font-weight: 300;
       font-size:15px;
  }
  .lab_ul_page li{
      list-style-type: disc !important;
  }

@media(max-width:768px){
    .lab_sec{
         padding: 0px 0;
         min-height: 10vh;
    }
    .img-tests img{
        height:300px;
        margin-top:20px;
    }
    .test-v-text h1{
        font-size:18px;
        line-height:1.8em;
    }
    .lab_sec h3{
              font-size:15px;
    }
    .test-v-text p{
           font-size:13px;
    }
    .lab-text p{
        width:400px;
    }
    .sec-one ul li{
           font-size:13px;
    }
    .mb_pos{
        flex-direction: column-reverse;
    }
}


  .test-n-img img{
width: 800px;
height: 357px;
  }
  .ex_sec { padding: 20px 0; min-height: 50vh; }
  @media(max-width:768px){
        .test-n-img img{
width: 400px;
height:300px;
  }
  .ex_sec { padding: 
  0px 0; min-height: 50vh; }
  }