body {
  font-family: "Nunito", sans-serif !important;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: contain;
  font-size: 14px;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  display: none;
}
.login-container #form-login {
  display: block;
}
.authorization-link {
  display: none;
}
.customer-welcome-menu {
  display: none;
}
/*********************************
************ ADQUIRIR ************
**********************************/
.dependent-kit-index .zoo-product-collection01 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 28px;
}
ul.list__dependents--kits {
  padding: 0;
  list-style-type: none;
}
ul.list__dependents--kits .col-xs-12 {
  display: flex;
  justify-content: center;
}
ul.list__dependents--kits li.item {
  padding: 0 10px;
  width: 49%;
  display: inline-block;
}
ul.list__dependents--kits li.item .product-item-info h5 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
}
ul.list__dependents--kits li.item .product-item-info a.product-item-photo {
  position: relative;
}
ul.list__dependents--kits li.item .product-item-info a.product-item-photo img.product-image-photo {
  position: relative;
  min-height: 105px;
}
ul.list__dependents--kits li.item {
  padding: 0 10px;
  width: 49%;
  display: inline-block;
}
ul.list__dependents--kits li.item .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
ul.list__dependents--kits li.item .product-item-info h5 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
}
ul.list__dependents--kits li.item .product-item-info a.product-item-photo img.product-image-photo {
  position: relative;
  min-height: 105px;
}
.product-items {
  font-size: 14px;
}
.product-items .product-item-info .zoo-inner-product-item-info {
  display: flex;
  flex-direction: column;
}
.product-items .product-item-info .zoo-inner-product-item-info .product-info {
  top: -70px;
}
.product-items .product-item-info .product-item-details {
  line-height: 30px;
}
.product-items .product-item-info .product-item-details .price-final_price {
  color: #979797;
}
.product-items .product-item-info .product-item-details .price-final_price p span {
  color: #471F83;
  font-weight: 700;
}
.product-items .product-item-info .product-item-details .price-final_price .price-wrapper .price {
  font-size: 16px;
  line-height: 24px;
  color: #707073;
  font-weight: 700;
}
/********* END ADQUIRIR **********/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding: 10px 0;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper .product_hover,
.owl-carousel .owl-item .product_hover {
  margin: 0 auto;
  display: contents;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  width: 50%;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.dependent-kit-index .product-badge {
  display: block;
  background-image: url("../images/solucao-icon.svg");
  width: 106px;
  height: 94px;
  position: relative;
  top: -60px;
}
.dependent-kit-index h5.product-item-name {
  text-transform: capitalize;
}
.dependent-kit-index h5.product-item-name a {
  color: #01c4b5;
  font-size: 19px;
  font-weight: 800;
}
.dependent-kit-index .product-item-photo {
  height: 360px;
}
.dependent-kit-index .product-info {
  position: relative;
  top: -40px;
}
/**************************
*******  CONTATO **********
***************************/
.contact-index-index .page-wrapper {
  min-height: auto;
}
.contact-index-index .padding-top-50 {
  padding-top: 50px;
}
.contact-index-index .text-center {
  text-align: center;
}
.contact-index-index .page-main {
  min-height: 960px;
}
.contact-index-index .page-main .contact .row {
  position: relative;
}
.contact-index-index .page-main .contact .row .col-sm-6 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  float: right;
}
.contact-index-index .page-main .contact .row .col-sm-6 legend.legend {
  color: #412480;
  font-weight: 700;
  margin-left: 14px;
  border-bottom: none;
  font-size: 18px;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form .row {
  display: flex;
  flex-wrap: nowrap;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form > p {
  padding: 0 15px;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form p {
  margin: 0 0 15px;
  color: #7d7d7d;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  padding: 10px;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form input,
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form textarea {
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  color: #7d7d7d;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form input::placeholder,
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form textarea::placeholder {
  color: #d4d3d3;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form textarea {
  backface-visibility: hidden;
  width: 100%;
  height: 150px;
  transition: all 500ms;
  margin-left: 15px;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form input {
  height: 40px;
  line-height: 25px;
  outline: 0;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form .form-actions {
  margin-top: 20px;
  margin-bottom: 80px;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form .form-actions button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 30px;
  background-color: #00c4b4;
  color: #ffffff;
}
.contact-index-index .page-main .contact .row .col-sm-6 #contact-form .form-actions button:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.contact-index-index .page-main .contact .row .col-sm-6 .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.contact-index-index .page-main .contact .row .col-sm-6 .col-xs-12.col-sm-5 {
  width: 41.66666667%;
  float: left;
  padding-left: 30px;
}
.contact-index-index .page-main .contact .row .col-sm-6 p.phone,
.contact-index-index .page-main .contact .row .col-sm-6 p.email {
  color: #7d7d7d;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.contact-index-index .page-main .contact .row .col-sm-6 p.phone a,
.contact-index-index .page-main .contact .row .col-sm-6 p.email a {
  color: #7d7d7d;
}
.contact-index-index .banner-top {
  display: block;
  height: 960px;
  background-image: url(../images/banner_contato.jpg);
  background-repeat: no-repeat;
  width: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 76px;
  background-position-x: right;
  background-size: cover;
}
.contact-index-index .zoo-main-content {
  height: 960px;
}
/*********************
**** MODAL LOGIN *****
**********************/
#modal-login .txt-center {
  text-align: center;
}
#modal-login #form-login {
  width: auto !important;
}
#modal-login .form-login {
  margin-top: 20px;
}
#modal-login .form-login a.forgot-pass {
  color: #3b3b3b;
}
#modal-login .form-login a.forgot-pass:hover {
  color: #412480;
}
#modal-login .form-login input::placeholder {
  opacity: 0.3;
}
.login-container label {
  font-size: 15px !important;
  padding-bottom: 0 !important;
}
.btn.create-account {
  width: 100%;
  height: 46px;
  background-color: #412480 !important;
  border-width: 0;
  text-transform: uppercase;
  margin-top: 20px;
}
.login-container input {
  height: 40px !important;
}
.customer-account-login div.login {
  height: 319px;
}
.custom-modal-login .customer-account-login div.login {
  height: auto;
}
.custom-modal-login .block-customer-login,
.block-new-customer {
  max-width: 420px;
  margin: 0 auto !important;
  width: 420px;
}
.custom-modal-login .block-customer-login {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-modal-login.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 100% !important;
  width: 460px !important;
}
.custom-modal-login .btn {
  background-color: #00c4b4;
  color: #ffffff !important;
  border-color: #ffffff !important;
  width: 100%;
  padding: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2rem;
  line-height: normal;
}
.custom-modal-login .btn .create-account {
  background-color: #412480 !important;
}
.custom-modal-login .block-customer-login strong {
  color: #412480;
  font-size: 2.6rem;
  line-height: 50px;
}
.custom-modal-login {
  font-weight: 700;
}
.modal-popup._inner-scroll .modal-inner-wrap .custom-modal-login span {
  font-weight: 700;
}
.custom-modal-login .forgot-pass span {
  float: right;
}
.custom-modal-login .label span {
  font-weight: 700;
  line-height: 2rem;
}
.custom-modal-login .email.required {
  margin-bottom: 2rem;
}
.custom-modal-login.modal-popup .modal-header .action-close {
  top: 10px;
  right: 10px;
}
.form-create-account .field.required label::after {
  content: '*';
  color: #f1152f;
}
.form-create-account #avatarList input:hover {
  background-color: #f7f7f7;
}
.form-create-account #avatarList input:checked::before {
  position: absolute;
  font: 11px/1 'Open Sans', sans-serif;
  left: 6px;
  top: 2px;
  color: white;
  content: '\02143';
  transform: rotate(40deg);
}
#zoo-main-content.page-main .container .columns .column.main .zoo-main-content-area .shop-main form .avatar-container #avatarList li input:checked {
  background-color: #01C5B6;
  border: 1px solid #01c5b6;
}
