

/*
 Categories and Products - freefairtrade
*/

/*
Geral
 */

button .spinner-border {
    vertical-align: baseline;
}


.link2 {
    color:#53513A;
    font-size: 12px;
}

.productButton
{
    background-color: #79A72C;
    border-radius: 3px;
    font-weight: 700;
    font-size: 1.8em;
    color: #FFF;
    border: none;
    outline-offset: -4px;
    outline: 1px dashed #FFF;
    padding: 7px 25px;
    cursor: pointer;
    /*margin-right: 30px;*/
}

.productButton
{
    font-size: 15px;
    padding: 7px 25px;
}

.productButton:hover
{
    color: #79A72C;
    background-color: #FFF;
    outline: 1px dashed #79A72C;
    text-decoration: none;
}

/*
categories and products
*/

.categories {
    margin-left: -15px;
}

.categories .btn{
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    border-radius: 50px;
    color: #4a4a4a;
    background: transparent;
}

.products{
    margin-top: 20px;
    margin-bottom: 20px;

}

.products .title h1{
    margin: 10px;
    font-size: 24px;
}

.products .item {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;

    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    min-width: 260px;
    text-align: left;
}
.products .img img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.products .name, .modal-product .name {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.products .desc, .modal-product .desc {
    padding-bottom: 10px;
}

.products .comments, .modal-product .comments {
    padding-bottom: 10px;
}

.products .city, .modal-product .city {
    padding-top: 10px;
    padding-bottom: 20px;
}

.products .priceinfo, .modal-product .priceinfo {
    font-size: 10px;
    color: #979797;
    padding-bottom: 4px;
}

.products .price .modal-product .price {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 24px;
}

.products .price  .col-2{
    /*btn add*/
    text-align: right;
}

/* modal add products */

.modal-header{
    border-bottom: 0px;
}

.modal-product{
    width: 97%;
    padding: 10px;
}

.modal-product .img{

}

.modal-product .img img{
    width: 100%;
    height: auto;
    max-height: 100%;
}

.modal-product .col-text{
    text-align: left;
    min-width: 250px;
}

.modal-product .name{
    font-size: 20px;
    text-align: left;
}

.modal-product .price{
    font-size: 20px;
}

.modal-product .options{

}

.modal-product .contact{
    font-size: 16px;
    text-align: left;
    padding-bottom: 6px;
}

.modal-product .btnadd{
    padding-top: 20px;

    color: #79A72C;
    font-weight: 700;
}

.modal-product .btnadd .btn{
    max-width: 300px;
}

.modal-product .btnadd .btn span{
    float: right;
    margin-right: 10px
}

.checkout .title h2{

}

/* Map
 */

#map {
    height: 450px;
}

.row-map{

}

#map-list{
    height: 450px;

    overflow-y: auto;
    overflow-x: hidden;

    margin-left: -10px;
}

#map-list .name,
#map-list .city,
#map-list .btnadd
{
    padding-top: 4px;
    padding-bottom: 4px;
}

#map-list .name
{
    padding-top: 0px;
}

#map-list .btnadd {
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 8px;
}

#map-list .productButton {
    font-size: 14px;
    padding: 4px 20px;
}

#map-list .modal-product {
    border-bottom: 1px solid #979797;
}

#map-list .modal-product:nth-child(1) {
    border-top: 1px solid #979797;
}

/*
New Bid
 */

.centerMarker {
    position: absolute;
    /* url of the marker */
    background: url(https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png) no-repeat;
    /* center the marker */
    top: 50%;
    left: 50%;
    z-index: 1;
    /* fix offset when needed */
    margin-left: -14px;
    margin-top: -22px;
    /* size of the image */
    width: 28px;
    height: 44px;
    cursor: pointer;
}

.freefairtrade{
    text-align: left;
}

.freefairtrade h1{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.freefairtrade label{
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
}

.alert{
    font-size: 15px;
    margin-top: 10px;
}

.invalid-feedback{
    font-size: 13px;
}

.text-muted{
    font-size: 13px;
}

input[type="file"]
{
    font-size: 16px;
}

.btn-link{
    font-size: 16px;
}

.row-new-bid{
    margin-top: -10px;
    margin-bottom: 0px;
    text-align: center;
}