

/* Item */
.salep {
    font-size: 20px;
    margin-right: 10px;
    color: black;
}

.offer {
    color: green;
    
}

.team-member {
    margin-bottom: 20px;
}

.gallery {}

.gallery .previews,
.gallery .full,
.gallery .desc {
    float: left;
    margin-right: 10px;
}

.gallery .desc,
.gallery .full {
    font-size: 12px;
}

.gallery .desc h2 {
    margin-top: 0;
}

.gallery .previews a {
    display: block;
    margin-bottom: 10px;
    height: 90px;
}

.gallery .previews a img {
    height: 100%;
}

.gallery .full {
    width: 400px;
    height: 500px;
}

.gallery .full img {
    width: 100%;
    height: 100%;
}

.gallery .previews a,
.gallery .full {
    border: 4px solid #a6a6a6;
}

.gallery .previews a:hover,
.gallery .previews a.selected {
    border: 4px solid #777;
}

.gallery .full img:hover {
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.product-content {
    padding: 30px;

}

.product-content .product-name {
    font-size: 25px;
    font-weight: 600;
}

.product-content .product-price {
    font-size: 20px;
    font-weight: 600;
}

.product-desc {
    margin-top: 20px;
}

.product-desc h4 {
    font-size: 20px;
    font-weight: 600;
    color: #008cbb;
}