﻿@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype"),
         url("../fonts/proximanova-light-webfont.ttf") format("truetype");
}

.body-content {
    background-color: white;
}

#productcontent {
    text-align: center;
    font-family: "proxima-nova-light";
    padding-bottom: 20px;
}

#pagetitleheader {
    padding-top: 20px;
    font-family: "proxima-nova-alt-bold";  
}

.section-group-product-list-row {
    display: table;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.col-span_1_of_2 {
    display: table-cell;
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.social-icon {
        height: auto !important;
    }

.product-name-all {
    background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
    border-radius: 5px;
    font-family: pt-sans-caption-bold;
    color: white;
    border: 2px solid #71a127;
    font-size: medium;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.product-name-all:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}

.product-name {
    background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
    border-radius: 5px;
    font-family: pt-sans-caption-bold;
    color: white;
    border: 2px solid #71a127;
    font-size: medium;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.product-name:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}

.back {
    width: 12.5%;
    margin-left: 0 !important;
}

/* 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    MAX-WIDTH 550 px 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

@media only screen and (max-width: 550px) {

    .col-span_1_of_2 {
    display: block;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

    .social-icon {
        height: auto !important;
    }

    .quanityinput {
    border-radius: 5px;
    }

    .submitbutton {
        background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
        border-radius: 5px;
        font-family: pt-sans-caption-bold;
        color: white;
        border: 2px solid #71a127;
        padding: 1px;
    
    }

    .submitbutton:active {
        box-shadow: inset 0 0 0 1px #4f5246,inset 0 3px 5px #2e4010;
    }

    .back {
        width: 20%;
    }

}