/*#app .navbar {*/
/*    padding: 0;*/
/*}*/

.brand-logo {
    max-width: 250px;
    margin: 10px auto;
}

#store-shopping-cart {
    margin-top: 25px;
}

#client-home-cart-here #store-shopping-cart {
    margin-top: 0;
}

i.icon-large {
    font-size: 75px;
    display: block;
    margin: 40px auto;
}

i.icon-action {
    margin: auto 10px;
}

.menu-card {
    margin-top: 20px;
}

.column-actions {
    text-align: left;
}

.chip {
    background-color: #f2f2f2;
    margin: 0 5px 5px 0;
}

#add-image-button {
    margin: 20px auto;
}

.save-button {
    margin-top: 20px;
}

.thumb-add-image {
    max-width: 100px;
    max-height: 100px;
    margin: 10px;
    border: 1px solid gray;
    border-radius: 5px;
}

.bad-type {
    max-width: 100px;
    max-height: 100px;
    margin: 10px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center
}

.close-self,
.cursor-button {
    cursor: pointer;
}

.product-list-image {
    max-width: 100px;
    max-height: 100px;
    border: 1px solid gray;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
}

.card.property-row {
    margin-top: 20px;
}

.card.property-row ul {
    border: none;
    margin-top: 10px;
}

.property-detail-row {
    margin: auto 20px;
}

.product-properties-list {
    color: silver;
}

.product-properties-list strong {
    color: gray;
}

.search-form {
    margin-bottom: 20px;
}

/* STORE */
.store-product {
    margin-bottom: 25px;
}

.store-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;

    border-radius: 10px;
    background-color: white;
}

.store-image-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.store-product-image {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.store-price {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}

.item-description {
    width: 100%;
    /*height: 30px;*/
    font-size: 1.1em;
    text-transform: inherit;
    line-height: 17px;
    margin-bottom: 10px;
}

.add-to-cart.item-view {
    display: inline-block;
    font-color: black;
    font-size: 1.2em;
    border: 1px solid #343434;
    border-radius: 5px;
    width: 85px;
    text-align: center;
}

.grid-striped .row:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.grid-striped .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#store-shopping-cart {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    float: right;
    font-size: 20px;
    color: #3490dc;
}

.item-properties {
    margin-bottom: 20px;
}

.user-home {
    font-size: 20px;
    color: #3490dc;
    margin-top: 25px;
}

.item-image {
    width: 100%;
    border-radius: 10px;
    background-color: white;
}

.item-mini-image {
    display: inline-block;
    height: 50px;
    margin: 5px;
}

#cart-button-qty {
    width: 21px;
    height: 21px;
    position: absolute;
    z-index: 1051;
    margin-top: -40px;
    margin-left: 22px;
    padding: 9px 5px;
    border-radius: 20px;
    font-size: 11px;
    line-height: 3px;
    text-align: center;
    background-color: #f5a623;
}

.cart-image {
    width: 100%;
}

.cart-mobile {
    display: none;
}

.cart-row {
    margin-bottom: 20px;
}

.figure-align {
    text-align: right;
}

.one-row-button {
    margin-bottom: 10px;
}

.show-required {
    border-color: red;
}

.float-after-tabs {
    position: absolute;
    right: 0;
    top: 0;
}

input[pattern]:invalid {
    color: red;
}

.shipto:hover {
    border: 1px solid blue;
}

.payment-types i {
    font-size: 2em;
}

.payment-type-box {
    margin-bottom: 20px;
}

.order-figure money {
    float: right;
}

.page-link {
    border: none;
    background: none;
    color: #3490dc;
}

.page-item.active .page-link {
    background: none;
    color: black;
}

.page-item.disabled .page-link {
    background: none;
    color: silver;
}

.list-group.categories .list-group-item.list-group-item-action {
    border: none;
    background: none;
    padding: 5px;
}

.list-group.categories .list-group-item.list-group-item-action.active {
    color: black;
}

.list-group.categories .list-group-item.list-group-item-action.subcategory {
    margin-left: 20px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.category-row div {
    margin: 5px;
}

.category-row div:hover {
    background-color: #e9ecef;
}

.drop-placeholder:hover {
    background-color: black;
}

@media screen and (max-width: 400px) {
    .tab-label {
        display: none;
    }

    i.icon-large {
        font-size: 60px;
        display: block;
        margin: 30px auto;
    }

    /*  STORE  */
    .store-image-container {
        float: left;
        margin-right: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
    }

    .store-image-container {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
    }

    .buy-button-list {
        display: none;
    }

    .cart-mobile {
        display: block;
    }

    .figure-align {
        text-align: center;
    }

    .brand-logo {
        max-width: 170px;
        margin: 10px auto 10px 10px;
    }

}
