
.store-cl-full {
    display: none; 
}
.store .item,
.store-cl-full .item {
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.store-cl-full .item {
    margin: 0 4px 8px 4px;
}
.store .item img,
.store-cl-full .item img {
    width: 100%;
    height: auto;
    display: block;
}
.store .item .mask, .item .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 1);
}
.store-item-detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.store-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #b9922a;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #333330;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-position {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 2;
    text-transform: uppercase; 
    color: #333330;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-name h2 {
    font-family: 'AdobeGaramond', sans-serif;
    font-weight: 400;
    color: #333330;
	font-size:16px;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
	}
.store-name h2 a {
    font-family: 'AdobeGaramond', sans-serif;
    color: #333330;
}
.store-socials a {
    display: inline-block!important;
    margin-left: 2px;
    margin-right: 2px;
    color: #333330;
    text-decoration: none;
}
.prodPrice { font-family: 'AdobeGaramond', sans-serif;
    font-weight: 400;
    color: #777;
	font-size:32px;
	vertical-align: baseline;
}
.sellProduc{display:inline-block; padding:20px;}
@media (max-width: 767px) {
    .store {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Gap */
.store-gap-mb {margin-bottom:5%;}
