/* DXP my account button */

#dxp-myaccount-mini-container{
  display:flex;
  width:80%;
  justify-content:flex-end;
}
@media (max-width:1325px) {
  #dxp-myaccount-mini-container{
    width: 70%;
  }
}
@media (max-width:1024px) {
  #dxp-myaccount-mini-container{
    width: 60%;
  }
}
@media (max-width:768px) {
  #dxp-myaccount-mini-container{
    width: 40%;
  }
}
@media (max-width:440px) {
  #dxp-myaccount-mini-container{
    width: 20%;
  }
}
@media (max-width:340px) {
  #dxp-myaccount-mini-container{
    width: 0;
  }
  .navbar-brand{
    margin-right: 0;
  }
}

a{
    color:black;
    text-decoration: none;
}

/* Nav styles */
.sidenav {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
  
   
  }

.dropdown-menu li a:active{
  color: #1e2125;
  background-color: #e9ecef;
}

.bg-main{
    background-color: #5FB7CF;
}
  
  .sidenav a{
    padding: 20px 20px 20px 35px;
    text-decoration: none;
    /* font-size: 30px; */
    color: #f1f1f1;
    display: block;
    font-weight: 700;
    font-family: Montserrat-Bold;
    white-space: pre-line;
    line-height: 2rem;
  
  }
  
.ora-dropdown-menu .dropdown-menu{
      height:100vh;
      border:none;
      background: #84C6D8;
      inset: 0px!important;
      border-radius: 0px;
      
}
  
.navbar{
   position: absolute; 
    top: 0; 
    color: #f1f1f1; 
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1;
    background: #5FB7CF;
  }
  
  
  /* end of navbar styles */
  
  #dropdownLang a:hover{
      background:none;
  }
  
  #closeMenu{
      border:none;
  }
  
  
  /* Mobile only styling */
  @media only screen and (max-width: 768px) {
  /*Responsive size/position of Ora logo,hamburger at home only*/
  .navbar img{
    max-width: 60%;
  }

  .homeMargin--responsive{
    margin: .75rem 1.25rem !important;
  } 

  .burgerPosition-responsive img{
    width:100px;
  }

  .adjustHamburger{
    margin-right:-15px;
  }
  /*END - Responsive size/position of Ora logo,hamburger at home only*/

  .sidenav .bg-main img{
    max-width: 50%;
  }
  .sidenav{
   position: relative;
  }
  .sidenav .ora-main-menu{
      font-size: 16px;
      font-weight: 700;
      border-bottom: 1px solid #fff;
  }
  

  .ora-dropdown-menu .dropdown-menu{
      /* background: #aee4ed!important; */
      padding: 0!important;
      
  }

  .ora-dropdown-menu .dropdown-menu .dropdown-item{
    font-size: 16px!important;
  }
  
  .ora-dropdown-menu .dropdown-menu li.d-md-none{
      background: #5fb7cf!important;
  }
  
  .ora-dropdown-menu .dropdown-menu li:not(.d-md-none) a{
      border-bottom: 1px solid #fff;
      background: #84C6D8!important;
  }
  .ora-dropdown-menu .dropdown-menu li:not(.d-md-none){
    background: #84C6D8!important;
}


  
  /* Caret arrow animation */
  .dropdown-menu.show {
  transform: translate3d(0px, 0px, 0px)!important;
  }
  

  
  }

  @media (max-width:576px) {
    #header-logo{
      /* display: none; */
    }

    
}
  /* End of mobile only styling */

  
  
.ora-dropdown-menu .dropdown-toggle::after{
    
    border: 1px solid #fff;
    border-width: 0 0 3px 3px;
    height: 10px;
    width: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(225deg);
    content: '';
    display: inline-block;
    margin-right: 2rem;
    margin-top: 0.5rem;
    transition: 0.5s;
    position: absolute;
    right: 0;
}
  
  
  
  
  @media only screen and (min-width: 768px) {
  
  /* removes margin of the submenu */
  .ora-dropdown-menu .dropdown-menu.show {
      margin-left: -12px!important;
      /* padding: 130px 20px 30px 0px; */
      padding: 7rem 2rem;
  }
  
  
  }
  
  
  /* Language dropdown styling */
  #dropdownLang .dropdown-menu{
      background: transparent!important;
      border:none!important;
      border-radius: 0!important;
  }
  #dropdownLang a{
      font-weight: 700;
  }
  
  #dropdownLang .dropdown-toggle::after {
      margin-left: 0.6em!important;
  }
  /* end of Language dropdown styling  */
  
  .ora-dropdown-menu .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition:         opacity 0.3s  ease;
    -moz-transition:    opacity 0.3s   ease;
    -webkit-transition: opacity 0.3s   ease;
    -o-transition:      opacity 0.3s   ease;
    -ms-transition:     opacity 0.3s   ease;
  }
  .ora-dropdown-menu  .dropdown-menu.show {
    visibility: visible!important;
    opacity: 1!important;
  }