.cat {
    float: left;
    width: 286px;
    margin: 0px 0px 14px 14px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
}

.cat-desc {
    padding-bottom: 15px;
}

.cat-btn {
    text-align: center;
}

#products {
    margin: 15px 0px;
}

.prod {
    position: relative;
    float: left;
    width: 210px;
    margin: 0px 0px 20px 20px;
    padding: 0px;
    text-align: center;
}

.cat-first, .prod-first {
    margin-left: 0px;
}

.prod a {
    text-decoration: none;
}

.prod-checked {
    position: absolute;
    top: 130px;
    right: 10px;
    color: #fe671b;
    color: #f08a00;
}

.prod-qty {
    width: 50px;
    text-align: center;
}

.prod-details-photo {
    position: relative;
    float: left;
    width: 350px;
}

.prod-details-photo .prod-checked {
    top: auto;
    bottom: 10px;
}

.prod-details {
    margin-left: 360px;
}

.prod-details-buy {
    margin: 15px 0px;
}

.out-of-stock {
    color: #cd2228;
}

ul.cat-nav {
    list-style-type: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

ul.cat-nav li {
    display: inline;
    margin-right: 15px;
}

ul.cat-nav li a {
    text-decoration: none;
}

ul.cat-nav a.active {
    color: #fe671b;
    color: #f08a00;
}

.recommended {
    margin-top: 30px;
}

@media only screen and (max-width: 650px) {

    .cat {
        float: none;
        width: auto;
        margin: 0px 0px 25px 0px;
        text-align: center;
    }
    
    .cat-desc {
        text-align: left;
    }
    
    .prod {
        float: none;
        width: auto;
        margin: 0px 0px 15px 0px;
        text-align: center;
    }
    
    .prod-details-photo {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    .prod-details-photo img {
        max-width: 350px;
        width: 100%;
    }

    .prod-details {
        margin-left: 0px;
    }
}