/* Less Variables */
/* Font */
/*Color */
/*Background */
/*Font-weight*/
/*Footer */
@media (min-width: 1024px) {
  .header-container .header {
    padding: 30px 40px;
  }
}
.header-container .header .col-logo {
  flex: 1 1 0;
  text-align: left;
}
.header-container .header .col-logo .logo {
  padding-right: 15px;
  padding-left: 0;
}
.header-container .header .for-full-withmenu .nav-sections,
.header-container .header .for-full-withmenu .actions-header,
.header-container .header .for-full-withmenu .col-logo {
  flex: unset;
}
.header-container .header .for-full-withmenu .actions-header {
  margin-left: 30px;
}
.header-container .click-open {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header-container .click-open.show-menu {
  opacity: 1;
  visibility: visible;
}
.header-container .click-menu a i {
  font-size: 24px;
  color: #ffffff;
}
.top-content-home .section-element {
  margin: 20px 0;
}
.cms-index-index .page-wrapper {
  margin: 20px;
  position: relative;
}
.cms-index-index .page-footer {
  margin-top: 0;
}
.cms-index-index .page-footer .footer-newselter .container {
  padding-top: 55px;
  border-top: 0;
}
.page-footer .footer-newselter {
  padding-bottom: 40px;
}
.page-footer .footer-newselter .block.newsletter .content .control input {
  background-color: transparent;
}
.page-footer .footer-static-container {
  margin-top: 20px;
}
.categories-thumbnails .row {
  padding: 0;
  margin: 0 -10px;
}
.categories-thumbnails .popcat-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.categories-thumbnails .popcat-box .cat-name {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: none;
}
.categories-thumbnails .popcat-box .cat-name h3 {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.categories-thumbnails .popcat-box .cat-name h3 a {
  color: #ffffff;
  transform: none;
}
.categories-thumbnails .popcat-box .cat-name p {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  display: block;
}
.categories-thumbnails .popcat-box:hover:after {
  opacity: 1;
  visibility: visible;
}
.categories-thumbnails .popcat-box:hover .cat-name {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.categories-thumbnails .popcat-box:hover .cat-name h3,
.categories-thumbnails .popcat-box:hover .cat-name p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner-categories-thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .custommenu.navigation li.level0.fullwidth .submenu {
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    -webkit-transform: translateX(-50%) scaleY(0);
    -o-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
  }
  .custommenu.navigation li.level0.fullwidth:hover .submenu {
    transform: translateX(-50%) scaleY(1);
    -webkit-transform: translateX(-50%) scaleY(1);
    -o-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    -moz-transform: translateX(-50%) scaleY(1);
  }
}
@media (max-width: 800px) {
  .header-container .header .logo {
    flex: unset;
    padding-right: 15px;
  }
  .header-container .header .for-full-withmenu .actions-header > div {
    padding: 0 10px;
  }
  .header-container .click-open {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-container .header .for-full-withmenu .container {
    padding: 0;
  }
  .header-container .header .for-full-withmenu .col-logo {
    flex: 2;
    display: flex;
  }
  .header-container .header .for-full-withmenu .col-logo .logo {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    flex: 1 1 0;
  }
  .header-container .header .for-full-withmenu .col-logo .nav-toggle {
    align-items: center;
    display: flex;
  }
  .header-container .click-open {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
  }
}
.catalog-product-view .header-container .header {
  background-color: #292929;
}
