.show {
    display: block;
}
.hide {
    display: none;
}
.header-area .header-navbar nav .navbar-collapse ul .nav-item .nav-link .badge {
    position: absolute;
    top: 4px;
    left: 0px;
    padding: 3px 3px 2px 3px;
    font-family: "Montserrat-Regular", sans-serif;
    background-color: #dc3545;
    color: #fff;
    line-height: 10px;
  }
  
  .header-area .header-navbar nav .navbar-collapse ul .nav-item .nav-link .badge::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 10px solid #dc3545;
    transform: rotate(-28deg);
  }
  
  .header-area .header-mini .dropdown .dropdown-menu {
    width: 200px;
  }
  
  .header-area .alert {
    background-color: #fff;
    position: relative;
    z-index: 8;
    min-height: 50px;
    padding: 13px 35px 12px;
    margin-bottom: 0;
    border: none;
  }
  
  .header-area .alert .pro-description {
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .header-area .alert .pro-description .pro-info {
    font-size: 20px;
    color: #212529;
    line-height: 25px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 30px;
  }
  
  .header-area .alert .pro-description .pro-info strong {
    font-family: "Montserrat-Bold", sans-serif;
  }
  
  .header-area .alert .pro-description .pro-info .pro-link-dropdown.js-toppanel-link-dropdown {
    display: inline-block;
    z-index: 8;
  }
  
  .header-area .alert .pro-description .pro-info .pro-link-dropdown.js-toppanel-link-dropdown .pro-dropdown-toggle {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    font-family: "Montserrat-Bold", sans-serif;
    color: #212529;
    text-decoration: underline;
    padding: 0;
    outline: 0;
    cursor: help;
  }
  
  .header-area .alert .pro-description .close {
    font-size: 40px;
    color: #212529;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
    right: -5px;
    text-shadow: none;
  }
  
  .header-area .dropdown-item:hover {
    color: #90DEF8;
  }
  @media only screen and (max-width: 767px) {
    .header-area .alert {
      padding: 13px 5px 12px;
    }
  
    .header-area .alert .pro-description .pro-info {
      padding: 0 5px;
      display: block;
    }  
}

a.dropdown-item.active.selected{
    background-color: #141A22 !important;
}
a.dropdown-item:hover{
    background-color: #141A22 !important;
}
a.dropdown-item:active{
    background-color: #141A22 !important;
}
a.dropdown-item.active.selected span{
    color: #E8E5DE !important;
}
a.dropdown-item:hover span{
    color: #E8E5DE !important;
}
a.dropdown-item:active span{
    color: #E8E5DE !important;
}
.banner-img{
    max-width: 100%;
    /*height: 310px !important; */
    object-fit: cover !important;
}

  @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
  .seven-cols .col-md-1 .h6,
  .seven-cols .col-sm-1 .h6,
  .seven-cols .col-lg-1 .h6 {
      font-size:0.6rem;
  }
}

@media (min-width: 770px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
     max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }
  .seven-cols .col-md-1 .h6,
  .seven-cols .col-sm-1 .h6,
  .seven-cols .col-lg-1 .h6 {
      font-size:0.6rem;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
  .seven-cols .col-md-1 .h6,
  .seven-cols .col-sm-1 .h6,
  .seven-cols .col-lg-1 .h6 {
      font-size:0.8rem;
  }
}

.home-seller-btn {
    background-color: white;
    color: black;
    border: 2px solid #363636 !important;
    border-radius: 5px;
    padding: 10x 20px;
    transition-duration: 0.4s;
}

.home-seller-btn:hover {
  background-color: #363636 !important;
  color: white !important;
}

.btn-compare-nav {
    background-color: white;
    color: black;
    border: 2px solid #FF8800 !important;
    border-radius: 5px;
    padding: 5px 12px;
    transition-duration: 0.4s;
}

.btn-compare-nav:hover {
  background-color: #FF8800 !important;
  color: white !important;
}

.btn-compare-nav:hover .compare-badge {
    background-color: white !important;
  color: #FF8800 !important;
}

.btn-compare-nav {
    background-color: white;
    color: black;
    border: 2px solid #FF8800 !important;
    border-radius: 5px;
    padding: 5px 12px;
    transition-duration: 0.4s;
}

.btn-compare-nav:hover {
  background-color: #FF8800 !important;
  color: white !important;
}

.btn-compare-nav:hover .compare-badge {
    background-color: white !important;
  color: #FF8800 !important;
}


.btn-cart-nav {
    background-color: white;
    color: black;
    border: 2px solid #FF8800 !important;
    border-radius: 5px;
    padding: 5px 18px;
    transition-duration: 0.4s;
}

.btn-cart-nav:hover {
  background-color: #FF8800 !important;
  color: white !important;
}

.btn-cart-nav:hover .compare-badge {
    background-color: white !important;
  color: #FF8800 !important;
}

.footer-block-btn {
    transition-duration: 0.4s;
}

.footer-block-btn:hover {
    background-color: #363636 !important;
    color: white !important;
}
.footer-block-btn:hover .la-file-text {
    color: white !important;
}
.footer-block-btn:hover .la-support {
    color: white !important;
}
.footer-block-btn:hover .la-shopping-cart {
    color: white !important;
}
.footer-block-btn:hover .la-exclamation-circle {
    color: white !important;
}
.footer-block-btn:hover .la-user {
    color: white !important;
}
.footer-block-btn:hover .la-mail-reply {
    color: white !important;
}
.footer-block-btn:hover .la-refresh {
    color: white !important;
}

.mobile-navbar {
  display: none;
}

@media only screen and (max-width: 990px) {
  .mobile-navbar {
    display: block;
    overflow: hidden;
    background-color: black;
    height: 40px;
  }
  .mobile-navbar a {
      color: white;
      /*margin: auto 3px;*/
      padding: 10px;
  }
}