/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.mt-fake-variations-group {
	margin: 15px 0;
}
.mt-fake-category-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
ul.mt-fake-variations {
    padding: 5px 0 20px;
    margin: 0;
    list-style: none;
}
.mt-fake-category:last-child ul.mt-fake-variations {
	padding-bottom: 0px;
}
li.mt-fake-variation {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
li.mt-fake-variation:first-child {
    padding-left: 0px;
    margin-left: 0;
}
li.mt-fake-variation a.inactive {
	cursor: default;
  	opacity: 0.5;
  	text-decoration: none;
}
li.mt-fake-variation a {
    color: #666;
    background-color: #fff;
    border-color: #666;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    border: 1px solid #666;
    text-decoration: none;
    display: block;
}
li.mt-fake-variation.image a {
    padding: 5px 15px;
}
li.mt-fake-variation.image a img{
    max-width: 50px;
    height: auto
}
li.mt-fake-variation.image a span {
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
    display: block;
}
li.mt-fake-variation a:not(.inactive):hover {
    color: #666;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    transition: all .250s ease;
    background-color: #fff;
    border-color: #222;
}
li.mt-fake-variation a.current:not(.inactive),
li.mt-fake-variation a:not(.inactive):focus {
    border-color: #005eb8;
    color: #005eb8;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #005eb8, inset 0 2px 8px 0 rgb(0 0 0 / 15%);
    text-decoration: none !important;
}
li.mt-fake-variation a.inactive:focus {
	text-decoration: none;
}
li.mt-fake-variation.color a {
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 30px;
}