body{
    background-color: #f4f2e9;
    color: #212419;
}
.preheader{
    font-size: 23px;
    text-align: right;
}
.preheader i{
    margin-left: 0.5em;
}
.prices p {
    display: inline-block;
    margin-right: 10px; 
}
.prevprice {
    text-decoration: line-through;
    color: gray;
}
.card{
    background-color: #68774e;
    color: #f4f2e9;
    padding: 15px;
    border-radius: 15px;
}
.card h4{
    color: #f4f2e9;
}
.card p{
    color: #f4f2e9;
}
.card img{
    border-radius: 15px;
}
.btn-success{
    background-color: #d4c5a8;
    color: #212419;
    border: none;
    font-size: 14px;
    border-radius: 10px;
}
.btn-success:hover{
    border: 1px solid #212419;
    font-size: 16px;
    font-weight: bold;
    background-color: #d4c5a8;
    color: #212419;
    border-radius: 10px;
}
footer {
    background-color: #dbd9cb;
    color: #212419;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer ul li {
    margin: 5px 0;
}
footer ul li a {
    color: #212419;
    text-decoration: none;
}
.social-icons {
    font-size: 24px;
    color: #007bff;
    margin-top: 10px; 
    border-top: 1px solid #c8c8c8;
}
.social-icons a {
    text-decoration: none;
    color: #212419;
    margin-right: 10px;
}
.living{
    position: relative;
}
.living img{
    max-width: 100%;
    position: relative;
}
.circle-container {
    position: absolute;
    background-color: #303030; /* Color de fondo del contenedor */
    z-index: 2;
}
.circle {
    width: 3vh;
    height: 3vh;
    border-radius: 50%;
    margin-left: 10%;
    border: 1px solid white;
}
.circle:nth-child(1) {
    background-color: white;
}
.circle:nth-child(2) {
    background-color: #212419; /* Color del segundo círculo */
}
.circle:nth-child(3) {
    background-color: gray; /* Color del tercer círculo */
}
.circle:nth-child(4) {
    background-color: green; /* Color del cuarto círculo */
}
.sillon-car {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.precio-product{
    font-size: 28px;
}

.medidas-producto p{
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: #212419;
}

.cart-container {
    display: none;
    position: fixed;
    right: 30px;
    top: 50px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 20px;
    border-radius: 5px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.card-dest{
    margin-left: 5px;
}
.w-25{
    height: 115px !important;
    width: auto !important;
}
/* Account */
#login_container{
    display: none;
    position: absolute;
    right: 4em;
    background-color: white;
    z-index: 999;
    font-size: 70%;
    padding: 1.5em 2em;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
    min-width: 40vh;
}
#login_container input{
    max-height: 70%;
    margin-bottom: 1em;
    font-size: 0.95rem;
    font-weight: 300;
}
.login_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_header p{
    font-size: 175%;
    margin: 0;
}
.login_button{
    cursor: pointer;
}
.close_button{
    border: none;
    background-color: transparent;
    color: #303030;
    cursor: pointer;
}
.admin_menu{
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.admin_nav{
    list-style: none;
    text-align: start;
    padding: 0;
}
.admin_menu li{
    margin-right: 1em;
}
.account_editable{
    display: none;
    transition: all 0.5s;
}
.account_edit td:nth-child(3){
    text-align: end;
}
.account_editable td:nth-child(3){
    text-align: end;
}
.account_editable button{
    margin-left: 1em;
}
.account_edit span{
    cursor: pointer;
}
/* Buttons */
.btn_custom{
    background-color: #90A560;
    color: #CED9B7
}
.btn_custom:hover{
    background-color: #D5D97A;
    color: #90A560;
}
/* carrito */
#cart-items{
    padding: 1em;
    text-align: center;
    display: grid;
    font-size: 60%;
}
.checkout{
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 70%;
}
.checkout span{
    margin-left: 1em;
    margin-right: 0.5em;
    border-radius: 50%;
    border: solid 1px #000;
    padding: 0.5em 0.8em;
}
.shipping_box{
    border: solid 1px #303030;
    padding: 1em;
}
#contenedor{
    width: 500px;
    height: 500px;
    border: 2px solid #212419;
    padding: 0;
}
.cont{
    width: 250px;
    height: 150px;
}
.mueble{
    width: 20px;
    height: 20px;
}
.spinEffect{
    transform: rotate(-90deg);
}
.card{
    height: 95%!important;
    padding-bottom: 5%;
}

@media (min-width: 992px){
    .navbar-nav{
        justify-content: end;
        width: 100%;
    }
    .navbar-nav li{
        margin-left: 1em;
    }
    #logo{
    height: 10vh;
}
}
@media (max-width: 992px){
    .cart-container{
        top: 16em !important;
    }
    #logo{
    height: 7vh;
}
}
