@import url('https://fonts.googleapis.com/css?family=Mallanna');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Asap:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,500,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
.whatsapp {
  display: none;
}
@media screen and (max-width: 797px) {
  .whatsapp {
    display: block;
    position: fixed;
    padding: 0 1rem;
    bottom: 0;
    left: calc(50% - 3rem);
    z-index: 5000;
    background-color: #ffffff;
    border: 1px solid #bdc3c7;
    border-bottom: 0;
    font-size: 2.5rem;
  }
  .whatsapp > a {
    color: #25D366;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
@media screen and (max-width: 797px) {
  .m-container {
    padding-top: 3.5rem;
  }
}
.top-header {
  background-image: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0.6), #000000);
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 797px) {
  .top-header {
    display: none;
  }
}
.top-header__nav {
  display: flex;
  justify-content: flex-end;
}
.top-header__item {
  position: relative;
}
.top-header__dropdown {
  position: absolute;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border: 1px solid #bdc3c7;
  z-index: 3000;
  padding: 0.5rem 1.3rem;
  transition: all ease 0.3s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
}
.top-header__dropdown.active {
  transform: scale(1, 1);
}
.top-header__dropdown:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid #ffffff;
}
.top-header__dropdown > li > a {
  padding: 0.4rem 0 0.4rem 3rem;
  border-bottom: 1px solid #ecf0f1;
  display: flex;
  justify-content: flex-end;
  color: #054d66;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}
.top-header__dropdown > li > a.currency {
  padding: 0.4rem 1rem;
  color: #000;
}
.top-header__dropdown > li > a > span {
  margin-right: 1rem;
}
.top-header__dropdown > li > a > img {
  width: 25px;
  height: auto;
  margin-left: 1rem;
}
.top-header__dropdown > li:last-child > a {
  border-bottom: none;
}
.top-header__link {
  height: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
  padding: 0.3rem 0 0.3rem 1rem;
  font-size: 0.9rem;
}
.top-header__link > i {
  font-size: 2.2rem;
}
.top-header__link > i.la-angle-down {
  font-size: 0.9rem;
  margin-left: 0.3rem;
}
.top-header__link > span.cart-no {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  margin-left: 1rem;
  padding: 0 1rem;
  border-radius: 1rem;
  color: #1a2b48;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.main-nav {
  border-bottom: solid 3px #ffa500;
  position: relative;
}
@media screen and (max-width: 797px) {
  .main-nav {
    border-bottom: 0;
  }
}
.main-nav--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 3000;
}
@media screen and (max-width: 797px) {
  .main-nav--sticky {
    position: relative;
  }
}
.main-nav__responsive {
  display: none;
}
@media screen and (max-width: 797px) {
  .main-nav__responsive {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    background-color: #ffffff;
    transition: left 0.3s;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 797px) {
  .main-nav--clicked .main-nav__responsive {
    left: 70%;
  }
}
@media screen and (max-width: 797px) {
  .main-nav__container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -70%;
    background-color: #ffffff;
    z-index: 1001;
    width: 70%;
    overflow-x: hidden;
    transition: left ease 0.3s;
  }
}
@media screen and (max-width: 797px) {
  .main-nav--clicked .main-nav__container {
    left: 0;
  }
}
.main-nav__list {
  display: flex;
  position: relative;
}
@media screen and (max-width: 797px) {
  .main-nav__list {
    flex-direction: column;
  }
}
.main-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media screen and (max-width: 797px) {
  .main-nav__logo {
    display: none;
  }
}
.main-nav__item--info {
  display: none;
}
@media screen and (max-width: 797px) {
  .main-nav__item--info {
    display: block;
  }
}
.main-nav__item--cart {
  margin-left: auto;
}
.main-nav__link {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  padding: 1rem 0.7rem;
  display: inline-block;
  position: relative;
}
.main-nav__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 797px) {
  .main-nav__link {
    display: block;
    font-size: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5rem 0.7rem;
  }
  .main-nav__link:after {
    display: none;
  }
  .main-nav__link--info {
    color: #e67e22;
  }
}
.main-nav__item:hover .main-nav__link {
  background-color: #ffa500;
  color: #ffffff;
}
.main-nav__item--active .main-nav__link {
  background-color: #ffa500;
  color: #ffffff;
}
.main-nav__cart {
  display: flex;
  height: 100%;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #2c3e50;
}
@media screen and (max-width: 797px) {
  .main-nav__cart {
    display: none;
  }
}
.main-nav__icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.main-nav__num {
  width: 30px;
  height: 30px;
  background-color: #ffa500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  margin-left: 0.5rem;
}
.main-nav__sub {
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: all ease 0.3s;
  position: absolute;
  background-color: #ffffff;
  z-index: 2000;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: calc(100% + 5px);
}
.main-nav__item:hover .main-nav__sub {
  transform: scale(1, 1);
}
.main-separator {
  display: none;
}
.main-nav--sticky ~ .main-separator {
  display: block;
}
@media screen and (max-width: 797px) {
  .main-nav--sticky ~ .main-separator {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  .responsive-bar {
    display: flex;
    align-items: center;
    padding: 0.9rem 1rem;
  }
  .responsive-bar__logo {
    margin: 0 1rem;
    max-width: 60%;
    flex: 0 0 60%;
  }
  .responsive-bar__logo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .responsive-bar__cart {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .responsive-bar__icon {
    color: #ffa500;
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
  .responsive-bar__num {
    width: 30px;
    height: 30px;
    background-color: #ffa500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .responsive-menu__wrapper {
    position: relative;
    width: 25px;
    height: 25px;
  }
  .responsive-menu__hamburger {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 25px;
    height: 4px;
    background: #ffa500;
    transform: translate(0%, 0%);
    transition: 0.5s;
    border-radius: 5px;
  }
  .responsive-menu__hamburger:before,
  .responsive-menu__hamburger:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 4px;
    background: #ffa500;
    transform: translate(0%, 0%);
    transition: 0.5s;
    border-radius: 5px;
  }
  .responsive-menu__hamburger:before {
    top: -8px;
  }
  .responsive-menu__hamburger:after {
    top: 8px;
  }
}
@media screen and (max-width: 797px) {
  .main-nav--clicked .responsive-menu__hamburger {
    background: rgba(0, 0, 0, 0);
  }
  .main-nav--clicked .responsive-menu__hamburger:before {
    top: 0;
    transform: rotate(45deg);
  }
  .main-nav--clicked .responsive-menu__hamburger:after {
    top: 0;
    transform: rotate(135deg);
  }
}
.sub-nav {
  margin: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 350px;
}
.sub-nav__left {
  max-width: 80%;
  flex: 0 0 80%;
  max-height: 500px;
  overflow-y: auto;
}
.sub-nav__left::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.sub-nav__left::-webkit-scrollbar-thumb {
  background-color: #ffa500;
}
.sub-nav__title {
  font-size: 1.5rem;
  margin: 0 0 0 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2c3e50;
}
.sub-nav__list {
  margin: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.sub-nav__link {
  color: #2c3e50;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  border-bottom: 1px dashed #2c3e50;
  padding: 0.3rem 0;
  transition: padding-left ease 0.3s;
}
.sub-nav__item:hover .sub-nav__link {
  background-color: #ffa500;
  color: #ffffff;
  border-bottom-color: #ffa500;
  padding-left: 2rem;
}
.sub-nav__item:hover .sub-nav__ref {
  display: block;
}
.sub-nav__ref {
  display: none;
  position: absolute;
  right: 0;
  width: 20%;
  top: 0;
  bottom: 0;
  padding: 0.5rem;
}
.sub-nav__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  height: 100%;
}
.sub-nav__img {
  height: 170px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
.sub-nav__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-nav__name {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0.5rem 1rem;
}
.sub-nav__text {
  padding: 0 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
.submenu {
  margin: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 350px;
}
.submenu__item {
  max-width: 80%;
  flex: 0 0 80%;
}
.submenu__link {
  color: #2c3e50;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  border-bottom: 1px dashed #2c3e50;
  padding: 0.5rem 0;
  transition: padding-left ease 0.3s;
}
.submenu__item:last-child .submenu__link {
  border-bottom: 0;
}
.submenu__item:hover .submenu__link {
  background-color: #ffa500;
  color: #ffffff;
  border-bottom-color: #ffa500;
  padding-left: 2rem;
}
.submenu__item:hover .submenu__ref {
  display: block;
}
.submenu__ref {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffa500;
  width: 20%;
  top: 0;
  bottom: 0;
  padding: 0.5rem;
}
.submenu__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  height: 100%;
}
.submenu__img {
  height: 170px;
  background-color: rgba(0, 0, 0, 0.4);
}
.submenu__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu__title {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0.5rem 1rem;
}
.submenu__text {
  padding: 0 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 797px) {
  .responsive-list__title {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0.5rem 0;
    text-align: center;
    display: block;
  }
  .responsive-list__list {
    display: flex;
    margin: 0 -0.2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .responsive-list__item {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
  }
  .responsive-list__language {
    width: 28px;
    height: 20px;
    overflow: hidden;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .responsive-list__language > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .responsive-list__currency {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0.2rem 0.5rem;
    color: #2c3e50;
    font-weight: 500;
  }
}
.main__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 25px;
  position: relative;
  color: #404040;
  margin-bottom: 20px;
  display: inline-block;
}
.main__title--colored {
  color: #3498db;
}
.main__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #404040;
  content: '';
}
@media screen and (max-width: 797px) {
  .main__title {
    font-size: 1.1rem;
    font-weight: 700;
  }
}
.main-sort {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 797px) {
  .main-sort {
    flex-direction: column;
  }
}
.main-sort__col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  overflow: hidden;
  padding: 0 1rem;
}
@media screen and (max-width: 797px) {
  .main-sort__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.main-sort__col:first-child {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
@media screen and (max-width: 797px) {
  .main-sort__col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.main-sort__item {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  border: 1px solid #ecf0f1;
}
.main-sort__item:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-sort__item:hover .main-sort__img {
  transform: scale(1.1, 1.1);
}
.main-sort__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
  transform: scale(1, 1);
}
.main-sort__text {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
}
.main-sort__title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.main-sort__btn {
  background-color: #3498db;
  color: #ffffff;
  border: 0;
  border-radius: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  padding: 0.3rem 2rem;
}
.footer {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6rem 0;
  display: flex;
}
.footer__holder {
  display: flex;
  justify-content: space-between;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 797px) {
  .footer__holder {
    flex-direction: column;
  }
}
.footer__group {
  min-width: 300px;
}
.footer__control {
  border-radius: 0;
  border: 1px solid #3498db;
  height: 40px;
}
.footer__list > li {
  margin-bottom: 1rem;
}
.footer__list > li > a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-decoration: none;
}
.footer__contacts {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.footer__contacts:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #3498db;
  content: '';
}
.footer__contacts > span {
  display: block;
  color: #5e6d77;
}
.footer__media {
  display: flex;
  margin-top: 1rem;
}
.footer__media > a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2.1rem;
  margin-right: 1rem;
}
.footer__bottom {
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */