 .header-middle{

        padding-bottom: 0px !important;
        padding-top: 10px !important;

    }
    .search-content{
         max-width:500px;
         margin:0 auto;
    }

    .tt-dataset-best-pictures {
      max-height: 350px;
      min-width: 400px;
      overflow-y: auto;
      overflow-x: hidden;
    }


#user_pswd-error, #user_email-error, #user_new_pswd-error, #user_new_email-error, #user_rep_pswd-error,#disp-errmsg, #email_1-error , #password_1-error, .error, #user_rep_pswd_1-error{
    color: red !important;
    font-size: 14px;
}

.contact-form p input[type="text"], .contact-form p input[type="email"], .contact-form p input[type="password"], .contact-form p textarea{
    width: 100%;
    border-color: #000;
    background-color: #fff;
}

.header-currency .sub-menu{
    left:auto;
    right:0;
}

 .inner-page-contact-3 .envy-heading{
    background: #e0e1e6;
    padding: 10px;
    opacity: 0.8;
}

.inner-page-contact-3 .error{
      display: inline;
    background-color: #e5e6eb;
}

.searchloader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #000;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  span.fa{
    vertical-align: inherit;
  }

  .product-item.style-1 .product-thumb{
    border-bottom: 0px;
  }

  .extra-mobile .envy-menu-next-panel, .extra-mobile .envy-menu-next-panel:hover{
    color:#fff;
  }

  .product-item.style-1 .product-button .button::after{
    content:none;
  }

  @media (max-width: 1199px){
    .home-grid-1 #section-1 {
      padding-top: 0px;
    }
  }

.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom: 50px;
  right: 25px;
  background-color:#fff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  border: 2px solid #ddd;
 /* box-shadow: 2px 2px 3px #999; */
  z-index:99999;
}

.my-float{
  margin-top:15px;
  font-size:20px;
  color: #000;
}

.my-float:hover, #search-click:hover, .float:hover{
  color:#fff;
  background-color: #9ae869;
}


       /*!
 * Bootoast CSS
 * @author odahcam
 * @version 1.0.0
 **/

.bootoast {
    opacity: 0;
    border: 2px solid;
    border-radius: 0px;
    filter: alpha(opacity=0)
}

.bootoast>.glyphicon {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin-right: 14px;
}

.bootoast>.bootoast-alert-container {
    display: block;
    max-width: 100%;
    overflow: auto;
}

.bootoast>.bootoast-alert-container>.bootoast-alert-content {
    display: table;
    width: 100%;
    height: 100%
}

.bootoast-container {
    position: fixed;
    left: 20px;
    right: 20px;
    top: initial;
    bottom: initial;
    width: 390px;
    max-width: 95%;
    z-index: 2060
}

.bootoast-container.top {
    top: 20px
}

.bootoast-container.bottom {
    bottom: 20px
}

.bootoast-container.right {
    left: initial
}

.bootoast-container.left {
    right: initial
}

.bootoast-container.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%)
}

.homepage_profile_pic {
  width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.header-sticky{
  opacity: 0.8;
}

/* ================================
   AARRREAS MOBILE HEADER CLEAN FIX
================================ */

@media (max-width: 768px) {

  /* Mobile header bar */
  .header-mobile-nav {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    z-index: 9999;
  }

  /* Align logo + menu icon */
  .mobile-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Logo size control */
  .mobile-inner .logo img {
    width: 110px;
    height: auto;
  }

  /* Menu toggle icon spacing */
  .header-mobile-menu {
    padding-right: 5px;
  }

  /* Hamburger icon styling */
  .menu-toggle .icon span {
    background: #000;
    height: 2px;
    width: 22px;
    display: block;
    margin: 5px 0;
  }

  /* MOBILE QUICK MENU BAR */
  .mobile-quick-menu {
    display: flex;
    justify-content: space-around;
    background: #000;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    letter-spacing: 0.3px;
  }

  .mobile-quick-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-quick-menu a:hover {
    color: #9ae869;
  }

  /* Prevent desktop header overlap */
  .header-middle {
    padding-top: 0 !important;
  }

}
