@media (max-width: 991px) {
  .page-header-menu {
    display: block;
    z-index: 100;
    position: relative;
    box-shadow: grey 1px 1px 8px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    color: #3636ff !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover {
    color: #fff !important;
    background: #3636ff !important;
  }

  .page-header
    .page-header-menu
    .hor-menu
    .navbar-nav
    > li
    .dropdown-menu
    li.active
    > a {
    color: #fff !important;
    background: #3636ff !important;
  }

  .page-header
    .page-header-menu
    .hor-menu
    .navbar-nav
    > li
    .dropdown-menu
    li:hover
    > a {
    background: 0 0 !important;
    color: #3636ff !important;
  }
}

.login {
  background-color: #f5f5f5 !important;
}

.login-title > .form-title.font-white {
  color: #3636ff !important;
}

.btn.green:not(.btn-outline) {
  color: #fff;
  background-color: #3636ff;
  border-color: #3636ff;
}

.btn.btn-outline.green {
  border-color: #3636ff;
  color: #3636ff;
  background: 0 0;
}

.btn.btn-outline.green:hover {
  border-color: #3636ff;
  color: #fff;
  background-color: #3636ff;
}

.btn.green:not(.btn-outline):hover {
  border-color: #006b92;
  color: #fff;
  background-color: #006b92;
}

.btn.green:not(.btn-outline)[disabled]:hover {
  border-color: #006b92;
  color: #fff;
  background-color: #006b92;
}

a {
  text-shadow: none;
  color: #3636ff;
}

.login .content {
  border-radius: 5px !important;
  box-shadow: 17px 10px 31px -2px rgba(0, 0, 0, 0.1);
}

.toast-info {
  background-color: #3636ff !important;
}

.profile-userpic {
  text-align: center;
}

.profile-userpic > img {
  background: #3636ff !important;
}

.z-item {
  overflow: hidden;
  position: relative;
  margin: 1em 0;
  background: 0 0;
  width: 100%;
  height: 518px;
  border: 1px solid #cdcdd1;
}

#inactiveProducts .s-details {
  margin-top: 309px;
}

#inactiveProducts .z-item a {
  bottom: 41px;
}

#inactiveProducts .z-item a[title="Más información"] {
  margin-left: 120px;
}

.z-item img.item-image {
  bottom: -100%;
  height: auto;
  left: -100%;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  position: absolute;
  right: -100%;
  top: -100%;
  width: auto;
  vertical-align: top;
}

.overlayBlack {
  background-color: white;
}

.z-item .s-details {
  margin: 285px 0 0;
  padding: 1px 20px 22px;
  position: relative;
  color: #3636ff;
  min-height: 233px;
  width: 100%;
}

.z-item a {
  background-color: #3636ff;
  border-radius: 20px !important;
  position: absolute;
  bottom: 13px;
  left: 17px;
  color: white;
}

.z-item a:hover {
  background-color: black;
  color: white;
}

.page-container {
  background-color: white !important;
}

#openTicket,
a[id^="createAccount"],
.btn.red:not(.btn-outline) {
  background-color: #3636ff !important;
  border-radius: 20px !important;
  color: white;
  border: none;
  padding: 10px 20px;
}

.profile-usermenu ul li a {
  color: #006b92 !important;
}

.profile-usermenu ul li.active a {
  color: white !important;
  background-color: #3636ff !important;
  border-left: 4px solid #afd6e5 !important;
  margin-left: -2px;
}

footer {
  padding-top: 1px !important;
}

#acceptForm {
  text-align: center;
}
#acceptForm button[type="submit"] {
  background-color: #04aa6d;
  border: 5px;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px !important;
  margin: 0 auto;
}

/* CHAT */

#open_fc_widget {
  position: fixed;
  bottom: 0;
  right: 0;
}
.getintouch {
  text-align: center;
  right: 40px;
  bottom: 120px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
}

.getintouch.shadow {
  filter: drop-shadow(5px 6px 3px rgba(50, 50, 0, 0.3));
}

#open_fc_widget > div > img {
  display: none !important;
}

#open_fc_widget > div {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://nova.conweb.es/files/Chat_sonimar.png) no-repeat;
  height: 101px;
  width: 106px;
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-out {
  animation: zoom-in-out 5s forwards;
  animation-iteration-count: 3;
}

.tab-content ul,
.tab-content li {
  list-style: disc !important;
}

a.btnExtForms {
  background: #cdcdd1;
  padding: 9px;
  color: white;
  border: 5px solid #cdcdd1;
  border-radius: 9px !important;
  text-decoration: none;
}

a.btnExtForms:hover {
  color: white !important;
}

a.btnExtForms.action1 {
  background: #cdcdd1;
  border-color: #cdcdd1;
}
