/* Default Css */
.top-categories{
    transform: translateY(0);
    border-radius: 110px 110px 20px 20px;
    -moz-border-radius: 110px 110px 20px 20px;
    -webkit-border-radius: 110px 110px 20px 20px;
    text-align: center;
  }
  .top-categories figure{
    background-color: white;
    border-radius: 50%;
  }
@media only screen and (min-width: 1460px) {
  /* Main Navbar */
  .main-menu>nav>ul>li>a{
    font-size: 17px;
  }

  /* cart css */
  .cart-dropdown-wrap ul {
      max-height: 550px;
      overflow-y: auto;
  }
  .header-action-2 .header-action-icon-2 span.lable{
    font-size: 18px
  }

  /* all categories search */
  .form-group--icon .product-cat-label{
    font-size: 16px;
  }
  .search-style-2 form input{
    font-size: 16px;
  }

  /* top categories */
  .top-categories{
    padding: 15px 20px;
  }
  .top-categories figure{
    padding: 15px;
  }
  .top-categories .heading-card{
    font-weight: bold;
  }

  /* Left Menu */
  .categories-dropdown-wrap.style-2 ul li a {
    font-size: 17px;
  }
  .heading-sm-1 {
      font-size: 16px;
  }
  .categories-dropdown-wrap.style-2{
    padding: 18px;
  }
  .categories-dropdown-wrap.style-2 ul li img{
    max-height: 35px;
  }
  .categories-dropdown-wrap ul li a img {
    max-width: 35px;
  }

  /* main slider */
  .hero-slider-1 .single-hero-slider{
    height: 542px !important;
  }
  .banner-img.banner-2 .banner-text{
    right: auto;
  }

  /* product card */
  .text-muted {
      display: none;
  }
  
}

@media only screen and (max-width: 1420px) {
  .main-categories-wrap {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  /* top categories section */
  .top-categories{
    padding: 5px 5px;
  }
}

@media only screen and (max-width: 990px) {
  /* mobile navbar */
  .header-style-1 .header-bottom-bg-color{
    background-color: var(--color-brand) !important;
  }
  .burger-icon.burger-icon-white>span:after, .burger-icon.burger-icon-white>span:before {
    background-color: white;
  }
  .logo.logo-width-1 {
    left: 40%;
    margin-right: 0;
    position: absolute;
    transform: translateX(-50%);
  }
  .logo.logo-width-1 a img {
    filter: brightness(0) invert(1);
  }
  .mt-30{
    margin-top: 0px !important;
  }
  .hero-slider-1 .single-hero-slider {
    height: 230px !important;
  }
  .product-cart-wrap .product-img-action-wrap {
    margin-bottom: 5px !important;
  }
  .section-padding {
    padding: 15px 0;
  }
  .dot-style-1.dot-style-1-position-2 ul{
    bottom: 0px;
    right: 3%;
    left: auto
  }
  /* login page */
  .auth-card .auth-card__banner {
    display: none;
  }
  .flex-column {
    flex-direction: row !important;
  }
  /* product item page */
  .product-rate-cover{
    display: none;
  }
  .product-category{
    display: none;
  }
  /* top categories section */
  .top-categories{
    padding: 20px 25px;
  }
  /* slider section */
  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 40px;
    margin-bottom: 15px !important;
  }
  .hero-slider-1 .single-hero-slider .slider-content p {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* Hero Slider */
  .hero-slider-1 .single-hero-slider .display-2{
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }
  .hero-slider-1 .single-hero-slider .slider-content p {
    font-size: 14px;
    margin-bottom: 30px !important;
  }
  .dot-style-1.dot-style-1-position-2 ul{
    bottom: 0px;
    right: 3%;
    left: auto
  }
  .section-title h3 {
    font-size: 24px !important;
  }
  /* top categories section */
  .top-categories{
    padding: 15px 20px;
  }
  /* Deals of the day */
  .product-cart-wrap.style-2 .product-content-wrap h2{
    min-height: 0px;
  }
}
@media only screen and (max-width: 430px) {
  /* top categories section */
  .top-categories{
    padding: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .burger-icon.burger-icon-white>span:after, .burger-icon.burger-icon-white>span:before {
    background-color: white;
  }
  /* top categories section */
  .top-categories{
    padding: 13px 10px;
  }
  /* Deals of the day */
  .product-cart-wrap.style-2 .product-content-wrap h2{
    min-height: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .top-categories{
    padding: 12px 9px;
  }
}