.topBar > .item::before,
.topBar > .menu > .item::before,
.topBar > .menu > .item > .item::before,
.topBar > .item > .item::before {
  background: none !important;
}

.topBar > .item,
.topBar > .menu > .dropdown > .text,
.topBar > .menu > .item,
.ui.secondary.pointing.menu .item {
  font-weight: bold !important;
}

/* .ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
  color: white !important;
} */

.attached {
  border: none !important;
}

.mainFrame {
  height: 100vh;
  width: 100vw;
  background-image: url("/img/wallpaper.jpg");
  background-size: cover;
  margin: 0 !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

@font-face {
  font-family: rimouski;
  src: url("font/rimouski.ttf") format("truetype");
}

.productCatPane .menu {
  overflow: auto;
  overflow-y: hidden;
}

.cartEdit {
  width: 80px;
  height: 30px;
}
/* @media print {
  body * {
    visibility: hidden;
  }
  .section-to-print,
  .section-to-print * {
    visibility: visible;
  }
  .section-to-print {
    position: fixed;
    top: -100px;
    left: -350px;
    width: 460px !important;
    max-height: initial !important;
  }
} */

._proprofs_trk_main_div_bubble_ {
  right: 15px;
}

.ui.inverted.menu .item:before{
  width:0;
}