:root {
  --primary-color: #784DEB;
  --link-color: #9747FF;
  --top-bar-color: #FFFFFF;
  --breadcrumbs-bg: #F8F8F8;
  --hover-bg: #F8F8F8;
  --hover-color: #784DEB;
  --footer-bg: #F8F8F8;
  --text-primary-color: #666666;
  --text-gray-color: #808080;
  --border-color: #E6E6E6;
  --border-google-color: #4D4D4D;
  --text-heading-color: #1A1A1A;
  --menu-selected-after: #9262F5;
  --input-border-color: #cccccc;
  --card-title-color: #000000;
  --btn-primary-bg: #784DEB;
  --btn-secondary-border: #e6e6e6;
  --btn-secondary-bg: #e6e6e6;
  --btn-primary-color: #fff;
  --btn-secondary-color: #784DEB;
  --bg-color: #e6e6e6;
  --bg-footer: #1A1A1A;
  --footer-text-color: #808080;
  --table-header-bg: #F8F8F8;
  --table-header-color: #4D4D4D;
  --table-body-color: #333;
}

.myaccount-wrapper .card {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.myaccount-wrapper .card-body .card-icon {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 600;
  color: var(--text-heading-color);
}
.myaccount-wrapper .card-body .card-icon a {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}
.myaccount-wrapper .card-body .card-icon.dashboard span {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-heading-color);
}
.myaccount-wrapper .card-body .card-title {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--text-heading-color);
}
.myaccount-wrapper .card-body .card-address {
  padding: 15px;
}
.myaccount-wrapper .card-body .card-address p {
  margin-bottom: 0;
}
.myaccount-wrapper .card-body .card-address .email {
  font-weight: 500;
  font-size: 15px;
  color: var(--text-heading-color);
}

.navigation {
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.navigation .nav-title {
  display: block;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid var(--border-color);
}
.navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.navigation ul li {
  position: relative;
}
.navigation ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-primary-color);
  height: 100%;
  width: 100%;
  padding: 16px 20px;
}
.navigation ul li a::before {
  position: relative;
  top: 4px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.navigation ul li a.nav-dashboard::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-dashboard.svg");
}
.navigation ul li a.nav-user::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-user.svg");
}
.navigation ul li a.nav-orders::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-orders.svg");
}
.navigation ul li a.nav-prescriptions::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-prescriptions.svg");
}
.navigation ul li a.nav-notifications::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-notifications.svg");
}
.navigation ul li a.nav-animals::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-animals.svg");
}
.navigation ul li a.nav-cart::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-cart.svg");
}
.navigation ul li a.nav-wishlist::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-wishlist.svg");
}
.navigation ul li a.nav-close::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-close.svg");
}
.navigation ul li a.nav-clinics-data::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-clinics-data.svg");
}
.navigation ul li:hover, .navigation ul li.active {
  background-color: var(--hover-bg);
}
.navigation ul li:hover span, .navigation ul li.active span {
  width: 3px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.dropdown-menu.navigation {
  right: 0;
  left: auto;
  top: 50px;
  min-width: 250px;
}

.notification {
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.notification .nav-title {
  display: block;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid var(--border-color);
}
.notification ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.notification ul li {
  padding: 16px 20px;
  position: relative;
}
.notification ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-primary-color);
}
.notification ul li a::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-prescriptions.svg");
  position: relative;
  top: 4px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.notification ul li:hover, .notification ul li.active {
  background-color: var(--hover-bg);
}
.notification ul li:hover a, .notification ul li.active a {
  color: var(--hover-color);
}
.notification ul li:hover span, .notification ul li.active span {
  width: 3px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.dropdown-menu.notification {
  right: 0;
  left: auto;
  top: 50px;
  min-width: 250px;
}

.pets-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pets-list ul li img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.pets-list table tr td {
  vertical-align: middle;
}
.pets-list table tr td img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.avbtn-primary {
  border: 1px solid var(--border-color);
  padding: 10px 24px 10px 24px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  /* min-height: 50px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.avbtn-primary:hover {
  color: #fff;
}

.avbtn-secondary {
  border: 1px solid var(--btn-secondary-border);
  background-color: var(--btn-secondary-bg);
  color: var(--btn-secondary-color);
  padding: 10px 24px 10px 24px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  /* min-height: 50px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.avbtn-social {
  padding: 8px 20px 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
}
.avbtn-social:disabled {
  opacity: 0.5;
}
.avbtn-social-google {
  border: 1px solid var(--border-google-color);
  background-color: #fff;
  color: #000;
  height: 40px;
}
.avbtn-social-google:hover {
  color: #000;
}
.avbtn-social-google::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-google.svg");
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.avbtn-social-facebook {
  background-color: #1877F2;
  color: #fff;
  height: 40px;
}
.avbtn-social-facebook:hover {
  color: #fff;
}
.avbtn-social-facebook::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-facebook-login.svg");
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.avbtn-social-apple {
  background-color: #000;
  color: #fff;
  height: 40px;
}
.avbtn-social-apple:hover {
  color: #fff;
}
.avbtn-social-apple::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-apple.svg");
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.avbtn-secondary-status {
  border: 1px solid var(--btn-secondary-border);
  background-color: #ffffff;
  color: var(--btn-secondary-color);
  padding: 10px 24px 10px 24px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  /* min-height: 50px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.primary-color {
  background-color: var(--primary-color);
}

.add-to-prescription {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
}
.add-to-prescription .ajax_add_to_prescription_button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.add-to-prescription .ajax_add_to_prescription_button::after {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-prescriptions-white.svg");
  position: relative;
  top: 7px;
  margin-left: 8px;
}

body {
  font-family: "Poppins", sans-serif;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
}
.d-flex.align-items-center {
  align-items: center;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.justify-content-end {
  justify-content: end;
}
.d-flex.justify-content-start {
  justify-content: start;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}

.page-title-wrapper {
  display: none;
}

#message-prescription {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #f6f6f6;
  transform: translate(-50%, -50%);
  z-index: 1000;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  display: none;
}

@media (max-width: 1199px) {
  .container {
    width: 100% !important;
  }
}
.d-lg-block {
  display: none;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

.d-lg-none {
  display: block;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.quick-view {
  display: none;
}

#wishlistModal, #compareModal, #blockcart-modal {
  z-index: 9999;
}
#wishlistModal .modal-dialog, #compareModal .modal-dialog, #blockcart-modal .modal-dialog {
  max-width: 100%;
}
#wishlistModal .modal-dialog .modal-content, #compareModal .modal-dialog .modal-content, #blockcart-modal .modal-dialog .modal-content {
  position: relative;
}

.add-to-links {
  z-index: 999;
}

#checkout {
  padding-top: 40px;
}

.arrobavet .form-group .form-control {
  border: 1px solid var(--input-border-color);
  background: transparent;
  border-radius: 5px;
  min-height: 42px;
}
.arrobavet .form-group .form-control.hidden {
  max-height: 35px;
}
.arrobavet .form-group .filter-multi-select .selected-items .item {
  color: #7a7a7a;
}
.arrobavet .form-group .filter-multi-select .selected-items .item button {
  color: #7a7a7a;
}
.arrobavet .form-group .filter-multi-select .dropdown-item .custom-checkbox:checked ~ .custom-control-label::before {
  background-color: #666;
  border-color: #666;
}
.arrobavet .form-group .file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.arrobavet .form-group .file-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.arrobavet .form-group .file-upload::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-plus.svg");
  background-color: #c4c4c4;
  width: 140px;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 13px;
}
.arrobavet .form-group .file-upload img {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}
.arrobavet .form-group .file-upload img:hover {
  opacity: 0;
}
.arrobavet .form-group .show-pass {
  position: absolute;
  right: 10px;
  top: 34px;
  cursor: pointer;
}
.arrobavet .form-group .show-pass::after {
  content: url("/modules/arrobavet/views/img/icon-view.svg");
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  z-index: 9999;
}
.arrobavet .form-group .show-pass-login {
  top: 4px;
  z-index: 999;
}

.pet-view .pet-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
}
.pet-view .pet-wrapper .pet-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.pet-view .pet-wrapper p {
  margin-bottom: 5px;
}

.pet-prescriptions .pet-wrapper {
  padding: 20px;
}

#authentication #wrapper, #registration #wrapper, #password #wrapper {
  height: 100vh;
}
#authentication #wrapper .container-fluid, #registration #wrapper .container-fluid, #password #wrapper .container-fluid {
  max-width: none;
}
#authentication .back-img img, #registration .back-img img, #password .back-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#authentication .form-login, #registration .form-login, #password .form-login {
  padding: 10%;
}
@media (min-width: 992px) {
  #authentication .form-login, #registration .form-login, #password .form-login {
    display: flex;
    padding: 5%;
  }
}
#authentication .form-login .login-form .login-logos, #registration .form-login .login-form .login-logos, #password .form-login .login-form .login-logos {
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  #authentication .form-login .login-form .login-logos, #registration .form-login .login-form .login-logos, #password .form-login .login-form .login-logos {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#authentication .form-login .login-form .login-logos img, #registration .form-login .login-form .login-logos img, #password .form-login .login-form .login-logos img {
  margin: 0;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #authentication .form-login .login-form .login-logos img, #registration .form-login .login-form .login-logos img, #password .form-login .login-form .login-logos img {
    width: auto;
    padding: 0 10px 0 10px;
    margin-bottom: 0;
  }
}
#authentication .form-login .login-form .login-logos img.logo2, #registration .form-login .login-form .login-logos img.logo2, #password .form-login .login-form .login-logos img.logo2 {
  margin-top: 10px;
  height: 25px;
}
#authentication .form-login .login-form h2, #registration .form-login .login-form h2, #password .form-login .login-form h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: var(--primary-color);
}
#authentication .form-login .login-form span, #registration .form-login .login-form span, #password .form-login .login-form span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4D4D4D;
  display: block;
  margin-bottom: 15px;
}
#authentication .form-login .login-form form .pass-wrapper::after, #registration .form-login .login-form form .pass-wrapper::after, #password .form-login .login-form form .pass-wrapper::after {
  content: url("/modules/arrobavet/views/img/icon-view.svg");
  position: absolute;
  top: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  right: 0px;
  cursor: pointer;
  justify-content: center;
  z-index: 9999;
}
#authentication .form-login .login-form form .forgot-password, #registration .form-login .login-form form .forgot-password, #password .form-login .login-form form .forgot-password {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #666;
  text-align: right;
}
#authentication .form-login .no-account, #registration .form-login .no-account, #password .form-login .no-account {
  text-align: center;
}
#authentication .form-login .no-account a, #registration .form-login .no-account a, #password .form-login .no-account a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #666;
}

#authentication .form-login {
  flex-direction: column;
  justify-content: center;
}

#registration .form-login {
  overflow-y: scroll;
}

@media (min-width: 992px) {
  #password .form-login {
    display: flex;
    align-items: center;
  }
}

.change-passwd .pass-wrapper::after {
  content: url("/modules/arrobavet/views/img/icon-view.svg");
  position: absolute;
  top: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  right: 10px;
  cursor: pointer;
  justify-content: center;
  z-index: 9999;
}

.top-bar {
  color: #fff;
  height: 50px;
}
@media (min-width: 992px) {
  .top-bar {
    display: flex;
    align-items: center;
  }
}
.top-bar a {
  display: flex;
  align-items: center;
}
.top-bar .btn-dropdown {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
  float: right;
}
.top-bar .noti {
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .top-bar .noti {
    justify-content: end;
  }
  .top-bar .noti::after {
    content: "|";
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    opacity: 35%;
  }
}
.top-bar .noti::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-bell.svg");
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.top-menu {
  border-top: 1px solid var(--border-color);
  height: 56px;
}
.top-menu .phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  color: #002603;
}
.top-menu .phone::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-telephone.svg");
  position: relative;
  width: 23px;
  height: 22px;
  margin-right: 5px;
}

.breadcrumbs {
  background-color: #f8f8f8;
}
.breadcrumbs nav {
  padding-left: 0;
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li {
  padding-right: 20px;
}
.breadcrumbs ol li:first-child {
  font-size: 0;
}
.breadcrumbs ol li:first-child::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/breadcrumbs-home-icon.svg");
  position: relative;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs ol li:not(:first-child):not(:last-child) span::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/breadcrumbs-arrow-right.svg");
  position: absolute;
  height: 8px;
  width: 4px;
  top: 0;
  right: -10px;
}
.breadcrumbs ol li span {
  position: relative;
}

#header {
  border-bottom: 0;
}
#header .btn-dropdown {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
#header .login-link {
  color: #fff;
  justify-content: end;
  height: 50px;
}
#header .my-wishlist {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .my-wishlist::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-heart.svg");
  position: relative;
  width: 37px;
  height: 37px;
  display: block;
}
#header .mobile-finder {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .mobile-finder::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-find.svg");
  position: relative;
  width: 37px;
  height: 37px;
  display: block;
}
#header .mobile-finder-input {
  display: none;
}
#header .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 56px;
}
#header .cart-icon-buy {
  position: relative;
}
#header .cart-icon-buy::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-bag.svg");
  position: relative;
  width: 37px;
  height: 37px;
  display: block;
}
#header .cart-icon-prescription {
  position: relative;
  cursor: pointer;
}
#header .cart-icon-prescription::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-prescriptions-black.svg");
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #5D38E1;
  border-radius: 50%;
  top: 0;
  left: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
}
#header .cart-info {
  padding-left: 15px;
}
#header .cart-info-1 {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #4D4D4D;
}
#header .cart-info-2 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
}
#header .separator-line {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #CCCCCC;
  margin-right: 10px;
  margin-left: 10px;
}
#header .main-menu .pos-menu-horizontal {
  height: 56px;
}
#header .main-menu .pos-menu-horizontal .menu-content {
  align-items: center;
  height: 100%;
}
#header .main-menu .pos-menu-horizontal .menu-content li a {
  display: flex;
  align-items: center;
}
#header .main-menu .pos-menu-horizontal .menu-content li a::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/menu-icon.svg");
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#header .main-menu .pos-menu-horizontal .menu-content li a span {
  color: #fff;
}
#header .main-menu .pos-menu-horizontal .menu-content li a .icon-rt-arrow-down {
  font-size: 14px;
  padding-left: 5px;
  color: #fff;
  font-weight: 600;
}
#header .logo-link {
  height: 56px;
  display: flex;
  align-items: center;
}
#header .contact, #header .phone {
  height: 56px;
  display: flex;
  align-items: center;
}
#header .text-end {
  text-align: end;
}

.pre-footer {
  background-color: var(--bg-color);
  padding: 20px 0;
}
@media (min-width: 992px) {
  .pre-footer {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.pre-footer h3 {
  font-size: 24px;
  color: #1a1a1a;
}
.pre-footer p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.pre-footer form .input-wrapper input {
  width: 100%;
  height: 52px;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 135px 0 15px;
}
.pre-footer form .input-wrapper button {
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  border-radius: 50px;
  color: #fff;
}
.pre-footer ul {
  margin: 0;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .pre-footer ul {
    justify-content: flex-end;
    padding-top: 0;
  }
}
.pre-footer ul li {
  background-color: transparent;
  position: relative;
}
.pre-footer ul li::before {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
}
.pre-footer ul li.facebook::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-facebook.svg");
}
.pre-footer ul li.twitter::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-twitter.svg");
}
.pre-footer ul li.instagram::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-instagram.svg");
}
.pre-footer ul li:hover {
  background-color: transparent;
}
.pre-footer ul li a {
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  background-color: var(--bg-footer);
  padding-top: 40px;
}
.footer .logo-footer::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/logo-arrobavet-footer.svg");
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .logo2-footer {
  padding: 20px 0;
}
.footer .logo2-footer::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/logo-dingonatura-footer.svg");
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--footer-text-color);
}
.footer p.shop-data {
  color: #fff;
  font-weight: 500;
}
.footer .separator {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.footer .payment-logos {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .footer .payment-logos {
    justify-content: end;
  }
}
.footer .payment-logos li {
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .payment-logos li::before {
  position: relative;
  height: 15px;
  display: flex;
  align-items: center;
}
.footer .payment-logos li.apple-pay::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-apple-pay.svg");
}
.footer .payment-logos li.visa::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/visa-logo.svg");
}
.footer .payment-logos li.mastercard::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/mastercard-logo.svg");
}
.footer .payment-logos li.secure-pay::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/secure-pay-logo.svg");
}
.footer h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
}
.footer ul {
  margin: 0;
}
.footer ul li {
  padding: 5px 0;
}
.footer ul li a {
  font-size: 14px;
  color: #999;
}
.footer .col-xs-12 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .col-xs-12 {
    padding-bottom: 0;
  }
}

.table thead tr th {
  background-color: var(--table-header-bg);
  text-transform: uppercase;
  font-size: 12px;
  color: var(--table-header-color);
}
.table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: var(--table-body-color);
  vertical-align: middle;
  white-space: nowrap;
}
.table tbody tr td span {
  padding: 4px 8px 4px 8px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}
.table tbody tr td span.active {
  color: #2C742F;
  background-color: rgba(32, 181, 38, 0.2);
}
.table tbody tr td span.no-active {
  color: #EA4B48;
  background-color: rgba(234, 75, 72, 0.2);
}
.table tbody tr td span.label-pill {
  color: #fff;
}
.table tbody tr td .dropdown .btn-action {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.table tbody tr td .dropdown .btn-action::before {
  content: url("/modules/arrobavet/views/img/more-actions.svg");
  position: relative;
  height: 30px;
  display: flex;
  justify-content: center;
}
.table tbody tr td .dropdown-menu.show {
  border-radius: 8px;
  border: 1px solid rgba(8, 7, 54, 0.1);
}
.table tbody tr td .pet-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.table.table-striped tbody tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff !important;
  border: none;
}
.table.table-striped tbody tr:nth-of-type(2) > * {
  --bs-table-bg-type: #f8f8f8 !important;
  border: none;
}

#cartModal .modal-content {
  padding: 0;
}
#cartModal .modal-content .cart-prescription-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cartModal .modal-content .cart-prescription-header h2 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
}
#cartModal .modal-content .cart-prescription-header h2::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-prescriptions-black.svg");
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
}
#cartModal .modal-content .cart-prescription-header .close::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-close-modal.svg");
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
}
#cartModal .modal-content .cart-prescription-body {
  padding: 20px;
}
#cartModal .modal-content .cart-prescription-body table {
  width: 100%;
}
#cartModal .modal-content .cart-prescription-body table tr {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
  display: block;
  padding-bottom: 10px;
}
#cartModal .modal-content .cart-prescription-body table tr td img {
  width: 120px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cartModal .modal-content .cart-prescription-body table tr td span.name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
#cartModal .modal-content .cart-prescription-body table tr td span.price {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
#cartModal .modal-content .cart-prescription-body table tr td.icon {
  width: 20%;
}
#cartModal .modal-content .cart-prescription-body table tr td.info {
  width: 50%;
}
#cartModal .modal-content .cart-prescription-body table tr td.del {
  width: 10%;
  cursor: pointer;
}
#cartModal .modal-content .cart-prescription-body table tr td.del::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-delete-rounded.svg");
  position: relative;
  height: 22px;
  width: 22px;
  display: inline-block;
}
#cartModal .modal-content .cart-prescription-footer {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  width: 100%;
}
#cartModal .modal-content .cart-prescription-footer a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}

.main-menu {
  position: relative;
}
.main-menu .av-menu-btn {
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.main-menu .av-menu-btn::after {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/icon-arrow-down.svg");
  position: relative;
  margin-left: 5px;
}
.main-menu .av-menu-btn::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/menu-icon.svg");
  position: relative;
  margin-right: 5px;
  top: 3px;
}
.main-menu .av-mobilemenu-btn {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.main-menu .av-mobilemenu-btn::before {
  content: url("/themes/theme_ecolife_child_arrobavet/assets/images/menu-icon-black.svg");
  position: relative;
  top: 4px;
}
.main-menu .dropdown-menu {
  width: 100vw;
  height: 100vh;
  padding: 20px;
  left: -15px;
}
@media (min-width: 992px) {
  .main-menu .dropdown-menu {
    width: 80vw;
    height: auto;
    left: 0;
  }
}
.main-menu .dropdown-menu h3 {
  font-weight: 500;
  font-size: 16px;
}
.main-menu .dropdown-menu ul li a {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
