.alert {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10px !important;
    right: 0px;
    text-align: center;
    min-width: 20%;
    margin-right: 1.5%;
    z-index: 99999;
    min-height:45px;
    transform: translateX(0px);
    border-radius: 5px;
  }  
  .signup-alert{
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10px !important;
    right: 0px;
    text-align: center;
    min-width: 40%;
    margin-right: 5%;
    z-index: 99999;
    min-height:55px;
    transform: translateX(0px);
    border-radius: 5px;
    padding:5px;
   

  }
  .alert-warning {
    background: #ffe0db !important;
    padding: 0;
    margin-top: 0;
    color: #ff0000 !important;
  }
  
  .alert-success {
    background: #e8fadf;
    color: #71dd37;
  }
  .empty-cart {
    width: 70vw !important;
    background: none !important;
  }
  .empty-data {
    text-align: center;
    color: #ffe0db;
    margin-top: 50px;
  }
  .clearfix {
    margin-bottom: 200px;
    color: #000000;
  }
  .close-custom{
    background:none;
    border:none;
    font-weight: 500;
    font-size: 30px;
    font-size: 15px !important;
  }
  .close-custom-success {
    color: #71dd37 !important;
  }
  .close-custom-danger {
    color: #ff3e1d !important;
  }

  .float {
    position: fixed;
    width: 120px;
    height: 40px;
    bottom: 5vh;
    left: 5vw;
    background-color: #01b2da;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    font-size: 16px;
    font-weight: bold;
  }
  .float:hover {
    text-decoration: none;
    color: #fff;
  }
  .my-float {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .custom-image {
    max-height: 260px !important;
  }
  .custom-image-one {
    max-height: 360px !important;
  }
  
  @media (max-width: 500px) {
    .custom-image {
      max-height: 300px !important;
      min-height: 300px;
    }
  
    .custom-image-one {
      max-height: 180px !important;
      min-height: 180px;
    }
    .intro-title{
        font-size: 25px !important;
      }
      .intro-subtitle{
        color:#3399ff !important;
        font-size:20px !important;
        line-height:30px;
        padding-right: 10px;
      }
  }
  
  @media only screen and (min-width: 500px) and (max-width: 1000px) {
    .custom-image {
      max-height: 160px !important;
    }
  
    .custom-image-one {
      max-height: 250px !important;
    }
    .header-right{
        margin-top:10px !important;
        margin-bottom:10px !important;
    }
  }
  @media only screen and (min-width: 500px) {
    .header-right{
        margin-top:10px !important;
        margin-bottom:10px !important;
    }
  }
  .section-header {
    margin-top: 8vh !important;
  }
  .main-content {
    margin-top: 8vh !important;
    margin-bottom: 50px !important;
  }
  .bread-crumb {
    margin-top: 0px !important;
  }
  
  .info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .dashboard-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  /** Progress Bar Starts Here**/
  
  .progress {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: none;
    height: 20px;
    margin-top: 10px;
  }
  .progress.progress-xs {
    height: 5px;
    margin-top: 5px;
  }
  .progress.progress-sm {
    height: 10px;
    margin-top: 5px;
  }
  .progress.progress-lg {
    height: 25px;
  }
  .progress.vertical {
    position: relative;
    width: 20px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
  }
  .progress.vertical > .progress-bar {
    width: 100% !important;
    position: absolute;
    bottom: 0;
  }
  .progress.vertical.progress-xs {
    width: 5px;
    margin-top: 5px;
  }
  .progress.vertical.progress-sm {
    width: 10px;
    margin-top: 5px;
  }
  .progress.vertical.progress-lg {
    width: 30px;
  }
  .progress-bar {
    background-color: #2196f3;
    box-shadow: none;
  }
  .progress-bar.text-left {
    text-align: left;
  }
  .progress-bar.text-left span {
    margin-left: 10px;
  }
  .progress-bar.text-right {
    text-align: right;
  }
  .progress-bar.text-right span {
    margin-right: 10px;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: -o-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 40px 40px;
  }
  .progress-bar-success {
    background-color: #01b2da;
  }
  .empty-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 5vh !important;
  }
  .empty-wrapper p {
    font-size: 18px;
    color: #01b2da;
  }
  .empty {
    width: 100px !important;
  }
  .home-empty {
    font-size: 16px !important;
  }
  .view-more-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    width: 100%;
  }
  .view-more {
    background: #01b2da !important;
  }
  /**Progress bar stops here **/
  
  .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px !important; /* fallback */
    max-height: 25px !important; /* fallback */
    -webkit-line-clamp: 1 !important; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  
  .hm-searchbox {
    background: none;
    padding-left: 7%;
    width: 86%;
    padding-bottom: 20px;
  }
  .search-result {
    width: 100%;
    color: black !important;
  }

  .home-row{
    width:95%;
    display: flex;
    justify-content: space-between;
    height:40px;
    margin-left: 5%;
    margin-bottom: 10px;
  }

  .brand img{
    width:100px !important;
  }
  .intro-title{
    font-size: 32px;
  }
  .intro-subtitle{
    color:#3399ff !important;
    font-size:25px;
    line-height:30px;
  }
  .label-sale{
    background-color: #3399ff !important;
  }
  .new-price{
    color:#3399ff;
  }
  .breadcrumb{
    margin-bottom: 10px !important;
  }
  .instock{
    padding-left: 20px;
    color:#01b2da;
  }
  .outstock{
    padding-left: 20px;
    color:#ff0000;
  }