body {
    height: 100%;
    padding-bottom: 100px; /*desconto do footer*/
}

[v-cloak] {
    display: none;
}

.clickable {
    cursor: pointer;
}

.red-color {
    color: red;
}

.green-color {
    color: green;
}

.blue-color {
    /*color: #337ab7;*/
    color: #1565C0;
}

.gray-color {
    /*color: #337ab7;*/
    color: #808080;
}

.shop-item-container {
    height: 375px;
}

.checkout-quantity-input {
    width: 60px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #887f7f;
}

.error-modal-box {
    display: flex;
}

.error-modal-box p {
    margin-left: 15px;
}

.error-modal-box i {
    margin-top: 3px;
}

.footer {
    border-top: 2px solid #009de0;
    height: 100px;
    /* margin-top: auto; */
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #ededed;
    z-index: 3;
}

.policy-cookies-panel {
    width: 100%;
    background-color: gray;
    position: absolute;
    top: 0;
    padding: 20px;
    opacity: 0.9;
    display: none;
}

.policy-cookies-container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.policy-cookies-text {
    color: white;
}

@media screen and (min-width: 1047px) {

    .policy-cookies-text {
        width: 75%;
    }
}

@media screen and (max-width: 1047px) {

    .policy-cookies-text {
        width: 100%;
    }
}

.band-container{
    width: 335px;
    z-index: 1100;
    position: fixed;
    right: 35px;
    top: 70px;
}

#__downloadframe{
    width: 1px;
    height: 1px;
}

/* # font a utilizar no texto info do fecho FO */
.tiny-font{
    font-size: 9px;
}
