.shop-categories > li ul {
	display: none;
}
html .shop-categories ul li a {
	position: relative;
}
.shop-categories li.has_sublayer  a .s1 {
	content: "";
    position: absolute;
    right: 8px;
    top: 39%;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%3E%0A%20%20%3Cpath%20fill%3D%22%23#{$categories_triangle_normal_color}%22%20d%3D%22M7.000%2C6.333%20C7.000%2C6.333%201.347%2C11.985%201.347%2C11.985%20C1.347%2C11.985%200.006%2C10.644%200.006%2C10.644%20C0.006%2C10.644%204.651%2C5.999%204.651%2C5.999%20C4.651%2C5.999%200.006%2C1.355%200.006%2C1.355%20C0.006%2C1.355%201.347%2C0.014%201.347%2C0.014%20C1.347%2C0.014%207.000%2C5.666%207.000%2C5.666%20C7.000%2C5.666%206.666%2C6.000%206.666%2C6.000%20C6.666%2C6.000%207.000%2C6.333%207.000%2C6.333%20Z%22%20fill-rule%3D%22evenodd%22/%3E%0A%3C/svg%3E%0A) 50% 50% no-repeat;
    width: 15px;
    height: 24px;
    margin-top: -6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999;
}