﻿
/*featured_1*/
.gmap{margin-bottom:20px;}

.gmap .stores {width: 28%;height: 400px;float: left;padding:0 10px 0 0;}
.gmap .stores .stores-title {color: #333;height: 30px;line-height: 20px;font-size:16px;font-family:Roboto-Light}
.gmap .stores .stores-list{height: 370px}
.gmap .stores .item-store{padding:5px;border-bottom:1px solid #ccc;cursor:pointer}
.gmap .stores .item-store:hover{background-color:#cecece}
.gmap .stores .item-store .store-name{font-family:Roboto-Medium;font-size:13px;margin-top:5px}
.gmap .stores .item-store .store-address{font-size:11px}
.gmap .map {width: 70%;height: 400px;float: right}


 .store-list {margin-top:25px}
  .store-list .item-store {}
 .store-list .item-store .image-store { position: relative;display:block;cursor:pointer}
 .store-list .item-store .image-store .content {height:50px; text-align: center; background-color: rgba(255,255,255,0.7);position: absolute; bottom: 0; left: 0; right: 0; padding: 13px 0;transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s}
 .store-list .item-store .image-store .content h3 {text-transform: uppercase;margin: 0;font-size:12px;color:#000;font-family:Roboto-Medium;font-size:14px; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;max-height: 20px;overflow: hidden;line-height:26px}
 .store-list .item-store img { width: 100%}
.store-list .item-store .item-store-content{margin-top:15px;padding:0;height:140px}
.store-list .item-store .item-store-content div{padding:0}
.store-list .item-store .item-store-content div p{font-size:12px}
.store-list .item-store .item-store-content div:first-child{padding-right:15px}
.store-list .item-store .item-store-content div label{font-size:13px;font-family:Roboto-Medium}


.store-list .item-store .image-store-3d:after {
    background-image: url(https://moriitalia.com/files/upload/3d-icon.png);
    content: " ";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    z-index: 9;
    background-size: contain;
}

@media (max-width:767px) {
.gmap .stores {display:none}
.gmap .map {width: 100%;height:300px}
.store-list .item-store .item-store-content{height:auto;margin-bottom:15px}
.store-list .item-store .item-store-content > div{padding:0}
}