.frete-shadow {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frete-box {
    width: 90%;
    max-width: 400px;
    max-height: 95%;
    background: #f8f8f8;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    top: 0;
    transition: top .25s;
}

.frete-box.hide {
    top: -100vh;
}

.frete-box-title {
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
}

    .frete-box-title i {
        cursor: pointer;
    }

.frete-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.frete-especial {
    color: #289d11;
    background: rgba(238, 248, 238, 1);
}


.frete-submit {
    padding: 10px;
    text-align: center;
    background: #289d11;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.frete-options {
    margin: 20px 0;
}

.frete-preco {
    color: #289d11;
    font-size: 22px;
    font-weight: bold;
}

.frete-item.frete-active {
    background: #daecc6;
}

.frete-active .frete-nome {
    color: #289d11;
    font-weight: bold;
}

.frete-prazo {
    font-size: 14px;
}


.cart-frete-endereco-wrap {
    flex-grow: 2;
}

.frete-obs {
    font-size: 14px;
    margin-top: 5px;
}

.cart-frete-metodo {
    flex-grow: 2;
    font-size: 14px;
    min-width: 100px;
}
