body {
    padding-top: 80px;
    /* font-family: 'Source Sans Pro', sans-serif; */
}

h1, h2, h3,
h4, h5, h6,
.navbar-brand {
    font-family: 'Open Sans', sans-serif;
}

.navbar-brand {
    font-weight: bold;
}

#logout-form {
    display: none;
}

#login-register {
    background: -webkit-linear-gradient(45deg, #388E3C, #B2FF59);
    background: -o-linear-gradient(45deg, #388E3C, #B2FF59);
    background: linear-gradient(45deg, #388E3C, #B2FF59);
    height: 100vh;
}

h1 {
    font-weight: bold;
}

.container-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.container-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.container-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}

.sale-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    text-align: center;
    width: 180px;
    margin: 13px;
    padding: 5px;
    min-height: 300px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
            box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sale-card:hover {
    -webkit-box-shadow: 0 12px 60px hsla(0,1%,1%,.3);
            box-shadow: 0 12px 60px hsla(0,1%,1%,.3);
}

.home-card:hover {
    -webkit-transform: scale(1.06, 1.06);
        -ms-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
}

.stars-product {
    color: #FBC02D;
}

/* .views{
    display: none;
}

.sale-card:hover > .views{
    display: block;
} */

.product-header {
    margin-bottom: 2px;
}

.product-header > a,
.brand-header > a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.buy-wish-buttons,
.plus-minus-cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    margin-bottom: 5px;
}

.another-products-brand {
    text-align: left;
}

.brand-down-href {
    text-align: center;
    background: #388E3C;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.brand-down-href:hover {
    background: #388E3C;
}

#map {
    height: 45vh;
}

.footer {
    margin-top: 35px;
}

.footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-linear-gradient(45deg, #388E3C, #B2FF59);
    background: -o-linear-gradient(45deg, #388E3C, #B2FF59);
    background: linear-gradient(45deg, #388E3C, #B2FF59);
    width: 100%;
    height: 80px;
}

.footer-text > h5 {
    color: #fff;
    margin: 0;
}

/* .btn-primary {
    background-color: #304FFE;
} */

.brand-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    text-align: center;
    width: 300px;
    margin: 13px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.brand-card:hover {
    -webkit-box-shadow: 0 12px 60px hsla(0,1%,1%,.3);
            box-shadow: 0 12px 60px hsla(0,1%,1%,.3);
}

.product-facts,
.product-reviews {
    width: 100%;
}

.sale-card > .lead{
    margin-bottom: 0;
}

.container-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.container-reviews > .panel {
    width: 100%;
}

.image-n-buttons {
    text-align: center;
}

p.teaser {
    text-indent: 30px;
}

.review {
    width: 80%;
}

.review > h5 {
    text-align: center;
}

.cart-card {
    height: 370px;
}

.review-title,
.login-top-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.login-top-btn-block {
    margin-top: 2%;
    margin-bottom: 2%;
}

.bigtext {
    background: -webkit-linear-gradient(45deg, #388E3C, #64DD17);
    background: -o-linear-gradient(45deg, #388E3C, #64DD17);
    background: linear-gradient(45deg, #388E3C, #64DD17);
    -webkit-box-shadow: 0 12px 60px hsla(0,0%,4%,.3);
            box-shadow: 0 12px 60px hsla(0,0%,4%,.3);
    padding: 13px;
    width: 100%;
    color: whitesmoke;
    border-radius: 2px;
}

.page-empty {
    font-size: 3vmax;
}

.btn-buy-cart {
    text-align: center;
    margin-top: 1%;
}
.btn-buy-cart > a {
    font-size: 2vmax;
    padding: 15px;
}

.jumbotron {
    background: url('../images/jumbotron-background.jpg') no-repeat #388E3C;
    background-position: left center;
    background-size: cover;
    -webkit-box-shadow: 0 12px 60px hsla(0,0%,4%,.3);
            box-shadow: 0 12px 60px hsla(0,0%,4%,.3);
}

.jumbotron > p,
.jumbotron > h1 {
    color: whitesmoke;
}

.product-description,
.product-facts {
    margin-top: 2%;
}

.none-card > h6 {
    text-decoration: line-through;
}

.none-card > a > img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

aside.aside-products {
    width: 350px;
}

.inline-block {
    display: inline-block;
}

.top-container {
    background: -webkit-linear-gradient(45deg, #388E3C, #B2FF59);
    background: -o-linear-gradient(45deg, #388E3C, #B2FF59);
    background: linear-gradient(45deg, #388E3C, #B2FF59);
    width: 100%;
}

.top-container > h3{
    color: white;
}

.top-container .sale-card {
    height: 360px;
}

/* .img-carousel {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

#carousel-category {
    height: 60vh;
    overflow: hidden;
}
#carousel-category .carousel-inner .item {
    height: 60vh;
} */

.review-btns {
    display: inline-block;
}

.review-btns form,
.review-btns btn {
    display: inline-block;
}

.navbar {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .3s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #212121;
    text-indent:-9999px;
    display:none;
    border-radius:60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color: #B2FF59;
}

#scroll:hover {
    background-color: #B2FF59;
    opacity:1;
}

#scroll:hover span{
    border-bottom-color: #212121;
}

.form-group-small {
    max-width: 200px;
}
