﻿body {
}
.UpdateProgress {
    position: absolute;
    visibility: visible;
    left: 50%;
    float: left;
    top: 20%;
    border-color: grey;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 10;
    filter: alpha(opacity=100);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    z-index: 1000;
    margin-left: -94px
}

.header-data {
    color: #398841;
    font-family: 'Roboto',sans-serif;
}
.contacto {
    display: flex !important;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    text-decoration: unset
}

    .contacto img {
        width: 40px;
    }

    .contacto span {
        text-shadow: 0px 0px 1px #000000;
        color: #090909;
        font-family: 'Roboto',sans-serif;
        font-weight: 400;
        line-height: 15px;
    }


.button {
    width: 100%;
    display: inline-block;
    padding: 0.7em 1.7em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #3369ff;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    position: relative;
}
    .button:active {
        box-shadow: inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    }

.status {
    font-size: 1.2em;
    font-family: 'Comic Sans MS';
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 1em;
    margin-right: 0.3em;
    vertical-align: middle;
}
.product-minus {
    position: relative;
    z-index: 1;
    margin-left: 50px;
    width: 40px;
}

.product-minimum {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    width: 40px;
}

.product-row {
    display: flex;
    justify-content: center;
}

.product-list-info {
    font-family: 'Roboto',sans-serif;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.product-list {
    background: linear-gradient(#eae5da, #eae5da) padding-box, linear-gradient(to right, #cc7e1c, #cc7e1c00) border-box;
    border-radius: 5px;
    border: 2px solid transparent;
    color: #398841;
    text-decoration: unset;
    width: calc(100% - 10px);
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
}

    .product-list img {
        width: 40px;
        height: auto;
    }

.product-list-total {
    margin-left: 10px;
    margin-right: 10px;
    font-size: large;
    font-weight: 900;
    text-shadow: 0px -1px 1px #5d81ab;
}
.product-list-quantity {
    margin-left: 10px;
    margin-right: 10px;
    font-size: large;
    font-weight: 900;
    text-shadow: 0px -1px 1px #5d81ab;
}
.product-list-caption {
text-align: left; font-size: small; font-weight: 600;
}

.product-list-price {
    text-align: left;
    font-size: x-small;
}


.product-button {
    color: #398841;
    text-decoration: unset;
    float: left;
    width: 170px;
    padding: 5px 0px 0px 5px;
    margin: 5px 10px 5px 10px;
    cursor: pointer;
    background: linear-gradient(#eae5da, #eae5da) padding-box, linear-gradient(to bottom right, #cc7e1c, #cc7e1c00) border-box;
    border-radius: 5px;
    border: 2px solid transparent;
    /*
    background-image: url('../images/produtobotao.png');
    background-size: 100%;
    background-repeat: no-repeat;*/
}

    .product-button img {
        margin-top: -10px;
        width: 115px;
        height: auto;
    }

.product-info {
    font-family: 'Roboto',sans-serif;
    display: flex;
    flex-direction: row-reverse;
    align-content: stretch;
    justify-content: space-between;
    width: 100%;
}

.product-caption {
    text-align: left;
    font-size: small;
    font-weight:600;
}
.product-price {
    text-align: left;
    font-size: x-small;
}

.quantity {
    margin-right: 5px;
    font-size: x-large;
    font-weight: 900;
    text-shadow: 0px -1px 1px #5d81ab;
}

.button-wrapper {
    clear: both;
}

.button-wrapper a {
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Oswald',Arial,sans-serif;
}

.a-btn-2_GradientGrey {
    background: -webkit-linear-gradient(top, #9E9E9E 0%, #d8d4d4 100%) !important;
    background: -webkit-linear-gradient(top, #9E9E9E 0%, #d8d4d4 100%) !important;
    background: -moz-linear-gradient(top, #9E9E9E 0%, #d8d4d4 100%) !important;
    background: -o-linear-gradient(top, #9E9E9E 0%, #d8d4d4 100%) !important;
    background: linear-gradient(top, #9E9E9E 0%, #d8d4d4 100%) !important;
}
.a-btn-2_GradientGreen {
    background: -webkit-linear-gradient(top, #31a723 0%, #22ff3d 100%) !important;
    background: -webkit-linear-gradient(top, #31a723 0%, #22ff3d 100%) !important;
    background: -moz-linear-gradient(top, #31a723 0%, #22ff3d 100%) !important;
    background: -o-linear-gradient(top, #31a723 0%, #22ff3d 100%) !important;
    background: linear-gradient(top, #31a723 0%, #22ff3d 100%) !important;
}
.a-btn-2_GradientYellow {
    background: -webkit-linear-gradient(top, #FF9800 0%, #FFC107 100%) !important;
    background: -webkit-linear-gradient(top, #FF9800 0%, #FFC107 100%) !important;
    background: -moz-linear-gradient(top, #FF9800 0%, #FFC107 100%) !important;
    background: -o-linear-gradient(top, #FF9800 0%, #FFC107 100%) !important;
    background: linear-gradient(top, #FF9800 0%, #FFC107 100%) !important;
}
.a-btn-2_GradientPurple {
    background: -webkit-linear-gradient(top, #E91ECD 0%, #F18CE3 100%) !important;
    background: -webkit-linear-gradient(top, #E91ECD 0%, #F18CE3 100%) !important;
    background: -moz-linear-gradient(top, #E91ECD 0%, #F18CE3 100%) !important;
    background: -o-linear-gradient(top, #E91ECD 0%, #F18CE3 100%) !important;
    background: linear-gradient(top, #E91ECD 0%, #F18CE3 100%) !important;
}
.a-btn-2_GradientRed {
    background: -webkit-linear-gradient(top, #F44336 0%, #FF5722 100%) !important;
    background: -webkit-linear-gradient(top, #F44336 0%, #FF5722 100%) !important;
    background: -moz-linear-gradient(top, #F44336 0%, #FF5722 100%) !important;
    background: -o-linear-gradient(top, #F44336 0%, #FF5722 100%) !important;
    background: linear-gradient(top, #F44336 0%, #FF5722 100%) !important;
}
.a-btn-2 {
    background: #80a9da;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background: -webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background: -moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background: -o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background: linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    box-sizing: border-box;
    padding-left: 110px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    border: 1px solid #5d81ab;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    clear: both;
    margin: 3px 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

    .a-btn-2 .a-btn-2-slide-text {
        position: absolute;
        font-size: 20px;
        top: 12px;
        left: 18px;
        /*color: #bde086;*/
        text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    }

.a-btn-2-text {
    padding-left: 5px;
    padding-top: 7px;
    display: block;
    font-size: 25px;
    text-shadow: 0px -1px 1px #5d81ab;
}

.a-btn-2:hover {
    opacity: 1;
    background-color: #bc3532;
}

.a-btn-2:active {
    position: relative;
    top: 1px;
    background: #5d81ab;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #80a9da;
}

.a-btn-2:active {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}



@media only screen and (max-width:800px) {
    /* For tablets: */
    .button .button-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    /* For mobile phones: */
    .button .button-wrapper {
        width: 100%;
    }
}
