.fav-icon {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.fa-star:before {
  content: "\f004";
}

.fav-icon .fa-star-o {
  font-weight: 400;
}

.fa-star-o:before {
  content: "\f004";
}

.checkout table .rowlabel {
  font-weight: 600;
}

.cmt {
  color: green;
  font-style: italic;
  font-weight: 600;
}

.chosen-custom-options-summary {
  padding: 10px;
}

.ink-finder {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 10;
  padding: 0 0 10px;
}

.ink-finder-body {
  background-color: #fff;
  padding: 15px 20px 20px;
  width: 530px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  display: none;
}

.ink-finder-body:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  top: -6px;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #fff;
  transform: translateX(-50%);
}

.ink-finder:hover .ink-finder-body {
  display: block;
}

.ink-finder-body h2 {
  font-size: 20px !important;
  line-height: 30px;
  margin: 0;
}

.ink-finder-body .search-box {
  margin-top: 12px;
  position: relative;
}

.ink-finder-body .search-box input[type=text] {
  height: 40px;
  padding-right: 50px;
}

.ink-finder-body .btn-ink-find {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 34px;
  width: 34px;
  padding: 0;
  border: 0 none;
  background-color: #24335b;
  display: block;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.my-menu {
  position: relative;
}

.my-menu ul li:first-child {
  margin: 0;
}

.my-menu>ul>li>a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
  height: 60px;
  border: 0 none;
}

@media (min-width: 1400px) {
  .my-menu ul>li>a {
    padding: 0 30px;
  }
}

.my-menu ul ul.full-width {
  height: auto;
}

.my-menu ul ul.full-width a {
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 22px;
  position: relative;
}

.my-menu ul ul.full-width a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.my-menu div.subcats {
  width: 61%;
  float: left;
  border-right: 0px solid #aaa;
  min-height: 180px;
}

.my-menu div.subcats a {
  text-align: left;
}

.my-menu div.subcatspromo {
  width: 38%;
  float: right;
  min-height: 200px;
  text-align: center;
}

.my-menu div.subcatspromo>a {
  text-align: center;
}

.my-menu div.promostuff {
  clear: both;
}

ul.my-menu div {
  margin-left: 0px;
}

.my-menu ul.full-width {
  min-height: 250px;
  border: 2px #4d4d4d solid;
  border-top-width: 7px;
}

.subcatslist {
  display: flex;
  flex-wrap: wrap;
}

.list-column {
  flex: 0 0 50%;
  margin: 0 0 25px;
}

.subcatspromo h2 {
  font-size: 18px !important;
  line-height: 35px;
  margin: 0 0 10px;
}

.my-menu ul ul.full-width {
  padding: 20px;
}

.my-menu div.subcats {
  width: 60%;
}

.my-menu div.subcatspromo {
  width: 40%;
}

.subcatitem>a:before {
  content: "\f105";
  position: absolute;
  left: 10px;
  top: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.hint {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  font-size: 11px;
  padding: 5px;
  background: yellow;
  margin: 5px 0 0;
  font-weight: 400;
}