.product_wrap {
    height: 29em;
    margin-bottom: 2.3em;
    overflow: hidden;
    cursor: pointer;
}

.product_wrap div.handle {
    position:absolute;
    top: 2em;
    background-color:black;
    color:white;
    padding:0.8em 1em;
    width:8em;
}

.product_wrap .handle h3 {
    font-size:1.6em;
    font-weight: bold;
    margin: 0 0 0.1em 0;
}

.product_wrap .handle span {
    font-size: 0.87em;
}

.product_wrap .product_content {
    display:none;
}
.image_thumbs .image_thumb_wrap:last-child {
    margin-right: 0;
}
.image_thumb_wrap {
    display: inline-block;
    margin: 0.42em 0.92em 0 0;
    width: 14%;
    max-width: 96px;
}
.image_thumb_wrap img {
    width: 100%;
    cursor: pointer;
}
.image_thumbs {
    line-height: 0;
    width: 100%;
}
.tingle-modal-box__content {
    padding: 1rem 1.5rem;
}

.tingle-modal-box {
    width: 75%;
    max-height: 90%;
    overflow-y: auto;
}

.product_modal img.big_image {
    width: 100%;
}
.product_modal .product_gallery {
    margin-bottom: 2em;
    width: 60%;
    float: left;
    padding-right: 1.5em;
}
.modal-close-btn {
    font-size: 2em;
    font-weight: 700;
    position: absolute;
    right: 1em;
    top: 0.4em;
    cursor: pointer;
    font-family: sans-serif;
}

.back-to-products {
    margin: 0 auto;
    background-color: #444;
    font-weight: 700;
    color: white;
    padding: 0.7em 1em;
    border-radius: 0.3em;
    display: block;
    width: 10.5em;
    text-align: center;
    cursor: pointer;
}

.product_modal .caption {
    min-height: 2em;
    text-align: center;
    color: #666666;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
}

.mob-only {
    display: none;
}

@media only screen and (max-width: 850px) {
    .mob-only {
        display: inherit;
    }

    .product_modal .product_gallery {
        width: 100%;
        margin-top: 0.5em;
    }
    .tingle-modal-box {
        width: 100%;
        max-height: none;
    }
    h2.mid-title {
        text-align:center;
    }
}
