.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";
}

.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: 10px 0;
}

.ink-finder-link {
    color: rgba(0,0,0,0.7) !important;
    padding: 0 0 0 57px;
    cursor: pointer;
    background: url(/images2/Ink-icon-OB.png) no-repeat scroll 24px center;
    background-size: 20px auto;
    display: block;
	height: 38px;
	line-height: 38px;
}

.ink-finder-link:hover {
    color: #F47929 !important;
    background-image: url(/images2/Ink-icon-OB-hover.png);
}

.ink-finder-body {
    background-color: #fff;
    padding: 15px 20px 20px;
    width: 530px;
    position: absolute;
    top: 100%;
    right: -5px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    display: none;
}

.ink-finder-body:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  right: 75px;
  top: -6px;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #fff;
}

/*.ink-finder:hover .ink-finder-body {
    display: block;
}*/

.ink-finder-body.show {
    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 .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 ul {
    display: flex;
}

.my-menu ul li:first-child {
    margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.my-menu ul li a {
	font-size: 15px;
	color: #000;
    display: block;
    padding: 0;
    border: 0 none;
	height: auto;
	line-height: 21px;
	margin: 0 0 10px;
}

.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;
    text-transform: none;
    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 a {
    text-align: left;
}

.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 {
    height: 100%;
}

.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 20px 110px;
}

.my-menu div.subcats {
    width: 100%;
	flex: 1;
	overflow: auto;
	padding: 25px 12px;
}

.my-menu div.subcats::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  scrollbar-color: rgba(255,255,255,1) rgba(255,255,255,1);
}

.my-menu div.subcats::-webkit-scrollbar-track {
  background: #f1f2f3;
  background-clip: padding-box;
  border-radius: 10px;
}

.my-menu div.subcats::-webkit-scrollbar-thumb {
  background-color: #c1c4c7;
  background-clip: padding-box;
  border-radius: 20px;
}

.sub-cats-2levels {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sub-cats-2levels .dontsplit {
	width: 100%;
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0 12px;
	margin: 0 0 20px;
}
