.cont_head_tienda{
    width: 100%;
    text-align: center; 
    margin-top: 30px;
}

.text_nombre_tienda{
    font-size: 23px;
    font-weight: bold;
}
.text_dir_tienda{
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
.website-link-container {
    margin: 5px 0 10px 0;
}
.social-separator {
    color: #d9272e;
    margin: 0 10px;
}

.social-links-container {
    margin: 5px 0 10px 0;

}
.cont_header_tienda {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.logo_tienda {
    max-height: 50px;
    object-fit: contain;
}

.product-price {
    margin: 0;
}
.website-link {
    color: #d9272e;
    text-decoration: none;
    font-weight: 500;
}

.website-link:hover {
    text-decoration: underline;
    color: #b31e24;
}
.cont_btn_ws{
    margin-top: 20px;
}
.btn_ws_tienda{
    background-color: #0bc243;
    border-color: #0bc243;
    width: 350px !important;
    font-weight: bold;
}
.btn_cargar_mas{
    height: 50px;
    border: solid thin #d9272e;
    background: white;
    color: #d9272e;

}

.btn_ws_tienda:hover{
    background-color: #0bc243;
    border-color: #0bc243;
    width: 350px !important;
    font-weight: bold;
}

.btn_ws {
    background-color: #0bc243;
    border-color: #0bc243;
}

.btn_ws:hover {
    background-color: #0bc243;
    border-color: #0bc243;
}