.in-stores {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.in-stores-title {
    float: left;
    width: 50%;
    margin-right: 0;
    color: #10499e;
}

#shop_goods .features  .in-stores-values {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #10499e;
}

#shop_goods .features  .in-stores-values:hover {
    color: #ea7516
}

.stores {
    border-top: 1px solid #d8d8d8;
    min-height: 56px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
}

.stores-address,
.stores-time,
.stores-count {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
}

.stores-address {
    width: 300px;
}

.stores-time {
    width: 300px;
}

.stores-count {
    width: 150px;
    text-align: center;
}

.stores-head div {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}

.icon-time:before {
    content: "\1F551";
}

@media (max-width: 850px) {
    body .stores-address,
    body .stores-time,
    body .stores-count {
        width: 100%;
    }
	
	body .stores-head {
		display: none;
	}
}