.navbar-main {
  border-color: #eee;
  box-shadow: none;
  border-width: 0;
  min-height: auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #005eb8;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem; }
  .navbar-main .nav-links {
    color: #fff; }
  .navbar-main .xs-icon {
    color: #ffffff;
    font-size: 1.5rem;
    margin-left: 0.5rem; }
    .navbar-main .xs-icon:hover {
      color: #cccccc; }
  .navbar-main .icons {
    display: flex;
    align-items: center; }
  .navbar-main .account {
    display: flex; }
    .navbar-main .account span {
      margin: 0.3rem; }
  .navbar-main .badges {
    font-size: 0.65rem;
    margin-left: -1.2rem;
    position: relative;
    top: -0.7rem; }
  .navbar-main .navbar-inner {
    padding: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 767.98px) {
  .brand-logo {
    max-width: 98px;
    margin: 0.2rem 0 0 0.5rem; }
  .icons {
    float: right;
    margin-top: 0.2rem; }
  .navbar-inner {
    padding: 0 !important; }
  .brand-xs {
    display: flex; }
  .hamburger-icon {
    margin-top: 0.3rem;
    font-size: 1.5rem;
    color: #fff; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-inner {
    width: 740px; } }

@media (min-width: 768px) {
  .brand-logo {
    max-width: 135px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .navbar-inner {
    width: 960px; } }

@media (min-width: 1260px) {
  .brand-logo {
    margin-left: 1rem; }
  .navbar-inner {
    width: 1220px; } }

.navigation-history {
  padding: 1rem 0; }
  .navigation-history h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600; }
  .navigation-history .nav-tab {
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
    display: inline-flex;
    overflow: hidden; }
  .navigation-history .history-img-tab {
    margin-right: 1rem;
    position: relative; }
  .navigation-history .history-img {
    position: absolute;
    left: 10px;
    top: 10px; }
  .navigation-history .history-img-link {
    width: 76px;
    height: 76px;
    padding: 10px;
    display: block;
    margin: 0;
    background: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff; }
    .navigation-history .history-img-link:hover {
      border: 2px solid #808080; }

.footer-services {
  padding: 1rem;
  background-color: #ffffff;
  margin-top: 1rem; }

.footer-services-tab {
  margin: 0 0 -1px;
  border: 1px solid #e7e7e7;
  padding: 0.5rem;
  align-items: center;
  position: relative; }

.collapsed-body {
  background-color: #e9ebee; }

.collapsed-body a {
  color: #888;
  text-decoration: none; }

.footer-icons {
  background-color: #ffffff;
  padding: 1rem;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-align: center; }

.footer-copy {
  background-color: #ffffff;
  text-align: center;
  padding: 1rem; }

.copy-text {
  font-size: 10px;
  color: #888; }

body {
  background-color: #e9ebee; }

.bottom-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row-no-margin {
  margin: 0 !important; }

.btn-heart-red {
  color: #ef2809 !important; }

.btn-heart:active,
.btn-heart:focus {
  outline: none !important;
  box-shadow: none; }

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.main-row {
  margin-top: 5rem; }
  .main-row .title-sm {
    color: #888;
    margin-top: 0.8rem; }

.main-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#sidebar-category {
  font-size: 14px;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #e1f3fd;
  padding: 1rem;
  font-weight: bold; }
  #sidebar-category .sidebar-body {
    display: grid; }
    #sidebar-category .sidebar-body .sidebar-link {
      padding: 0.5rem;
      border-bottom: 1px solid #9fd0ff;
      color: #005eb8; }
    #sidebar-category .sidebar-body .show {
      display: grid; }

.custom-control-label::before {
  border: 1px solid #005596;
  background-color: #fff; }

#filter-sidebar .filter-head-title {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000; }

#filter-sidebar .filter-option-collapse {
  text-decoration: none !important; }

#filter-sidebar .filter-option {
  line-height: 0.2rem;
  padding: 1rem 1rem 0.5rem 1rem;
  align-items: center;
  background: #fff;
  margin-bottom: 0.5rem; }

#filter-sidebar .filter-collapsed {
  padding: 0 1rem 1rem 1rem;
  background-color: #fff !important;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem; }

.listing-panel {
  background-color: #fff; }
  .listing-panel .title-xl {
    color: #000;
    font-size: 55%;
    font-weight: 600;
    margin: 0 1rem;
    text-shadow: none; }
  .listing-panel .title-sm {
    color: #000;
    font-size: 35%;
    text-shadow: none; }
  .listing-panel .listing-panel-body {
    padding: 0.5rem;
    display: flex;
    background-color: #fff;
    position: sticky;
    top: 2.5rem;
    z-index: 1; }
  .listing-panel .btn-sm-list,
  .listing-panel .btn-sm-grid {
    background-color: #ffffff;
    border-color: #888; }
  .listing-panel .btn-sm-list svg,
  .listing-panel .btn-sm-grid svg {
    color: #373737; }
  .listing-panel .btn-alt {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    margin: 0 0.5rem;
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    margin: 0 0.5rem;
    padding: 0.3rem 1rem; }
  .listing-panel .btn-alt span {
    display: block;
    line-height: 15px; }
  .listing-panel .filter-btn-title {
    font-weight: 700;
    color: #000;
    font-size: 0.8rem; }
  .listing-panel .filter-btn-body {
    font-size: 0.7rem; }

.product-grid {
  display: flex;
  margin: 0.5rem 0;
  flex-flow: row wrap;
  background-color: #e9ebee;
  position: relative; }

.page-number {
  padding: 0.5rem;
  text-align: center;
  background-color: #fff; }

.pagination-label {
  color: #fff;
  background-color: #005eb8;
  border-color: #005eb8;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding: 0.6rem; }

.next-page {
  color: #005eb8;
  background-color: #fff;
  border-color: #005eb8;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px; }

.product-new-price span:first-child {
  font-size: 0.8rem; }

.product-box {
  position: relative;
  border-right: 5px solid #e9ebee;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background-color: white; }
  .product-box .btn-heart {
    color: #bbb;
    background: transparent;
    position: absolute;
    top: 1rem;
    right: 0.7rem; }
  .product-box .fav-product,
  .product-box .non-fav-product {
    padding: 0.1rem;
    display: none;
    top: 1rem;
    position: absolute;
    z-index: 1;
    background-color: #22a7f0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    right: 3rem; }
  .product-box .star-rating {
    font-size: 0.8rem;
    padding-top: 0.8rem; }
  .product-box .full-star {
    color: #ffff1a; }
  .product-box .empty-star {
    color: #ccc; }
  .product-box .product-title {
    font-size: 0.9rem;
    text-align: center;
    padding-top: 0.5rem;
    font-weight: 700; }
  .product-box .product-link {
    color: #000; }
  .product-box .product-btm {
    text-align: center; }
  .product-box .stoc {
    color: #090;
    font-size: 0.9rem; }
  .product-box .product-old-price {
    color: #000;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0; }
  .product-box .product-new-price {
    font-weight: 600;
    color: #ef2809;
    text-align: center;
    margin-top: -0.8rem; }
  .product-box .details-btn {
    white-space: normal; }
  .product-box .add-to-fav {
    color: #005eb8;
    background-color: #fff; }

.grid-view .product-box {
  padding: 1rem;
  width: 50%; }

.grid-view .product-img {
  width: 100%;
  height: auto; }

.grid-view .star-rating {
  text-align: center; }

.grid-view .product-text {
  text-align: center; }

.list-view .product-box {
  display: -webkit-box;
  width: 100%;
  padding: 5rem; }

.list-view .product-img {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 1rem;
  left: 1rem; }

.list-view .star-rating {
  position: absolute;
  top: 3rem;
  left: 8rem;
  text-align: left; }

.list-view .product-link {
  padding: 0.5rem 0.5rem 0.5rem 0;
  position: absolute;
  top: 0.5rem;
  left: 8rem;
  text-align: left; }

.list-view .stoc {
  position: absolute;
  top: 5rem;
  left: 8rem;
  text-align: left; }

.list-view .product-text {
  position: absolute;
  top: 6.3rem;
  left: 8rem;
  text-align: left; }

.list-view .product-old-price {
  position: absolute;
  top: 7.2rem;
  left: 7.9rem; }

.list-view .product-discount {
  position: absolute;
  top: 0;
  right: -3rem; }

.list-view .product-new-price {
  position: absolute;
  top: 9.5rem;
  left: 8rem; }

.list-view .btn-heart {
  display: none; }

@media (min-width: 768px) {
  .btn-filter,
  .btn-order,
  .view-change {
    display: none; }
  .list-view .product-box {
    padding-bottom: 12rem !important; }
  .list-view .details-btn,
  .list-view .add-to-fav {
    position: absolute;
    width: 20rem; }
  .list-view .details-btn svg,
  .list-view .add-to-fav svg {
    float: left;
    margin-top: 0.2rem; }
  .list-view .details-btn {
    top: 10.5rem; }
  .list-view .add-to-fav {
    top: 14rem; }
  .grid-view .add-to-fav {
    display: none; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-container {
    width: 740px; }
  .product-box {
    padding-bottom: 3rem !important; }
  .bottom-container {
    width: 650px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .main-container {
    width: 960px; }
  .bottom-container {
    width: 872px; }
  .grid-view .product-box {
    width: 33% !important; }
  .grid-view .details-btn {
    width: 92%;
    margin-left: 0.5rem !important; } }

@media (max-width: 767.98px) {
  .row {
    margin: 0 !important; }
  .title-sm {
    margin-left: 0.5rem; }
  .main-row {
    margin-top: 3rem !important; }
  .main-container {
    padding: 0; }
  .hamburger-icon {
    margin-top: 0.3rem;
    font-size: 1.5rem;
    color: #ffffff; }
  .filter-select + span,
  .page-select + span {
    display: none !important; }
  .btn-sm-list,
  .btn-sm-grid {
    display: none; }
  .details-btn,
  .add-to-fav {
    display: none; }
  .title-xl {
    font-size: 20px !important; } }

@media (min-width: 1260px) {
  .main-container {
    width: 1220px; }
  .bottom-container {
    width: 1127px; }
  .grid-view .product-box {
    width: 25% !important; } }

/*# sourceMappingURL=maps/resigilat.css.map */
