.oculto{
    display: none !important;
}

.lgi-selector-wrapper{
    margin-top: 25px;
}

#product #add-to-cart-or-refresh{
    display: flex;
    flex-direction: column;
}

#product #add-to-cart-or-refresh > *{
    order: 2;
}

.lgi-selector-wrapper{
    order: 1 !important;
    margin-bottom: 25px;
}

.lgi-selector-title{
    text-transform: uppercase;
    margin-bottom: 10px
}

.lgi-selector{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lgi-selector-option{
    width: calc(50% - 30px);
    text-align: center;
    color: #1F4D4D;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 11px 0px;
    cursor: pointer;
}

.lgi-selector-option.seleccionado{
    font-weight: bold;
    border: 2px solid black;
}

#product .product-variants ul#group_3 input[checked="checked"] + span {
    background-color: #ffffff;
    color: #151515;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 20px;
}

#product .product-variants ul#group_3 input + span {
    background-color: #ffffff;
    color: #606060;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
}

#product .product-variants ul#group_3 input:hover + span {
    border-color:#606060;
}

#product .product-variants{
    display: flex;
    flex-direction: column;
}

#product .product-variants > .grupo_color{
    order: 2;
}

#product .product-variants > .product-variants-item{
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.caja-cuadrada{
    background: white;
    border-radius: 20px;
    padding:25px;
    margin-bottom: 25px;
}

.producto-detalles{
    display: flex;
    flex-direction: row;
}

.producto-detalles-info{
    flex-grow: 1;
    color: black
}

.producto-detalles-info p{
    margin-bottom: 0;
}

.producto-detalles-nombre{
    font-size: 1.2em;
    font-weight: bold;
}

.producto-detalles-precio{
    font-weight: bold;
    font-size: 1.05em;
}

.detalles-pedido h2{
    margin-bottom: 25px;
    font-size: 14px;
}

.producto-detalles-reporte{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.producto-detalles-reporte a,
.detalles-pedido a{
    background-color: #CCCCCC;
    text-transform: uppercase;
    color: white !important;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
}

.detalles-pedido .detalles-inf a{
    background-color: #1F4D4D;
}

.detalles-pedido .descarga-contrato a{
    background: transparent;
    border: 2px solid #1F4D4D;
    color: #1F4D4D !important;
}


.producto-detalles-reporte a:hover,
.detalles-pedido .descarga-contrato a:hover,
.detalles-pedido a:hover{
    background-color: #151515 !important;
    color: white !important;
    border-color: #151515;
}

.detalles-sup{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.detalles-sup > div{
    width: 50%;
}

.detalles-linea{
    margin-bottom: 10px
}

.detalles-linea strong{
    font-weight: bold;
    font-size: 1.5em;
}

.detalles-sup-der{
    text-align: right;
}

.detalles-sup-der p{
    margin-bottom: 0;
}

.detalles-total{
    font-weight: bold;
    font-size: 3.5em;
}

.detalles-pedido{
    color: black;
}

.detalles-direccion p{
    margin-bottom: 0;
}

.detalles-inf{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -22px;
    margin-top: 20px
}

.detalles-inf > div{
    width: 50%;;
    text-align: center;
    margin-bottom: 22px;
}

.detalles-inf > div.descarga-contrato{
    width: 100%;
}

.detalles-inf > div a{
    display: inline-block;
    width: 100%;
}

.detalles-inf > div:nth-child(even){
    padding-right: 10px;
}

.detalles-inf > div:nth-child(odd):not(:first-child){
    padding-left: 10px;
}

.checkout-step{
    margin-top: 70px
}

#pagos-realizados{
    width: 100%;
}

#pagos-realizados th{
    font-weight: bold;
}

#pagos-realizados tr td,
#pagos-realizados tr th{
    padding: 15px 10px;
}

#pagos-realizados tr:nth-child(even){
    background: #F3F6F6
}

.aviso-modal-container{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width:100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.aviso-modal{
    background: white;
    width: 50%;
    min-width: 250px;
    padding: 20px 30px;
    border-radius: 15px;
}

.aviso-modal-titulo{
    color: #1F4D4D;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
}

.aviso-modal-cerrar-container{
    text-align: center;
}

.aviso-modal-cerrar{
    border: none;
    background: #1F4D4D;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 25px;
}

.aviso-modal-cerrar:hover{
    opacity: 0.8;
}