.k-animation-container {
	width: 368px;
    height: 602px;
    margin-left: -4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 6px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 10002;
    top: auto;
    left: 0px;
    box-sizing: content-box;
    padding: 0!important;
    margin: -1px 0 0!important;
}
.k-list-container {
    box-sizing: content-box;
    border: 1px solid #d7d8da;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    background-color: #fff;
}
.k-list-container {
    right: 0;
}
.k-list-container {
	position: absolute;
    height: 600px;
    display: none;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 298px;
}
.k-content {
	overflow: auto;
    position: relative;
    height: 600px;
}
.k-list-container .k-list {
    overflow: hidden;
    padding: 18px;
    margin: 0;
    line-height: 1.3;
}

@media screen and (min-width: 40.0625em){
	.k-list-container {
	    min-width: 366px;
	}

	.k-list-container .k-list>li {
	    float: left;
	    width: 220px;
	    margin: 0 9px;
	}

	.k-list-container .k-list>li:first-child {
	    margin-left: 0;
	}

	.k-list-container .k-list>li:last-child {
	    margin-right: 0;
	}

	.k-list-container .k-list>li.products {
	    width: 330px;
	}
}
.k-list-container .k-list .k-item {
    overflow: hidden;
    margin-top: 10px;
    color: #262936;
    cursor: pointer;
}
.k-list-container .group-product .visual {
    float: left;
    width: 56px;
}
.k-list-container .group-product .visual .image {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 65%;
    background-color: #fff;
}
.k-list-container .group-product .visual .image img {
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.k-list-container .group-product .visual .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    font-size: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.k-list-container .group-product .content {
    padding-left: 12px;
    margin-left: 56px;
}
.k-list-container .group-product .content .name {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.25;
}
.product-sku {
    color: #818386;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}
.k-list-container .group-product .content .product-sku {
    margin-top: 3px;
    color: inherit;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.4;
}
.product-sku>span {
    white-space: nowrap;
}
.k-list-container .group-product .content .product-sku .label {
    margin-right: 3px;
    font-weight: 700;
    color: #000;
    font-size: 11px;
}
.k-list-container .group-product .content .product-sku .sku .label {
    display: none;
}
.product-sku>span.sku::after {
    content: '  / ';
}
.k-list-container .type {
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d8da;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
.k-content ul {
	list-style: none;
}
.k-content ul li ul {
    margin-left: 0;
}
/*div.reveal-modal{
    width: 100%;
    left:0;
    margin-left: 0;
}*/