.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: 700;
}

.cmt {
    color: green;
    font-style: italic;
    font-weight: 700;
}

.chosen-custom-options-summary {
    padding: 10px;
}

.ink-finder {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.ink-finder-link {
    color: rgba(0,0,0,0.7) !important;
    padding: 55px 0 0;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    display: block;
	position: relative;
}

.ink-finder-link:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
    background-color: #0f0382;
    background-size: auto 21px;
}

.ink-finder-link:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 45px;
	height: 45px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 20px;
	color: #f98423;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 45px;
    content: "\f02f";
}

.ink-finder-link span {
	font-family: 'Sora', sans-serif;
    display: block;
    font-size: 14px;
    color: #002c75;
    font-weight: 700;
    font-style: normal;
}

.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: #0f0382;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.my-menu {
    position: relative;
}

.my-menu ul {
    display: flex;
}

.my-menu > ul {
    width: auto;
}

.my-menu ul li:first-child {
    margin: 0;
	overflow: hidden;
	position: static;
}

.my-menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    padding: 0 14px;
    color: #fff;
    font-weight: 700;
    height: 60px;
    border: 0 none;
}

@media (min-width: 1400px) {
.my-menu ul > li > a {
    padding: 0 18px;
}
}

@media (min-width: 1600px) {
.my-menu ul > li > a {
    padding: 0 27px;
}
}

@media (max-width: 1200px) {
.my-menu ul > li > a {
    padding: 0 10px;
}
}

@media (max-width: 1110px) {
.my-menu ul > li > a {
    font-size: 12px;
}
}

.my-menu ul ul.full-width a {
    padding: 7px 15px;
    font-size: 14px;
    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: 70%;
    float: left;
    border-right: 0px solid #aaa;
    min-height: 180px;
}

.my-menu div.subcats a {
    text-align: left;
}

.my-menu div.subcatspromo {
    width: 30%;
    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 #000 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 20px 120px;
	height: auto;
	max-height: 600px;
	overflow: auto;
}

.sub-cats-2levels {
	display: flex;
	flex-wrap: wrap;
}

.my-menu div.subcats .dontsplit {
	width: 100%;
	max-width: 25%;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	margin: 0 0 20px;
}

.my-menu div.subcats h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.my-menu div.subcats h3 a {
	font-size: inherit;
}

/*.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;
}*/

.my-menu ul ul li {
	border: 0 none;
}
