.filter-list .configurable-swatch-list .configurable-swatch-list-item {
	display: block !important;
	float: left;
	width: auto;
}
.filter-list .configurable-swatch-list .configurable-swatch-list-item a {
	margin: 0 !important;
}
.filter-list .configurable-swatch-list .configurable-swatch-list-item a.has-image {
	padding: 0 !important;
}
.filter-list .configurable-swatch-list .configurable-swatch-list-item .count {
	display: none !important;
}
.product-thumbnails-bottom .product-image-gallery,
.product-vertical-thumbnails .product-image-gallery {
	position: relative;
}
.sticky-info-multiple-col .configurable-swatch-list {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.product-thumbnails-bottom .gallery-image,
.product-vertical-thumbnails .gallery-image {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.product-thumbnails-bottom .gallery-image.visible,
.product-vertical-thumbnails .gallery-image.visible {
	opacity: 1;
	visibility: visible;
}
.product-vertical-thumbnails .gallery-image.visible {
	position: static;
}
.product-image-gallery.loading {
	position: relative;
}
.product-image-gallery.loading:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/loader.svg);
	background-position: center center;
	background-size: 50px auto;
	background-repeat: no-repeat;
}
.products-grid .item .product-content .product-desc .configurable-swatch-list {
	margin-top: 3px;
}
.product-shop .product-options dd.swatch-attr {
	margin-bottom: 36px;
}
.configurable-swatch-list .x {
	display: none;
}
.configurable-swatch-list:after {
	content: "";
	display: table;
	clear: both;
}
.configurable-swatch-list li {
	box-shadow: 0 0 0 1px rgba(0,0,0,.15);
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	margin: 5px;
	float: left;
	overflow: hidden;
	color: #ddd;
	font-size: 12px;
	font-weight: 600;
	border-radius: 20px;
}
.configurable-swatch-list li a {
	color: #ddd;
	display: block;
	padding: 0 20px;
	text-align: center;
}
.block-layered-nav .configurable-swatch-list li {
    border-radius: 4px;
    padding: 5px 10px;
}
.block-layered-nav .configurable-swatch-list li a {
    padding: 0;
    float: left;
}
.block-layered-nav .configurable-swatch-list li .count {
    float: left;
    position: static;
    margin-left: 5px;
    vertical-align: top;
    color: #000;
}
.configurable-swatch-list li a .swatch-label {
    height: 100% !important;
    display: block;
    width: auto !important;
}
.configurable-swatch-list li.is-media a img {
    width: 100%;
    height: 100%;
}
.configurable-swatch-list li:first-child {
	margin-left: 0;
}
.configurable-swatch-list li.selected {
	box-shadow: 0 0 0 3px rgba(0,0,0,.15);
	color: #222;
}
.configurable-swatch-list li.selected a {
	color: #222;
}
@media (min-width: 992px){
    .configurable-swatch-list li:hover,
    .configurable-swatch-list li.hover {
        box-shadow: 0 0 0 3px rgba(0,0,0,.15);
        color: #222;
    }
    .configurable-swatch-list li:hover a,
    .configurable-swatch-list li.hover a {
        color: #222;
    }
}
.configurable-swatch-list li.is-media a {
	padding: 0;
}
.product-shop .product-options .swatch-attr label {
	display: inline-block;
    font-size: 14px;
    color: #222;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 10px !important;
}
.product-shop .product-options .swatch-attr label:after {
	content: none;
}
.product-shop .product-options .swatch-attr label em {
	content: "*";
    color: red;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
}
.product-shop .product-options .swatch-attr label .select-label {
	text-transform: none;
}

.configurable-swatch-list .not-available .x {
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}
.configurable-swatch-list .not-available {
    pointer-events: none;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
    pointer-events: none;
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.product-image-gallery img {
    min-width: 100%;
}
.product-image-gallery img.gallery-image:not(.visible) {
    display: none;
}
.product-image-gallery img + .product-thumbnails-bottom {
    display: none;
}
.products-grid .product-top img,
.product-image-content img {
    max-width: 100%;
}
.products-list .price-box + .configurable-swatch-list {
    margin-top: 10px;
}