﻿a,
a:hover {
  color: #00a19a;
}

.header-icons i {
  padding-left: 0px;
}

v.contact-bar {
  font-size: 12px;
}

.force-nopadding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.contact {
  border-radius: 8px 8px;
  border: 2px solid #00a19b !important;
}

.contact-title {
  color: #e83b51;
  font-size: 14px;
  margin-left: 20px;
}

.contact-title-mobile {
  padding-bottom: 10px;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 20px;
  margin-left: 0px;
}

.answer {
  color: #00a19b
}

  .answer a {
    color: #00a19b;
    text-decoration: none;
  }

    .answer a:hover {
      color: #007a75;
      text-decoration: none;
    }

.answer-black {
  color: #000;
}

.light-aqua {
  color: #00a19b
}

.red {
  color: #e83b51;
}

.contact-lifebelt {
  position: absolute;
  margin-left: -20px;
  /* margin-top: -5px; */
}

  .contact-lifebelt img {
    width: 8%
  }

.py-20 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important
}

.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important
}

body {
  background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat !important;
  font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  border-top: 1px solid transparent;
}

  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 500 !important;
    border-top: 1px solid #fff;
  }

.navbar-toggler {
  border: 0px solid transparent;
}

.navbar-collapse {
  margin-top: -4rem;
  margin-left: 5rem;
  margin-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: .9rem;
}

.account-box {
  height: 300px;
  /* padding: 40px 0px 0px 0px; */
  background-color: #00a19a;
}

/*account box menu*/
.banner-box-icon-bottle {
  z-index: 100;
  padding-top: 7px;
  right: -20%;
  top: -5%;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  /* background-image: url('../Images/badge-bottle.png');
  background-repeat: no-repeat;
  background-size: cover; */
  width: 50px;
  height: 50px;
  text-align: center;
  color: #e83c52;
  font-size: 10px;
}

.bottles-number {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold
}

.account-box-menu {
  background-color: #fff !important;
}

.NameAccount {
  margin-top: 60%;
}

.account-box-menu .account-name {
  font-weight: bold;
  font-size: 30px;
}

.account-box-menu .account-type {
  font-weight: bold;
  font-size: 24px;
}

.account-box-menu ul {
  padding-left: 0px;
  list-style-type: none;
  background-color: #fff;
  text-align: left !important;
}

  .account-box-menu ul li {
    padding: 0px 0px;
    text-align: left !important;
  }

    .account-box-menu ul li a {
      color: #00a19a;
      font-weight: bold;
    }

      .account-box-menu ul li a:hover {
        color: #007a75;
        text-decoration: none;
      }

/*account box menu*/

.icon-white {
  color: white;
  font-size: 1.2rem;
  padding-left: 1.5rem
}

.logo {
  padding: 0 !important;
  margin-top: 6rem;
}

footer {
  font-size: 13px;
}

  footer a {
    color: #fff;
  }

    footer a:hover {
      text-decoration: none;
      color: #e83b51;
    }

  footer .fab {
    color: #e83b51;
    font-size: 20px;
  }

.container-grey {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  background-color: #f2f2f2;
}

.button-cart {
  margin-left: 0px;
  line-height: 1;
  padding: 0;
}

.button-cart-icon {
  font-size: 23px;
  color: #7f7f7f;
}

@media (max-width: 576px) {
  .button-cart-icon {
    font-size: 20px;
  }
}

.button-dashboard {
  margin-left: 15px;
  line-height: 1;
  padding: 0;
}

@media (max-width: 768px) {
  .button-dashboard {
    margin-left: 0px;
  }

  .navbar-toggler {
    padding-left: 0px;
  }
}

.button-dashboard-icon {
  font-size: 23px;
  color: #7f7f7f;
}

@media (max-width: 768px) {
  .button-dashboard,
  .button-cart,
  .navbar-toggler {
    font-size: 15px;
  }
}

.custom-carousel-container {
  margin-top: 20px;
  background-color: #ebebeb;
  padding-bottom: 1px;
}

@media (min-width: 768px) {
  .custom-carousel-container {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .dashboard-container {
    /*padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;*/
    width: 100% !important;
  }

  .white-container {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
    width: 100% !important;
  }
}

@media (min-width: 276px) and (max-width: 991px) {

  /*master*/
  .navbar-nav {
    background-color: #e83b51;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 100%;
  }

  .navbar-collapse {
    margin-top: 15px;
    margin-left: -12px;
    display: grid;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  /*master*/
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
  }

  .navbar-collapse {
    margin-top: -85px;
    margin-left: 0px;
  }
}

@media (min-width: 276px) {

  /*master*/
  .topbar-bg {
    /*background: url('../../MasterPages/Assets/Images/onda-header-mobile.svg') no-repeat;*/
    background-position: right top;
    background-size: contain;
  }

  .logo {
    width: 55%;
    padding: 0;
    margin-top: 0.8rem;
  }

  .navbar-brand {
    width: 50% !important;
  }

  .navbar {
    padding: 0;
  }
}

@media (min-width: 600px) {

  /*master*/
  .logo {
    width: 50%;
    padding: 0;
    margin-top: 1rem;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

  /*master*/
  .topbar-bg {
    /*background: url('../../MasterPages/Assets/Images/onda-header-mobile.svg') no-repeat;*/
    background-position: right top;
    background-size: contain;
  }

  .logo {
    width: 50%;
    padding: 0;
    margin-top: 0.8rem;
  }

  .navbar-brand {
    width: auto !important;
  }

  .navbar-toggler {
    margin-top: 5.8rem;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

  /*master*/
  .logo {
    width: 60%;
    padding: 0;
  }

  .topbar-bg {
    /*background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat;*/
    background-position: right top;
    background-size: contain;
  }
}

@media (min-width: 1100px) {

  /*master*/
  .topbar-bg {
    /*background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat;*/
    background-position: right top;
    background-size: contain;
  }

  .logo {
    width: 70%;
    padding: 0;
  }

  .navbar-brand {
    width: auto !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  body {
    background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat !important;
    background-size: 90% !important;
    background-position: top right !important;
    font-family: 'Montserrat', sans-serif;
  }

  /*master*/
  .topbar-bg {
    background-position: right top;
    background-size: cover;
  }

  .logo {
    width: 80%;
    padding: 0;
    margin-top: 0;
  }

  .navbar-brand {
    width: auto !important;
  }
}

@media (min-width: 1600px) {
  body {
    background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat !important;
    background-size: 90% !important;
    background-position: top right !important;
    font-family: 'Montserrat', sans-serif;
  }
}

@media (min-width: 1399px) and (max-width: 1599px) {
  body {
    background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat !important;
    background-size: 96% !important;
    background-position: top right !important;
    font-family: 'Montserrat', sans-serif;
  }
}

@media (min-width: 1247px) and (max-width: 1399px) {
  body {
    background: url('../../MasterPages/Assets/Images/onda-header.svg') no-repeat !important;
    background-size: 98% !important;
    background-position: top right !important;
    font-family: 'Montserrat', sans-serif;
  }

  .navbar-collapse {
    margin-top: -5rem;
    margin-left: 2rem;
    margin-right: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500 !important;
  }
}

.btn {
  line-height: 2;
}

.contact-icon {
  font-size: 22px;
}

.account-box {
  position: relative;
}

.NameAccount {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.account-name {
  font-weight: bold;
  font-size: 25px;
}

.account-type {
  font-weight: 600;
  font-size: 20px;
}

.account-box-decoration {
  position: absolute;
  z-index: 0;
  /* padding-top: 0 !important;
    margin-top: 1.5rem !important; */
  bottom: 0;
}

.news-box-title {
  margin-top: 20px;
}

.lovers {
  height: 100%;
  padding: 10px 20px;
  /* padding-bottom: 20px; */
}



@media (max-width: 991px) {
  .account-box-decoration {
    margin-top: 0.5rem !important;
  }
}

.account-box-container {
  position: absolute;
  width: 100%;
  min-height: 330px;
  background-color: #00a19a;
  position: relative;
  overflow: hidden;
}

  .account-box-container .black-curve {
    position: absolute;
    margin-left: calc(135% - 150%);
    background-color: #333333;
    border-radius: 50%;
    width: 135%;
    height: 100%;
    bottom: 57%;
  }

.account-box-img-container {
  border-radius: 50%;
  position: absolute;
  border: 2px solid white;
  padding: 27px;
  width: 49%;
  left: 26%;
  top: 18%;
}

  .account-box-img-container.abc-male {
    background-color: #00a19a;
  }

  .account-box-img-container.abc-female {
    background-color: #e83b51;
  }

@media (min-width: 1170px) and (max-width: 1400px) {
  .account-box-img-container {
    padding: 27px;
    width: 56%;
    left: 23%;
    top: 18%;
  }
}

@media (min-width: 576px) {
  .account-box-img-container {
    padding: 36px;
    width: 30%;
    left: 35%;
    top: 18%;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .account-box-img-container {
    padding: 27px;
    width: 61%;
    left: 21%;
    top: 18%;
  }

  .account-box-container .black-curve {
    margin-left: calc(190% - 233%);
    width: 190%;
    bottom: 60%;
  }
}

/* Large devices (desktops, 992px and up)
 */

@media (min-width: 992px) {
  .account-box-img-container {
    padding: 27px;
    width: 56%;
    left: 23%;
    top: 18%;
  }

  .account-box-container .black-curve {
    margin-left: calc(140% - 159%);
    width: 140%;
    bottom: 60%;
  }
}

/*  Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .account-box-img-container {
    border-radius: 50%;
    position: absolute;
    border: 2px solid white;
    padding: 27px;
    width: 49%;
    left: 26%;
    top: 18%;
  }
}

/* .account-box-img-container img {
    position: absolute;
    z-index: 10000;
} */

/* PAGE LOGIN*/
#page-login {
  background: url('../Images/onda-login.svg') no-repeat !important;
}

  #page-login #loginForm {
    margin: 160px 0px;
  }

@media (max-width: 768px) {
  #page-login #loginForm {
    margin: 10px 0px !important;
  }
}

@media (max-width: 1200px) {
  #page-login #loginForm {
    margin: 30px 0px;
  }
}

/* EVENTS CALENDAR PUBLIC */
#page-eventscalendarpublic {
  background: url('../Images/onda-login.svg') no-repeat !important;
}


/* HEADER LOGIN*/
#headerLogin {
}

  #headerLogin nav {
    display: block;
    text-align: center;
  }

/* CART */
.cart-tab {
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  padding: 50px 0px;
  background-color: #f3f3f3;
}

  .cart-tab li {
    display: block;
    position: relative;
    text-align: center;
  }

    .cart-tab li::before {
      background: #ddd none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 100%;
      margin: auto;
      position: absolute;
      right: 0;
      top: 5%;
      width: 2px;
    }

    .cart-tab li:last-child {
      margin-bottom: 0;
    }

      .cart-tab li:last-child::before {
        display: none;
      }

    .cart-tab li div {
      color: #999999;
      display: block;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
    }

      .cart-tab li div span {
        border-radius: 50%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        border: 10px solid #868686;
        display: block;
        font-family: roboto;
        font-size: 20px;
        font-weight: 500;
        height: 80px;
        line-height: 60px;
        margin: auto auto 20px;
        text-align: center;
        width: 80px;
      }

      .cart-tab li div.active {
        color: #04a19a;
      }

        .cart-tab li div.active span {
          box-shadow: 0 0 4px rgba(255, 127, 0, 0.1);
          border: 10px solid #04a19a;
        }

/* TABLE */
.table-content table, .table-content table th, .table-content table td {
  border: 1px solid #b4b4b4;
  border-collapse: collapse;
}

table {
  width: 100%
}

.table-content table thead th {
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
}

.table-content table tr td {
  color: #1f1f1f;
  padding: 20px 30px;
}

.validation-error {
  color: red;
}

.bootbox .btn,
.bootbox .btn:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.container-maxwidth {
  width: 100% !important;
}
