* {
  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: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
}

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

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.scrolldown-wrapper {
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.scrolldown {
  border: 2px solid rgb(255, 255, 255);
  width: 48px;
  height: 20px;
  border-radius: 30px;
  margin: 0 auto 8px;
  text-align: center;
  overflow: hidden;
}
.scrolldown-p1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: scrolldown;
  animation-name: scrolldown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  fill: #ffffff;
}
.owl-slider .owl-dots button {
  display: block !important;
  background-color: #fff;
}
.owl-slider .owl-dots button.active span {
  background-color: #7aa2b2 !important;
}
.owl-slider .owl-dots {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 20px;
}
.scrolldown-p1 {
  background-position: -7px -9px;
  width: 16px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}

@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
.set > span {
  font-size: 14px;
  display: block;
  position: relative;
  color: #474f4e;
  text-align: right;
}
.lnk-footers li a {
  color: #474f4e;
  font-size: 13px;
}
.top-footer li{
  list-style: none;
}
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .banner-4 .banner-title{
    font-size: 20px;
  }
  .pro-name{
    font-size: 18px;
    padding: 0 59px;
  }
  .banner-3 .banner-title,.banner-2 .banner-title  {
    height: 106px;
    font-size: 22px;
  }
  .top-footer li{
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
  }
  .slider {
    margin-top: -93px;
  }
  .owl-slider img {
    object-fit: cover;
  }
  .title-tel {
    margin-bottom: 29px;
  }
  .address-lbl {
    padding-left: 50px;
    font-weight: 300;
  }
  .copy {
    font-size: 10px;
    line-height: 1.5;
  }
  .title-footer {
    font-size: 15px;
  }

  .set > span i {
    display: none;
  }

  .title-footer {
    position: relative;
  }

  .logo {
    text-align: left;
  }
}
.title0category {
  color: #666;
  font-size: 13px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 12px;
}

.owl-carousel img {
  max-width: 100% !important;
}

.big-img-category {
  height: 100%;
}
.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;
}

.google-account {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #eee;
  line-height: 44px;
}

.btn.btn-outline-primary:hover {
  background-color: #f8f8f8 !important;
  border-color: #0fa7ad !important;
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .namd.p-0 {
    text-align: center;
  }
  .text-t-center {
    text-align: center;
  }
  .mt-t-15 {
    margin-top: 15px;
  }
}
.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #fff;
  font-size: 10px;
}

.owl-brands a {
  display: block !important;
  width: 100%;
  float: right;
}

.owl-brands img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 991.99px) {
  .owl-stage {
    padding-right: 0 !important;
  }
  .owl-all-category .owl-stage {
    padding-right: 0 !important;
  }
  .product_search .menuTrigger {
    display: none;
  }
  .header.sticky-menu .menuTrigger {
    display: block;
  }

  .shop-link {
    background-color: transparent !important;
    border: none !important;
    position: relative;
  }

  .send-section .title-send {
    text-align: center !important;
  }

  .pr-padding {
    margin-bottom: 8px;
    padding-left: 0 !important;
  }

  .row.row-banner {
    margin-right: -10px !important;
  }

  .col-12.menu {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .d-block.logo.text-center {
    display: none !important;
  }

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

  .link-footer {
    background-color: #eceff1;
  }

  .owl-pro .owl-stage {
    padding-right: 0 !important;
  }
  .reg {
    display: none !important;
  }

  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menuTrigger i {
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
    background-color: #000;
    border-radius: 5px;
    padding: 5px 7px;
  }

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

  .container {
    max-width: 100%;
  }

  .footer-bottom {
    text-align: center;
  }
}

.title-footer {
  font-weight: 600;
  display: block;
  color: #404040;
}

.lnk-footers li {
  line-height: 2;
  position: relative;
  list-style-type: none !important;
  text-align: right;
}
.icon-send {
  height: 45px;
}
.thumbnail.thum-send img {
  max-width: 45px !important;
  max-height: 100% !important;
  object-fit: contain;
  margin: auto;
}
.send-section .title-send {
  font-size: 12px;
  font-weight: 600;
}

.card.crd-category {
  border-radius: 20px;
  border: none;
}

@media screen and (min-width: 992px) {
  .owl-slider,
  .owl-slider .item,
  .owl-slider .owl-item,
  .owl-slider .owl-item a {
    height: 100vh;
  }
  .owl-slider img {
    height: 100%;
  }
  .img-pro {
    height: 300px;
  }
  .header.sticky-menu {
    padding-top: 13px;
  }

  .footer-bottom {
    padding-top: 30px;
  }
  .menuTrigger {
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
  }
  .menuTrigger i {
    font-size: 28px;
    cursor: pointer;
  }
  .owl-stage {
    padding-right: 0 !important;
  }

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

  #panel-menu {
    display: none;
  }

  .register {
    position: relative;
  }
}

@media screen and (max-width: 991.99px) {
  .header.sticky-menu {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .img-pro {
    height: 200px;
  }
  .logo-mob img {
    max-width: 130px;
  }
  .row.menu {
    display: none !important;
  }

  .product_search form {
    display: flex;
    align-content: center;
    border-radius: 5px;
    border: 1px solid #eee;
    width: 100%;
    background-color: #fff;
  }

  .product_search button i {
    font-size: 18px;
    vertical-align: middle;
    color: #8f8f8f;
  }

  .product-thumb.list-view .image a {
    min-height: 128px;
    width: 140px !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;
  }
  .caption-section {
    margin-bottom: 13px;
  }
  .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;
  }

  .c-left span {
    display: inline-block !important;
    vertical-align: middle;
  }

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

  .product-image-box img {
    width: 80% !important;
  }

  div#accordian > ul {
    max-height: 90vh;
    overflow-y: auto;
  }

  #search-field {
    line-height: 3;
    width: calc(100% - 40px);
    border-radius: 13px;
    padding-right: 10px;
  }

  .footer-bar ul li.search.active .site-search {
    bottom: 100%;
    visibility: visible;
  }

  .footer-cart-contents {
    position: relative;
  }

  .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;
  }

  .product_search {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .product_search button {
    background-color: transparent !important;
    height: 38px;
    padding: 0 10px;
  }
  .my-account img {
    width: 33px;
  }
  #search {
    display: block;
    cursor: pointer;
  }
  .footer-bar ul li svg {
    width: 40px;
  }

  .title-footer {
    font-size: 13px;
    display: block;
  }
}

.lnk-footers li a:hover {
  color: #ff0000;
  transition: all 0.2s linear;
  text-decoration: underline !important;
  font-weight: 500;
}

.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) {
}

.price {
  text-align: center;
  color: #666;
}

@media screen and (max-width: 570.99px) {
}

.category-info a {
  display: block;
}

.all-categori.mr-auto {
  z-index: 13;
}

.all-categori > a {
  color: #464646 !important;
  font-size: 14px !important;
  font-weight: 500;
}
.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
.copy {
  font-weight: 300;
  background-color: #dbd7ce;
}
.copy .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.owl-pro .item {
  position: relative;
  background: url('../images/bg-item.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s linear;
}
.owl-pro .item:hover{
  background: url('../images/hover-bg-item.jpg') no-repeat; 
}
.owl-pro .item:hover .pro-name{
  color: #fff;
}
.right-footer {
  position: relative;
}
.footer-logo {
  display: block;
  margin-bottom: 10px;
}
.banner img {
  width: 100% !important;
}
.nav-link {
  font-size: 14px !important;
  color: #fff;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 1.8;
}
.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}

.slider img,
.banner a img {
  width: 100% !important;
}

.banner a {
  display: block;
}
.col-8.cost {
  min-height: 55px;
}

.send-box-cat span {
  width: 83px;
  left: 0;
  border: 1px solid #78beb4;
  z-index: 2;
  color: #78beb4;
  font-weight: 500;
  padding: 1px 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 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;
}

.thumbnail.thum-send:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease 80ms;
  -moz-transition: all 0.3s ease 80ms;
  -ms-transition: all 0.3s ease 80ms;
  -o-transition: all 0.3s ease 80ms;
  transition: all 0.3s ease 80ms;
}

.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: 0;
  top: 40%;
}

.owl-next {
  position: absolute;
  left: 0;
  top: 40%;
}

.owl-next span,
.owl-prev span {
  font-size: 0 !important;
}

.owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 20px;
  height: 20px;
}
.owl-slider .owl-next {
  margin: 0 !important;
  background: url("../images/arrow-slider.png") !important;
  width: 16px;
  height: 30px;
  transform: rotate(180deg);
  left: 10px !important;
}
.owl-slider .owl-prev {
  margin: 0 !important;
  background: url("../images/arrow-slider.png") !important;
  width: 16px;
  height: 30px;
  right: 10px !important;
}
.owl-dot.active span {
  background-color: #3e3e3e !important;
}

@media screen and (max-width: 1199.99px) {
}

@media screen and (max-width: 767.99px) {
.filter-category img{
    max-width:100% !important;
    height:auto  !important;
}
  .pro-name{
    font-size: 15px;
    padding: 0 10px;
  }
  .banner-4 .banner-title{
    font-size: 12px;
  }
  .banner-3 .banner-title,.banner-2 .banner-title  {
    height: 50px;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
  }
  .show-all {
    position: absolute;
    top: 19px;
    left: 10px;
    z-index: 1;
  }
  .order-section .wrapper-order {
    padding-top: 26px !important;
  }
  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .sotial-footer ul li {
    margin: 0 5px;
  }

  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .banner-section {
    padding-top: 25px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .send-section .desc-send {
    font-size: 11px;
  }
  .footer-bottom {
    background-size: 50% !important;
    background-position: bottom right !important;
  }
  .ps-xs-14 {
    padding-right: 14px !important;
  }
  .pe-xs-0 {
    padding-left: 0 !important;
  }

  .main-product-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .search-result {
    background-color: #fff;
    box-shadow: 0px 6px 8px #828080;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    z-index: 2;
  }
  .slide-col {
    padding-left: 0 !important;
    padding-right: 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;
  }
  .send-section .thum-send a {
    font-size: 12px;
  }
  .off-box {
    border-radius: 0 !important;
  }
  .list-section .col-md-6.col-12.ps-md-0 {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .list-section .col-md-6.col-12.pe-md-0 {
    padding: 0 !important;
  }
  .copy {
    font-size: 11px;
  }
  .accordion-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .accordion-container {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .row-social {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .row-footer {
    display: none !important;
  }

  .p-xs-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #fff;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
}
.caption-section {
  position: relative;
}
.lnk-footers {
  padding-right: 0;
}
.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,
.main-menu {
  font-weight: 500;
  cursor: pointer;
}
.main-menu i {
  vertical-align: middle;
  font-size: 10px;
  margin-right: 4px;
}
.c-navi-new-list__category-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
  align-items: cente;
}
.c-navi-new-list__category-item li {
  margin-left: 25px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .main-menu a,
.main-menu {
  color: #fff;
  font-size: 16px;
}
  .owl-pro .item {
    height: 398px;
  }
  .icon-search.fal.fa-search {
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
  }
  .search-wrapper {
    position: absolute;
    right: 30px;
    transition: all 0.5s ease;
    top: 0 !important;
    width: 0;
    overflow: hidden;
    z-index: 10000;
  }
  .search-wrapper form {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: flex-end;
    border-radius: 25px;
  }
  .search-field {
    padding: 5px;
    border-radius: 0 25px 25px 0;
    border: 1px solid #fff;
    width: 100%;
    height: 46px;
    font-size: 13px;
  }
  .search-submit {
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    background-color: #bcd8e3;
    height: 46px;
    width: 52px;
    padding: 0;
    position: relative;
    border-radius: 25px 0 0 25px;
    line-height: 46px;
  }

  .search-wrapper.expand {
    width: 500px;
  }
  .icon-search.fal.fa-search.close::before {
    content: "\f00d" !important;
  }
}
.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-position:-64px -27px;;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}


.closeSubPanel i {
  background-position:-63px -48px;
  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 {
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}

.gap-c {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #000;
  margin-right: 20px;
  vertical-align: middle;
}
.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) {
}
.me-left {
  padding-left: 30px;
}

.favo-btn {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.caption-section {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.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) {
  .header.sticky-menu .logo img {
    width: 105px;
    transition: all 0.2s linear;
  }
  .header.sticky-menu .c-navi-new-list__category-item > li {
    line-height: 3 !important;
  }
  .search-result {
    background-color: #fff;
    box-shadow: 0px 6px 8px #828080;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    z-index: 2;
  }
  .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;
}
.img-pro {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.img-pro img {
  object-fit: contain;
  max-height: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;

}
.owl-pro .item:hover .img-pro img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
a:hover {
  color: #dd1921;
}
.search-result-list li {
  list-style: none;
  text-align: right;
  line-height: 2;
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
}
.search-result-list li a {
  color: #000;
}
.flip {
  color: #303030;
  font-size: 11px;
}
.btn-search {
  background-color: transparent !important;
  border-radius: 5px;
  padding: 2px 7px;
  width: 32px;
  height: 32px;
  line-height: 28px;
}
.align-items-flex-end {
  align-items: flex-end;
}
.img-search {
  background-position: -91px -7px;
  width: 17px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
  background-color: rgba(124, 170, 183, 0.77);
}
.header.sticky-menu {
  box-shadow: 0px 0px 8px #6f6e6e;
}

@media screen and (max-width: 991.99px) {
  .main-menu a,
.main-menu {
  color: #000;
  font-size: 14px;
}
  .owl-pro .item {
    height: 300px;
  }
  .menuTrigger-icon > span {
    display: inline-block;
    vertical-align: middle;
  }
  .header.sticky-menu .row-header {
    display: none !important;
  }
}
.footer {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(204, 220, 220) 0%,
    rgb(117, 164, 180) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(204, 220, 220) 0%,
    rgb(117, 164, 180) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(204, 220, 220) 0%,
    rgb(117, 164, 180) 100%
  );
}
.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%;
}
.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,.sotial-footer ul li  {
  width: 47px;
  height: 47px;
  line-height: 47px;
}
.wa__popup_chat_box {
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  bottom: 102px;
  z-index: 999999998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px);
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 74px 17px 43px;
  color: #d9ebc6;
}
.wa__btn_popup_icon:before {
  content: "";
  background: url("../images/chat.png") center top no-repeat;
  background-size: auto;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 13px;
  right: 1px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  font-size: 18px;
  line-height: 24px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  position: relative;
  cursor: pointer;
}
.wa__btn_popup {
  position: fixed;
  z-index: 999999999;
}
.wa__popup_chat_box.show {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_content {
  background: #ffffff;
  padding: 13px 19px 21px 20px;
}
.wa__popup_chat_box .wa__popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(2) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}
.wa__popup_chat_box.show .wa__popup_content_item {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.wa__popup_chat_box .wa__stt::after {
  content: "";
  background: url("../images/whatsapp_logo_green.svg") 100% 0 no-repeat;
  background-size: auto;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__stt_online::before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 6%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  right: 12px;
  top: 12px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_chat_box .wa__stt::after {
  content: "";
  background: url("../images/whatsapp_logo_green.svg") 100% 0 no-repeat;
  background-size: auto;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt {
  padding: 13px 74px 12px 40px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-right: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 4px 2px 4px 2px;
  -webkit-border-radius: 4px 2px 4px 2px;
  -moz-border-radius: 4px 2px 4px 2px;
}
.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all !important;
  -webkit-transition: 0.4s ease all !important;
  -moz-transition: 0.4s ease all !important;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__popup_chat_box .wa__popup_heading::before {
  content: "";
  background: url("../images/whatsapp_logo.svg") center top no-repeat;
  background-size: auto;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 12px;
}
.wa__popup_chat_box .wa__stt::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+)
    100% 0 no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  content: "";
  height: 20px;
  left: 14px;
  position: absolute;
  top: 26px;
  width: 20px;
}
.wa__btn_popup_txt {
  background-color: #f5f7f9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #43474e;
  font-size: 10px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-right: 7px;
  padding: 8px 12px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 156px;
}
.wa__btn_popup_icon.active .wa__btn_popup_txt {
  display: none !important;
}
.wa__btn_popup_icon::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 100%;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: auto;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  opacity: 0;
  -ms-transform: scale(0) rotate(1turn);
  transform: scale(0) rotate(1turn);
  -webkit-transform: scale(0) rotate(1turn);
  -moz-transform: scale(0) rotate(1turn);
  z-index: 2;
}
.wa__btn_popup_icon.active::before {
  opacity: 0;
  -ms-transform: scale(0) rotate(-1turn);
  transform: scale(0) rotate(-1turn);
  -webkit-transform: scale(0) rotate(-1turn);
  -moz-transform: scale(0) rotate(-1turn);
}

.wa__btn_popup_icon.active::after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}

.sotial-footer li a img {
  object-fit: contain;
  max-width: 47px;
}
.banner-section a::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;
}
.banner-section a::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;
}
.banner-section a:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-section a:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-section a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.copy .bld {
  font-weight: 500;
}
.address-text {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #284258;
}
.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;
}

.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;
}
.footer .tel a {
  font-weight: 600;
}
.title-section {
  color: #000000;
  font-weight: 600;
  font-size: 22px;
}
.more-pro {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  display: block;

}
.product-section {
  background-color: #ebeae5;
}
@media screen and (min-width: 768px) {
  .sotial-footer ul li {
    margin-right: 10px;
  }
}
.brand-link {
  color: #1c39bb;
}
.sec1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.tel {
  color: #000;
  font-size: 15px;
  display: inline-block;
  direction: ltr;
}
.mail {
  display: inline-block;
  direction: ltr;
  font-size: 15px;
}

.back-to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 67px;
  z-index: 2;
}

.c-navi-new-list.ps-0 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.c-navi-new-list li {
  list-style: none;
  position: relative;
  line-height: 3;
}
.img-cat-menu {
  background-position: -26px -3px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.watermark span {
  width: 32px;
  display: inline-block;
}
.watermark {
  text-align: left;
}
.owl-pro .owl-prev {
  right: 6px !important;
}
.owl-pro .owl-next {
  left: 6px !important;
}
.owl-pro .owl-dots .owl-dot span {
  background: #cdcdcd;
  border-color: #cdcdcd;
}
.owl-pro .owl-dots .owl-dot.active span {
  background: #818181;
  border-color: #818181;
  width: 22px;
  border-radius: 25px;
}

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

@media screen and (max-width: 767.99px) {
}
.icon-map {
  background-position: -123px -3px;
	width: 15px;
	height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left:8px;
}
.icon-mail {
  background-position:-72px -5px;
	width: 17px;
	height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.icon-tel {
  background-position:-100px -3px;
	width: 17px;
	height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.inf-contact {
  color: #000000;
}
.inf-contact a{
  color: #000;
}
.d-flex.flex-contact {
  align-items: center;
}
.has-sub > ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 380;
  margin-left: 0;
  margin-right: calc(var(--nav-gap, 0.001px) / 2 * -1);
  background-color: #7aa2b2;
  background-position: bottom left;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  padding-right: 0 !important;
  width: 270px;
}
.has-sub:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: visible;
  pointer-events: unset;
}
.has-sub:hover > ul li {
  list-style: none;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.has-sub > ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.has-sub:hover > ul li .far.fa-chevron-left {
  position: absolute;
  left: 14px;
  font-size: 12px;
  top: 19px;
}
.has-sub:hover > ul > li > ul {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 380;
  margin-left: 0;
  margin-right: calc(var(--nav-gap, 0.001px) / 2 * -1);
  background-color: #7aa2b2;
  background-position: bottom left;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  width: 220px;
}
.has-sub:hover > ul > li:hover > ul {
  visibility: visible;
  pointer-events: visible;
  pointer-events: unset;
  opacity: 1;
}

.c-navi-new-list__category-item .has-sub:hover > ul li:hover > a {
  background-color: #f7f7f7fa;
  color: #000;
}
.has-sub:hover > ul > li:last-child a {
  border-radius: 0 0 12px 12px;
}
.has-sub:hover > ul > li a:hover {
  color: #2f2f2f;
}
.about-company{
  color: #000;
  font-weight: 300;
  font-size: 14px;
  border-right: 2px solid #ff0000;
  padding-right: 15px;
}
.branch-list{
  color: #474f4e;
  border: 1px dashed rgb(117, 163, 178);
  border-radius: 1px;
  width: 160px;
  height: 35px;
  display: inline-block;
  border-right: 5px solid #ff0000;
  text-align: center;
  font-size: 15px;
  transition: all 0.2s linear;
}
.branch-list:hover{
 background-color: #ff0000; 
 color: #fff;
 border-right-color: #75a3b2;
}
.banner-5 .banner-title{
  position: absolute;
  z-index: 1;
  bottom: 12%;
  right: 12%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0px 0px 5px #000;
}
.banner-4 .banner-title{
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 0;
  left: 0;
  margin: auto;
  color: #050505;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.icon-arrow{
  background-position:-7px -27px;
	width: 15px;
	height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.banner-3 .banner-title,.banner-2 .banner-title  {
  background-color: rgb(117, 163, 178);
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner-3 .banner-title::after{
  height: 100%;
  background: url('../images/right.png');
  position: absolute;
  content: '';
  width: 18px;
  width: 18px;
  top: 0;
  right: -18px;
}
.banner-2 .banner-title::after{
  height: 100%;
  background: url('../images/left.png');
  position: absolute;
  content: '';
  width: 18px;
  width: 18px;
  top: 0;
  left: -18px;
  background-size: 100% 100% !important;
}

  .banner-3 a,.banner-2 a{
    height: 100%;
  }
  .banner-3 a img,.banner-2 a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.pro-name{
  color: #000;
  font-weight: 300;
  line-height: 1.5;
}
.banner img:hover{
  opacity: 0.8;
}
.banner img{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}.breadcrumbs li {
  display: inline-block;
  margin-left: 5px;
}
.product-qty-cont .qty-buttons button{
    max-width:40px;
    min-width:40px;
    text-align:center;
    height:50px;
    
}
.product-qty-cont .qty-buttons .qty-field input{
    max-width:50px;
    min-width:50px;
    text-align:center;
    height:50px;
}
#button-card{
    font-size:.9em !important;
}