﻿/*Areas/Commerce/Content/Commerce_socasaStyles.css?version=2023/05/15-15:20:18" type="text/css" rel="stylesheet" media="screen" />*/


.product-menuV2 {
    background-color: #ffcb02;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.personalizacion-commerce-resumen-compra-titulo-highlight {
    font-size: 19px;
    font-weight: bold;
    /* color: #395087; */
    color: white !important;
    background-color: #ffcb02;
    padding: 10px;
    margin-left: -10px;
    margin-right: -15px;
}

.personalizacion-commerce-resumen-compra-header {
    background-color: #ffcb02;
    color: #fff;
    height: 100%;
    padding: 16px 19px;
    font-size: 21px;
    font-weight: bold;
}
.commerce-footer-separator {
    margin-top: 20px;
    height: 42px;
    line-height: 42px;
    color: white;
    text-align: right;
    vertical-align: middle;
    background-color: #ffcb02;
}


.bt_servicios_lista_boton_comprar {
    background-color: #ffcb02 !important;
    font-weight: bold;
    color: white;
    border-radius: 100px;
    margin-left: -10px;
}