@import 'inc/owl.carousel.min.css';
@import 'inc/owl.theme.default.min.css';
@import 'font-awesome.min.css';
@import 'inc/pure-grid.min.css';
@import 'inc/mmenu-light.css';
@font-face {
  font-family: Vazir;
  font-display: fallback;
  src: url("../fonts/Vazir.eot");
  src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir.woff") format("woff"), url("../fonts/Vazir.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Vazir;
  font-display: fallback;
  src: url("../fonts/Vazir-Bold.eot");
  src: url("../fonts/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Bold.woff") format("woff"), url("../fonts/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Vazir;
  font-display: fallback;
  src: url("../fonts/Vazir-Light.eot");
  src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-6);
}

::-webkit-scrollbar-track {
  background-color: var(--color-4);
}

.text-truncate, #left-side h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-full, .hero-slide--desktop img, .hero-slide--mobile img, .hero .right-side--top a img, #collections_products .collections_products--grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.gradiant, #why_us .inline-box i {
  background: -moz-linear-gradient(top, var(--color-1) 0%, var(--color-6) 100%);
  background: -webkit-linear-gradient(top, var(--color-1) 0%, var(--color-6) 100%);
  background: linear-gradient(to bottom, var(--color-1) 0%, var(--color-6) 100%);
}

.transition, #product-list #listing-sort ul li a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

html,
button,
input,
select,
textarea,
.pure-g [class*=pure-u] {
  font: 10pt/2 Vazir, san-serif;
}

body {
  margin: 0;
  direction: rtl;
  color: #292929;
  background: #FFF;
  letter-spacing: normal !important;
}

.pure-g {
  letter-spacing: normal;
  font-family: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
select,
textarea {
  border: 1px solid var(--color-3);
  border-radius: 0 4px 4px 0;
  background: #e7e7e7;
  width: 70%;
  padding-right: 1em;
}

#txtsearch {
  width: calc(100% - 59px);
  padding: 6px 8px;
}

select {
  border: 1px solid var(--color-3);
  background: #F2F2F2;
  border-radius: 10px;
  margin: 0.5em;
  line-height: 4em;
  padding: 0.6em 1em;
  width: 95%;
  color: var(--color-4);
  box-sizing: border-box;
}

body.rtl input[type=number] {
  padding-left: 0 !important;
}

img:hover {
  opacity: 0.8;
}

.search_box {
  display: flex;
}

textarea {
  height: 8em;
}

input[type=submit],
input[type=button],
button,
a.button {
  background-color: var(--color-3);
  border-radius: 4px 0 0 4px;
  border: none;
  color: var(--color-4);
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--color-3);
  border-right: 0;
  margin-right: -3px;
  padding: 0.5em 1em;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:focus-visible,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:focus-visible,
button:hover,
button:focus,
button:focus-visible,
a.button:hover,
a.button:focus,
a.button:focus-visible {
  border: none;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  border: 0;
  border-top: 1px solid var(--color-4);
  margin: -1em 0 2em 0;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-center {
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 12px;
}

img {
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.m-auto {
  margin: 0 auto;
}

.mx-auto {
  margin: 0 auto;
}

.mt-20 {
  margin-top: 20px !important;
}

.cc {
  max-width: 118em;
  /*min-width: 320px;*/
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.cc.maxWidth {
  max-width: 119em;
}
.cc.maxWidth_60 {
  max-width: 60em;
}

.clear {
  clear: both;
}

.ov {
  overflow: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  right: 0;
  left: 0;
}

#logo .filler {
  flex-grow: 2;
}
#logo ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
#logo ul a {
  display: block;
  padding: 0 1em;
  color: inherit;
}
#logo ul a:hover {
  background-color: var(--color-3);
}
#logo h1,
#logo h2 {
  padding: 0;
  font-size: 1.1rem;
  margin: 4px 0;
}
#logo h1 {
  font-weight: 700;
  color: #292929;
  line-height: 1.5em;
}
#logo h2 {
  color: var(--color-4);
  font-weight: 300;
  line-height: 1em;
}
#logo img {
  max-width: 90px;
  max-height: 90px;
  padding: 5px;
  overflow: hidden;
}

#header-wraper {
  align-items: center;
  padding: 0;
}
#header-wraper .pure-g {
  align-items: center;
}
#header-wraper .top_menu {
  background-color: var(--color-3);
}
#header-wraper .top_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#header-wraper .top_menu ul li {
  margin: 0 0.5rem;
  transition: all 0.5s ease;
}
#header-wraper .top_menu ul li:hover a {
  color: #292929;
  font-weight: 600;
}
#header-wraper .top_menu ul li a {
  line-height: 2.5rem;
  font-size: 10px;
  font-weight: 400;
  color: #565656;
}
#header-wraper .top_menu .sn-top {
  display: flex;
  font-size: 18px;
  color: #565656;
  margin-right: auto;
}
#header-wraper .top_menu .sn-top a {
  font-size: 18px;
  padding: 0 10px;
}
#header-wraper .top_menu .sn-top a:hover {
  color: var(--color-1);
}
@media (max-width: 1199px) {
  #header-wraper .top_menu {
    padding: 0 8px;
  }
}
#header-wraper .bottom-menu {
  background: var(--color-6);
}
#header-wraper .bottom-menu .nav_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
#header-wraper .bottom-menu .nav_menu ul li {
  /* border-bottom: 2px var(--color-1) solid; */
  margin: 0;
  position: relative;
}
#header-wraper .bottom-menu .nav_menu ul li:last-child {
  margin: 0;
}
#header-wraper .bottom-menu .nav_menu ul li a {
  color: var(--color-8);
  padding: 0.5rem 2rem;
  display: block;
  font-size: 1.05em;
  font-weight: bold;
}
#header-wraper .bottom-menu .nav_menu ul li.pure-menu-item.pure-menu-selected {
  /* border-bottom: 2px var(--color-1) solid; */
}
#header-wraper .bottom-menu .nav_menu ul li.pure-menu-item.pure-menu-selected a {
  color: var(--color-8);
}
#header-wraper .bottom-menu .nav_menu ul li:hover {
  border-color: var(--color-1);
}
#header-wraper .bottom-menu .nav_menu ul li:hover a {
  color: var(--color-1);
}

.login-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-wrapper ul li {
  border-left: 1px solid var(--color-3);
}
.login-wrapper ul li:first-child, .login-wrapper ul li:last-child {
  border: none;
}
.login-wrapper ul li i {
  font-size: 1.2rem;
}
.login-wrapper ul li a {
  display: block;
  padding: 2em 1em;
  height: 100%;
}
@media (max-width: 1199px) {
  .login-wrapper ul li a {
    padding: 1em;
  }
}
.login-wrapper ul li.likes a {
  color: var(--color-1);
}
.login-wrapper ul li.login i {
  font-size: 1.4rem;
}
.login-wrapper ul li.shopping_cart a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.login-wrapper ul li.shopping_cart i {
  font-size: 1.5em;
  margin-right: 5px;
}
.login-wrapper ul li.shopping_cart span {
  display: inline-block;
  background: var(--color-2);
  color: var(--color-1);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 3px 0 0;
}
.login-wrapper .search-form {
  /*border: 1px solid #d6d6d6 !important;*/
  width: 22em;
  max-width: 350px;
  vertical-align: middle;
  background: var(--color-3);
  border-radius: 6px;
}
.login-wrapper .search-form input[type=text] {
  height: 3em;
  width: calc(100% - 61px);
  border: none;
  font-size: 12px;
  font-weight: 300;
  color: var(--color-4);
}
.login-wrapper .search-form input[type=text]:focus-visible {
  outline: none 0;
}
.login-wrapper button {
  border: 0 none;
}
.login-wrapper button i {
  font-size: 1.5em !important;
}

.inner_wrapper {
  padding-top: 15px;
}

.offerSlider-wrapper .widget-container,
.offerSlider-wrapper img {
  width: 100%;
  height: 100%;
}
.offerSlider-wrapper h4 {
  color: var(--color-4);
  padding-bottom: 1rem;
  font-size: 1.1em;
  font-weight: 500;
  border-bottom: 1px solid var(--color-1);
  margin: 0;
}
.offerSlider-wrapper .item {
  text-align: center;
}
.offerSlider-wrapper .item img {
  margin-top: 10px;
}
.offerSlider-wrapper .item .delivery {
  display: flex;
  justify-content: space-between;
  color: var(--color-4);
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .offerSlider-wrapper {
    height: auto;
    overflow: hidden;
  }
}

.owl-carousel img:hover {
  opacity: 1;
}

div#related_products {
  border: 1px solid var(--color-3);
  border-radius: 8px;
  margin-top: 2em;
  padding: 2em 2em 0;
}
div#related_products > h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
div#related_products > h3:after {
  content: "";
  height: 2px;
  width: 70px;
  margin-top: 8px;
  background-color: var(--color-1);
  border-radius: 99rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

#why_us {
  padding: 2rem 1rem;
  background: var(--color-8);
  color: var(--color-6);
  border-radius: 0 0 8px 8px;
}
#why_us .pure-g {
  align-items: center;
}
#why_us .pure-u-sm-1-3 p {
  margin: 0;
  font-size: 11px;
}
#why_us .inline-box {
  display: flex;
  justify-content: space-between;
  color: var(--color-4);
  font-weight: 100;
  border-right: 1px solid var(--color-3);
  flex-wrap: wrap;
  padding-right: 15px;
  margin-right: 15px;
  gap: 10px;
}
#why_us .inline-box i {
  font-size: 2em;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 567px) {
  #why_us .inline-box {
    border: none;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

.owl-nav {
  position: absolute;
}

.adv_img {
  margin: 1.5em 0;
  border: 1px solid var(--color-3);
}
.adv_img img {
  width: 100%;
  max-height: 340px;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .adv_img img {
    height: auto;
    max-height: 400px;
  }
}

.widget-head {
  color: var(--color-6);
  padding: 0.5rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  border-bottom: 1px solid var(--color-3);
  justify-content: space-between;
  display: flex;
  margin-bottom: 25px;
  font-weight: bold;
}

a.link {
  color: var(--color-1) !important;
  position: relative;
  font-size: 1.1rem;
  line-height: 2.7rem;
  font-weight: 300;
  padding-left: 1rem;
  align-items: center;
}
a.link:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--color-1);
  border-left: 2px solid var(--color-1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1rem;
  left: 0px;
}

.item h3 {
  font-size: 14px;
  color: var(--color-4);
  height: 3rem;
  font-weight: 400;
  white-space: inherit;
  overflow: hidden;
  text-align: center;
  line-height: 1.5em;
  padding: 0 10px;
}
.item h3 a {
  color: #5f5f5f;
  padding-right: 0.5em;
}

#latest_products {
  background: #fff;
  margin-bottom: 13px;
}
#latest_products .widget-head {
  padding: 0.5rem 1.5rem 0;
  border-bottom: none;
  background: var(--color-8);
  margin-bottom: 0;
}
#latest_products .widget-head span {
  display: inline-block;
  padding-bottom: 10px;
}
#latest_products .widget-head a.link {
  color: var(--color-7) !important;
}
#latest_products .widget-head a.link:after {
  border-bottom: 2px solid var(--color-1);
  border-left: 2px solid var(--color-1);
}
#latest_products .widget-content {
  padding: 20px;
  border: 1px var(--color-3) solid;
  border-top: none;
}
#latest_products .owl-dots {
  margin-top: 0;
  padding-top: 10px;
}
@media (max-width: 500px) {
  #latest_products {
    margin-top: 15px;
  }
}

#blog_side {
  padding: 0 2em;
  box-sizing: border-box;
}
#blog_side ul.blog_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog_side ul.blog_list li {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}
#blog_side ul.blog_list li .text-box {
  text-align: right;
  color: var(--color-4);
  font-weight: 300;
  margin: 0 15px;
  overflow: hidden;
  width: calc(100% - 120px);
}
#blog_side ul.blog_list li .text-box a.link:after {
  width: 5px;
  height: 5px;
}
#blog_side ul.blog_list li .text-box p {
  margin: 0;
}
#blog_side ul.blog_list li .text-box h4 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
@media (max-width: 575px) {
  #blog_side ul.blog_list li .text-box {
    width: calc(100% - 70px);
    margin-left: 0;
  }
}
#blog_side ul.blog_list li .img-wrapper {
  background: var(--color-3);
  width: 100px !important;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog_side ul.blog_list li .img-wrapper i {
  font-size: 6em;
  color: var(--color-5);
}
@media (max-width: 575px) {
  #blog_side ul.blog_list li .img-wrapper {
    width: 50px !important;
    height: 50px;
  }
  #blog_side ul.blog_list li .img-wrapper i {
    font-size: 3em;
  }
}
@media (max-width: 575px) {
  #blog_side {
    padding: 0;
  }
}

.image-h {
  position: relative;
}
.image-h > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
}
@media (max-width: 1023px) {
  .image-h > a {
    height: 300px;
  }
}
@media (max-width: 680px) {
  .image-h > a {
    height: 250px;
  }
}
@media (max-width: 579px) {
  .image-h > a {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.image-h img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

#blog-box .widget-head {
  text-align: right;
}
@media (max-width: 567px) {
  #blog-box .help-box {
    height: 300px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 1.1em !important;
  }
  #blog-box .help-box .image-h {
    width: 100%;
    height: 100%;
  }
  #blog-box .help-box .image-h a {
    width: 100%;
    height: 100%;
    display: block;
  }
}

#bestseller_products .widget-head {
  padding: 0.5rem 1.5rem 0;
  border-bottom: none;
  background: var(--color-8);
  margin-bottom: 0;
}
#bestseller_products .widget-head span {
  display: inline-block;
  padding-bottom: 10px;
}
#bestseller_products .widget-head a.link {
  color: var(--color-7) !important;
}
#bestseller_products .widget-head a.link:after {
  border-bottom: 2px solid var(--color-1);
  border-left: 2px solid var(--color-1);
}
#bestseller_products .widget-content {
  padding: 20px;
  border: 1px var(--color-3) solid;
  border-top: none;
}
#bestseller_products .bestseller_products_box {
  background: var(--color-white);
}
#bestseller_products .animation {
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  padding-right: 1.5em;
}
#bestseller_products .animation img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bestseller_products .owl-dots {
  margin-top: 0;
  padding-top: 10px;
}

#collections_products .collections_products--grid-container {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
  height: 30vw;
  overflow: hidden;
}
#collections_products .collections_products--grid-container .collections_products--item-right {
  grid-row: 1/3;
  height: 30vw;
}
#collections_products .collections_products--grid-container .collections_products--item-left-top {
  grid-row: 1/2;
  display: block;
  width: 100%;
  height: calc(15vw - 10px);
}
#collections_products .collections_products--grid-container .collections_products--item-left-bottom {
  grid-row: 2/3;
  display: block;
  width: 100%;
  height: calc(15vw - 10px);
}
@media (max-width: 575px) {
  #collections_products .collections_products--grid-container {
    grid-template-columns: 100%;
    height: auto;
  }
  #collections_products .collections_products--grid-container .collections_products--item-right {
    height: 87vw;
    grid-row: unset;
  }
  #collections_products .collections_products--grid-container .collections_products--item-left-top {
    height: 44vw;
    grid-row: unset;
  }
  #collections_products .collections_products--grid-container .collections_products--item-left-bottom {
    height: 44vw;
    grid-row: unset;
  }
}

#magazine {
  background: #fff;
  padding-top: 1.5rem;
}
#magazine .mag-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 15px;
  background: var(--color-5);
  width: calc(100% - 30px);
  margin: 0 auto 1em;
}
#magazine .mag-bar h4 {
  color: #FFF;
}
#magazine .mag-bar h4 i {
  opacity: 0.8;
}
#magazine .mag-bar p {
  font-size: 0.9em;
  color: #FFF;
}
#magazine .mag-bar a.link {
  color: var(--color-9) !important;
}
#magazine .mag-bar a.link:after {
  border-bottom: 2px solid var(--color-9);
  border-left: 2px solid var(--color-9);
}

#blog-box a.mag-banner {
  display: block;
  margin-top: 1em;
}
#blog-box a.mag-banner img {
  display: block;
  max-width: 100%;
}
#blog-box .help-box {
  position: relative;
  margin: 1.1em 0.6em;
}
#blog-box .help-box .overly {
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 10ms ease-out;
  transition: opacity 10ms ease-out;
  z-index: 10;
  display: inline-block;
}
#blog-box .help-box .info {
  position: absolute;
  bottom: 7px;
  width: 100%;
  color: #fff;
  text-align: right;
  box-sizing: border-box;
  z-index: 11;
  padding: 2rem 2rem 0.4rem;
}
#blog-box .help-box .info p {
  color: var(--color-1);
  text-shadow: 0px 0px 5px var(--color-9);
}
#blog-box .help-box .info a {
  background: var(--color-9);
  font-size: 0.9rem;
  padding: 0.3rem;
  color: var(--color-5);
}
#blog-box .help-box img {
  max-width: 100%;
}
@media (max-width: 1380px) {
  #blog-box .blog-box--right-r {
    display: none;
  }
}
@media (max-width: 1380px) and (min-width: 1024px) {
  #blog-box .blog-box--right-l {
    width: 100%;
  }
}

.main {
  background: var(--color-7) url(../img/bg.png) no-repeat right top;
  text-align: justify;
  min-height: 25em;
  padding-bottom: 12px;
  background-size: 100% auto;
}
.main h1,
.main h2,
.main h3,
.main h4 {
  color: #5a5a5a;
  padding-bottom: 0.2em;
}
.main h1:first-child,
.main h2:first-child,
.main h3:first-child,
.main h4:first-child {
  margin-top: 0;
}
.main h3,
.main h4,
.main h5 {
  margin-bottom: 0;
}
.main h3,
.main h4 {
  color: var(--color-1);
}
.main h1 {
  font-size: 135%;
}
.main h2 {
  font-size: 130%;
  color: var(--color-1);
}
.main h4 {
  font-size: 115%;
}
.main #single-title {
  background-color: var(--color-4);
  color: #fff;
  line-height: 2.5em;
  margin: 1em 0 0;
  padding: 1.2em 0;
  text-align: center;
}
.main #single-title h1 {
  color: inherit;
  margin: 0;
  padding: 0;
}
.main p {
  margin: 0.4em 0;
}
.main a {
  color: var(--color-4);
}
.main a:hover {
  color: #699;
}
.main ul {
  overflow: hidden;
}
.main table {
  border: 1px solid var(--color-3);
  border-collapse: collapse;
  margin: 1em auto;
  max-width: 95%;
}
.main table td,
.main table th {
  padding: 0.3em 0.5em;
  border-bottom: 1px solid var(--color-3);
}
.main table th {
  background: var(--color-3);
  border-right: 1px solid var(--color-2);
  padding: 0.3em 0.8em;
}
.main table th:first-child {
  border-right: none;
}

#contact-wraper {
  padding-top: 1em;
  padding-bottom: 2em;
}
#contact-wraper .map_image {
  padding: 8px;
  border: 1px solid var(--color-3);
}
#contact-wraper .map_image img {
  display: block;
  max-width: 100%;
}
#contact-wraper .branches {
  background-color: #FFF;
  border: 1px solid var(--color-3);
  padding: 2em;
}
#contact-wraper .branches .widget-head {
  margin-bottom: 1em;
}
#contact-wraper .branches ul.info {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-wraper .branches ul.info li {
  padding-top: 1em;
  padding-bottom: 2em;
}
#contact-wraper .branches ul.info li a {
  color: var(--color-4);
}
#contact-wraper .branches ul.info li:hover {
  background: var(--color-3);
}
#contact-wraper .branches ul.info .branch {
  display: flex;
}
#contact-wraper .branches ul.info .branch .branch-name {
  width: 74%;
}
#contact-wraper .branches ul.info .branch .branch-name p {
  margin: 0;
}
#contact-wraper .branches ul.info .branch .branch-name h4 {
  padding: 0;
}
#contact-wraper .branches ul.info .branch .icon {
  position: relative;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 4rem;
  border: 1px solid var(--color-6);
  background: var(--color-6);
  vertical-align: text-bottom;
  font-size: 1.7rem;
  margin: 0 1rem;
  color: var(--color-black);
}

#carousel-5 {
  padding-right: 1em;
  box-sizing: border-box;
}

footer#footer-container {
  padding: 2em 0 0;
  background: var(--color-8) url(../img/footer-bg.png) no-repeat left bottom;
  background-size: auto 96%;
  border-top: 2px solid var(--color-3);
  color: var(--color-6);
}
footer#footer-container .cc.maxWidth {
  padding-bottom: 2rem;
}
footer#footer-container ul {
  padding: 0;
  list-style: none;
}
footer#footer-container ul.inline {
  flex-flow: wrap;
  display: flex;
}
footer#footer-container ul.inline li {
  flex: 0 0 50%;
  color: var(--color-6);
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 7px;
}
footer#footer-container ul.inline li a:hover {
  color: var(--color-1);
}
@media (max-width: 767px) {
  footer#footer-container ul.inline li {
    flex: 0 0 100%;
  }
}
footer#footer-container ul.social {
  color: #FFF;
}
footer#footer-container ul.social a {
  width: 7em;
  text-align: center;
  border-radius: 8px;
  font-size: 1.2em;
  display: flex;
  margin: 0.3em auto;
  padding: 0 0 0 2em;
  align-items: center;
  justify-content: space-around;
}
footer#footer-container ul.social a i {
  font-size: 1.2em;
}
footer#footer-container ul.social .instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}
footer#footer-container ul.social .telegram {
  background-color: #1682fb;
}
footer#footer-container ul.social .whatsapp {
  background-color: #25d366;
}
footer#footer-container .widget-head {
  color: var(--color-6);
  border-bottom: 1px solid var(--color-4);
  padding: 0.5rem 0rem;
  position: relative;
}
footer#footer-container .widget-head:after {
  position: absolute;
  width: 80px;
  height: 3px;
  content: "";
  bottom: -2px;
  left: 0px;
  background: var(--color-6);
  border-radius: 12px;
}
@media (max-width: 767px) {
  footer#footer-container .widget-head:after {
    right: 0px;
    left: unset;
  }
}
footer#footer-container .pure-u-1 {
  padding: 0 1em;
  box-sizing: border-box;
}
footer#footer-container p {
  color: var(--color-4);
  margin-bottom: 0;
}
footer#footer-container h5 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--color-4);
}
@media (max-width: 767px) {
  footer#footer-container {
    background-size: auto;
  }
}

.copyright {
  padding-bottom: 1em;
  border-top: 1px solid var(--color-4);
  text-align: center;
  background: var(--color-9);
}

.trust-symbol {
  text-align: left;
}
.trust-symbol img {
  border: 1px solid var(--color-4);
  margin-right: 12px;
  padding: 8px;
  border-radius: 8px;
  margin-top: 21px;
}

header .pure-g.cc.maxWidth.pure-hidden-sm {
  justify-content: space-between;
}
header div#logo {
  width: auto;
}
header div#logo a {
  display: flex;
}
header div#logo a .logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 840px) and (min-width: 768px) {
  header .login-wrapper.pure-hidden-sm.pure-u-1.pure-u-md-3-4.pure-u-lg-2-3 {
    font-size: 12px;
  }
}
header .search-form button {
  border: 0 none;
  background: var(--color-3);
  color: var(--color-4);
}
@media (max-width: 1199px) {
  header .pure-g.cc.maxWidth.pure-hidden-sm {
    padding: 0;
  }
}

.header {
  height: 4.5em;
}
.header a {
  display: block;
  width: 28px;
  height: 18px;
  padding: 11px;
  margin: 0 5px 5px;
  position: absolute;
  top: 0.8em;
  right: 0;
}
.header a span {
  background: var(--color-4);
  display: block;
  height: 2px;
  margin: 6px 0;
}
.header a:before, .header a:after {
  content: "";
  display: block;
  background: var(--color-4);
  height: 2px;
}

.mm-spn li:before {
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-top: 0 none !important;
  border-right: 0 none !important;
}

.mm-spn li:before {
  left: 25px !important;
  right: auto !important;
}

.filler {
  flex-grow: 2;
}

.men-responsive {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
  align-items: flex-start;
  padding: 0 1em;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 3em;
}
.men-responsive img {
  width: 4em;
}
@media (max-width: 767px) {
  .men-responsive img {
    max-height: 71px;
  }
}

.pure-hidden-md {
  display: none;
}

/* Blog */
#breadcrumb {
  background: var(--color-3);
}
#breadcrumb ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 991px) {
  #breadcrumb ul {
    overflow-x: scroll;
    height: 45px;
    padding: 15px 0 0;
  }
  #breadcrumb ul::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  #breadcrumb ul::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  #breadcrumb ul::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
#breadcrumb li {
  display: flex;
}
#breadcrumb li a {
  padding: 0 0.5em;
  color: #607d8b;
}
#breadcrumb li:last-child:after {
  content: "";
}
#breadcrumb li:after {
  content: ">";
  font-weight: bolder;
  color: var(--color-4);
}
#breadcrumb li a:hover {
  color: var(--color-4);
}
#breadcrumb li span {
  color: var(--color-4);
  margin-right: 0.5em;
  display: block;
  white-space: nowrap;
}

.container {
  padding: 2em 0;
}

.widget-box {
  background: #FFF;
  margin-bottom: 2em;
  border: 1px solid var(--color-3);
  border-radius: 8px;
}

#product-list #right-side .back_white,
#product-list #left-side .c-box {
  background: #FFF;
  border: 1px solid var(--color-3);
  border-radius: 8px;
}

#right-side .c-box {
  padding: 1em;
  background: #FFF;
  margin-bottom: 2em;
  border: 1px solid var(--color-3);
  border-radius: 8px;
}
#right-side .c-box .title {
  color: #535353;
  border-bottom: 1px solid var(--color-1);
  font-size: 1em;
}
#right-side .c-box .title:before {
  display: none;
}
#right-side .c-box .widget-inner ul {
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#right-side .c-box .widget-inner ul > li:last-child ul {
  border-bottom: 0 none;
}
#right-side .c-box .widget-inner ul h3 {
  font-weight: normal;
  font-size: 1.2em;
}
#right-side .c-box .widget-inner ul h3 a {
  color: var(--color-4);
  font-weight: 500;
}
#right-side .c-box .widget-inner ul ul {
  padding-right: 3em;
  border-bottom: 1px solid var(--color-3);
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#right-side .c-box .widget-inner ul ul li h3 a {
  font-weight: 200;
}
#right-side .widget-box {
  padding: 2em 1em;
}
#right-side .widget-box h3 {
  position: relative;
  overflow: hidden;
  color: var(--color-4);
}
#right-side .widget-box h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-3);
  margin-right: 20px;
}
#right-side .widget-inner .row {
  justify-content: right;
}
#right-side .widget-inner ul.image_txt {
  padding: 0;
  list-style: none;
}
#right-side .widget-inner ul.image_txt li a {
  color: var(--color-4);
}
#right-side .widget-inner ul.image_txt li a img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
#right-side .widget-inner ul.image_txt li a p {
  font-weight: 700;
  margin-right: 0.5em;
  text-align: right;
}
#right-side .widget-inner ul.image_txt li:not(:last-child) {
  border-bottom: 1px solid var(--color-3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1250px) {
  #right-side {
    width: 230px;
  }
}
@media (max-width: 767px) {
  #right-side {
    width: 100%;
  }
}

#product-list #left-side > p {
  line-height: 1.5em;
  padding: 0 1em;
  color: #929292;
  font-size: 0.9em;
}

#left-side {
  padding: 0 2em 0 0;
  box-sizing: border-box;
}
#left-side .pure-u-lg-11-24 {
  padding: 0 10px;
  box-sizing: border-box;
}
#left-side .xzoom-thumbs a {
  width: 80px;
  height: 80px;
  margin: 4px;
}
#left-side .content {
  padding: 4em;
  min-height: 15em;
  position: relative;
  border-radius: 8px;
}
#left-side .content.page_content hr {
  margin-top: 0;
}
#left-side .content img {
  max-width: 100%;
  margin: 2em auto;
  display: block;
  border: 1px solid #f0f0f0;
  padding: 1em;
  box-shadow: 0px 0px 14px 0px #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}
#left-side .back_white {
  background: #FFF;
  min-height: 100%;
  border: 1px solid var(--color-3);
  border-radius: 8px;
  padding: 7.5px 15px;
}
#left-side .list-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0;
  list-style: none;
  padding: 2rem 15px;
}
#left-side .list-wraper li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-3);
  width: 32%;
}
@media (max-width: 991px) {
  #left-side .list-wraper li {
    width: 49%;
  }
}
@media (max-width: 575px) {
  #left-side .list-wraper li {
    width: 100%;
  }
}
#left-side .list-wraper li .blog-summery {
  max-height: 105px;
  overflow: hidden;
  margin-bottom: 15px;
}
#left-side .list-wraper .post-thumbnail {
  margin-bottom: 10px;
}
#left-side .list-wraper img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 8px;
}
#left-side p.post-category {
  background: var(--color-6);
  color: var(--color-white);
  font-size: 11px;
  font-weight: lighter;
  margin: 0 0 6px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 8px;
}
#left-side h2 {
  color: var(--color-4);
  margin: 0;
  padding: 0;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 400;
}
#left-side h2 a {
  display: block;
}
#left-side .post-meta {
  color: var(--color-4);
  vertical-align: middle;
  font-size: 0.8em;
  display: flex;
  padding-bottom: 1em;
  align-items: flex-end;
  border-bottom: 1px solid var(--color-3);
  margin-bottom: 2em;
  flex-wrap: wrap;
}
#left-side .post-meta span {
  padding: 0 1em;
  position: relative;
}
#left-side .post-meta span.author img {
  filter: grayscale(100%);
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 0 transparent;
  margin: 0;
  padding: 10px;
  box-sizing: content-box;
}
#left-side .post-meta span.more a {
  background: var(--color-7);
  padding: 0 5px;
  border-radius: 2px;
}
#left-side .post-meta span.more:after {
  display: none;
}
#left-side .post-meta span:after {
  height: 10px;
  content: "";
  position: absolute;
  background: #e2e2e2;
  width: 1px;
  bottom: 5px;
  left: 0;
}
#left-side .author {
  display: none;
}
@media (max-width: 1250px) {
  #left-side {
    width: calc(100% - 240px);
    padding: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #left-side {
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width: 1250px) {
  div#product-list {
    padding: 2em 1em;
  }
}

.post-thumbnail {
  position: relative;
  margin-bottom: 2em;
}
.post-thumbnail img {
  width: 100%;
  height: 20vw;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 991px) {
  .post-thumbnail img {
    height: 29vw;
  }
}
@media (max-width: 767px) {
  .post-thumbnail img {
    height: 41vw;
  }
}
@media (max-width: 575px) {
  .post-thumbnail img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .post-thumbnail img {
    width: 300px;
    height: auto;
    max-height: 300px;
  }
}

.post-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  border-radius: 8px;
  background-color: rgba(47, 47, 47, 0.3);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-overlay span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0px;
  opacity: 0;
}

.post-thumbnail:hover .post-overlay span:nth-child(1) {
  animation-delay: 0s;
}

.post-thumbnail:hover .post-overlay span:nth-child(2) {
  animation-delay: 0.1s;
}

.post-thumbnail:hover .post-overlay span:nth-child(3) {
  animation-delay: 0.2s;
}

.post-thumbnail:hover .post-overlay span {
  animation: fadein 0.3s ease-in-out forwards;
  opacity: 1;
}

.post-thumbnail:hover .post-overlay {
  opacity: 1;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}

.wp-pagenavi {
  text-align: center;
  padding: 0.5em 2em;
  border: 1px solid var(--color-4);
  border-radius: 30px;
  display: table;
  margin: 0 auto;
}
.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 2em;
  min-width: 2em;
  display: inline-block;
  padding: 0 0.5em;
  color: inherit;
  font-size: 1.1em;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}

.discount {
  background: red;
  border-radius: 12px;
  padding: 2px 8px;
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 2.17;
  align-items: center;
  justify-content: center;
  display: flex;
}

.price {
  color: var(--color-5);
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.price .original-price {
  text-decoration: line-through;
  color: #c3c3ce;
}
.price a {
  color: var(--color-5);
}

.owl-dots {
  text-align: center;
  margin-top: -29px;
  position: relative;
  z-index: 2;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--color-3);
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.pure-menu-heading {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: var(--color-4);
}

form#ContactUsForm {
  padding-left: 3em;
  box-sizing: border-box;
}
form#ContactUsForm label {
  display: block;
  margin: 0 0 0.30769231rem 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92307692em;
}
form#ContactUsForm .field {
  width: 100%;
}
form#ContactUsForm .two_fields .field {
  width: 49%;
}
form#ContactUsForm input[type=text],
form#ContactUsForm input[type=number],
form#ContactUsForm input[type=tel],
form#ContactUsForm input[type=email],
form#ContactUsForm input[type=search],
form#ContactUsForm input[type=password],
form#ContactUsForm input[type=url],
form#ContactUsForm select,
form#ContactUsForm textarea {
  width: 100%;
  box-sizing: border-box;
}
form#ContactUsForm button.blue.button {
  background-color: var(--color-6);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  margin: 0 0 0 0.25em;
  padding: 0.84615385em 1.5em 0.84615385em;
  line-height: 1em;
  text-align: center;
  border-radius: 0.30769231rem;
}

#contact_info {
  position: absolute;
  padding: 2em !important;
  top: 2em;
  bottom: 2em;
  background-color: var(--color-6);
  color: white;
  box-shadow: 0 0 10px var(--color-3);
  z-index: 2;
  left: -9em;
  width: 22em;
  font-size: 1.1em;
  box-sizing: border-box;
}
#contact_info h3 {
  color: #FFF;
}
#contact_info ul {
  list-style: none;
  color: #FFF;
  padding: 0;
}
#contact_info ul li i {
  color: #ffdd1d;
  margin-left: 10px;
}

/******** product list page ****************/
.counter {
  color: #b7b7b7;
  font-size: 0.9em;
  padding: 0 5px;
}

#product-list #left-side .back_white {
  min-height: auto;
}
#product-list #breadcrumb {
  background: transparent;
  border-bottom: 0 none;
}
#product-list #breadcrumb ul {
  padding: 0.5em 0;
}
#product-list #listing-sort {
  display: flex;
  border-bottom: 1px solid var(--color-3);
  padding: 0.5em 1em;
}
#product-list #listing-sort .before {
  text-align: initial;
  white-space: nowrap;
}
#product-list #listing-sort .before i {
  color: #cecece;
}
#product-list #listing-sort ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 4px 0 0;
  overflow-x: scroll;
  height: 45px;
  padding: 0;
}
#product-list #listing-sort ul::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
#product-list #listing-sort ul::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#product-list #listing-sort ul::-webkit-scrollbar-track {
  background-color: transparent;
}
#product-list #listing-sort ul li a {
  padding: 0em 0.5em;
  display: block;
  border-radius: 8px;
  margin: 0 2px;
}
#product-list #listing-sort ul li a:hover {
  background: var(--color-6);
  color: white;
}
#product-list #listing-sort ul li a.is-active {
  background: var(--color-6);
  color: #fff;
}
#product-list .image_product {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  text-align: center;
}
#product-list .list-products ul {
  padding: 0;
}
#product-list .list-products ul li {
  position: relative;
}
#product-list .list-products ul li:hover a {
  box-shadow: 0 2px 17px 0 var(--color-3);
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#product-list .list-products ul li:hover .image_product {
  background: #FFF;
}
#product-list .list-products ul li:hover > img {
  opacity: 0;
}
#product-list .list-products ul li:hover img + img {
  opacity: 1;
}
#product-list .list-products ul li a {
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
  /*margin-bottom: -1px;*/
  border: 1px solid var(--color-3);
  display: block;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  padding: 10px 12px;
  background: #fff;
  border-radius: 8px;
}
#product-list .list-products ul li a img + img {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#product-list .list-products ul li a .fast-delivery {
  text-align: left;
  display: inline-block;
  float: left;
  overflow: hidden;
  /*padding: 2px 10px 2px 0;*/
  padding: 0;
  box-sizing: border-box;
  color: #82787f;
}
#product-list .list-products ul li a .fast-delivery i {
  color: var(--color-6);
}
#product-list .list-products ul li:hover img + img {
  opacity: 1;
}
#product-list h3 {
  clear: both;
  font-weight: 400;
  font-size: 1em;
}
#product-list .price {
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.1;
}
#product-list .weight {
  color: var(--color-6);
}

.pagination ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.pagination ul li {
  /*			&.active {

  	a {
  		background: var(--color-6) !important;
  		border: 1px solid var(--color-6) !important;
  		color: #fff;
  	}
  }*/
}
.pagination ul li a {
  border-radius: 8px;
  color: var(--color-4);
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 34px;
  margin: 0 3px !important;
  display: inline-block;
  width: 35px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  padding: 0 !important;
  position: relative !important;
}

.module_content {
  margin: 2em 0;
  clear: both;
}
.module_content .back_white {
  padding: 3em 2em;
}
.module_content .back_white h3 {
  font-weight: 700 !important;
  color: var(--color-1);
}

li.checkbox_row {
  color: #565656;
  font-size: 1.1em;
}

/************ product Item **************/
.share {
  padding-left: 1em;
}
.share a {
  color: var(--color-3);
}
.share a:hover {
  color: var(--color-3);
}

#product-item .back_white {
  border: 0 none;
}
#product-item .product-item-wraper {
  padding: 1em 0;
}
#product-item #breadcrumb {
  border: 0 none;
}
#product-item .title {
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid var(--color-3);
}
#product-item .super-title {
  color: var(--color-1);
  font-size: 1.8em;
  text-align: initial;
}
@media (max-width: 1199px) {
  #product-item .super-title {
    font-size: 1.6em;
  }
}
#product-item .super-title i {
  color: #f5ad00;
  font-size: 1.1em;
}
#product-item .sub-title {
  color: var(--color-4);
  margin-top: 3px;
  text-align: initial;
}
#product-item .cat-wrapper i {
  color: var(--color-6);
  font-size: 1.1em;
}
#product-item p.product_params_ttl {
  color: var(--color-4);
  font-size: 15px;
  line-height: 1.833;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0;
}
#product-item ul.product_params {
  font-size: 0.9em;
  list-style: none;
}
#product-item ul.product_params li {
  color: var(--color-4);
  position: relative;
}
#product-item ul.product_params li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-3);
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
  right: -1em;
  top: 1em;
  position: absolute;
}
#product-item .addition_info {
  display: flex;
  color: var(--color-4);
  margin-top: 1em;
  width: 100%;
}
#product-item .product_price_info {
  background: var(--color-3);
  border: 1px solid var(--color-2);
  border-radius: 8px;
  margin-top: 2.5em;
  padding: 1em;
}
#product-item .product_price_info > div span {
  border-bottom: 1px solid var(--color-3);
  display: inline-block;
  width: calc(100% - 40px);
  padding: 1em 0 1em;
}
#product-item .product_price_info > div i {
  font-size: 1.3em;
  margin-left: 1em;
  width: 5%;
}
#product-item .product_price_info > div i.fa-shield {
  color: #0fabc6;
}
#product-item .product_price_info > div i.fa-star {
  color: #f5ad00;
}
#product-item .product_price_info > div i.fa-truck {
  color: #4caf50;
}
#product-item .product_price_info > div i.fa-rocket {
  color: #6a6d6a;
}
#product-item .product_price_info > div i.fa-money {
  color: var(--color-4);
}
#product-item .product_price_info > div i.fa-question-circle {
  color: #a1a3a8;
  margin-left: 0.6em;
}
@media (max-width: 730px) {
  #product-item .product_price_info > div i.fa-question-circle {
    margin-left: 1.5em;
  }
}
#product-item .product_price_info > div .price {
  color: #000;
}
#product-item .product_price_info > div .price .price-value {
  display: inline;
  font-size: 1.7em;
}
#product-item #left-side {
  padding: 0;
}
@media (max-width: 1250px) {
  #product-item #left-side {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
@media (max-width: 730px) {
  #product-item #left-side {
    width: 100%;
  }
}
#product-item .owl-dots {
  margin-top: 0 !important;
}

a.btn-add-to-cart {
  background: var(--color-5);
  color: #FFF;
  width: 100%;
  display: block;
  text-align: center;
  margin: 1em auto;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.btn-add-to-cart:hover {
  background: var(--color-1);
  color: #FFF;
}

.xzoom-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#magnific .xzoom-gallery5 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.checkout_items {
  padding: 2em;
}
.checkout_items ul {
  list-style: none;
  padding: 0;
}
.checkout_items ul li:last-child .cart-item {
  border-bottom: 0 none;
}

.red {
  color: red;
}

div#cart {
  align-items: flex-start;
}

/** flicker Responsive Menu ***/
#menu {
  display: none;
}

.mm-ocd--open #menu {
  display: block;
}

@media screen and (min-width: 570px) and (max-width: 1000px) {
  #blog-box .help-box .info a {
    display: none;
  }
  .item h3 {
    font-size: 11px;
  }
  .inner_wrapper .pure-u-1.pure-u-sm-4-5 {
    padding-right: 1em;
    box-sizing: border-box;
  }
  .main h1:first-child,
  .main h2:first-child,
  .main h3:first-child,
  .main h4:first-child {
    font-size: 11px;
  }
  #blog-box .help-box .info {
    padding: 0 1rem;
  }
  #blog_side ul.blog_list li .img-wrapper {
    width: auto;
  }
  .why_us_right {
    padding-left: 1em;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .slide_wraper .serach-box {
    padding: 5em 2em;
    margin: 3em;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .slide_wraper .serach-box {
    padding: 5em 4em;
    margin: 5em;
  }
}
@media (min-width: 1400px) and (max-width: 1649px) {
  .slide_wraper .serach-box {
    padding: 5em 10em;
    margin: 5em;
  }
}
@media (min-width: 700px) and (max-width: 1130px) {
  .login-wrapper .search-form {
    width: 46%;
    max-width: 460px;
  }
  .login-wrapper ul li a {
    padding: 1em;
  }
  #logo {
    justify-content: center;
  }
  .login-wrapper ul {
    justify-content: space-around;
  }
  #header-wraper .bottom-menu .nav_menu ul li a {
    padding: 0.5rem 2.1rem;
  }
  #contact-wraper .branches ul.info .branch .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0 none;
    font-size: 1.5rem;
  }
  .offerSlider-wrapper .item .delivery {
    font-size: 10px;
  }
  .why_us_right {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 1130px) {
  #blog_side ul.blog_list li .img-wrapper i {
    font-size: 4em;
  }
}
@media (max-width: 47.999em) {
  #left-side {
    display: flex;
    flex-direction: column;
  }
  .xzoom2,
  .xzoom3,
  .xzoom4,
  .xzoom5 {
    max-width: 100%;
  }
  #product-list .list-products ul li a {
    padding: 10px 12px 15px;
  }
  #right-side .c-box {
    margin: 1em;
  }
  .list-products .row {
    justify-content: space-between;
  }
  #product-list #listing-sort {
    flex-wrap: wrap;
  }
  #product-list #listing-sort ul {
    margin: 0;
    padding: 0;
  }
  #contact_info {
    position: relative;
    left: 0;
    font-size: 1em;
    text-align: right;
    width: 100%;
  }
  form#ContactUsForm {
    padding-left: 0;
  }
  #contact_us .row {
    flex-direction: column;
  }
  form#ContactUsForm .two_fields .field {
    width: 100%;
  }
  #right-side .widget-box {
    margin: 1em;
  }
  #left-side .back_white {
    margin: 0 1em;
  }
  .row {
    /*justify-content: right;*/
    flex-wrap: wrap;
  }
  #left-side .content {
    padding: 2em;
  }
  #why_us .pure-u-sm-1-3 p {
    margin: 0 0em 2em 0;
  }
  .right-side {
    padding-left: 0;
  }
  #magazine .mag-bar {
    display: block;
  }
  #magazine .mag-bar a.link {
    text-align: left;
    display: grid;
  }
  #magazine .mag-bar p {
    margin-right: 1em;
  }
  #blog-box a.mag-banner {
    margin-top: 0;
  }
  #blog-box a.mag-banner img {
    width: 100%;
  }
  .trust-symbol {
    text-align: center;
  }
  .offerSlider-wrapper .item .delivery {
    font-size: 10px;
  }
  .right_aside {
    order: 2;
  }
  .share_box .modal-content {
    width: 50%;
  }
  .features {
    padding: 0 1em;
  }
  .message ul {
    grid-column-gap: 1em;
    grid-row-gap: 0.2em;
    padding: 0 0;
  }
  .message {
    margin-top: 0em;
    padding: 0;
  }
  .message .message_wraper {
    border: 1px solid var(--color-4);
    padding: 1em;
    text-align: justify;
  }
  .single_detail {
    padding: 1em;
  }
  .about_box {
    text-align: justify;
  }
  #product-list #left-side {
    order: 0;
  }
  .cart-item {
    display: block;
  }
  .cart-item .cart-item__thumb {
    margin: 0 auto;
  }
  #product-list #left-side .c-box {
    margin: 1em;
  }
  #product-list #right-side .back_white {
    margin: 1em 1em 0;
  }
}
@media (max-width: 1000px) {
  .pure-hidden-md {
    display: block;
  }
  .men-responsive.pure-hidden-md {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .men-responsive.pure-hidden-md p {
    margin: 0;
    font-size: 0.7em;
  }
}
.read-more {
  background: white;
  padding: 5px 24px;
  border-radius: 5px;
  float: left;
  margin-top: 30px;
}
.read-more i {
  color: var(--color-6);
}

.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title {
  color: var(--color-4);
  font-weight: bold;
  margin: 21px auto;
}
.title:before {
  width: 100%;
  height: 2px;
  background: var(--color-1);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}
.title span {
  display: inline-block;
  background: white;
  font-size: 27px;
  margin: 0 auto;
  padding: 0 27px;
}

.blog-index {
  padding: 1.5rem 15px 0;
}
.blog-index--item {
  width: 100%;
  padding-bottom: 20px;
}
.blog-index--item i {
  color: var(--color-1);
  margin-left: 4px;
}
.blog-index--item h4 {
  height: 64px;
}
.blog-index--item-img-container {
  height: 270px;
  text-shadow: 0px 0px 6px black;
  font-weight: bold;
}
.blog-index--item-img-container img {
  width: 100%;
  height: 100%;
}
.blog-index--item-img-container__category {
  bottom: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: whitesmoke !important;
  width: calc(100% - 30px);
  margin-right: 15px;
}
.blog-index--item-img-container__date {
  bottom: 4px;
  width: calc(100% - 30px);
  margin-right: 15px;
  color: whitesmoke !important;
  font-size: 11px;
}
.blog-index--item-img-container:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1803921569);
  width: 100%;
  height: 100%;
}

.about {
  background: url(../img/backgrand.jpg) no-repeat right top;
}
.about__container {
  width: 50%;
  padding: 100px 0 120px 15px;
}
.about__container strong {
  font-size: 3em;
}
@media (max-width: 1350px) {
  .about__container strong {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .about__container strong {
    display: block;
    text-align: center;
  }
}
.about__container h1 {
  color: var(--color-4);
}
@media (max-width: 991px) {
  .about__container h1 {
    color: var(--color-3);
  }
}
.about__container h2 {
  font-weight: normal;
  line-height: 28px;
  margin-top: 0;
  color: var(--color-4);
}
@media (max-width: 991px) {
  .about__container h2 {
    color: var(--color-3);
  }
}
@media (max-width: 991px) {
  .about__container {
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .about .cc {
    background: rgba(0, 0, 0, 0.6784313725);
    color: whitesmoke;
  }
}

.survay {
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  margin-top: -77px;
  padding: 10px 30px 50px;
  border: 1px var(--color-2) solid;
  margin-bottom: 70px;
}
.survay .survay-content--col .read-more {
  background: var(--color-3);
}
.survay .survay-content--col--row {
  margin-top: 6px;
}
.survay .survay-content--col--row--progress {
  height: 12px;
  width: calc(100% - 110px);
  overflow: hidden;
  background: var(--color-3);
  border-radius: 4px;
}
.survay .survay-content--col--row--progress__bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 9px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background: var(--color-1);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.survay .survay-content--col:last-child a img {
  max-height: 127px;
}
.survay .survay-content--col:last-child a b {
  display: block;
  margin-bottom: 20px;
}
.survay .survay-content--col:last-child .green,
.survay .survay-content--col:last-child .red {
  background: #39983C;
  color: white;
  border-radius: 4px;
  padding: 0 9px 3px;
  margin: 0px 7px;
}
.survay .survay-content--col:last-child .red {
  background: #DE3838;
}
@media (max-width: 900px) {
  .survay .survay-content--col {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .survay .survay-content {
    flex-direction: column;
  }
}

.owl-products .item {
  width: 100%;
}
.owl-products .item .price a {
  color: var(--color-1);
}

.home-baner-slider {
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.home-baner-slider img {
  border-radius: 15px;
}
.home-baner-slider .left-slider {
  width: 500px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-baner-slider .left-slider h4 {
  font-family: "Vazir";
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #f1718a;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .home-baner-slider .left-slider h4 {
    display: none;
  }
}
.home-baner-slider .left-slider > a {
  height: 50%;
}
@media (max-width: 1199px) {
  .home-baner-slider .left-slider > a {
    height: auto;
    max-height: 220px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .home-baner-slider .left-slider > a {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .home-baner-slider .left-slider .offerSlider-wrapper {
    margin-bottom: 0;
  }
}
.home-baner-slider .left-slider img {
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1470px) {
  .home-baner-slider .left-slider {
    width: 470px;
  }
}
@media (max-width: 1390px) {
  .home-baner-slider .left-slider {
    width: 450px;
  }
}
@media (max-width: 1330px) {
  .home-baner-slider .left-slider {
    width: 420px;
  }
}
@media (max-width: 1240px) {
  .home-baner-slider .left-slider {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .home-baner-slider .left-slider {
    width: 100%;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .home-baner-slider .left-slider {
    grid-template-columns: 100%;
  }
}
.home-baner-slider .main-slider {
  width: calc(100% - 520px);
}
@media (max-width: 1470px) {
  .home-baner-slider .main-slider {
    width: calc(100% - 490px);
  }
}
@media (max-width: 1390px) {
  .home-baner-slider .main-slider {
    width: calc(100% - 470px);
  }
}
@media (max-width: 1330px) {
  .home-baner-slider .main-slider {
    width: calc(100% - 440px);
  }
}
@media (max-width: 1240px) {
  .home-baner-slider .main-slider {
    width: calc(100% - 420px);
  }
}
@media (max-width: 1199px) {
  .home-baner-slider .main-slider {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .home-baner-slider {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .home-baner-slider {
    flex-direction: column;
    margin-bottom: 0;
  }
}

#product-list .pr-list--item {
  width: 24%;
  margin: 15px 0.5% 0;
  list-style-type: none;
}
#product-list .pr-list--item__img {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}
#product-list .pr-list--item__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#product-list .pr-list--item__img img + img {
  margin: 0 auto;
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
#product-list .pr-list--item h3 {
  text-align: center;
  font-weight: bold !important;
  font-size: 1.2em;
  color: var(--color-1);
  height: 46px;
  overflow: hidden;
  line-height: 24px;
}
@media (max-width: 991px) {
  #product-list .pr-list--item h3 {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  #product-list .pr-list--item {
    font-size: 1.1em;
  }
}
@media (max-width: 1250px) {
  #product-list .pr-list--item {
    width: 32%;
  }
}
@media (max-width: 991px) {
  #product-list .pr-list--item {
    width: 49%;
  }
}
@media (max-width: 550px) {
  #product-list .pr-list--item {
    width: 400px;
    max-width: 100%;
    margin: 10px auto 0;
  }
}

.toggleBtnFilters {
  width: 300px;
  max-width: 92%;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .toggleBtnFilters {
    display: block;
  }
}
.toggleBtnFilters span {
  display: block;
  background: var(--color-6);
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  color: white;
}

@media (max-width: 767px) {
  .toggleListFilters {
    display: none;
  }
}

.blog-page .title:before,
.post-page .title:before,
.dashboard__row .title:before,
#product-item .title:before {
  display: none;
}

.xzoom-container img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}

.why-us-container {
  border-radius: 8px;
}

.product-details-top-row-container .product_price_info {
  margin-top: 0 !important;
}
@media (max-width: 1199px) {
  .product-details-top-row-container .pure-u-lg-11-24 {
    width: calc(70.8333% - 320px);
  }
  .product-details-top-row-container .pure-u-lg-1-4 {
    width: 310px;
  }
}
@media (max-width: 1023px) {
  .product-details-top-row-container .image_product {
    text-align: center;
  }
  .product-details-top-row-container .pure-u-lg-11-24 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 730px) {
  .product-details-top-row-container .pure-u-lg-11-24,
  .product-details-top-row-container .pure-u-lg-1-4 {
    width: 100%;
  }
  .product-details-top-row-container .pure-u-lg-1-4 {
    margin-bottom: 30px;
  }
}

.product-description {
  width: 100%;
}
.product-description--title {
  font-weight: bold;
  margin: 30px 0 10px;
  font-size: 1.4em;
  display: flex;
  align-items: center;
}
.product-description--title i {
  font-size: 2em;
  color: var(--color-1);
  margin-left: 8px;
  font-size: 1.5em;
}

#openShareModal {
  margin-right: 8px;
}

@media (max-width: 1000px) {
  .dashboard__nav h4 {
    padding: 10px;
  }
}
div#carousel-1 {
  background: var(--color-white);
}
div#carousel-1 p.price {
  margin: 12px 0 38px;
  padding: 0 10px;
}
div#carousel-1 img {
  height: 230px;
  width: 100%;
  overflow: hidden;
}

.hero {
  gap: 20px;
}
.hero .right-side--top a {
  width: 100%;
  height: 100%;
  display: block;
}
.hero .right-side--top > a {
  height: 33vh;
}
@media (max-width: 350px) {
  .hero .right-side--top > a {
    height: auto;
    max-height: 300px;
  }
}
.hero .hero-left-side {
  width: calc(100% - 17vw - 20px);
}
@media (max-width: 1650px) {
  .hero .hero-left-side {
    width: calc(100% - 19vw - 20px);
  }
}
@media (max-width: 1500px) {
  .hero .hero-left-side {
    width: calc(100% - 21vw - 20px);
  }
}
@media (max-width: 1380px) {
  .hero .hero-left-side {
    width: calc(100% - 23vw - 20px);
  }
}
.hero .hero-right-side {
  width: 17vw;
  box-sizing: border-box;
}
.hero .hero-right-side--top a {
  width: 100%;
  height: 307px;
  overflow: hidden;
}
.hero .hero-right-side--top a img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1650px) {
  .hero .hero-right-side {
    width: 19vw;
  }
}
@media (max-width: 1500px) {
  .hero .hero-right-side {
    width: 21vw;
  }
}
@media (max-width: 1380px) {
  .hero .hero-right-side {
    width: 23vw;
  }
}
@media (max-width: 890px) {
  .hero #why_us .inline-box {
    justify-content: right;
    padding-right: 1em;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .hero {
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
  .hero .hero-right-side {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .hero .hero-right-side .widget-container {
    width: 320px;
    max-width: 100%;
  }
  .hero .hero-left-side {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero .hero-right-side {
    flex-direction: column;
    align-items: center;
  }
}

div#bestseller_products .pure-u-1.pure-u-sm-1-3 {
  height: 462px;
}
div#bestseller_products .pure-u-1.pure-u-sm-1-3 img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

@media (max-width: 991px) {
  #contact-wraper .contact-wraper--right,
  #contact-wraper .bestseller_products--right,
  #bestseller_products .contact-wraper--right,
  #bestseller_products .bestseller_products--right {
    width: 100% !important;
  }
  #contact-wraper .contact-wraper--left,
  #contact-wraper .bestseller_products--left,
  #bestseller_products .contact-wraper--left,
  #bestseller_products .bestseller_products--left {
    display: none;
  }
}

@media (max-width: 1023px) {
  #blog_side {
    width: 100%;
  }
}
.hero-slide--mobile {
  display: none;
  height: 60vh;
}
.hero-slide--desktop {
  display: block;
  height: 68vh;
}
@media (max-width: 767px) {
  .hero-slide--mobile {
    display: block;
  }
  .hero-slide--desktop {
    display: none;
  }
}

.index-ads-mobile {
  display: none;
}

@media (max-width: 767px) {
  .index-ads-mobile {
    display: block;
  }
  .index-ads-desktop {
    display: none;
  }
}
.related-pr-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.related-pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ml-1 {
  margin-left: 7px;
}

@media (max-width: 1630px) {
  .cc.maxWidth {
    max-width: 97%;
  }
}
.product-container {
  background: var(--color-white);
  padding: 20px;
}
.product-container .pure-u-lg-11-24 {
  padding: 0 15px;
  box-sizing: border-box;
}
.product-container h1 {
  font-size: 130% !important;
  color: var(--color-1);
  text-align: right;
}
.product-container h2 {
  color: var(var(--color-4));
  font-size: 1.1rem;
}
.product-container ul.product_params {
  list-style: disc !important;
  padding: 0 17px 0 0;
}
.product-container #related_products {
  padding: 2em 0em 0;
}

.favorites {
  position: absolute;
  font-size: 1.2rem;
  z-index: 999;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: var(--color-8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-1);
}

.xzoom-container {
  position: relative;
}

.price-discount {
  display: flex;
  justify-content: space-between;
}
.price-discount .price-discount-value {
  text-decoration: line-through;
  color: #c3c3ce;
}

.search-form {
  width: 420px;
  max-width: 100%;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: right;
  display: block;
  color: var(--color-8);
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1.05em;
  font-weight: bold;
}

.topnav .icon {
  display: none;
  padding: 0.5rem 1rem;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: var(--color-8);
  padding: 0.5rem 1rem;
  font-size: 1.05em;
  font-weight: bold;
  border-radius: unset;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: var(--color-8);
  color: var(--color-white);
}

.dropdown-content a:hover {
  background-color: var(--color-3);
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-7);
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {
    padding: 52px 0 5px;
  }
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    background: transparent !important;
    color: var(--color-8);
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: right;
    background: transparent;
    color: var(--color-8);
    padding: 0;
  }
  .topnav.responsive .icon, .topnav.responsive .icon:hover, .topnav.responsive .icon:focus {
    background: transparent !important;
    color: var(--color-8);
  }
  .dropdown-content {
    background: transparent;
    box-shadow: none;
  }
  .topnav.responsive a, .topnav.responsive .dropdown {
    background: var(--color-3);
    padding: 4px 11px;
  }
}
.logo-responsive {
  display: none;
  position: absolute;
}

@media (max-width: 1200px) {
  .topnav a {
    padding-right: 0;
  }
  #logo {
    display: none;
  }
  .logo-responsive {
    display: block;
    max-width: 180px;
    height: 41px;
    left: 15px;
    top: 0;
  }
  .logo-responsive img {
    max-width: 100%;
    max-height: 100%;
  }
  .logo-text {
    display: none !important;
  }
  .search-form {
    width: 320px;
  }
}
@media (max-width: 1000px) {
  .logo-responsive {
    height: 52px;
  }
}
@media (max-width: 750px) {
  #header-wraper .pure-g {
    margin-top: 8px;
    justify-content: center;
  }
  #header-wraper .top_menu ul {
    justify-content: center;
    margin: 0 auto;
  }
  #header-wraper .top_menu ul li a {
    line-height: unset;
  }
  .support {
    display: none;
  }
}
@media (max-width: 400px) {
  .login-wrapper ul li {
    border-left: none;
  }
  .login-wrapper {
    font-size: 10px;
  }
  .login-wrapper ul li a {
    padding: 0.5em;
  }
  #txtsearch {
    font-size: 11px;
    padding: 8px;
  }
}

/*# sourceMappingURL=all.css.map */
