﻿@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;
}

#shoppingcartcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: proxima-nova-light;
    background-color: #f8f8f8;
    font-size: 1.2em;
    width: 100%;
}

#shoppingmain {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#shoppingmain * {
    position: relative;
}

.section-group {
    display: table;
    width: 80%;
    border-bottom: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

.col-span_1_of_2{
    display: table-cell;
    width: 50%;
}

.shoppingtableheader-title {
    font-family: "proxima-nova-alt-bold";
}

.shoppingtableheader-body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.shoppingtableheader-body .section-group:first-of-type {
    border-bottom: 0;
}

.shoppingtableheader-body .section-group:last-of-type {
    border-bottom: 0;
}

.shoppingtableheader-body .section-group:first-of-type .col-span_1_of_2:first-of-type {
    width: 20%;
}

.shoppingtableheader-body .section-group:first-of-type .col-span_1_of_2:nth-of-type(2) {
    width: 80%;
    padding-left: 10px;
    text-align: right;
}

.group-section-shoppingrow {
    width: 100%;
}

.col-span_1_of_3 {
     display: inline-block;
    width: 25%;
}


.shoppingreviewheader {
    font-family: "proxima-nova-alt-bold";
}


.itemnumberinput, .shoppingquanityinput, .messageinput {
    background: #f5f7fa none repeat scroll 0 0;
    border: 1px solid #e6e9ed;
    border-radius: 5px;
    box-shadow: 1px 3px 1px 0 #e6e9ed;
    font-family: "proxima-nova-alt-bold";
    font-weight: 400;
    height: 3.5em;
    padding: 0 5%;
}

.itemnumberinput, .messageinput {
    width: 80%;
}

shoppingquanity {
    margin-left: -30px;
}

.shoppingquanityinput {
    width: 30%;
    margin-bottom: 5px;
}

.messageinput {
    padding: 30px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

*::-moz-selection {
    background: #b3d4fc none repeat scroll 0 0;
    text-shadow: none;
}
*::-moz-selection {
    background: #ee4744 none repeat scroll 0 0;
}

.remove-item {
    color: #71a127;
    text-decoration: none;
    text-shadow: 0px 1px #76a528;
    padding-top: 10px;
    font-size: 1.2em;
}

.item-anchor {
    color: #000;
    text-decoration: none;
    text-shadow: none;
}

.item-subtotal {
    font-family: proxima-nova-alt-bold;
}

.messageinput {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.shoppingquanitysubmit, .submitorder, .addtocartbutton, .gotoorder, .cart-signin {
    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;
    color: white;
    border: 2px solid #71a127;
    padding: 10px;
    font-size: medium;
}

.shoppingquanitysubmit {
    margin-top: 10px;
}

.submitorder {
    margin-top: 10px;
    margin-left: 25%;
    width: 50%;
    padding: 10px;
    font-size: x-large;
    text-align: center;
    min-width: 200px;
}

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

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

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

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

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

.totals {
    border-bottom: 1px solid black;
}

.totals h4 {
    font-size: x-large;
    text-align: right;
    font-family: "proxima-nova-alt-bold";
    margin-top: -20px;
    margin-right: 30px;
}

.col-span_2_of_3-subtotal {
    margin-top: 20px;
}


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

*/

@media only screen and (max-width: 550px) {
        .messageinput {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        padding-right: 7px;
    }

    .submitorder {
        margin-left: 0;
    }

    /*.product-image img {
        width: 80%;
    }*/

}
