/*
Header Area Style
======================================================*/
.top-header {
  background-color: var(--main-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header.top-header-bg {
  background-color: var(--white-color);
}

.top-header.top-header-bg .header-left-content li a {
  color: var(--heading-color);
}

.top-header.top-header-bg .header-left-content li a i {
  color: var(--heading-color);
}

.top-header.top-header-bg .header-right-content .languages-switcher i {
  color: var(--main-color);
}

.top-header.top-header-bg .header-right-content .languages-switcher select {
  color: var(--heading-color);
}

.top-header.top-header-bg .header-right-content .cart-icon a i {
  color: var(--heading-color);
}

.top-header .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 15px;
}

.top-header .header-left-content li a {
  color: var(--white-color);
}

.top-header .header-left-content li a i {
  font-size: 18px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.top-header .header-left-content li:last-child {
  margin-right: 0;
}

.top-header .header-right-content {
  line-height: 1;
  float: right;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.top-header .header-right-content .languages-switcher {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  top: 1px;
}

.top-header .header-right-content .languages-switcher i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--white-color);
  margin-right: 0;
}

.top-header .header-right-content .languages-switcher select {
  padding: 0;
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  color: var(--white-color);
  font-size: 15px;
}

.top-header .header-right-content .languages-switcher select option {
  color: var(--heading-color);
}

.top-header .header-right-content .languages-switcher select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-header .header-right-content .my-account {
  margin-left: 30px;
  position: relative;
  top: 3px;
  display: inline-block;
}

.top-header .header-right-content .my-account a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: var(--main-color);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -1px;
}

.top-header .header-right-content .my-account a i {
  color: var(--white-color);
  position: relative;
  left: 0.1px;
  font-size: 15px;
}

.top-header .header-right-content .my-account a:hover {
  background-color: var(--main-color);
}

.top-header .header-right-content .cart-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 30px;
}

.top-header .header-right-content .cart-icon a {
  position: relative;
}

.top-header .header-right-content .cart-icon a i {
  color: var(--white-color);
  font-size: 18px;
}

.top-header .header-right-content .cart-icon a span {
  position: absolute;
  top: -12px;
  right: -10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 10px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .top-header {
    text-align: center;
  }
  .top-header .header-right-content {
    float: initial;
    margin-top: 10px;
  }
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header {
    text-align: left;
  }
  .top-header .header-right-content {
    float: right;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=top-header.css.map */

.top-header .header-right-content li a {
  color: var(--white-color);
}