.offcanvas.cart-offcanvas { font-family: "Montserrat",sans-serif; }

.onhover-dropdown .onhover-show-div { top: 36px; }

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a { color: #fff000; }

.collection-product-wrapper .product-top-filter .product-filter-content .form-select { width: 190px; }

@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .product-filter-content .form-select {
    width: 48%;
    font-size: smaller;
  }
}


@media (max-width: 577px) {
  .top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist {
    bottom: 4px;
    right: 42%;
  }
}

@media (max-width: 577px) {
  .top-header .header-dropdown .mobile-account i, .top-header .header-dropdown .mobile-wishlist i {
    font-size: 30px;
  }
}

@media (max-width: 577px) {
  .main-menu .menu-right .icon-nav .mobile-cart {
    right: 56%;
  }
}

@media (max-width: 577px) {
  .main-menu .menu-right .icon-nav .mobile-cart i {
    font-size: 30px;
  }
}

@media (max-width: 577px) {
  .main-menu .menu-right .icon-nav .mobile-setting, .main-menu .menu-right .icon-nav .mobile-cart, .main-menu .menu-right .icon-nav .mobile-search {
    bottom: 0px;
  }
}