:root {
    --main-color: #4b88a9;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
header{
    display:flow-root;
}
.character-limit {
    width: 200px; /* Set the desired width for the element */
    /*white-space: nowrap;  Prevent text from wrapping to the next line */
    overflow: hidden; /* Hide any overflowing text */
    position: absolute;
    text-overflow: ellipsis; /* Display an ellipsis (...) at the end of the visible text */
}
header img {
    width: 100px;
    height: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
select {
    display: block;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
}
#deletCart {
    background-color: transparent;
    color: #4b88a9;
    border:none;
}
#languages {
    display: block;
    border-radius: 8px;
    background-color: #a12f00;
    color: white;
    border: none;
    height: 35px;
}
.collection {
    border-top: none;
}
.famili {
    padding: 20px 30px;
}
.iti{
    width:100%;
}
.range {
    cursor: pointer;
    width: 25px;
    /*font-size: 20px;
    color: white;
    background: var(--main-color);
    border-radius: 50%;
    
    text-align: center;
    border:none;*/
}
.image {
    width: 45px;
    height: 45px;
}
.image_product{
    width:100px;
    height:100px;
    object-fit: contain;
}
.title {
    font-size: 18px;
    margin-left: 7%;
}
.title_taxa {
    font-size: 22px;
    margin-left: calc(7% + 100px);
}
.icon_more {
    font-size: 30px;
}
#content{
    border-top:none;
}
#items {
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 25px;
}
.subfamilia {
    display: none;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.produto {
    display: none;
    text-align: left;
}
.solo_product {
    height: 200px;
    padding: 0px 10px 0px 10px;
}
}
.more_des{
    margin-left:10px;
}
.des{
    display:none;
    margin-top:10px;
}
.des_price {
    float: left;
    margin-left:13%;
}
.price {
    font-weight:600;
    font-size:17px;
}
.caracteristicas
{
    margin-top:-20px;
}
.des_especificacoes {
    float: right;
    bottom: 0;
}
.add {
    color: white;
    border-radius: 10px;
    width:150px;
    height:35px;
    float:right;
    margin-top:-30px;
    border:none;
}
.campos {
    border: 2px solid;
    border-radius: 5px;
    border-color: #bababa;
    /*margin:6px 0px 6px 0px;*/
    text-align: center;
    margin-top:10px;
}
#secundari-camps{
    display:none;
}
.quantValue {
    padding: 0px 6px;
    float: right;
}
#secundari-camps {
    margin-top: 10px;
}
#ob {
    height: 100px;
    border-radius: 5px;
}
.cart_icon {
    color: #d52f2f;
    margin-right: 15px;
    float: right;
    cursor: pointer;
}
.final_camps {
    position: relative;
    left: 0;
    bottom: 70px;
    width: 100%;
    padding: 10px;
    margin-top:70px;
}
.finalizar {
    color: white;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-top: -30px;
    margin-top:10px;
    border:none;
    font-size:18px;
    margin-bottom: 100px;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9%;
    color: white;
}
#valor_total{
    float:left;
    font-size:24px;
    padding:5px 8%;
}
footer a {
    float: right;
    padding:5px 8%;
}
footer i {
    color: white;
    margin-right: 20px;
    cursor:pointer;
}
.success-content{
    justify-content:center;
    text-align:center;
    padding:30px 50px;
}