/* Excellente view override styl V1 */
  html { 
    scroll-behavior: smooth; 
  }

   BODY * , DIV  {
    font-family: 'Inter', 'Montserrat', 'Open Sans', sans-serif;
    font-weight: 300;
    /*color: rgb(116, 2, 223);*/
   }

   H1, H2, H3 {
    font-weight: bold;
    font-style: italic;
   }

   #logo {
    width: 120px;
    height: 120px;
    background-image: url(repo/imgs/excellente-logo.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0;
    position: absolute;
    top: 0;
    z-index: 50;
    border-radius: 3px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    cursor: pointer;
   }

   NAV.navbar.fixed-top {
    min-height: 75px !important;
   }

   A.nav-language {
    font-weight: 500; 
    color: rgba(255, 255, 255, 0.75) !important;
   }

   A.nav-language:hover {
    color: rgba(255, 255, 255, 0.90) !important;
   }

   .developer {
    border: 1px dotted red !important; 
   }

  #product-description P {
    font-size: 20px;
  }

  #product-description-img IMG {
    max-width: 80%; 
    border-radius: 5px; 
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  }
   .customer-reviews H3 {
    font-weight: 500;
   }

   .customer-reviews DIV {
    font-size: 20px !important;
   }

   #aspect-ratio {
    margin-top: 50px;
    aspect-ratio: 2000/650;
    /* background: url(repo/imgs/jumbo-placeholder-edit-3.png); */
    background: url(repo/imgs/excellente-main-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    /* width: 100%; */
   }

   #main-claim {
    color: whitesmoke;
   }

   IMG.img-round {
    border-radius: 50%;
    max-width: 80%;
   }

   #carousel-autoplay {
    min-height: 600px;
   }

   /* DIV.carousel-item {
    max-height: 300px;
   }

   DIV.carousel-item > IMG {
    width: auto;
    max-height: 100%;
    object-fit: cover;

   } */

   DIV.product-usage OL {
    font-size: 18px;
    line-height: 1.9em;
   }

   DIV.product-usage OL > LI {
    font-weight: 400;
   }

   #contact {
     padding-top: 3em !important;
   }

   #order FORM *{
    font-weight: 600;
   }


   #order FORM INPUT {
    min-width: 350px;
   }

   #order FORM SELECT {
    width: 350px;
   }

   #order FORM INPUT.submit-button {
    min-width: 100px !important;
   }

   #order A {
    color: white;
    text-decoration: none;
 
   }

   #order A:hover {
    text-decoration: underline;
   }

   #order LABEL > SPAN {
    color: rgb(196, 39, 117);

   }

   FOOTER * {
    color: aliceblue !important;
   }

   FOOTER P {
    line-height: 1.7em;
   }

   FOOTER A, FOOTER A:visited {
    text-decoration: none;
    transition: 0.3s;
   }

   FOOTER H3 > A {
    font-weight: bold;
    font-style: italic;
   }

   FOOTER A:hover {
    color: rgb(39, 154, 199) !important;
   }

   #page-jumper:hover {
    cursor: pointer;
   }

   /*xs*/
@media (max-width: 767px) {
  #aspect-ratio {

    min-height: 50vh;
    
  }

  NAV button.navbar-toggler {
    border: 0px;
  }

  #main-claim {
    margin-bottom: 20px !important;
    margin-left: 20px;
  }

  #main-claim P {
    font-size: 22px !important;
  }

  #product-description-img {
    text-align: center;
  }
  
   }

  /* XSS */
   @media only screen and (max-width: 600px) and (orientation: portrait) {
    #aspect-ratio {
      margin-top: 0;
      min-height: 65vh;
      background-image: url(repo/imgs/excellente-main-banner-sm.jpg);
    }

    #product-description {
      word-break: normal;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }

    #product-description-img IMG {
      max-width: 100%;
      margin-bottom: 20px;
    }

    #product-description P {
      font-size: 18px;
    }

    #order FORM INPUT {
      min-width: 300px;
    }
    
    #order FORM SELECT {
      width: 300px;
    }

    #logo {
    width: 90px;
    height: 90px;
    margin-left: 10px;
   }

   #carousel-autoplay {
    min-height: 320px;
   }

   FOOTER {
    padding-left: 10px;
   }

   FOOTER DIV.row > DIV:first-of-type {
    margin-bottom: 40px;
   }
  }