.input-group label[for^="fileupload"]{
  height: 50px;
  border-radius: 0 4px 4px 0 !important;
}
.input-group label[for^="fileupload"] .buttonText{
  color: white;
}

.form-control[readonly] {
  background-color: #f0f0f0!important;
  pointer-events: none;
}
.forgot-password a:not(:hover) {
  color: #71aa38 !important;
}

form .form-control {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 50px;
  padding: 0 20px;
  transition: border 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none;
}

form .form-control:focus {
  border-color: #71aa38;
}

form select.form-control {
  max-width: 100%;
}

form .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  background: #71aa38;
  padding: 16px 25px;
  border-radius: 60px;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link:before {
  transform: scaleX(0);
  transform-origin: left center;
  transition-delay: 0ms;
}
.link:before,
.link:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  transform-origin: right center;
  transition: transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
}
html:not(.touch) .link:hover:before {
  transform: scaleX(1);
  transition-delay: 250ms;
}
html:not(.touch) .link:hover:after {
  transform: scaleX(0);
  transition-delay: 0ms;
}

#authentication .page-title {
  background: transparent;
  margin: 0;
  padding: 0;
}
.dashbordheader {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center center;
  position: relative;
  color: #ffffff;
  mix-blend-mode: luminosity;
  min-height: 250px;
}

.dashbordheadercont {
  position: relative;
  background: #2c3643;
}
.dashbordheadercont .dashbordheadertxt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  color: #fff;
}
.dashbordheadercont:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #2c3643;
  z-index: 2;
  opacity: 0.7;
}

.dashbordheadertxt .hello {
  font-size: 48px;
  font-family: var(--font-family-title);
  line-height: 42px;
}
.dashbordheadertxt {
}
.dashbordheadertxt .texthello {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.dashbordheadertxt .container {
  position: relative;
  z-index: 5;
}
#order-slip #header,
#order-return #header,
#order-follow #header,
#order-detail #header,
#module-audevardmyhorses-lists #header,
.page-view-wishlist #header,
.page-customer-account #header,
.page-my-account #header {
  margin-bottom: 0;
}
.msgvetoficheprod{
  text-align: center;
  margin: 30px 0px;
  color: #7b7a7a;
}
.msgvetoficheprod .medicintitle{
  font-size: 30px;
  margin: 0 0 10px;
}

/* ICON ADP*/
.Product__verified {
  display: inline-flex;
  max-width: 20px;
  margin-left: 5px;
}
.Product__verified > a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.Product__verified > a .tooltip {
  position: absolute;
  font-family: sofia-pro, sans-serif;
  top: 0;
  font-size: 14px;
  background: #0082a2;
  color: #fff;
  padding: 5px 8px 6px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  white-space: nowrap;
  left: -65px;
}
@media screen and (max-width: 768px){
  .Product__verified > a .tooltip{
    display: none;
  }
}
.Product__verified > a .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #0082a2;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translate(-50%) rotate(45deg);
  -moz-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  -o-transform: translate(-50%) rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.Product__verified > a:hover .tooltip {
  top: -35px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.Product__verified img {
  display: block;
  max-width: 20px;
  position: absolute;
  top: 2px;
}
#addresses #header{
  margin-bottom: 0;
}
.my-account-in .Page__header{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.my-account-in .Page__header .container{
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
.my-account-in .Page__header .container .logo{
  display: block;
  margin: 0 auto 40px;
  max-width: 160px;
  width: 25%;
}
.my-account-in .Page__header .visual__container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.my-account-in .Page__header .visual__container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  opacity: 0.7;
}
.my-account-in .Page__header .visual__container .visual {
  height: 100%;
  background-position: center center;

}
@media (max-width: 500px) {
  .my-account-in .Page__header .visual__container .visual {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.my-account-in h1.veto{
  color: inherit;
  font-size: 6.8rem;
  line-height: 1.2;
  margin: 0 0 30px;
}
.my-account-in p.veto{
  font-family: SofiaPro, Helvetica, Arial, "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.8;
  margin: 0;
}

.my-account{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.my-account:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: grey;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.my-account[aria-expanded=false]:after {
  content: "\f107" ;
}
.my-account[aria-expanded=true]:after {
  content: "\f106";
}

.my-account[aria-expanded=false] .my-account-text:not(.current){
  display: none;
}
.my-account[aria-expanded=true] .link-item{
  display: none;
}


@media (min-width: 769px) {
  .my-account {
      display: none;
  }
  #myAccount{
    display: block!important;
  }
}
@media (max-width: 500px) {
  .my-account-in .Page__header ,
  #my-account .Page__header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .my-account-in h1.veto,
  #my-account h1.veto{
    font-size: 3.6rem;
    margin: 0 0 20px;
  }
  .my-account-in p.veto,
  #my-account p.veto{
    font-size: 13px;
    line-height: 18px;
  }
  .my-account-in .fields-veto ,
  #my-account .fields-veto {
    grid-template-columns: repeat(1, 1fr);
  }
  .my-account-in .text-veto,
  #my-account .text-veto{
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0;
  }
}

.custom-checkbox input:checked + span {
  background: #7da94a !important;
}
.custom-checkbox input + span {
  width: 14px !important;
  height: 14px !important;
}
.custom-checkbox input + span .checkbox-checked {
  font-size: 10px !important;
}

/***************
 == Helper
****************/
/* Default styling for the element */
.custom-element {
  display: block;
}

/* Hide on small screens (phones) */
@media (max-width: 767px) {
  .custom-element {
    display: none;
  }
}

/* Show only on small screens (phones) */
@media (max-width: 767px) {
  .custom-element-visible-xs {
    display: block;
  }
}

/* Hide on medium screens (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-element-visible-xs {
    display: none;
  }
}

/* Show only on medium screens (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-element-visible-sm {
    display: block;
  }
}

/* Hide on large screens (desktops) */
@media (min-width: 992px) {
  .custom-element-visible-sm,
  .custom-element-visible-xs {
    display: none;
  }
}

/* Show only on large screens (desktops) */
@media (min-width: 992px) {
  .custom-element-visible-md {
    display: block;
  }
}

label.required[for="field-city"]:after,
label.required[for="field-postcode"]:after{
  content: none;
}