﻿/* MAIN SHOP */
/* Desktop Styles */
@media only screen and (min-width: 1001px) {
    .left_cat_home {
        float: left;
        width: 23%;
        padding: 0 1% 0 1%;
    }
}

/* Tablet Styles */
@media only screen and (max-width: 1000px) {
    .left_cat_home {
        float: left;
        width: 31%;
        padding: 0 1% 0 1%;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .left_cat_home {
        float: left;
        width: 48%;
        padding: 0 1% 0 1%;
    }
}


/* ATTRIBUTE SHOPS */
/* Desktop Styles */
@media only screen and (min-width: 1001px) {
    .left_vegan {
        float: left;
        width: 31%;
        padding: 0 1% 0 1%;
    }
}

/* Tablet Styles */
@media only screen and (max-width: 1000px) {
    .left_vegan {
        float: left;
        width: 48%;
        padding: 0 1% 0 1%;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .left_vegan {
        float: left;
        width: 48%;
        padding: 0 1% 0 1%;
    }
}

.overlapbox {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    color: #222;
}

.overlapbox img {
    width: 100%;
    border: 1px solid #ccc;
}

.overlapbox-text {
    display: table;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 3em;
    min-height: 4em;
    max-height: 3em;
    max-height: 4em;
    top: -2em;
    margin-bottom: -1em;
    width: 90%;
}

.overlapbox-text-larger {
    font-size: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
