@import url(./fonts/sfdisplay/style.css);
.wrapper-cta-bottom {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 30px; }
  .wrapper-cta-bottom .btn-act {
    font-size: 1.5rem; }

.wrapper-content-box.content-box .inner-content .row .wrapper-title .title,
.wrapper-product-detail .wrapper-title,
.container-title-section,
#categoryList .container-box .content .wrapper-title,
#wrapper-list-store .list-group .list-group-item .wrapper-title,
.container-product-list .box-product-list .inner-box .list.wrapper-content .title {
  font-family: 'SF UI Display Medium', serif;
  letter-spacing: 1.5px; }

.wrapper-content-box.content-box .inner-content .row .wrapper-title .title {
  font-size: 2.5rem; }

.wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle {
  letter-spacing: 0.5px; }
  .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle p {
    font-size: 1.5rem;
    line-height: 1.5; }

.wrapper-product-detail .wrapper-title .title {
  font-size: 2rem; }

.table-product-detail {
  font-size: 1.4rem; }

.about-page-header {
  font-family: 'SF UI Display Bold', serif;
  color: white;
  font-size: 5rem;
  height: 100%; }
  .about-page-header .about-page-header-text {
    margin-top: 5rem;
    line-height: 1; }

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px; }

.switch > span {
  position: absolute;
  top: 7px;
  pointer-events: none;
  font-weight: bold;
  font-size: 9px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center; }

input.check-toggle-round-flat:checked ~ .off {
  color: white; }

input.check-toggle-round-flat:checked ~ .on {
  color: black; }

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: white; }

.switch > span.off {
  right: 0;
  padding-right: 0;
  color: black; }

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input.check-toggle-round-flat + label {
  width: 60px;
  height: 30px;
  background-color: white;
  border: 1px solid black;
  margin: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }

input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }

input.check-toggle-round-flat + label:after {
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 30px;
  background-color: #000;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s; }

input.check-toggle-round-flat:checked + label:after {
  margin-left: 28px; }

.navbar.drawer-nav .switch {
  position: absolute;
  top: 0;
  right: 12px;
  margin-top: 16px; }


  .page-brands {
padding-bottom: 30px;
    }
.page-brands ul.brands_list {
  margin: 0;
  font-size: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}


@media only screen and (max-width: 600px) {
  .page-brands {
    min-width: initial;
    margin-bottom: 8px;
  }
}

.page-brands li.brand_item {
  text-align: center;
  position: relative;
  width: calc(20% - 32px);
  vertical-align: middle;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 16px;
  border: 1px solid rgba(213, 217, 222, 0.6);
  display: inline-flex;
  justify-content: stretch;
  align-items: stretch;
  -webkit-transition: all 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: all 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 1s cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media only screen and (max-width: 600px) {
  .page-brands li.brand_item {
    margin: 8px;
  }
}
.page-brands li.brand_item:hover, .page-brands li.brand_item:focus, .page-brands li.brand_item:active {
  border: 1px solid #d5d9de;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.page-brands div.brand_logo {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
.page-brands div.brand_logo a {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-brands img.brand_logo {
  max-height: 8rem;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .page-brands ul.brands_list li.brand_item {
    width: calc(33.3% - 32px);
  }
}
@media only screen and (max-width: 600px) {
  .page-brands ul.brands_list li.brand_item {
    width: calc(50% - 16px);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.page-brands .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page-brands .animated {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.page-brands .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*# sourceMappingURL=app.css.map */
