﻿

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
    float: left;
    border: 1px solid #c7beb1;
    margin: 10px;
    width: 23%;
    text-align:center;
}

.single-products {
    position: relative;
}

.productinfo h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #696763;
    height: 30px;
}

.productinfo h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #696763;
}



.product-image input {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        vertical-align: middle;
        display: inline-block !important;
        -webkit-transition: ease-in-out all 0.2s;
        -moz-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s;
        max-width: 300px;
        max-height: 300px;
}

.productinfo {
    position: relative;
    text-align :center !important;
    align-items :center !important ;
}


.add-to-cart {
    background: #c7beb1;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 500;
}

.add-to-cart:hover {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}
