@charset "UTF-8";
.page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #F3F3F3;
}

.newsletter-section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.newsletter-section .block.newsletter {
  width: 100%;
  max-width: 100% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsletter-section .block.newsletter .text-block {
  color: #424242;
  margin-bottom: 40px;
  width: 100%;
}
.newsletter-section .block.newsletter .text-block > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .newsletter-section .block.newsletter .text-block {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
.newsletter-section .block.newsletter .text-block h1 {
  margin-bottom: 0;
}
.newsletter-section .block.newsletter .text-block em {
  font-weight: normal;
}
.newsletter-section .block.newsletter .content {
  color: #303030;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .newsletter-section .block.newsletter .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .newsletter-section .block.newsletter .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.newsletter-section .block.newsletter .content .form.subscribe {
  margin: auto;
  max-width: 100%;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter {
  width: 100%;
  max-width: 430px;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter .control:before {
  content: none;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter .control .mage-error[generated] {
  position: absolute;
  margin-top: 0;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter input {
  padding-left: 32px;
  font-size: 1.4rem;
  height: 54px;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #303030;
  border: 1px solid #8CACBB;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter input::-webkit-input-placeholder {
  color: #787878;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter input::-moz-placeholder {
  color: #787878;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter input:-ms-input-placeholder {
  color: #787878;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter input:-moz-placeholder {
  color: #787878;
}
@media (max-width: 767px) {
  .newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .field.newsletter input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
  }
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .actions {
  width: auto;
}
.newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .actions button {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  height: 54px;
  min-width: 160px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  border: none;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #8CACBB;
}
@media (max-width: 767px) {
  .newsletter-section .block.newsletter .content .form.subscribe .subscribe-input .actions button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: auto;
  }
}

footer.page-footer {
  padding: 0;
  background-color: #F3F3F3;
  overflow: hidden;
  border-top: 1px solid #0000001F;
}
footer.page-footer .footer-copyright-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  color: #FFFFFFCC;
  font-size: 12px;
  height: 40px;
}
footer.page-footer .footer-copyright-section .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
footer.page-footer .footer-copyright-section .footer-column .copyright-left,
footer.page-footer .footer-copyright-section .footer-column .copyright-right {
  width: 100%;
}
footer.page-footer .footer-copyright-section .footer-column .copyright-left p {
  margin: 12px auto;
}
@media (max-width: 768px) {
  footer.page-footer .footer-copyright-section .footer-column .copyright-left p {
    font-size: 10px;
  }
}
footer.page-footer .footer-copyright-section .footer-column ul.footer.links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer.page-footer .footer-copyright-section .footer-column ul.footer.links li.nav-item {
  margin-right: 8px;
}
footer.page-footer .footer.content {
  max-width: 1440px;
  border: 0;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer.page-footer .footer.content {
    padding: 25px 0 0 0;
  }
}
footer.page-footer .footer.content #switcher-store {
  display: none !important;
}
footer.page-footer .footer.content .links {
  padding: inherit;
}
footer.page-footer .footer.content .footer-column {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer-column {
    width: 92%;
    margin: 10px auto;
  }
  footer.page-footer .footer.content .footer-column > h3 {
    line-height: 30px !important;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.page-footer .footer.content .footer-column > h3.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer.page-footer .footer.content .footer-column > h3:after {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    font-family: Ionicons;
    display: block;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 1px;
    width: 25px;
    text-align: center;
  }
  footer.page-footer .footer.content .footer-column > ul {
    display: none;
  }
  footer.page-footer .footer.content .footer-column > ul.visible {
    display: block;
  }
  footer.page-footer .footer.content .footer-column > ul > li {
    padding: 10px 0;
    background: transparent;
  }
}
footer.page-footer .footer.content .footer-column h3 {
  color: #000000;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 15px;
  margin: 0 0 20px 0;
}
@media (min-width: 769px) {
  footer.page-footer .footer.content .footer-column.social-col {
    text-align: center;
  }
  footer.page-footer .footer.content .footer-column.social-col h1, footer.page-footer .footer.content .footer-column.social-col h2, footer.page-footer .footer.content .footer-column.social-col h3 {
    text-align: center;
  }
}
footer.page-footer .footer.content .footer-column.social-col ul.footer.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  footer.page-footer .footer.content .footer-column.social-col ul.footer.links {
    display: none;
  }
  footer.page-footer .footer.content .footer-column.social-col ul.footer.links.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer.page-footer .footer.content .footer-column.certs-col #sa-badge-embedded-plugin {
  margin-right: 10px;
}
@media (max-width: 480px) {
  footer.page-footer .footer.content .footer-column.certs-col #sa-badge-embedded-plugin {
    position: relative;
    top: -31px;
  }
}
@media (max-width: 480px) {
  footer.page-footer .footer.content .footer-column.certs-col h3.open {
    margin-bottom: 55px;
  }
}
footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper {
    width: 100%;
  }
  footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper .badge-container {
    display: none;
    visibility: hidden;
  }
  footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper .badge-wrapper {
    width: 100%;
  }
}
footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper .badge-container {
  display: flex;
  margin-right: 10px;
}
footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper .evolution-awards-badge {
  background: url("../img/trustmarks/evolution-awards-silver-onecare.png") no-repeat center;
  height: 180px;
  width: 128px;
  background-size: contain;
}
@media (max-width: 480px) {
  footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper .evolution-awards-badge {
    display: none;
    visibility: hidden;
    background: none;
  }
}
footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper #greca-trustmark-placeholder {
  background: url("../img/trustmarks/gr-blue-2020.png") no-repeat center;
  width: 300px;
  height: 115px;
  background-size: contain;
}
@media (max-width: 768px) {
  footer.page-footer .footer.content .footer-column.certs-col .footer-trustmarks-wrapper #greca-trustmark-placeholder {
    width: 220px;
    position: relative;
    top: -20px;
    margin: 0 auto;
  }
}
footer.page-footer .footer.content .footer-column.certs-col .certs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -25px;
  left: 10px;
}
footer.page-footer .footer.content .footer-column.certs-col .certs-container #bpcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  footer.page-footer .footer.content .footer-column.certs-col .certs-container {
    display: none;
  }
  footer.page-footer .footer.content .footer-column.certs-col .certs-container.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
  }
}
footer.page-footer .footer.content .footer.links {
  margin: 0;
}
footer.page-footer .footer.content .footer.links li {
  line-height: 26px;
  margin: 0;
}
footer.page-footer .footer.content .footer.links li a {
  display: block;
  color: #82be19;
  font-size: 14px;
  padding: 0;
}
footer.page-footer .footer.content .footer.links li a i.icon.icon.ion-social-facebook,
footer.page-footer .footer.content .footer.links li a i.icon.ion-social-instagram-outline {
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer.page-footer .footer.content .footer.links li a i.icon.icon.ion-social-facebook:hover,
footer.page-footer .footer.content .footer.links li a i.icon.ion-social-instagram-outline:hover {
  background-color: #ffffff !important;
  color: #83be19 !important;
}
footer.page-footer .footer.content .bestprice__placeholder.bestprice__placeholder--inline {
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 480px) {
  footer.page-footer .footer.content .bestprice__placeholder.bestprice__placeholder--inline {
    position: absolute;
    right: 5px;
    top: -30px;
  }
}
footer.page-footer .footer.content .left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .left {
    width: 100%;
  }
}
footer.page-footer .footer.content .left .footer-column:last-child li {
  display: inline-block;
  vertical-align: middle;
}
footer.page-footer .footer.content .right {
  position: relative;
  overflow: visible;
  width: 30%;
  margin-top: -50px;
  margin-bottom: -50px;
  padding: 50px 15px;
  font-size: 12px;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .right {
    width: 100%;
    margin: 0;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .right {
    padding: 20px;
  }
}
footer.page-footer .footer.content .right .footer-column:only-child li {
  display: block;
  float: left;
  margin-right: 12px;
}
footer.page-footer .footer.content .right .footer-column:only-child li:last-child, footer.page-footer .footer.content .right .footer-column:only-child li:nth-child(4n+4) {
  margin-right: 0;
}
footer.page-footer .footer.content .right .footer-column:only-child li:nth-child(5n+5) {
  clear: left;
}
footer.page-footer .footer.content .right .footer-column:only-child li:nth-child(5n+5) + li {
  margin-top: 10px;
}
footer.page-footer .footer.content .right .footer-column:only-child li:nth-child(7n+7) {
  clear: left;
}
footer.page-footer .footer.content .right img[src*="badge.apivita"] {
  max-width: 132px;
}
footer.page-footer .footer.content .right p {
  font-weight: 500;
  text-align: center;
}
footer.page-footer .footer.content .right p img {
  max-width: 80px;
  margin-bottom: -3px;
}
footer.page-footer .footer.content a:hover {
  text-decoration: none;
}
footer.page-footer .footer.content *[class*=icon] {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #83be19;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 14px;
}

.copyright {
  display: none;
}

.modal-footer button {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 8px 20px !important;
  font-size: 1.2rem !important;
}
.modal-footer .action-dismiss {
  color: #666;
  background-color: #eee;
}
.modal-footer .action-accept {
  color: white;
  background-color: #8CACBB;
}

/*# sourceMappingURL=footer.css.map */
