@charset "UTF-8";
body {
  font-family: iranyekan;
  overflow-x: hidden !important;
  background: #fafafa;
  text-align: right;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #33342f;
}

::-webkit-scrollbar-track {
  background: #dadada;
}

*[class^="col-"] {
  float: right;
  direction: rtl;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(224, 111, 51, 0.25);
}

.row {
  margin: 0;
}

.container-fluid {
  padding: 0;
}

.input-lang .form-control:focus {
  box-shadow: none;
}

span:focus,
button:focus {
  outline: 0;
}

a:focus,
a:active,
a:hover {
  outline: none !important;
  text-decoration: none !important;
}

a {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}

.btn:focus,
.btn.focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.owl-carousel {
  direction: rtl;
}

.burger {
  width: 50px;
  height: 40px;
  position: absolute;
  top: -538px;
  right: -25px;
  z-index: 19;
}

@media (max-width: 991.98px) {
  .burger {
    top: -3px;
    right: -58px;
  }
}

@media (max-width: 569.98px) {
  .burger {
    width: 40px;
    height: 30px;
  }
}

@media (max-width: 469.98px) {
  .burger {
    right: -38px;
  }
}

.burger p {
  font-size: 1.9rem;
  font-weight: 500;
  color: #e06f33;
  text-align: center;
  margin-bottom: 0;
  margin-top: 21px;
}

@media (max-width: 991.98px) {
  .burger p {
    font-size: 1.5rem;
    position: absolute;
    top: -33px;
    left: 56px;
  }
}

@media (max-width: 575.98px) {
  .burger p {
    display: none;
  }
}

.burger.clicked {
  top: -567px !important;
  border: none;
  right: 181px;
  z-index: 101;
}

@media (max-width: 1360px) {
  .burger.clicked {
    right: 185px;
  }
}

@media (max-width: 991.98px) {
  .burger.clicked {
    top: -5px !important;
    right: -46px;
  }
}

.burger.clicked p {
  display: none;
}

.burger-fix {
  position: fixed !important;
  z-index: 1001 !important;
  top: 5px !important;
  right: 10px !important;
  padding: 8px !important;
}

.burger span {
  margin-bottom: 9px;
  user-select: none;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.clicked span,
.clicked span::before,
.clicked span::after {
  width: 20px !important;
  height: 3px;
}

.clicked span:before,
.clicked span:after {
  background-color: #33342f !important;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #444;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 9px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
  background-color: #ffffff;
}

.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
.dropdown:not(.cartHover):hover > .dropdown-menu {
  display: block;
}

@media (max-width: 992px) {
  .dropdown:not(.cartHover):hover > .dropdown-menu {
    display: none;
  }
}

.rnav {
  position: relative;
}

.rnav nav {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -10px;
  height: 100%;
  max-width: 300px;
  width: 100%;
  /*padding:0 20px 70px 20px;*/
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rnav nav.show {
  transform: translateX(0px);
}

.rnav nav.show ul.main-xs li {
  transform: translateX(0px);
  opacity: 1;
}

.main-xs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rnav nav.show ul.main-xs li:nth-child(1) {
  transition-delay: 0.15s;
  width: 100%;
}

.rnav nav.show ul.main-xs li:nth-child(2) {
  transition-delay: 0.3s;
  align-self: flex-start;
  width: 100%;
}

.rnav nav.show ul.main-xs li:nth-child(2) form .input-group input {
  font-size: 1.5rem;
  height: 47px;
  border: none;
  text-indent: 20px;
}

.rnav nav.show ul.main-xs li:nth-child(2) form .input-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-size: 1.6rem;
  background-color: transparent;
  border: none;
}

.rnav nav.show ul.main-xs li:nth-child(2) form .input-group button span {
  color: #e06f33;
  font-weight: bold;
  margin-left: 7px;
  margin-top: 3px;
}

.rnav nav.show ul.main-xs li:nth-child(3) {
  transition-delay: 0.45s;
}

.rnav nav.show ul.main-xs li:nth-child(4) {
  transition-delay: 0.6s;
}

.rnav nav.show ul.main-xs li:nth-child(5) {
  transition-delay: 0.75s;
}

.rnav nav.show ul.main-xs li:nth-child(6) {
  transition-delay: 0.9s;
}

.rnav nav.show ul.main-xs li:nth-child(7) {
  transition-delay: 1.05s;
}

.rnav nav.show ul.main-xs li:nth-child(8) {
  transition-delay: 1.2s;
}

.rnav nav.show ul.main-xs li:nth-child(9) {
  transition-delay: 1.35s;
}

.rnav nav.show .about,
.rnav nav.show .social,
.rnav nav.show ul.sub {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}

.rnav nav .main-xs {
  list-style-type: none;
  width: 100%;
  padding: 0;
  background: #f7f7f7 !important;
  margin-bottom: 0;
}

.rnav nav ul.main-xs li {
  /*margin-bottom: 3px;*/
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.3s ease;
}

.rnav nav ul.main-xs li:last-of-type {
  margin-bottom: 0px;
}

.rnav nav ul.main-xs li a {
  color: #000;
  text-decoration: none;
  display: block;
  font-weight: 900;
  padding: 11px 0;
  transition: all 0.3s ease-in-out;
  border-bottom: none !important;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
}

.rnav nav ul.main-xs li a span {
  color: #ce0a0a;
  padding-left: 5px;
  font-size: 16px;
}

.ul-icon-xs li {
  margin: 0 18px;
}

.ul-icon-xs {
  background: #b7b49c;
}

.rnav nav ul.main-xs li a:hover {
  color: #b7ac7f;
}

.rnav nav .about {
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.rnav nav .about p {
  color: #ffffff;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}

nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.rnav nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rnav nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.rnav nav .social a:last-of-type {
  margin-right: 0px;
}

.rnav nav .social a:hover svg path,
.rnav nav .social a:hover svg circle {
  fill: #b7ac7f;
}

.rnav nav .social a svg {
  width: 100%;
  height: 100%;
}

.rnav nav .social a svg path,
nav .social a svg circle {
  fill: #ffffff;
  transition: all 0.3s ease;
}

.rnav nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.rnav nav ul.sub li {
  margin-bottom: 10px;
}

.rnav nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}

.rnav nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rnav nav ul.sub li a:hover {
  color: #b7ac7f;
}

/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #686a5f;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

.top-nav-xs {
  background: #fff;
  padding: 5px 5px 7px;
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  top: 0;
}

.info-xs .circle {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  margin: auto;
  border: 2px solid #f7f7f7;
  background: #dee2d5;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.info-xs .circle span {
  font-size: 3em;
  color: #868686;
}

.name-xs {
  margin-top: 10px;
  display: inline-block;
  color: #e7e7e7;
  line-height: 2;
  font-size: .9em;
}

.info-xs .circle img {
  width: 100%;
  height: 100%;
}

.logout-burger {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  direction: ltr;
  color: #efefef;
}

.logout-burger .exit {
  font-size: 12px;
}

.ul-icon-xs {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  left: 0;
  background: #f3efd2;
  padding: 8px;
}

.ul-icon-xs li {
  margin: 0 8px;
}

.ul-icon-xs li a span {
  font-size: 18px;
}

.ul-icon-xs li a {
  padding: 0.65rem 0.5rem !important;
  border-bottom: none !important;
  color: #828282;
}

.ul-icon-xs li a img {
  width: 16px;
  filter: brightness(55%);
}

.dnl-xs {
  display: flex;
  justify-content: center;
  background: #e06f33;
  color: #fff;
}

.dnl-xs a,
.dnl-xs a span {
  color: #fff !important;
}

/*بنر*/
.img-logo-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-logo-hamburger img {
  width: auto;
}

.logo-xs {
  width: 75px;
}

.cart-ico i {
  font-size: 2em;
  color: #6d6d6d;
}

.cart-ico {
  position: relative;
  top: 3px;
}

/*آکوردیون*/
/* accordion styles */
/* accordion styles */
.accordion .card-header {
  cursor: pointer;
  background-color: transparent;
}

#accordion:first-child {
  border-bottom: 1px solid #33342f;
}

.accordion.heading-right .card-title {
  position: absolute;
  right: 50px;
}

.accordion.indicator-plus-before.round-indicator .card-titlek:before {
  font-family: 'icomoon';
  content: "\eba2";
  float: right;
  padding-left: 7px;
  align-self: center;
  font-size: 1rem;
}

.accordion.indicator-plus-before.round-indicator .card-titlek.collapsed:before {
  font-family: 'icomoon';
  content: "\e91f";
  color: #000;
  padding-left: 7px;
  align-self: center;
  font-size: 1rem;
}

.accordion.indicator-chevron .card-header:after {
  float: right;
}

.accordion.background-none [class^="card"] {
  background: transparent;
}

.accordion.border-0 .card {
  border: 0;
}

.acc-in .card-header,
.acc-in .card {
  background: #fff;
  border: none;
}

.body-in {
  padding: 5px 20px;
}

.body-in .card-body a {
  display: block;
  line-height: 2;
  color: #666666;
}

.body-in .card-body button {
  background-color: transparent;
  display: block;
  line-height: 2;
  color: #666666;
}

.body-in a {
  line-height: 2;
  color: #666666;
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 1.4rem;
}

.accordion-menu > .card-header {
  padding: 6px 20px 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}

.accordion-menu .card-header a {
  padding: 0.75rem 1.25rem;
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.accordion-menu .card-header a:hover {
  color: #e06f33;
}

.inner-ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: start;
}

.inner-ul li {
  width: 100%;
}

.inner-ul li a:hover {
  background-color: #f8f9fa;
  color: #e06f33;
}

.inner-ul li:last-child div {
  border-bottom: none;
}

.accordion-menu .card-header button {
  border-bottom: 1px solid #33342f;
  background-color: transparent;
  border: none;
  padding: 0.75rem 1.25rem;
  width: 100%;
  display: flex;
  align-self: flex-start;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  font-size: 1.6rem;
}

.accordion-menu .card-header button:hover {
  color: #e06f33;
}

.part-menu-xs {
  width: 50%;
  font-size: 13px;
  background: #ffefc8;
  border-left: 1px solid #e2e2e2;
  text-align: center;
}

.link-menu-xs:before {
  display: none;
}

.link-menu-xs a {
  color: #272727;
}

.ul-icon-xs {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
}

.horizontal, .horizontal-secondary {
  position: relative;
  font-size: 4rem;
  cursor: pointer;
}

.horizontal > .text, .horizontal-secondary > .text {
  position: relative;
  color: transparent;
  background-image: linear-gradient(90deg, white 0%, white 50%, #e06f33 50%, #e06f33 100%);
  background-repeat: repeat;
  background-size: 200%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 300ms ease-out;
}

.horizontal::before, .horizontal-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33342f;
  transform-origin: 100% 0;
  transform: scale3d(0, 1, 1);
  transition: 300ms ease-out;
  border-radius: 3px 0px 0px 3px;
}

.horizontal:hover .text, .horizontal-secondary:hover .text {
  background-position: 0 0;
}

.horizontal:hover::before, .horizontal-secondary:hover::before {
  transform-origin: 100% 0;
  transform: scale3d(1, 1, 1);
}

.horizontal-secondary > .text {
  background-image: linear-gradient(90deg, #33342f 0%, #33342f 50%, #fff 50%, #fff 100%);
}

.horizontal-secondary::before {
  background: #fff;
}

.on-scroll-nav {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: epic-entrance .3s ease-in;
  /* IE 10+, Fx 29+ */
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1000000;
  background-color: #f3f3f3;
  box-shadow: 1px 0px 16px #ababab;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}

@keyframes epic-entrance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .on-scroll-nav {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: none;
  }
}

.on-scroll-nav .small-menu-logo {
  padding: 10px 18px;
  display: flex;
}

@media (max-width: 470px) {
  .on-scroll-nav .small-menu-logo {
    padding: 10px 0px 10px 0;
    margin-left: 1.4rem;
  }
}

.on-scroll-nav .small-menu-logo img {
  width: 53px;
}

.on-scroll-nav .nav-text {
  display: block;
  margin-left: 70px;
  position: relative;
}

.on-scroll-nav .nav-text p,
.on-scroll-nav .nav-text h1 {
  font-weight: 900;
  display: block;
  font-size: 1.8rem;
  transform: rotate(0deg) translate(0px, 0px);
  color: #33342f;
  white-space: nowrap;
}

.on-scroll-nav .nav-text p span,
.on-scroll-nav .nav-text h1 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 369.98px) {
  .on-scroll-nav .nav-text p span,
  .on-scroll-nav .nav-text h1 span {
    display: none;
  }
}

.on-scroll-nav .hamburger .burger {
  width: 50px;
  height: 40px;
  position: absolute;
  top: -3px;
  right: -58px;
  display: block;
  z-index: 19;
}

@media (max-width: 991.98px) {
  .on-scroll-nav .hamburger .burger {
    top: -3px;
    right: -58px;
  }
}

@media (max-width: 569.98px) {
  .on-scroll-nav .hamburger .burger {
    width: 40px;
    height: 30px;
  }
}

@media (max-width: 469.98px) {
  .on-scroll-nav .hamburger .burger {
    right: -38px;
  }
}

.on-scroll-nav .hamburger .burger p {
  font-size: 1.9rem;
  font-weight: 500;
  color: #e06f33;
  text-align: center;
  margin-bottom: 0;
  margin-top: 16px;
  position: absolute;
  top: -33px;
  left: 56px;
}

@media (max-width: 991.98px) {
  .on-scroll-nav .hamburger .burger p {
    margin-top: 21px;
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .on-scroll-nav .hamburger .burger p {
    display: none;
  }
}

.on-scroll-nav .hamburger .burger.clicked {
  top: 0px !important;
  border: none;
  right: -58px;
}

@media (max-width: 991.98) {
  .on-scroll-nav .hamburger .burger.clicked {
    top: -5px !important;
    right: -538px;
  }
}

.on-scroll-nav .hamburger .burger.clicked p {
  display: none;
}

/* *******************************  pagination  ************************************ */
.pagination {
  padding: 0px 15px;
}

.pagination .page-item.active .page-link {
  color: #444;
  background-color: #ebebeb;
  border-color: #828478;
}

.pagination .page-item .page-link {
  color: #e06f33;
  transition: 300ms ease-out;
  font-size: 1.2rem;
}

.pagination .page-item .page-link span {
  font-size: 1.5rem;
}

.pagination .page-item .page-link:hover {
  text-decoration: none;
  background-color: #f4cdb8;
  border-color: #e06f33;
}

.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.1rem #e06f33;
}

.pagination .page-item:last-child .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
}

.pagination .page-item:first-child .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
}

html {
  font-size: 62.5%;
}

@media (max-width: 575.98px) {
  html {
    font-size: 57.2%;
  }
}

body {
  overflow-x: hidden;
}

header {
  overflow-x: hidden;
  overflow: visible !important;
  /* *******************************   navigation  ********************************** */
}

header .nav-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  background-color: #fafafa;
  justify-content: flex-start;
  height: 627px;
}

@media (max-width: 991.98px) {
  header .nav-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1000000;
    background-color: #f3f3f3;
    box-shadow: 1px 0px 16px #ababab;
    width: 100%;
    max-width: 100%;
  }
}

header .nav-flex .small-menu-logo {
  display: none;
}

@media (max-width: 991.98px) {
  header .nav-flex .small-menu-logo {
    padding: 10px 18px;
    display: flex;
  }
}

@media (max-width: 470px) {
  header .nav-flex .small-menu-logo {
    padding: 10px 0px 10px 0;
    margin-left: 1.4rem;
  }
}

header .nav-flex .nav-text {
  position: relative;
}

@media (max-width: 991.98px) {
  header .nav-flex .nav-text {
    display: block;
    margin-left: 70px;
  }
}

header .nav-flex .nav-text h1 {
  font-size: 2.2rem;
  font-weight: 900;
  transform: rotate(270deg) translate(229px, 0px);
  white-space: nowrap;
  color: #33342f;
  z-index: 10000;
}

@media (max-width: 991.98px) {
  header .nav-flex .nav-text h1 {
    display: block;
    font-size: 1.8rem;
    transform: rotate(0deg) translate(0px, 0px);
  }
}

header .nav-flex .nav-text h1 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 369.98px) {
  header .nav-flex .nav-text h1 span {
    display: none;
  }
}

@media (max-width: 768px) {
  header .offset-xl-1 {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  header .regular {
    margin-top: 71px;
  }
}

header .regular div {
  overflow: visible;
  position: relative;
}

header .regular div img {
  height: 607px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  header .regular div img {
    height: 500px;
  }
}

header .regular div .content {
  position: absolute;
  z-index: 1000;
  width: 400px;
  left: -12%;
  top: 18%;
  padding: 5px 12px;
  background-color: #33342f;
  border-radius: 3px;
}

@media (max-width: 768px) {
  header .regular div .content {
    left: 3.5%;
    top: 15%;
  }
}

@media (max-width: 469.98px) {
  header .regular div .content {
    display: none;
  }
}

header .regular div .content h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.7;
  color: #fff;
}

header .regular div .content a {
  display: inline-flex;
  align-self: flex-end;
  direction: rtl;
  font-size: 1.5rem;
  padding: 0px 15px;
  line-height: 1.8;
  border-right: 1px solid #fff;
}

header .regular div .content a span.text {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px 3px 5px;
  font-size: 1.7rem;
  font-weight: normal;
}

header .regular div .content a span.text span {
  padding-right: 5px;
}

header .thumbs {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  position: absolute;
  left: -37.4%;
  bottom: 41px;
  z-index: 1;
  overflow: hidden;
}

header .thumbs div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 5px;
}

header .thumbs div img {
  max-width: 200px;
  overflow: hidden;
  display: block;
}

@media (max-width: 991.98px) {
  header .thumbs {
    display: none;
  }
}

@media (min-width: 992px) {
  header .thumbs {
    left: -22%;
  }
}

@media (min-width: 1200px) {
  header .thumbs {
    left: -37.4%;
  }
}

@media (max-width: 991.98px) {
  header .top-social {
    margin-top: 71px;
  }
}

header .top-social .social-contact {
  margin-top: 30px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 991.98px) {
  header .top-social .social-contact {
    margin-top: 15px;
    margin-left: 0px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-end;
    justify-content: space-around;
  }
}

@media (max-width: 991.98px) {
  header .top-social .social-contact li {
    margin: 0 10px;
  }
}

header .top-social .social-contact li .navbar-btn {
  padding: 0;
}

header .top-social .social-contact li .modal {
  background-color: rgba(51, 52, 47, 0.8);
}

header .top-social .social-contact li .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .top-social .social-contact li .modal-dialog .modal-content {
  background-color: #33342f;
  border: none;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-header {
  border: none;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-header .close span {
  color: white;
  font-size: 2.5rem;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body {
  margin-bottom: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body .input-group {
  width: 80%;
  height: 45px;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body .input-group input {
  height: 100%;
  border-radius: 0 3px 3px 0;
  font-size: 1.5rem;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body .input-group input:focus {
  border-color: #e06f33;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body .input-group .input-group-append {
  width: 10%;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body .input-group .input-group-append button {
  border-radius: 3px 0 0 3px;
  width: 100%;
  background-color: #e06f33;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .top-social .social-contact li .modal-dialog .modal-content .modal-body .input-group .input-group-append button span {
  font-size: 1.9rem;
  color: white;
}

header .top-social .social-contact li a,
header .top-social .social-contact li button {
  border: none;
  background: transparent;
  padding: 0;
}

header .top-social .social-contact li a span,
header .top-social .social-contact li button span {
  font-weight: bold;
  font-size: 2rem;
  transition: 300ms ease-out;
}

header .top-social .social-contact li a .icon-search2,
header .top-social .social-contact li button .icon-search2 {
  font-size: 1.8rem;
}

header .top-social .social-contact li a .icon-send,
header .top-social .social-contact li button .icon-send {
  font-weight: bold;
}

header .top-social .social-contact li:hover a span {
  color: #e06f33;
}

header .top-social .logo {
  position: absolute;
  top: 39%;
  right: -21%;
}

@media (max-width: 1199px) {
  header .top-social .logo {
    top: 43%;
    right: 10%;
  }
}

@media (max-width: 991px) {
  header .top-social .logo {
    right: 12%;
    top: 60%;
  }
}

@media (max-width: 1199px) {
  header .top-social .logo img {
    width: 80%;
  }
}

/* *******************************   products  ********************************** */
.product-bg {
  margin-top: 5rem;
}

.product-bg .product-title h3 {
  text-align: center;
  color: #333;
  line-height: 2.1;
  margin: 20px 0;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: iranyekan;
}

.product-bg .product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (max-width: 575.98px) {
  .product-bg .product-content {
    padding: 0px 38px;
  }
}

.product-bg .product-content .nav-tabs {
  display: inline-flex;
  margin: 0;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .nav-tabs {
    flex-wrap: nowrap;
    display: flex;
  }
}

.product-bg .product-content .nav-tabs .nav-item .product-button1, .product-bg .product-content .nav-tabs .nav-item .product-button2, .product-bg .product-content .nav-tabs .nav-item .product-button3 {
  border: 1px solid #e06f33;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 1px;
  padding: 1rem 3rem;
  background-color: #e06f33;
  transition: 300ms ease-out;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .nav-tabs .nav-item .product-button1, .product-bg .product-content .nav-tabs .nav-item .product-button2, .product-bg .product-content .nav-tabs .nav-item .product-button3 {
    padding: .5rem 1.5rem;
    font-size: 1.4rem;
  }
}

.product-bg .product-content .nav-tabs .nav-item a {
  text-align: center;
}

.product-bg .product-content .nav-tabs .nav-item a:hover {
  background-color: #fff;
  color: #e06f33;
  cursor: pointer;
}

.product-bg .product-content .nav-tabs .nav-item .product-button1 {
  border-radius: 3px 35px 3px 3px;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .nav-tabs .nav-item .product-button1 {
    border-radius: 3px 25px 3px 3px;
  }
}

.product-bg .product-content .nav-tabs .nav-item .product-button2 {
  border-radius: 3px 3px 3px 3px;
}

.product-bg .product-content .nav-tabs .nav-item .product-button3 {
  border-radius: 35px 3px 3px 3px;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .nav-tabs .nav-item .product-button3 {
    border-radius: 25px 3px 3px 3px;
  }
}

.product-bg .product-content .nav-tabs .nav-item .active {
  background-color: #fff;
  color: #e06f33;
}

.product-bg .product-content .tab-content .product-test {
  margin-top: 15px;
}

.product-bg .product-content .tab-content .product-test .box-wrap {
  display: flex;
  flex-wrap: wrap;
  transition: 300ms ease-out;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap:hover div {
  filter: blur(0.9px);
  opacity: .7;
  transform: scale(0.98);
  box-shadow: none;
}

.product-bg .product-content .tab-content .product-test .box-wrap:hover div:hover {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
}

.product-bg .product-content .tab-content .product-test .box-wrap:hover div:hover img {
  opacity: .7;
}

.product-bg .product-content .tab-content .product-test .box-wrap .column-1 {
  flex: 40%;
  padding: 0 0 0 4px;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column-1 {
    flex: 100%;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column-1 div {
  margin-top: 8px;
  position: relative;
  transition: 300ms ease-out;
  background-color: black;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column-1 div {
    margin-top: 7px;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column-1 div img {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column-1 div img {
    opacity: .7;
  }
}

@media (max-width: 575.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column-1 div img {
    width: 448px;
    height: 170px;
    object-fit: cover;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column-1 div a {
  position: absolute;
  opacity: 0;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: 300ms ease-out;
}

@media (max-width: 991.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column-1 div a {
    opacity: 1;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column-1 div:hover a {
  opacity: 1;
}

.product-bg .product-content .tab-content .product-test .box-wrap .column {
  flex: 60%;
  padding: 0 0 0 4px;
}

@media (max-width: 575.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column {
    flex: 100%;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column div {
  margin-top: 8px;
  position: relative;
  transition: 300ms ease-out;
  background-color: black;
  width: fit-content;
}

.product-bg .product-content .tab-content .product-test .box-wrap .column div img {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column div img {
    opacity: .7;
  }
}

@media (max-width: 575.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column div img {
    width: 448px;
    height: 170px;
    object-fit: cover;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column div a {
  position: absolute;
  opacity: 0;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  transition: 300ms ease-out;
}

@media (max-width: 991.98px) {
  .product-bg .product-content .tab-content .product-test .box-wrap .column div a {
    opacity: 1;
  }
}

.product-bg .product-content .tab-content .product-test .box-wrap .column div:hover a {
  opacity: 1;
}

.product-bg .product-content .tab-content :nth-child(3) .box-wrap .column-1 div {
  margin-top: 9px;
}

.radius-angle-01 {
  border-radius: 3px 3px 3px 3px;
}

.radius-angle-02 {
  border-radius: 3px 3px 100px 3px;
}

@media (max-width: 575.98px) {
  .radius-angle-02 {
    border-radius: 3px 3px 3px 3px;
  }
}

.radius-angle-03 {
  border-radius: 3px 3px 3px 100px;
}

@media (max-width: 575.98px) {
  .radius-angle-03 {
    border-radius: 3px 3px 100px 100px;
  }
}

@media (max-width: 575.98px) {
  .radius-angle-03 {
    border-radius: 3px 3px 30px 30px;
  }
}

.radius-angle-04 {
  border-radius: 3px 3px 3px 3px;
}

.radius-angle-05 {
  border-radius: 3px 3px 3px 100px;
}

@media (max-width: 575.98px) {
  .radius-angle-05 {
    border-radius: 3px 3px 100px 100px;
  }
}

@media (max-width: 575.98px) {
  .radius-angle-05 {
    border-radius: 3px 3px 30px 30px;
  }
}

.radius-angle-06 {
  border-radius: 3px 3px 3px 3px;
}

/* *******************************   owl-carousel ************************************ */
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

.owl-product .item {
  background: #fafafa;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 8px;
  width: 190px;
  border-radius: 3px;
  cursor: pointer;
  transition: 300ms ease-out;
  position: relative;
}

.owl-product .item:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.owl-nav .owl-next span, .owl-nav .owl-prev span, .popualr-product .owl-nav .owl-next span, .popualr-product .owl-nav .owl-prev span, .similar .owl-nav .owl-next span, .similar .owl-nav .owl-prev span {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all;
}

@media (max-width: 991.98px) {
  .owl-nav .owl-next span, .owl-nav .owl-prev span, .popualr-product .owl-nav .owl-next span, .popualr-product .owl-nav .owl-prev span, .similar .owl-nav .owl-next span, .similar .owl-nav .owl-prev span {
    bottom: auto;
    top: -7%;
  }
}

@media (max-width: 575.98px) {
  .owl-nav .owl-next span, .owl-nav .owl-prev span, .popualr-product .owl-nav .owl-next span, .popualr-product .owl-nav .owl-prev span, .similar .owl-nav .owl-next span, .similar .owl-nav .owl-prev span {
    top: -12%;
  }
}

.owl-nav .owl-next:hover span {
  color: #33342f;
}

.owl-nav .owl-next span {
  left: -17%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .owl-nav .owl-next span {
    left: auto;
    right: 10%;
  }
}

@media (max-width: 767.98px) {
  .owl-nav .owl-next span {
    left: auto;
    right: 12%;
  }
}

@media (max-width: 575.98px) {
  .owl-nav .owl-next span {
    color: white;
    right: 52%;
  }
}

.owl-nav .owl-prev:hover span {
  color: #33342f;
}

.owl-nav .owl-prev span {
  left: -11%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .owl-nav .owl-prev span {
    left: auto;
    right: 2%;
  }
}

@media (max-width: 575.98px) {
  .owl-nav .owl-prev span {
    color: white;
    right: 36%;
  }
}

.par-img-owl img {
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
}

.par-img-owl figcaption {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.par-img-owl figcaption div {
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.par-img-owl figcaption div h4 {
  text-align: center;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 44px;
  font-size: 1.4rem;
}

.par-img-owl figcaption div a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* *******************************  latest-product  ************************************ */
.latest-product {
  padding: 10px 0 3px 0;
  margin-top: 10rem;
  background: url(../images/background/latest-products.png) no-repeat bottom right;
  background-size: contain;
}

.latest-product .responsive-title {
  display: none;
}

.latest-product .owl-carousel .owl-stage-outer {
  padding: 25px 0px 8px 0px;
}

.latest-product .latest-text-box .carousel-box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 575.98px) {
  .latest-product .latest-text-box .carousel-box {
    display: none;
  }
}

.latest-product .latest-text-box .carousel-box h3 {
  color: #e06f33;
  font-weight: 900;
  transform: rotate(270deg);
  font-family: iranyekan;
  font-size: 2.6rem;
  padding: 14px 0 72px 0;
  white-space: nowrap;
}

@media (max-width: 1650px) {
  .latest-product .latest-text-box .carousel-box h3 {
    padding: 14px 0 36px 0;
  }
}

@media (max-width: 1360px) {
  .latest-product .latest-text-box .carousel-box h3 {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .latest-product .latest-text-box .carousel-box h3 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .latest-product {
    background: none;
    background-color: #e06f33;
  }
  .latest-product .responsive-title {
    display: block;
    text-align: center;
  }
  .latest-product .responsive-title h3 {
    color: white;
    font-weight: 900;
    font-family: iranyekan;
    font-size: 2.6rem;
    line-height: 3;
    margin-bottom: 5rem;
  }
}

/* *******************************  projects  ************************************ */
.project {
  padding: 30px 0 60px 0;
  background-color: #33342f;
}

.project .project-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
}

.project .project-content h3 {
  margin: 4rem 0 2rem 0;
  font-size: 2.1rem;
  line-height: 2.2;
  font-family: iranyekan;
  font-weight: 900;
  color: #fff;
}

.project .project-content p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2;
  text-align: justify;
  padding-bottom: 2rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project .project-content p {
    padding-left: 15px;
  }
}

.project .project-content a {
  display: flex;
  align-self: flex-end;
  direction: rtl;
  font-size: 1.5rem;
  padding: 5px 15px;
  line-height: 1.8;
  border-right: 1px solid #fff;
}

.project .project-content a span.text {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px 5px 5px;
  font-size: 1.7rem;
  font-weight: normal;
}

.project .project-content a span.text span {
  padding-right: 5px;
}

.project .project-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
}

@media (min-width: 992px) and (max-width: 1199.98) {
  .project .project-img {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project .project-img {
    padding: 0 15px;
  }
}

.project .project-img img {
  width: 100%;
  margin: 4.1rem 0px 0 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project .project-img img {
    padding: 0 60px;
    margin-top: 1px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project .project-img img {
    width: 365px;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .project .project-img img {
    display: none;
  }
}

.project .project-img::before {
  margin-top: 4rem;
  background: url(../images/background/projects.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 512px;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  right: 0;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project .project-img::before {
    height: 429px;
    margin-top: 5.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project .project-img::before {
    height: 451px;
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project .project-img::before {
    height: 304px;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .project .project-img::before {
    content: none;
  }
}

/* *******************************  popular products  ************************************ */
.popualr-product {
  margin-bottom: 12rem;
  padding: 0px 0 10px 0;
  background: url(../images/background/popular-products.png) no-repeat;
  background-size: contain;
}

.popualr-product .responsive-title {
  display: none;
}

@media (max-width: 991.98px) {
  .popualr-product {
    margin-bottom: 8.5rem;
  }
}

@media (max-width: 575.98px) {
  .popualr-product {
    background: none;
    background-color: #e06f33;
  }
  .popualr-product .responsive-title {
    display: block;
    text-align: center;
  }
  .popualr-product .responsive-title h3 {
    color: white;
    font-weight: 900;
    font-family: iranyekan;
    font-size: 2.6rem;
    line-height: 3;
    margin-bottom: 5rem;
  }
}

.popualr-product .owl-carousel .owl-stage-outer {
  padding: 16px 0px 8px 0px;
}

.popualr-product .popular-text-box .carousel-box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .popualr-product .popular-text-box .carousel-box {
    display: none;
  }
}

.popualr-product .popular-text-box .carousel-box h3 {
  color: #e06f33;
  font-size: 2.6rem;
  font-weight: 900;
  transform: rotate(90deg);
  padding: 10px 0 67px 30px;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .popualr-product .popular-text-box .carousel-box h3 {
    padding: 10px 0 43px 30px;
  }
}

@media (max-width: 1359.98px) {
  .popualr-product .popular-text-box .carousel-box h3 {
    padding: 10px 0 38px 0;
  }
}

@media (max-width: 1199.98px) {
  .popualr-product .popular-text-box .carousel-box h3 {
    padding: 10px 0 14px 0;
  }
}

@media (max-width: 991.98px) {
  .popualr-product .popular-text-box .carousel-box h3 {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .popualr-product .popular-text-box .carousel-box h3 {
    display: none;
  }
}

.popualr-product .owl-nav .owl-next span, .popualr-product .owl-nav .owl-prev span {
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all;
}

@media (max-width: 991.98px) {
  .popualr-product .owl-nav .owl-next span, .popualr-product .owl-nav .owl-prev span {
    top: auto;
    bottom: -7%;
  }
}

@media (max-width: 575.98px) {
  .popualr-product .owl-nav .owl-next span, .popualr-product .owl-nav .owl-prev span {
    top: -12%;
    bottom: auto;
  }
}

.popualr-product .owl-nav .owl-next:hover span {
  color: #33342f;
}

.popualr-product .owl-nav .owl-next span {
  right: -11%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .popualr-product .owl-nav .owl-next span {
    right: auto;
    left: 2%;
  }
}

@media (max-width: 575.98px) {
  .popualr-product .owl-nav .owl-next span {
    color: white;
    right: 52%;
  }
}

.popualr-product .owl-nav .owl-prev:hover span {
  color: #33342f;
}

.popualr-product .owl-nav .owl-prev span {
  right: -17%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .popualr-product .owl-nav .owl-prev span {
    right: auto;
    left: 10%;
  }
}

@media (max-width: 575.98px) {
  .popualr-product .owl-nav .owl-prev span {
    color: white;
    right: 36%;
  }
}

/* *******************************  decoration  ************************************ */
@media (max-width: 991.98px) {
  .decoration .decor-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .decoration .decor-img {
    padding: 0 30px;
  }
}

.decoration .decor-img img {
  border-radius: 3px 100px 100px 3px;
  box-shadow: 25px -25px #33342f;
}

@media (max-width: 991.98px) {
  .decoration .decor-img img {
    border-radius: 100px 100px 3px 3px;
    box-shadow: 25px -25px #33342f;
  }
}

@media (max-width: 575.98px) {
  .decoration .decor-img img {
    border-radius: 50px 50px 3px 3px;
    box-shadow: 17px -17px #33342f;
  }
}

.decoration .decor-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .decoration .decor-content {
    margin-top: 50px;
  }
}

@media (max-width: 359.98px) {
  .decoration .decor-content {
    margin-top: 30px;
  }
}

.decoration .decor-content h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.9;
  margin-bottom: 35px;
  font-family: iranyekan;
}

@media (max-width: 359.98px) {
  .decoration .decor-content h3 {
    margin-bottom: 10px;
  }
}

.decoration .decor-content p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.3;
  text-align: justify;
  color: #33342f;
  margin-bottom: 35px;
}

.decoration .decor-content a {
  direction: rtl;
  font-size: 1.5rem;
  padding: 5px 15px;
  line-height: 1.8;
  border-right: 1px solid #33342f;
}

.decoration .decor-content a span.text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 6px 5px 5px;
  font-size: 1.7rem;
  font-weight: normal;
}

.decoration .decor-content a span.text span {
  padding-right: 5px;
}

/* *******************************  articles  ************************************ */
.article-bg {
  margin: 9rem 0;
}

@media (max-width: 991.98px) {
  .article-bg {
    margin-top: 6rem;
  }
}

@media (max-width: 991.98px) {
  .article-bg .row {
    flex-wrap: wrap;
  }
}

.article-bg .row :nth-child(2) .media {
  border-radius: 3px 3px 50px 3px;
}

@media (max-width: 991.98px) {
  .article-bg .row :nth-child(2) .media {
    border-radius: 3px;
  }
}

.article-bg .row :nth-child(2) .media .article-img img {
  border-radius: 3px 3px 0px 0px;
}

.article-bg .row :nth-child(3) .media {
  border-radius: 3px;
}

@media (max-width: 575.98px) {
  .article-bg .row :nth-child(3) .media {
    border-radius: 3px;
  }
}

.article-bg .row :nth-child(3) .media .article-img img {
  border-radius: 3px 3px 0px 0px;
}

.article-bg .row :nth-child(4) .media {
  border-radius: 3px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .article-bg .row :nth-child(4) .media {
    border-radius: 3px 3px 50px 3px;
  }
}

@media (max-width: 575.98px) {
  .article-bg .row :nth-child(4) .media {
    border-radius: 3px;
  }
}

.article-bg .row :nth-child(4) .media .article-img img {
  border-radius: 3px 3px 0px 0px;
}

.article-bg .row :last-child .media {
  border-radius: 3px 3px 3px 50px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .article-bg .row :last-child .media {
    border-radius: 3px 3px 3px 50px;
  }
}

@media (max-width: 575.98px) {
  .article-bg .row :last-child .media {
    border-radius: 3px 3px 50px 50px;
  }
}

.article-bg .row :last-child .media .article-img img {
  border-radius: 3px 3px 0px 0px;
}

@media (max-width: 991.98px) {
  .article-bg .col-lg-3 {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .article-bg .col-lg-3 {
    padding: 0 80px;
  }
}

@media (max-width: 440.98px) {
  .article-bg .col-lg-3 {
    padding: 0 40px;
  }
}

.article-bg .col-lg-3 .media {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-bg .col-lg-3 .media:hover {
  box-shadow: 0 11px 16px rgba(0, 0, 0, 0.25), 0 7px 7px rgba(0, 0, 0, 0.22);
}

.article-bg .col-lg-3 .media:hover .media-body a {
  color: #fff;
  border-color: #e06f33;
  background-color: #e06f33 !important;
}

.article-bg .col-lg-3 .media .media-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-bg .col-lg-3 .media .media-body .article-img img {
  border-radius: 3px 3px 0 0;
}

.article-bg .col-lg-3 .media .media-body h5 {
  font-size: 1.5rem;
  height: 67px;
  overflow: hidden;
  line-height: 2;
  color: #333333;
  padding: 10px 10px 0 10px;
}

@media (max-width: 575.98px) {
  .article-bg .col-lg-3 .media .media-body h5 {
    height: 43px;
    padding: 15px 10px 0 10px;
  }
}

@media (max-width: 575.98px) {
  .article-bg .col-lg-3 .media .media-body h5 {
    height: 63px;
    padding: 15px 10px 5px 10px;
  }
}

.article-bg .col-lg-3 .media .media-body p {
  text-align: justify;
  font-size: 1.35rem;
  line-height: 2;
  color: #444;
  height: 90px;
  padding: 3px 10px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .article-bg .col-lg-3 .media .media-body p {
    height: 93px;
  }
}

.article-bg .col-lg-3 .media .media-body a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #33342f;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin: 10px 0;
  font-size: 1.35rem;
  border-radius: 3px;
  transition: 300ms ease-out;
  background-color: transparent !important;
}

.article-bg .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-bg .col-12 a {
  margin: 2rem 0;
  background: #e06f33;
  border: 1px solid #e06f33;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  border-radius: 30px 30px 3px 3px;
  -webkit-border-radius: 30px 30px 3px 3px;
  -moz-border-radius: 30px 30px 3px 3px;
  transition: 300ms ease-out;
}

.article-bg .col-12 a:hover {
  background-color: transparent;
  color: #e06f33;
}

.footer-bg {
  margin-top: 60px;
  padding: 60px 0px 0px 0px;
  background-color: #33342f;
}

@media (max-width: 575.98px) {
  .footer-bg {
    padding-top: 35px;
  }
}

.footer-bg .news {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .footer-bg .news {
    padding-right: 40px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .news {
    padding-right: 15px;
  }
}

.footer-bg .news .title {
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
  background-color: #e06f33;
  padding-right: 4px;
}

.footer-bg .news .title .footer-title {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 2;
  color: #fff;
  margin-bottom: 0px;
  font-family: iranyekan;
  margin-right: 12px;
}

.footer-bg .news .news-item {
  padding-left: 60px;
}

@media (max-width: 1199.98px) {
  .footer-bg .news .news-item {
    padding-left: 40px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .news .news-item {
    padding-left: 15px;
  }
}

.footer-bg .news .news-item .col-lg-4 {
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-bg .news .news-item .col-lg-4 {
    padding: 0 10px;
  }
}

.footer-bg .news .news-item .col-lg-4 .media {
  background-color: #4d4f47;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 10px 10px;
  border-radius: 3px;
  transition: 300ms ease-out;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .news .news-item .col-lg-4 .media {
    flex-direction: row;
    padding: 3px 8px 3px 0px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .news .news-item .col-lg-4 .media {
    flex-direction: row;
    padding: 3px 8px 3px 0px;
  }
}

.footer-bg .news .news-item .col-lg-4 .media:hover .media-body h5 {
  color: #fff;
}

.footer-bg .news .news-item .col-lg-4 .media .news-img {
  width: 120px;
  height: 90px;
}

.footer-bg .news .news-item .col-lg-4 .media .news-img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.footer-bg .news .news-item .col-lg-4 .media .media-body h5 {
  padding: 0 15px;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
  height: 38px;
  color: #e06f33;
  margin-bottom: 16px;
  transition: 300ms ease-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-bg .news .news-item .col-lg-4 .media .media-body h5 {
    padding: 0 6px;
    font-size: 1.5rem;
  }
}

.footer-bg .news .news-item .col-lg-4 .media .media-body p {
  padding: 0 15px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.9;
  text-align: justify;
  height: 73px;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-bg .news .news-item .col-lg-4 .media .media-body p {
    padding: 0 6px;
    font-size: 1.35rem;
  }
}

@media (max-width: 991.98px) {
  .footer-bg .news .news-item .col-lg-4 .media .media-body p {
    font-size: 1.35rem;
    padding: 0 12px;
    margin-bottom: .5rem;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .news .news-item .col-lg-4 .media .media-body p {
    height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .news .news-item .col-lg-4 {
    padding: 0;
  }
}

.footer-bg .news .news-item :first-child .media {
  border-radius: 3px 3px 30px 3px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .news .news-item :first-child .media {
    border-radius: 30px 3px 3px 3px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .news .news-item :first-child .media {
    border-radius: 30px 3px 3px 3px;
  }
}

.footer-bg .news .news-item :last-child .media {
  border-radius: 30px 3px 3px 3px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .news .news-item :last-child .media {
    border-radius: 3px 3px 30px 3px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .news .news-item :last-child .media {
    border-radius: 3px 3px 20px 3px;
  }
}

.footer-bg .bottom-logo {
  padding-right: 75px;
  padding-left: 0;
}

@media (max-width: 1199.98px) {
  .footer-bg .bottom-logo {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .footer-bg .bottom-logo {
    margin-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .bottom-logo {
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .bottom-logo .row {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .bottom-logo .row {
    flex-direction: column;
  }
}

.footer-bg .bottom-logo .row div {
  padding-right: 15px;
  padding-left: 0;
}

@media (max-width: 575.98px) {
  .footer-bg .bottom-logo .row div {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer-bg .bottom-logo .row div .bottom-contact {
  display: flex;
  flex-direction: column;
}

.footer-bg .bottom-logo .row div .bottom-contact li {
  margin: 5px 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2;
}

.footer-bg .bottom-logo .row div .bottom-contact li span {
  transition: 300ms ease-out;
}

.footer-bg .bottom-logo .row div .bottom-contact li:hover span {
  color: #e06f33;
}

.footer-bg .bottom-logo .row .social-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  align-items: flex-end;
}

@media (max-width: 575.98px) {
  .footer-bg .bottom-logo .row .social-contact {
    align-items: center;
  }
}

.footer-bg .bottom-logo .row .social-contact ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .bottom-logo .row .social-contact ul {
    flex-direction: row;
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .footer-bg .bottom-logo .row .social-contact ul {
    flex-direction: row;
    margin-top: 15px;
  }
}

.footer-bg .bottom-logo .row .social-contact ul li {
  padding: 0px 7px 5px 7px;
  margin-top: 8px;
}

.footer-bg .bottom-logo .row .social-contact ul li span {
  padding: 3px;
  background-color: #e06f33;
  color: white;
  border-radius: 5px;
  transition: 300ms ease-out;
  font-size: 2.5rem;
}

.footer-bg .bottom-logo .row .social-contact ul li:hover span {
  background-color: #33342f;
}

.footer-bg .inc-info {
  padding: 0 60px;
  margin-top: 40px;
  border-top: 1px solid #4a4a4a;
}

.footer-bg .inc-info .rights {
  padding: 20px 30px 20px 30px;
}

.footer-bg .inc-info .rights .py-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

@media (max-width: 991.98px) {
  .footer-bg .inc-info .rights .py-1 {
    flex-direction: column;
  }
}

.footer-bg .inc-info .rights .py-1 p,
.footer-bg .inc-info .rights .py-1 h6 {
  font-size: 1.2rem;
  margin: 0;
}

@media (max-width: 767.98px) {
  .footer-bg .inc-info .rights .py-1 p,
  .footer-bg .inc-info .rights .py-1 h6 {
    line-height: 2;
    text-align: center;
    margin-top: 5px;
  }
}

.footer-bg .inc-info .rights .py-1 a {
  color: #fff;
  transition: 300ms ease-out;
}

.footer-bg .inc-info .rights .py-1:hover a {
  color: #e06f33;
}

.footer-bg #scroll-up {
  border: none;
  background-color: transparent;
  position: fixed;
  z-index: 8030;
  bottom: -100px;
  right: 0px;
  text-decoration: none;
  cursor: pointer;
  display: none;
  transition: 300ms ease-out;
}

.footer-bg #scroll-up p {
  color: #c2571e;
  font-size: 1.6rem;
  transform: translate3d(0, 20px, 0) rotate(90deg);
}

.footer-bg #scroll-up span {
  font-size: 2rem;
  color: #c2571e;
  position: absolute;
  top: -30px;
  right: 25px;
}

.archive-title {
  font-size: 1.9rem;
  line-height: 4;
  color: #333;
}

.box-search-in {
  width: 270px;
  float: right;
  background: #efefef;
  padding: 1em;
}

.box-search-in .box-filter .search-form {
  position: relative;
}

.box-search-in .box-filter span {
  font-size: 1.5rem;
}

.box-search-in .form-field input {
  background: white;
  height: 37px;
  font-size: 1.1rem;
  border: 1px solid #828478;
  width: 100%;
  color: #4b4b4b;
}

.box-search-in .form-field-submit {
  background: none;
  width: 34px;
  border-right: 1px solid #828478;
  left: 0;
  right: auto;
  border-radius: 0;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  height: 100%;
}

.box-search-in .form-field-submit span {
  color: #828478;
}

.box-search-in #main-accordion .card {
  background: none;
  border: none;
}

.box-search-in #main-accordion .card .card-header {
  background: none;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: 1px solid #828478;
  position: relative;
}

.box-search-in #main-accordion .card .card-header .card-title {
  font-size: 1.3rem;
}

.box-search-in #main-accordion .card .card-header span {
  float: left;
  margin-top: 7px;
  position: relative;
  font-size: 1.2rem;
}

.box-search-in #main-accordion .card .card-header span :before {
  font-family: 'icomoon';
  font-size: 1.4rem;
  content: "\ea82";
  position: absolute;
  left: 0;
}

.box-search-in #main-accordion .card .card-header .acc-btn {
  background: transparent;
  justify-content: space-between;
  display: flex;
  padding: 1px 0 0 0;
  width: 100%;
  border: none;
  font-size: 1.5rem;
}

.box-search-in #main-accordion .card .card-body {
  padding: 1.25rem;
}

.box-search-in #main-accordion .card .filter {
  margin-bottom: 0;
  cursor: pointer;
}

.box-search-in #main-accordion .card .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.box-search-in #main-accordion .card .check-srch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
  font-size: 1.2rem;
}

.box-search-in #main-accordion1 .card {
  background: none;
  border: none;
}

.box-search-in #main-accordion1 .card .card-header {
  background: none;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: 1px solid #828478;
  position: relative;
}

.box-search-in #main-accordion1 .card .card-header .card-title {
  font-size: 1.3rem;
}

.box-search-in #main-accordion1 .card .card-header span {
  float: left;
  margin-top: 7px;
  position: relative;
  font-size: 1.2rem;
}

.box-search-in #main-accordion1 .card .card-header span :before {
  font-family: 'icomoon';
  font-size: 1.4rem;
  content: "\ea82";
  position: absolute;
  left: 0;
}

.box-search-in #main-accordion1 .card .card-header .acc-btn {
  background: transparent;
  justify-content: space-between;
  display: flex;
  padding: 1px 0 0 0;
  width: 100%;
  border: none;
  font-size: 1.5rem;
}

.box-search-in #main-accordion1 .card .card-body {
  padding: 1.25rem;
}

.box-search-in #main-accordion1 .card .filter {
  margin-bottom: 0;
  cursor: pointer;
}

.box-search-in #main-accordion1 .card .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.box-search-in #main-accordion1 .card .check-srch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
  font-size: 1.2rem;
}

.box-search-in .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: white;
}

.box-search-in .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.box-search-in .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e06f33;
}

.box-search-in .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ac4d1a;
}

.box-search-in .checkboxcolor input {
  opacity: 0;
}

.box-search-in .checkboxlist label {
  float: right;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  background: #fbfbde;
  border-radius: 3px;
  box-shadow: 0 0 1px #bfb9b9;
}

.box-search-in .checkboxlist label:after {
  opacity: 0.1;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  right: 5px;
  border: 3px solid #444;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.box-search-in .checkboxlist input[type=checkbox]:checked + label:after,
.box-search-in .checkboxlist input[type=radio]:checked + label:after {
  opacity: 1;
}

.box-search-in .body-srch {
  padding: 5px 0 10px !important;
}

.box-search-in .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.box-search-in .check-srch label {
  font-size: 1.4rem;
}

.box-search-in .body-srch {
  padding: 5px 0 10px !important;
}

.box-search-in .body-srch .checkboxlist {
  width: 20px;
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}

.box-search-in .body-srch .checkboxlist .checkboxcolor input {
  opacity: 0;
}

.box-search-in .box-switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-search-in .box-switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-bottom: 0px;
}

.box-search-in .box-switch .switch input {
  display: none;
}

.box-search-in .box-switch .slider {
  position: absolute;
  cursor: pointer;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
  border: 1px solid #828478;
}

.box-search-in .box-switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  border-radius: 30px;
  background-color: #828478;
  transition: all 0.5s ease-in-out;
}

.box-search-in .box-switch input.default:checked + .slider {
  background-color: #cccdc8;
}

.box-search-in .box-switch input:checked + .slider:before {
  transform: translateX(23px);
}

.box-search-in .box-switch .txt-srch {
  font-size: 1.5rem;
  margin-right: 11px;
}

.archive-pro {
  display: flex;
  flex-wrap: wrap;
}

.srch-mobil {
  width: 100%;
}

.btn-close {
  background: none;
  border: none;
}

.btn-close span {
  font-size: 1.8rem;
  font-weight: 600;
}

.btn-search {
  background-color: #33342f;
}

.btn-search span {
  color: white;
}

.btn-default-site {
  font-size: 1.4rem;
}

.close-modal {
  position: absolute;
  left: 10px;
}

.box-filter-xs {
  padding: 0;
  margin-left: 10px;
  float: right;
}

@media (max-width: 575.98px) {
  .archive-pro {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.archive-pro .arc-pro {
  margin-bottom: 2rem;
}

.archive-pro .arc-pro .item.terend {
  background: #efefef;
  padding: 8px 0 0 0;
  width: 240px;
  margin: auto;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 300ms ease-out;
}

.archive-pro .arc-pro .item.terend:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

@media (max-width: 766.98px) {
  .archive-pro .arc-pro .item.terend {
    width: 232px;
  }
}

.archive-pro .arc-pro .item.terend .par-img-owl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.archive-pro .arc-pro .item.terend .par-img-owl img {
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 766.98px) {
  .archive-pro .arc-pro .item.terend .par-img-owl figcaption {
    padding: 0 5px;
  }
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption div {
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption div h4 {
  text-align: center;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 44px;
  font-size: 1.4rem;
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption div a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product nav .nav-tabs {
  margin-top: 6rem;
  margin-bottom: 2rem;
  margin-right: 15px;
}

.product nav .nav-tabs .nav-link {
  font-size: 1.5rem;
  background-color: transparent;
  margin-left: 10px;
  border: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: 300ms ease-out;
}

.product nav .nav-tabs .nav-link.active {
  color: #333;
  border: none;
  border-bottom: 2px solid #e06f33;
}

.product nav .nav-tabs .nav-link:hover {
  color: #333;
  border: none;
  border-bottom: 2px solid #bdbdbd;
}

.widget-title p {
  margin-right: 1.8%;
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 2;
  color: #333;
}

.description .label-detail {
  width: 140px;
  float: right;
  direction: rtl;
  margin-left: 15px;
  margin-bottom: 0;
  color: #444;
  font-size: 1.5rem;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .description .label-detail {
    width: 100px;
  }
}

.description .ProductCod .span-detail {
  font-size: 1.4rem;
}

.description .ProductCod span.yekan {
  font-size: 1.6rem;
}

.description .ProductStatus,
.description .ProductCod,
.description .ProductColor,
.description .ProductSize,
.description .ProductNumber,
.description .ProductMainprice {
  padding: 0 15px 0 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.description .ProductStatus .disponible i, .description .ProductStatus .nonDisponible i {
  padding: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
}

.description .ProductStatus .disponible {
  color: #388e3c;
  font-size: 1.6rem;
  font-weight: 500;
}

.description .ProductStatus .disponible i {
  background-color: transparent;
}

.description .ProductStatus .disponible i::before {
  font-size: 1.6rem;
  color: #388e3c;
}

.description .ProductStatus .nonDisponible {
  color: #ff0000;
  font-size: 1.3rem;
}

/*................Introduction...............*/
.specifications {
  margin: 30px 0 30px;
  background: #ffffff57;
}

@media (max-width: 425px) {
  .specifications {
    padding: 10px;
  }
}

.specifications h3 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  direction: rtl;
  text-align: right;
  color: #333333;
  line-height: 20px;
}

.specifications .introduction {
  margin-bottom: 10px;
}

.specifications .introduction p {
  padding-left: 15px;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #444444;
}

table caption {
  caption-side: top;
  text-align: right;
  font-size: 1.9rem;
  direction: rtl;
  text-align: right;
  color: #333333;
  line-height: 20px;
  padding-top: 0;
}

.introduction,
.technical {
  margin-bottom: 10px;
}

.introduction p {
  padding-left: 15px;
}

/*...........Technical Specifications...........*/
.technical table .tr-titletbl th {
  background-color: #33342f !important;
  font-size: 1.4rem;
  width: 100% !important;
  color: white;
}

.technical table > tbody > tr > th,
.technical table > tbody > tr > td {
  text-align: right;
  width: 50%;
  border: 10px solid #ffffff;
  padding-right: 20px;
  font-weight: normal;
  font-size: 1.3rem;
}

.technical table > tbody > tr > th {
  background-color: #e78e5f;
  color: white;
  width: 20%;
}

.technical table > tbody > tr > td {
  background-color: #f8f8f8;
  color: #353535;
}

.checkboxlist {
  width: 20px;
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}

.checkboxlist input[type="radio"]:checked + label {
  border: 2px solid #33342f;
  box-shadow: 0 2px 3px #9a9292;
}

.checkboxlist label {
  float: right;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 0;
  background: white;
  border: 1px solid #33342f;
  border-radius: 3px;
  box-shadow: 0 0 1px #bfb9b9;
}

.checkboxlist label:after {
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #33342f;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.checkboxlist input[type="radio"]:checked + label:after {
  opacity: 1;
}

.ProductCod .checkboxlist label,
.ProductColor .checkboxlist label {
  top: 0px !important;
}

@media (max-width: 425px) {
  .button-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .info-btn-wrapper button {
    margin-top: 10px;
  }
}

/*...........Similar product...........*/
.similar h3 {
  margin-bottom: 0px;
  font-size: 1.9rem;
  direction: rtl;
  text-align: right;
  color: #333333;
  line-height: 20px;
  margin: 30px 8px 25px 0;
}

.similar .owl-product .owl-item {
  margin-top: 5px;
  margin-bottom: 7px;
}

.similar .owl-nav .owl-next span, .similar .owl-nav .owl-prev span {
  top: -50px;
  bottom: auto;
}

.similar .owl-nav .owl-next:hover span {
  color: #33342f;
}

.similar .owl-nav .owl-next span {
  left: 1%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .similar .owl-nav .owl-next span {
    left: 2%;
    right: auto;
  }
}

@media (max-width: 767.98px) {
  .similar .owl-nav .owl-next span {
    left: 3%;
    right: auto;
  }
}

@media (max-width: 480px) {
  .similar .owl-nav .owl-next span {
    left: 4%;
    right: auto;
  }
}

.similar .owl-nav .owl-prev:hover span {
  color: #33342f;
}

.similar .owl-nav .owl-prev span {
  left: 7%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .similar .owl-nav .owl-prev span {
    right: auto;
    left: 12%;
  }
}

@media (max-width: 767.98px) {
  .similar .owl-nav .owl-prev span {
    right: auto;
    left: 14%;
  }
}

@media (max-width: 480px) {
  .similar .owl-nav .owl-prev span {
    left: 19%;
    right: auto;
  }
}

/* Product Color */
.ProductColor .color-choose div {
  display: inline-block;
}

@media (max-width: 360px) {
  .ProductColor .color-choose div {
    margin-bottom: 10px;
  }
}

.ProductColor .color-choose div input[type=radio] {
  display: none;
}

.color-choose input[type=radio] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type=radio] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type=radio]#red + label span {
  background-color: #C91524;
}

.color-choose input[type=radio]#blue + label span {
  background-color: #314780;
}

.color-choose input[type=radio]#black + label span {
  background-color: #323232;
}

.color-choose input[type=radio]:checked + label span {
  box-shadow: 0 0px 5px #676767dd;
  text-align: center;
  padding-top: 2px;
}

.color-choose input[type=radio]:checked + label span:before {
  font-size: 1.3rem;
  content: "\e90e";
  font-family: 'icomoon';
  color: #fff;
}

.ProductSize .radio-toolbar div {
  margin-left: 5px;
  display: inline-flex;
}

@media (max-width: 360px) {
  .ProductSize .radio-toolbar div {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: initial;
  }
}

.ProductSize .radio-toolbar div input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.ProductSize .radio-toolbar div label {
  cursor: pointer;
  display: inline-flex;
  background-color: transparent;
  padding: 5px 20px;
  font-size: 1.3rem;
  color: #333;
  border: 1px solid #cececedd;
  border-radius: 3px;
  transition: 300ms ease-out;
}

.ProductSize .radio-toolbar div label:hover {
  background-color: #e6e5e5dd;
}

.radio-toolbar input[type="radio"]:checked + label {
  box-shadow: 0 0px 3px #888888dd;
  position: relative;
  padding-right: 30px;
}

.radio-toolbar input[type="radio"]:checked + label:before {
  position: absolute;
  font-size: 1.3rem;
  right: 7px;
  content: "\e90e";
  font-family: 'icomoon';
  color: #e06f33;
}

/**
*
*	Name:			IRANYekan Font
*	Version:			3.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 20, 2018
*	Updated on:		Dec 20, 2018
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت ایران یکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANYekan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (YHYVWU)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
  font-display: auto;
  /* or block, swap, fallback, optional */
  src: local("IRANSyekan", "iranyekan", "IRANYekan");
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yekan/eot/iranyekanwebregular.eot");
  src: url("../fonts/yekan/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/yekan/ttf/iranyekanwebregular.ttf") format("truetype");
}

@font-face {
  font-display: auto;
  /* or block, swap, fallback, optional */
  src: local("IRANSyekan", "iranyekan", "IRANYekan");
  font-family: iranyekan;
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/yekan/eot/iranyekanwebmedium.eot");
  src: url("../fonts/yekan/eot/iranyekanwebmedium.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan/woff/iranyekanwebmedium.woff") format("woff"), url("../fonts/yekan/ttf/iranyekanwebmedium.ttf") format("truetype");
}

@font-face {
  font-display: auto;
  /* or block, swap, fallback, optional */
  src: local("IRANSyekan", "iranyekan", "IRANYekan");
  font-family: iranyekan;
  font-style: 900;
  font-weight: 900;
  src: url("../fonts/yekan/eot/iranyekanwebblack.eot");
  src: url("../fonts/yekan/eot/iranyekanwebblack.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan/woff/iranyekanwebblack.woff") format("woff"), url("../fonts/yekan/ttf/iranyekanwebblack.ttf") format("truetype");
}

@font-face {
  font-display: auto;
  /* or block, swap, fallback, optional */
  src: local("IRANSyekan", "iranyekan", "IRANYekan");
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yekan/eot/iranyekanwebregularfanum.eot");
  src: url("../fonts/yekan/eot/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan/woff/iranyekanwebregularfanum.woff") format("woff"), url("../fonts/yekan/ttf/iranyekanwebregularfanum.ttf") format("truetype");
}

@font-face {
  font-display: auto;
  /* or block, swap, fallback, optional */
  src: local("IRANSyekan", "iranyekan", "IRANYekan");
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/yekan/eot/iranyekanwebmediumfanum.eot");
  src: url("../fonts/yekan/eot/iranyekanwebmediumfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan/woff/iranyekanwebmediumfanum.woff") format("woff"), url("../fonts/yekan/ttf/iranyekanwebmediumfanum.ttf") format("truetype");
}

.inner-banner {
  background: url(../images/background/inner-banner.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 170px;
  background-position: 50% 50%;
  margin-bottom: 40px;
  margin-top: 70px;
}

@media (max-width: 575.98px) {
  .inner-banner {
    box-shadow: -268px 0px 100px #0000006b inset;
  }
}

.inner-banner h6 {
  padding-right: 20px;
  font-size: 24px;
  color: #33342f;
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
  .inner-banner h6 {
    color: white;
  }
}

.inner-banner .breadcrumb-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}

.inner-banner .breadcrumb-flex .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 2rem 0.75rem 1rem;
  margin-bottom: .5rem;
  list-style: none;
  background-color: transparent;
  font-size: 1rem;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}

.inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item {
  color: #33342f;
}

@media (max-width: 575.98px) {
  .inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item {
    color: white;
  }
}

.inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item.active {
  color: #33342f;
  font-size: 1.4rem;
}

@media (max-width: 575.98px) {
  .inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item.active {
    color: white;
  }
}

.inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item a {
  color: #33342f;
  font-size: 1.4rem;
  transition: 300ms ease-out;
}

@media (max-width: 575.98px) {
  .inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item a {
    color: white;
  }
}

.inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item .icon-home {
  padding-left: 5px;
}

.inner-banner .breadcrumb-flex .breadcrumb .breadcrumb-item a:hover {
  color: #e06f33;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: .5rem;
  color: #33342f;
}

@media (max-width: 575.98px) {
  .breadcrumb-item + .breadcrumb-item::before {
    color: white;
  }
}

.video h1 {
  line-height: 1.5;
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}

.video .video-page {
  margin-bottom: 2rem;
}

.video .video-page.card {
  border: none;
}

@media (max-width: 575.98px) {
  .video .video-page.card {
    margin: 20px 20px;
  }
}

.video .video-page:hover .video-page-overlay .video-image-container img {
  opacity: .4;
  transition: all .3s;
}

.video .video-page:hover .video-page-overlay .camera-icon {
  display: block;
  opacity: 1;
}

.video .video-page .video-page-overlay {
  background-color: #202020;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.video .video-page .video-page-overlay .video-image-container {
  width: 100%;
}

.video .video-page .video-page-overlay .video-image-container img {
  transition: 300ms ease-out;
  width: 100%;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}

.video .video-page .video-page-overlay .camera-icon {
  display: none;
  position: absolute;
  font-size: 4rem;
  color: #e06f33;
  transition: 300ms ease-out;
}

.video .video-page .card-body {
  border: 1px solid #dfdfdf;
  border-top: none;
  background-color: white;
  border-radius: 3px;
}

.video .video-page .card-body p {
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}

.video .video-page .card-body a {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.det-video .video.card {
  border: none;
}

.det-video .video h1 {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.det-video .video p {
  font-size: 1.4rem;
  line-height: 2;
  color: #444;
  text-align: justify;
}

.det-video .player {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.det-video .player video {
  width: 100%;
}

.det-video .download-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.det-video .download-btn a {
  direction: rtl;
  font-size: 1.5rem;
  padding: 1px 5px;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #33342f;
}

.det-video .download-btn a span.text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 6px 5px 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.det-video .download-btn a span.text span {
  padding-right: 5px;
}

.archive-title {
  font-size: 1.9rem;
  line-height: 4;
  color: #333;
}

.box-search-in {
  width: 270px;
  float: right;
  background: #efefef;
  padding: 1em;
}

.box-search-in .box-filter .search-form {
  position: relative;
}

.box-search-in .box-filter span {
  font-size: 1.5rem;
}

.box-search-in .form-field input {
  background: white;
  height: 37px;
  font-size: 1.1rem;
  border: 1px solid #828478;
  width: 100%;
  color: #4b4b4b;
}

.box-search-in .form-field-submit {
  background: none;
  width: 34px;
  border-right: 1px solid #828478;
  left: 0;
  right: auto;
  border-radius: 0;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  height: 100%;
}

.box-search-in .form-field-submit span {
  color: #828478;
}

.box-search-in #main-accordion .card {
  background: none;
  border: none;
}

.box-search-in #main-accordion .card .card-header {
  background: none;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: 1px solid #828478;
  position: relative;
}

.box-search-in #main-accordion .card .card-header .card-title {
  font-size: 1.3rem;
}

.box-search-in #main-accordion .card .card-header span {
  float: left;
  margin-top: 7px;
  position: relative;
  font-size: 1.2rem;
}

.box-search-in #main-accordion .card .card-header span :before {
  font-family: 'icomoon';
  font-size: 1.4rem;
  content: "\ea82";
  position: absolute;
  left: 0;
}

.box-search-in #main-accordion .card .card-header .acc-btn {
  background: transparent;
  justify-content: space-between;
  display: flex;
  padding: 1px 0 0 0;
  width: 100%;
  border: none;
  font-size: 1.5rem;
}

.box-search-in #main-accordion .card .card-body {
  padding: 1.25rem;
}

.box-search-in #main-accordion .card .filter {
  margin-bottom: 0;
  cursor: pointer;
}

.box-search-in #main-accordion .card .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.box-search-in #main-accordion .card .check-srch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
  font-size: 1.2rem;
}

.box-search-in #main-accordion1 .card {
  background: none;
  border: none;
}

.box-search-in #main-accordion1 .card .card-header {
  background: none;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: 1px solid #828478;
  position: relative;
}

.box-search-in #main-accordion1 .card .card-header .card-title {
  font-size: 1.3rem;
}

.box-search-in #main-accordion1 .card .card-header span {
  float: left;
  margin-top: 7px;
  position: relative;
  font-size: 1.2rem;
}

.box-search-in #main-accordion1 .card .card-header span :before {
  font-family: 'icomoon';
  font-size: 1.4rem;
  content: "\ea82";
  position: absolute;
  left: 0;
}

.box-search-in #main-accordion1 .card .card-header .acc-btn {
  background: transparent;
  justify-content: space-between;
  display: flex;
  padding: 1px 0 0 0;
  width: 100%;
  border: none;
  font-size: 1.5rem;
}

.box-search-in #main-accordion1 .card .card-body {
  padding: 1.25rem;
}

.box-search-in #main-accordion1 .card .filter {
  margin-bottom: 0;
  cursor: pointer;
}

.box-search-in #main-accordion1 .card .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.box-search-in #main-accordion1 .card .check-srch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
  font-size: 1.2rem;
}

.box-search-in .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: white;
}

.box-search-in .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.box-search-in .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e06f33;
}

.box-search-in .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ac4d1a;
}

.box-search-in .checkboxcolor input {
  opacity: 0;
}

.box-search-in .checkboxlist label {
  float: right;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  background: #fbfbde;
  border-radius: 3px;
  box-shadow: 0 0 1px #bfb9b9;
}

.box-search-in .checkboxlist label:after {
  opacity: 0.1;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  right: 5px;
  border: 3px solid #444;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.box-search-in .checkboxlist input[type=checkbox]:checked + label:after,
.box-search-in .checkboxlist input[type=radio]:checked + label:after {
  opacity: 1;
}

.box-search-in .body-srch {
  padding: 5px 0 10px !important;
}

.box-search-in .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.box-search-in .check-srch label {
  font-size: 1.4rem;
}

.box-search-in .body-srch {
  padding: 5px 0 10px !important;
}

.box-search-in .body-srch .checkboxlist {
  width: 20px;
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}

.box-search-in .body-srch .checkboxlist .checkboxcolor input {
  opacity: 0;
}

.box-search-in .box-switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-search-in .box-switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-bottom: 0px;
}

.box-search-in .box-switch .switch input {
  display: none;
}

.box-search-in .box-switch .slider {
  position: absolute;
  cursor: pointer;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
  border: 1px solid #828478;
}

.box-search-in .box-switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  border-radius: 30px;
  background-color: #828478;
  transition: all 0.5s ease-in-out;
}

.box-search-in .box-switch input.default:checked + .slider {
  background-color: #cccdc8;
}

.box-search-in .box-switch input:checked + .slider:before {
  transform: translateX(23px);
}

.box-search-in .box-switch .txt-srch {
  font-size: 1.5rem;
  margin-right: 11px;
}

.archive-pro {
  display: flex;
  flex-wrap: wrap;
}

.srch-mobil {
  width: 100%;
}

.btn-close {
  background: none;
  border: none;
}

.btn-close span {
  font-size: 1.8rem;
  font-weight: 600;
}

.btn-search {
  background-color: #33342f;
}

.btn-search span {
  color: white;
}

.btn-default-site {
  font-size: 1.4rem;
}

.close-modal {
  position: absolute;
  left: 10px;
}

.box-filter-xs {
  padding: 0;
  margin-left: 10px;
  float: right;
}

@media (max-width: 575.98px) {
  .archive-pro {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.archive-pro .arc-pro {
  margin-bottom: 2rem;
}

.archive-pro .arc-pro .item.terend {
  background: #efefef;
  padding: 8px 0 0 0;
  width: 240px;
  margin: auto;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 300ms ease-out;
}

.archive-pro .arc-pro .item.terend:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

@media (max-width: 766.98px) {
  .archive-pro .arc-pro .item.terend {
    width: 232px;
  }
}

.archive-pro .arc-pro .item.terend .par-img-owl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.archive-pro .arc-pro .item.terend .par-img-owl img {
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 766.98px) {
  .archive-pro .arc-pro .item.terend .par-img-owl figcaption {
    padding: 0 5px;
  }
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption div {
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption div h4 {
  text-align: center;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 44px;
  font-size: 1.4rem;
}

.archive-pro .arc-pro .item.terend .par-img-owl figcaption div a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.article-page .article-header {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .article-page .article-header {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.article-page .article-header h1 {
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.article-page .article-wrapper {
  display: flex;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 300ms ease-out;
}

@media (max-width: 575.98px) {
  .article-page .article-wrapper {
    flex-direction: column;
    margin: 0 65px;
    margin-bottom: 30px;
  }
}

@media (max-width: 440.98px) {
  .article-page .article-wrapper {
    margin: 0 40px;
  }
}

.article-page .article-wrapper:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 7px 7px rgba(0, 0, 0, 0.22);
}

.article-page .article-wrapper .img-wrapper img {
  width: 290px;
}

@media (max-width: 767.98px) {
  .article-page .article-wrapper .img-wrapper img {
    width: 230px;
  }
}

@media (max-width: 575.98px) {
  .article-page .article-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
  }
}

.article-page .article-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.709804);
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .article-page .article-wrapper .content-wrapper {
    padding-right: 10px;
  }
}

.article-page .article-wrapper .content-wrapper h2 {
  font-size: 1.7rem;
  line-height: 2.2;
  margin-top: 5px;
  color: #333;
}

@media (max-width: 767.98px) {
  .article-page .article-wrapper .content-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

@media (max-width: 575.98px) {
  .article-page .article-wrapper .content-wrapper h2 {
    font-size: 1.7rem;
    line-height: 2.2;
  }
}

.article-page .article-wrapper .content-wrapper .date {
  color: #e06f33;
  font-size: 1.2rem;
}

.article-page .article-wrapper .content-wrapper p {
  font-size: 1.4rem;
  line-height: 2;
  height: 55px;
  overflow: hidden;
  padding-left: 10px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .article-page .article-wrapper .content-wrapper p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 5px;
  }
}

.article-page .article-wrapper .content-wrapper a {
  direction: rtl;
  font-size: 1.5rem;
  padding: 1px 5px;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #33342f;
  margin-left: 15px;
  margin-top: 20px;
  align-self: flex-end;
}

@media (max-width: 767.98px) {
  .article-page .article-wrapper .content-wrapper a {
    align-self: center;
    margin-bottom: 10px;
    margin-top: 0;
    border: none;
  }
}

@media (max-width: 575.98px) {
  .article-page .article-wrapper .content-wrapper a {
    margin-bottom: 15px;
  }
}

.article-page .article-wrapper .content-wrapper a span.text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 6px 0px 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.article-page .article-wrapper .content-wrapper a span.text span {
  padding-right: 5px;
}

@media (max-width: 767.98px) {
  .article-page .article-wrapper .content-wrapper a span.text span {
    display: none;
  }
}

/* ********************************************* details ***************************************************** */
.article-details div h1 {
  font-size: 1.9rem;
  line-height: 2;
  color: #333;
}

.article-details div .date {
  color: #e06f33;
  margin-bottom: 10px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.article-details div .date span {
  margin-left: 5px;
}

.article-details div .article-det {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 25px;
  background-color: #e06f33;
  border-radius: 3px;
  color: white;
  padding: 10px;
}

.article-details .article-body {
  padding: 10px 25px;
}

.article-details .article-body p {
  font-size: 1.4rem;
  line-height: 2;
  color: #444;
  text-align: justify;
}

.article-details .article-body img {
  float: left;
  margin: 10px 15px 3px 0px;
  width: 351px;
  height: auto;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .article-details .article-body img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}

.product nav .nav-tabs {
  margin-top: 6rem;
  margin-bottom: 2rem;
  margin-right: 15px;
}

.product nav .nav-tabs .nav-link {
  font-size: 1.5rem;
  background-color: transparent;
  margin-left: 10px;
  border: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: 300ms ease-out;
}

.product nav .nav-tabs .nav-link.active {
  color: #333;
  border: none;
  border-bottom: 2px solid #e06f33;
}

.product nav .nav-tabs .nav-link:hover {
  color: #333;
  border: none;
  border-bottom: 2px solid #bdbdbd;
}

.widget-title p {
  margin-right: 1.8%;
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 2;
  color: #333;
}

.description .label-detail {
  width: 140px;
  float: right;
  direction: rtl;
  margin-left: 15px;
  margin-bottom: 0;
  color: #444;
  font-size: 1.5rem;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .description .label-detail {
    width: 100px;
  }
}

.description .ProductCod .span-detail {
  font-size: 1.4rem;
}

.description .ProductCod span.yekan {
  font-size: 1.6rem;
}

.description .ProductStatus,
.description .ProductCod,
.description .ProductColor,
.description .ProductSize,
.description .ProductNumber,
.description .ProductMainprice {
  padding: 0 15px 0 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.description .ProductStatus .disponible i, .description .ProductStatus .nonDisponible i {
  padding: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
}

.description .ProductStatus .disponible {
  color: #388e3c;
  font-size: 1.6rem;
  font-weight: 500;
}

.description .ProductStatus .disponible i {
  background-color: transparent;
}

.description .ProductStatus .disponible i::before {
  font-size: 1.6rem;
  color: #388e3c;
}

.description .ProductStatus .nonDisponible {
  color: #ff0000;
  font-size: 1.3rem;
}

/*................Introduction...............*/
.specifications {
  margin: 30px 0 30px;
  background: #ffffff57;
}

@media (max-width: 425px) {
  .specifications {
    padding: 10px;
  }
}

.specifications h3 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  direction: rtl;
  text-align: right;
  color: #333333;
  line-height: 20px;
}

.specifications .introduction {
  margin-bottom: 10px;
}

.specifications .introduction p {
  padding-left: 15px;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #444444;
}

table caption {
  caption-side: top;
  text-align: right;
  font-size: 1.9rem;
  direction: rtl;
  text-align: right;
  color: #333333;
  line-height: 20px;
  padding-top: 0;
}

.introduction,
.technical {
  margin-bottom: 10px;
}

.introduction p {
  padding-left: 15px;
}

/*...........Technical Specifications...........*/
.technical table .tr-titletbl th {
  background-color: #33342f !important;
  font-size: 1.4rem;
  width: 100% !important;
  color: white;
}

.technical table > tbody > tr > th,
.technical table > tbody > tr > td {
  text-align: right;
  width: 50%;
  border: 10px solid #ffffff;
  padding-right: 20px;
  font-weight: normal;
  font-size: 1.3rem;
}

.technical table > tbody > tr > th {
  background-color: #e78e5f;
  color: white;
  width: 20%;
}

.technical table > tbody > tr > td {
  background-color: #f8f8f8;
  color: #353535;
}

.checkboxlist {
  width: 20px;
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}

.checkboxlist input[type="radio"]:checked + label {
  border: 2px solid #33342f;
  box-shadow: 0 2px 3px #9a9292;
}

.checkboxlist label {
  float: right;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 0;
  background: white;
  border: 1px solid #33342f;
  border-radius: 3px;
  box-shadow: 0 0 1px #bfb9b9;
}

.checkboxlist label:after {
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #33342f;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.checkboxlist input[type="radio"]:checked + label:after {
  opacity: 1;
}

.ProductCod .checkboxlist label,
.ProductColor .checkboxlist label {
  top: 0px !important;
}

@media (max-width: 425px) {
  .button-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .info-btn-wrapper button {
    margin-top: 10px;
  }
}

/*...........Similar product...........*/
.similar h3 {
  margin-bottom: 0px;
  font-size: 1.9rem;
  direction: rtl;
  text-align: right;
  color: #333333;
  line-height: 20px;
  margin: 30px 8px 25px 0;
}

.similar .owl-product .owl-item {
  margin-top: 5px;
  margin-bottom: 7px;
}

.similar .owl-nav .owl-next span, .similar .owl-nav .owl-prev span {
  top: -50px;
  bottom: auto;
}

.similar .owl-nav .owl-next:hover span {
  color: #33342f;
}

.similar .owl-nav .owl-next span {
  left: 1%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .similar .owl-nav .owl-next span {
    left: 2%;
    right: auto;
  }
}

@media (max-width: 767.98px) {
  .similar .owl-nav .owl-next span {
    left: 3%;
    right: auto;
  }
}

@media (max-width: 480px) {
  .similar .owl-nav .owl-next span {
    left: 4%;
    right: auto;
  }
}

.similar .owl-nav .owl-prev:hover span {
  color: #33342f;
}

.similar .owl-nav .owl-prev span {
  left: 7%;
  font-size: 3rem;
  color: #e06f33;
}

@media (max-width: 991.98px) {
  .similar .owl-nav .owl-prev span {
    right: auto;
    left: 12%;
  }
}

@media (max-width: 767.98px) {
  .similar .owl-nav .owl-prev span {
    right: auto;
    left: 14%;
  }
}

@media (max-width: 480px) {
  .similar .owl-nav .owl-prev span {
    left: 19%;
    right: auto;
  }
}

/* Product Color */
.ProductColor .color-choose div {
  display: inline-block;
}

@media (max-width: 360px) {
  .ProductColor .color-choose div {
    margin-bottom: 10px;
  }
}

.ProductColor .color-choose div input[type=radio] {
  display: none;
}

.color-choose input[type=radio] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type=radio] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type=radio]#red + label span {
  background-color: #C91524;
}

.color-choose input[type=radio]#blue + label span {
  background-color: #314780;
}

.color-choose input[type=radio]#black + label span {
  background-color: #323232;
}

.color-choose input[type=radio]:checked + label span {
  box-shadow: 0 0px 5px #676767dd;
  text-align: center;
  padding-top: 2px;
}

.color-choose input[type=radio]:checked + label span:before {
  font-size: 1.3rem;
  content: "\e90e";
  font-family: 'icomoon';
  color: #fff;
}

.ProductSize .radio-toolbar div {
  margin-left: 5px;
  display: inline-flex;
}

@media (max-width: 360px) {
  .ProductSize .radio-toolbar div {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: initial;
  }
}

.ProductSize .radio-toolbar div input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.ProductSize .radio-toolbar div label {
  cursor: pointer;
  display: inline-flex;
  background-color: transparent;
  padding: 5px 20px;
  font-size: 1.3rem;
  color: #333;
  border: 1px solid #cececedd;
  border-radius: 3px;
  transition: 300ms ease-out;
}

.ProductSize .radio-toolbar div label:hover {
  background-color: #e6e5e5dd;
}

.radio-toolbar input[type="radio"]:checked + label {
  box-shadow: 0 0px 3px #888888dd;
  position: relative;
  padding-right: 30px;
}

.radio-toolbar input[type="radio"]:checked + label:before {
  position: absolute;
  font-size: 1.3rem;
  right: 7px;
  content: "\e90e";
  font-family: 'icomoon';
  color: #e06f33;
}

.comments-row {
  padding-right: 15px;
  padding-left: 15px;
}

.comments-row .userComments-list {
  background: #f1f1f1;
  border-radius: 3px;
}

@media (max-width: 425px) {
  .comments-row .userComments-list {
    padding: 10px;
  }
}

.comments-row .userComments-list .widget-title p {
  color: #4d4d4d;
  font-size: 2.1rem;
}

.comments-row .userComments-list .addComment .default-btn {
  padding-top: 15px;
}

.comments-row .userComments-list .addComment .default-btn button {
  direction: rtl;
  font-size: 1.5rem;
  padding: 0px 5px;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #e06f33;
}

.comments-row .userComments-list .addComment .default-btn button:hover {
  border: 1px solid #33342f;
}

.comments-row .userComments-list .addComment .default-btn button span.text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 6px 5px 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.comments-row .userComments-list .addComment .default-btn button span.text span {
  padding-right: 5px;
}

@media (max-width: 767.98px) {
  .comments-row .userComments-list .addComment .text {
    padding-right: 0;
    padding-left: 0;
  }
}

.comments-row .userComments-list .addComment input.form-control {
  font-size: 1.2rem;
  height: 40px;
  background-color: white;
}

.comments-row .userComments-list .addComment .captcha {
  position: absolute;
  left: 4px;
  bottom: 4px;
}

.comments-row .userComments-list .addComment .captcha a {
  position: absolute;
  left: 98px;
  bottom: 0;
  color: #33342f;
}

.comments-row .userComments-list .addComment .captcha a span {
  font-size: 2.3rem;
}

.comments-row .userComments-list .addComment textarea.form-control {
  font-size: 1.2rem;
  background-color: white;
}

.comments-row .userComments-list .addComment .check-srch {
  padding: 6px;
  margin-top: 0px;
}

.comments-row .userComments-list .addComment .check-srch .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
  font-size: 1.4rem;
  cursor: pointer;
}

.comments-row .userComments-list .addComment .check-srch .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: white;
  border-color: #ced4da;
}

.comments-row .userComments-list .addComment .check-srch .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.ul-defult {
  display: flow-root;
}

.ul-defult .user-comment-container {
  margin: 30px 0;
  display: flex-row;
  background: #fdfcfc9e;
}

.ul-defult .user-comment-container .headerComment {
  padding: 10px 15px;
  justify-content: space-between;
  display: flex;
}

.ul-defult .user-comment-container .headerComment .user-info {
  display: flex;
  flex-wrap: wrap;
}

.ul-defult .user-comment-container .headerComment .user-info p {
  direction: rtl;
  color: #494949;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0;
}

.ul-defult .user-comment-container .headerComment .user-info p time {
  display: block;
  color: #494949;
  font-size: 1.1rem;
}

.ul-defult .user-comment-container .headerComment .user-info i {
  font-size: 3rem;
  color: #33342f;
  margin-left: 15px;
}

.bodyComment {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bodyComment p {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2.2em;
  color: #666;
}

.user-answer {
  margin: 30px 0;
}

.user-answer .titleComment {
  position: relative;
  margin-right: 20px;
  padding: 15px;
  margin: 0 0 15px;
  font-size: 1.3rem;
  line-height: 2.3rem;
  text-align: justify;
}

.user-answer .bodyComment {
  border-bottom: none;
}

.command-nazar {
  margin: 20px 0;
}

.command-nazar .command-nazar-positive, .command-nazar .command-nazar-negative {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  display: flex;
}

.command-nazar .command-nazar-positive ul li:before, .command-nazar .command-nazar-negative ul li:before {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
}

.command-nazar .command-nazar-positive span {
  color: #00bfd6;
  width: 80px;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.571;
  white-space: nowrap;
}

.command-nazar .command-nazar-positive ul {
  display: block;
}

.command-nazar .command-nazar-positive ul li {
  margin-bottom: 12px;
  padding-right: 17px;
  color: #5f5f5f;
  position: relative;
  font-size: 1.4rem;
}

.command-nazar .command-nazar-positive ul li:before {
  background-color: #00bfd6;
}

.command-nazar .command-nazar-negative span {
  color: #d60040;
  width: 80px;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.571;
  white-space: nowrap;
}

.command-nazar .command-nazar-negative ul {
  display: block;
}

.command-nazar .command-nazar-negative ul li {
  margin-bottom: 12px;
  padding-right: 17px;
  color: #5f5f5f;
  position: relative;
  font-size: 1.4rem;
}

.command-nazar .command-nazar-negative ul li:before {
  background-color: #d6002e;
}

.c-message {
  display: flex;
}

.c-message .c-message-positive, .c-message .c-message-negative {
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: #f1feff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 8px 40px 8px 12px;
}

.c-message .c-message-positive {
  color: #1599a9;
  border: 1px solid #c2f2f7;
  margin-left: 9px;
}

.c-message .c-message-positive span {
  padding-left: 13px;
  font-size: 2rem;
}

.c-message .c-message-negative {
  color: #a9152e;
  border: 1px solid #f7c2c6;
  background-color: #fff1f1;
}

.c-message .c-message-negative span {
  padding-left: 13px;
  font-size: 2rem;
}

.box-like {
  display: flex;
}

.box-like form button span {
  font-size: 2.4rem;
  color: #dd1517;
}

.box-like form span {
  font-size: 1.4rem;
  color: #999999;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e06f33;
}

.about-us {
  padding: 0 25px;
  margin-bottom: 61px;
}

.about-us .col-12 h1 {
  line-height: 1.5;
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-us .col-12 p {
  text-align: justify;
  line-height: 2;
  font-size: 1.6rem;
  color: #444;
}

.contact-us h1 {
  line-height: 1.5;
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-us .map iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}

.contact-us .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}

.contact-us .contact-details li {
  color: #444;
  display: flex;
  align-items: baseline;
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 2;
}

.contact-us .contact-details li .margin-icon {
  margin-left: 5px;
  transition: 300ms ease-out;
}

.contact-us .contact-details li:hover > span {
  color: #33342f;
}

.contact-us .contact-details .social {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
}

.contact-us .contact-details .social p {
  font-size: 1.4rem;
  line-height: 2;
}

.contact-us .contact-details .social ul {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}

.contact-us .contact-details .social ul li {
  padding: 0px 7px 5px 7px;
  margin-top: 8px;
}

.contact-us .contact-details .social ul li span {
  padding: 3px;
  cursor: pointer;
  background-color: #e06f33;
  color: white;
  border-radius: 5px;
  transition: 300ms ease-out;
  font-size: 2rem;
}

.contact-us .contact-details .social ul li:hover span {
  background-color: #33342f;
}

.contact-us .contact-wrapper {
  margin-bottom: 5rem;
  margin-top: 6rem;
  border-radius: 3px;
  padding: 30px 0px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-us .contact-wrapper h4 {
  font-size: 1.7rem;
  color: #333;
  line-height: 2;
  margin-bottom: 3rem;
}

.contact-us .contact-wrapper .contact-form {
  width: 70%;
}

@media (max-width: 576px) {
  .contact-us .contact-wrapper .contact-form {
    width: 90%;
  }
}

.contact-us .contact-wrapper .contact-form form {
  width: 100%;
}

.contact-us .contact-wrapper .contact-form form .form-group {
  margin-bottom: 3rem;
}

.contact-us .contact-wrapper .contact-form form .form-group .captcha {
  position: absolute;
  left: 7px;
  bottom: 13px;
}

.contact-us .contact-wrapper .contact-form form .form-group .captcha a {
  position: absolute;
  left: 95px;
  bottom: 2px;
  color: #33342f;
}

.contact-us .contact-wrapper .contact-form form .form-group .captcha a span {
  font-size: 2rem;
}

.contact-us .contact-wrapper .contact-form form .form-group .captcha .text-danger {
  color: #dc3545 !important;
  position: absolute;
  margin-top: 2px;
}

.contact-us .contact-wrapper .contact-form form .form-group label {
  color: #333;
  font-size: 1.3rem;
}

.contact-us .contact-wrapper .contact-form form .form-group .form-control {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  line-height: 2.7;
  height: auto;
}

.contact-us button {
  direction: rtl;
  font-size: 1.5rem;
  padding: 0px 5px;
  line-height: 1.8;
  border-radius: 3px;
  border: 1px solid #33342f;
}

.contact-us button span.text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 6px 5px 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.contact-us button span.text span {
  padding-right: 5px;
}
/*# sourceMappingURL=main.css.map */