* {
  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;
}
@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/travel-bold.woff2-bbb24413.woff2) format("woff2"),
    url(../fonts/travel-bold-4edf9c7b.woff) format("woff"),
    url(../fonts/travel-bold-e7a0564c.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-bold-398e0943.ttf) format("truetype");
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/travel-regular.woff2-5d2979c4.woff2) format("woff2"),
    url(../fonts/travel-regular-588b6fcf.woff) format("woff"),
    url(../fonts/travel-regular-7ab3eea7.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-regular-e2638a27.ttf) format("truetype");
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/travel-black.woff2-41970917.woff2) format("woff2"),
    url(../fonts/travel-black-4557273d.woff) format("woff"),
    url(../fonts/travel-black-9f9cc3e5.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-black-fa7c68fd.ttf) format("truetype");
}

body {
  font-family: 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;
}

.img-slice {
  background: url("../images/slices.png") no-repeat;
}

.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: center;
  -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: flex-start;
  padding: 0;
  width: 40%;
}
.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 5px;
}
.site-nav li a {
  color: #212121;
  font-weight: 700;
  font-size: 13px;
  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: static;
}

.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: 85px;
  right: 0;
  background: white;
  width: 93%;
  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;
  left: 0;
  margin-left: auto;
    margin-right: auto;
}
.header.sticky-menu .mega-menu{
      top: 60px;
}
.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;
}
@media screen and (min-width: 768px) {
 
  
  .m-img {
    height: 107px;
  }
 


  .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;
    height: 70vh;
    width: 100%;
    top: inherit;
    left: 0;
    z-index: 1;
  }
  .slider.top {
    top: 68px !important;
  }
  .product-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-top: 68vh;
  }
  .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;
}

@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: #616161;
    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;
  }

  .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-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.copy {
  font-weight: 300;
  color: #ffffff8f;
  background-color: #e51515;
}
.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 .menu-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header.sticky-menu .logo img {
    transform: scale(0.65);
  }
  .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: #fff;
}
.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: #e51515;
}
.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: flex-end;
  }
}
.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: 2px;
  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: 17px;
}
.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;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.tel-ico {
  border: none !important;
  position: relative;
  text-align: center;
}
.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;
}
#myTabPro li button.active {
  background-color: #fff !important;
  color: #212121 !important;
  border-top-color: #e51515;
  border-right-color: #e51515;
  border-left-color: #e51515;
}
.img-pro {
  height: 198px;
  display: block;
  overflow: hidden;
}
.img-pro img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cn-pro-name h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.short-desc-pro {
  color: #000;
  font-weight: 300;
  font-size: 12px;
}

.c-left,
.c-right {
  font-size: 11px;
  line-height: 1.4;
}
.c-left span,
.c-right span {
  display: inline-block !important;
  vertical-align: middle;
  color: #fff !important;
}

.lnk-suport {
  background-color: #000;
  border-radius: 25px;
  width: 214px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
}

.owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 12px;
  height: 22px;
}
.owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 12px;
  height: 22px;
  transform: rotate(180deg);
}
.banners li:nth-child(1) {
  width: 50%;
  float: left;
}
.banners li {
  list-style: none;
}
.banners li a {
  height: 100%;
  margin: 8px 0 !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 15px;
}
.banners li a img {
  display: block;
  height: 100%;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  border-radius: 15px;
  object-fit: cover;
}
.banners li:nth-child(2) {
  margin-top: 50px;
  width: 50%;
  float: right;
}
.banners li a::after {
  padding-bottom: 155%;
  content: "";
  display: block;
}
.about-me h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.about-me2 h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.about-me p,
.about-me2 p {
  text-align: justify;
  font-size: 15px;
}
@media (max-width: 767.99px) {
 
}
.banner-section {

  z-index: 5;
  position: relative;
}
.title-slide-news {
  background-color: #e51515;
}
.title-slide-news:hover {
  color: #fff;
}
.list-footer li {
  display: inline-block;
  margin: 0 10px;
}
.list-footer li a {
  color: #fff;
  font-weight: 600;
  position: relative;
  font-size: 12px;
}
.list-footer li a::after {
  content: "";
  right: -7px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  top: 9px;
  position: absolute;
}
.title-footer {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.icon-map {
  background-position: -10px -39px;
  width: 18px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.icon-tel {
  background-position: -45px -44px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
footer .address {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.copy-row {
  border-top: 1px solid #ec5454;
  padding-top: 15px !important;
}
.layer-banner {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.301);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  flex-direction: column;
}

.img-banner {
  overflow: hidden;
}
.img-banner img{
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.img-banner:hover img{
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.img-pro::after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img-pro::before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-product .item:hover .img-pro::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.owl-product .item:hover .img-pro::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.img-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-more {
  background-position: -7px -74px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.link-banner {
  font-size: 13px;
  background-color: #f21631;
  border-radius: 25px;
  padding: 6px;
  margin-top: 10px;
}
.branch-section {
  background: url("../images/bg-branch.png") repeat;
}
.owl-branch .item {
  border: 1px solid rgb(229, 21, 21);
  border-radius: 20px;
  background-color: #fff;
}
.header-crd-branch {
  background-color: #e51515;
  border-radius: 15px 15px 0 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 5px;
}
.crd-brach-info {
  min-height: 100px;
  color: #000;
  padding: 10px;
  font-weight: 600;
}
.crd-brach-info a.cal {
  color: #000;
  direction: ltr;
  display: inline-block;
}
.icon-menu {
  background-position: -108px -89px;
  width: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.icon-route {
  background-position: -77px -88px;
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.link-menu {
  display: block;
  background-color: #e51515;
  color: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
.link-menu:hover{
  background-color: #000;
  color: #fff;
}
.link-route {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  min-width: 125px;
  transition: all 0.2s linear;
}
.link-route:hover{
  background-color: #e51515; 
  color: #fff;
}
.link-card {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px 10px;
}
.link-card > span {
  width: 47%;
}
.m-img {
  border-radius: 15px;
  overflow: hidden;
}
.m-img img {
  height: 100%;
  width: 100%;
  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;*/
/*}*/

.title-blog{
    font-size: 10px;
}
  .date-news{
       font-size: 10px; 
  }
  .img-pro{
          border-radius: 15px;
          height: 71px !important;
  }
}
/****استایل صفحه شعب****/
.leaflet-container{

  font-family: travel !important;
}
.leaflet-popup-content-wrapper {
  text-align: right !important;
}
.leaflet-container .leaflet-marker-pane img{
  object-fit: contain;
  width: auto !important;
}
.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 768px) {
  .store-finder .container {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    height: 80%;
    max-height: 80%;
    z-index: 1000;
  }
}
@media (min-width: 768px) {
  .store-finder-restaurants {
    width: clamp(450px,45vw,600px);
  }
}
.store-finder-restaurants {
  background-color: rgb(255, 253, 253);
  pointer-events: all;
  display: grid;
  align-items: baseline;
  align-content: baseline;
}
.store-finder-restaurants .restaurant-search {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(102, 102, 102);
}
.store-finder-restaurants .restaurant-search .search-input {
  width: 100%;
  color: rgb(236, 0, 44);
  margin: 0;
  padding: clamp(1rem,2vw,2rem) clamp(0rem,2vw,2rem);
  font-weight: bold;
  border: 0;
}
.store-finder-restaurants [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.store-finder-restaurants .restaurant-search .locate-me {
  background-image: var(--_icon);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  pointer-events: all;
  transition: filter .2s ease-in-out;
  height: 50px;
  width: 50px;
  background-color: rgba(0,0,0,0);
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.store-finder-restaurants .filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid rgb(102, 100, 100);
  padding: 1rem clamp(0rem,2vw,2rem);
  font-size: 14px;
}
.store-finder-restaurants .filter-list label {
  cursor: pointer;
}
.store-finder-restaurants .filter-list input {
  accent-color: rgb(230, 0, 43);
}
.store-finder-restaurants .restaurant-list {
  overflow-y: scroll;
  max-height: 100%;
  background-color: rgb(253, 252, 252);
  scrollbar-color: rgb(221, 3, 44) rgb(249, 246, 246);
}
.store-finder-restaurants .restaurant-list li:not(.opening-hours) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2rem,6vw,6rem);
  padding: clamp(1rem,2vw,2rem) clamp(0rem,2vw,2rem);
  margin-bottom: 0;
  list-style: none;
  transition: background-color .2s ease;
  cursor: pointer;
  position: relative;
}
.store-finder-restaurants .restaurant-list li:not(.opening-hours) .restaurant-name {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
}
.store-finder-restaurants .restaurant-list li:not(.opening-hours) .categories {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.store-finder-restaurants .restaurant-list li:not(.opening-hours) .categories img, .store-finder-restaurants .restaurant-list li:not(.opening-hours) .categories a {
  height: 18px;
  width: 18px;
  aspect-ratio: 1/1;
  display: flex;
}
.store-finder-restaurants .restaurant-list li:not(.opening-hours) .restaurant-telephone {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  position: relative;
}
.restaurant-name h3 {
  font-weight: 700;
  font-size: 19px;
}
.restaurant-telephone {
  color: #e6002b;
  direction: ltr;
  text-align: right;
  justify-content: flex-end;
}
.has-sub ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0 5px 0;
    background: #fff;
  }
  .has-sub ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0 5px 0;
    background: #fff;
  }
   li.has-sub ul li a {
    padding: 0 15px;
    width: 200px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 2.7;
    box-shadow: 0px 0px 4px #d7d7d7;
    margin: 0 10px 10px 10px;
    border-radius: 9px;
    text-align: right;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
   li.has-sub:hover > ul {
    left: auto;
  }
  @media screen and (min-width: 768px) {
  .img-cols{
     height: 49.4%;
      margin-bottom: .5625rem;
      position: relative;
  }
  .img-cols img {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      
  }
  @media screen and (max-width: 767.99px) {
  
       .img-cols, .img-cols2{

            margin-bottom: .5625rem;

      }
        .img-cols img ,.img-cols2 img {
   
          object-fit: cover;
        }
  }
  .menu__image {
  overflow: hidden;
  display: block;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.menu__image-parallax {
  position: relative;

}
.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
}
.ratio-box img, .ratio-box iframe, .ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
    .ratio-box{
        padding-top: 66.66666666666666%
    }
      .menu__image {
  height: 100vh;

}
.menu__image-parallax {
  height: 200%;
  top: -80%;
}
}
@media screen and (max-width: 767.99px) {
    .ratio-box{
        padding-top: 44.66666666666666%
    }
    .menu__image-parallax {
  height: 100%;
  top: -40%;
}
     .menu__image {
  height: 40vh;

}
}