#user_sidebar {
    margin-top: 1rem;
}

#user_sidebar section {
    background-color: #E2E3E5;
    /* color: #6a7372; */
    color: #0C3775;
    padding: 1.5rem 0;
    margin: 0 0 0.5rem;
    font-family: "Avenir Next";
}

#user_sidebar section:last-child {
    background-color: #e6eff6;
}

#user_sidebar section a {
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 1.4rem;    
    display: block;
    color: inherit;
    font-size: 0.9rem;
    text-decoration: none;
}



.enlaces-rapidos a {    
    padding-bottom: .2rem !important;
    display: block;
    color: inherit;
    font-size: 1rem !important;
}


#user_sidebar section a.head {
    font-weight: 500;
    padding-left: 1rem;
}

#user_sidebar section a.active {
    font-size: 1.1rem !important;
    padding: .8rem 1.2rem !important;
    background-color: #687474;
    color: #fff !important;
}
.contenido-derecha .breadcrumb {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-top: 2rem;
    padding: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.contenido-derecha .breadcrumb li a {
    color: #006098;
    text-transform: uppercase;
}

.contenido-derecha .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #006098;
    content: ">";
}

.contenido-derecha .breadcrumb .breadcrumb-item.active {
    /*color: #8a8c8f;*/
    color: #006098;
    text-transform: uppercase;
}

.contenido-derecha #account_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #006098;
    margin-top: 2rem;
    background-color: #EFEFEF;
    padding: 1.5rem;
    align-items: flex-end;
}

.contenido-derecha #account_title h1.main-section-title {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 1rem;
    padding: 0;
}

.contenido-derecha #account_title .leyenda, .contenido-derecha #account_title .btn-azul {
    display: none;
}

.contenido-derecha #account_title .sin-pedidos .leyenda {
    display: block;
    font-size: 0.8rem;
    color: #6a7372;
}

.contenido-derecha #account_title .sin-pedidos .btn-azul {
    display: inline-block;
    text-decoration: none;
    background-color: #016099;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: uppercase;
    padding: 0.35rem 1.5rem;
    border: 0;
    outline: 0;
    margin-top: 1rem;
}

.contenido-derecha #account_title .ayuda {
    display: inline-block;
    font-size: 0.75rem;
    text-align: right;
    color: #006098;
    padding-right: 47px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 2.2rem;
    background-image: url(../images/chat.svg);
}

.contenido-derecha #account_title .ayuda strong {
    display: block;
}

@media (max-width: 767px) {
    .contenido-derecha .breadcrumb {
        margin-top: 0.35rem;
        font-size: 0.65rem;
    }

    .contenido-derecha .section-title {
        margin-top: 0.6rem;
    }

    .contenido-derecha .section-title h1.main-section-title {
        font-size: 0.85rem;
    }

    .contenido-derecha .section-title .ayuda {
        font-size: 0.5rem;
        padding-right: 27px;
        background-size: auto 1.2rem;
    }
}

#account_content {
    margin: 1rem 0 2rem;
}

.account_content {
    margin: 1rem 0 ;
    padding-right: 1rem;
    padding-left: 1rem;
}
#account_content .table{
    font-size: 1rem;
}
#account_content .table .thead-dark th {
    color: #ffffff;
    background-color: #38536f;
    border-color: #38536f;
    font-weight: normal;
}

#account_content .btn-azul{
    display: inline-block;
    text-decoration: none;
    /*background-color: #ffc03a;*/
    background-color: #003a70;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: uppercase;
    padding: 0.35rem 1.5rem;
    border: 0;
    outline: 0;
    margin-top: 1rem;
}

#account_content #medios_pago{
    margin: 2rem 0 3rem;
    width: 100%;
    max-width: 300px;
    /*display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;*/
}
#account_content #medios_pago .list-group{
    margin-bottom: 1rem;
}

#account_content #medios_pago .list-group label{}
#account_content #medios_pago .list-group label img{
    width: 90%;
}


#account_content a.cta{
    width: 200px;
    display: block;
}
#account_content a.cta img{
    width: 100%;
}

#related-products {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#related-products .center-content {
    width: 90%;
    margin: 1rem auto;
}

#related-products .section-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #6a7372;
    margin: 1rem 0;
}

#related-products .item {
    margin-top: 1rem;
}

#related-products .item .item-picture {
    text-align: center;
}

#related-products .item .item-picture img {
    width: 96%;
    margin: 0 auto;
}

#related-products .item .item-info {
    font-size: 0.85rem;
    color: #63656a;
}

#related-products .item .item-info > a {
    color: #006098;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0;
    margin: 0 0 0.7rem;
    display: block;
    line-height: 0.93rem;
}

#related-products .item .item-info p {
    margin: 0 0 0.1rem;
    line-height: 0.8rem;
    font-size: 0.7rem;
}

#related-products .item .item-info p.item-flag {
    font-weight: bold;
}

#related-products .item .item-detail {
    margin: 1.3rem 0;
}

#related-products .item .item-ordercart {
    color: #006098;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.85rem;
}

#related-products .item .item-ordercart .custom-control.custom-checkbox {
    margin-bottom: 0.3rem;
}

#related-products .item .item-ordercart .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #8a8c8f;
}

#related-products .item .item-ordercart .custom-control-label {
    padding-top: 0.25rem;
}

#related-products .item .item-ordercart .custom-control-label::before {
    background-color: #fff;
    border: #8a8c8f solid 2px;
}

#related-products .item .item-ordercart .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

#related-products .item .item-ordercart .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #006098;
    background-color: #006098;
}

#related-products .item .item-cart-btn {
    background-color: #016099;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 0.35rem 1rem 0.35rem 3rem;
    background-image: url(../images/item_cart_btn.jpg);
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 1rem auto;
    border: 0;
    outline: 0;
    margin-top: 1rem;
}

#related-products .item .item-detail {
    color: #63656a;
    font-size: 0.6rem;
}

#related-products .item .item-detail .item-stock {
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
}

#related-products .item .item-detail .item-stock i {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    vertical-align: bottom;
}

#related-products .item .item-detail .item-stock.disponible {
    color: #52e42d;
}

#related-products .item .item-detail .item-stock.disponible i {
    background-image: url(../images/item_stock_check.png);
}

.category-index {
    margin-top: 3rem;
    justify-content: space-between;
}

.category-index .category-card {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    text-align: center;
}

.category-index .category-card .cover {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
}

.category-index .category-card span {
    display: block;
    color: #003a70;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

@media (max-width: 767px) {
    .category-index .category-card {
        margin-bottom: 1.5rem;
    }
   
   .table td, .table th {
    padding: 1.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
    }   
       .item-minus {
        background-color: transparent;
        border: 1px solid #cccccc;
        padding: 8px 3px 7px 4px;
        text-align: right;
        color: #8c8181;
        margin-left: -15px;
        font-size: 8px;
    }
    .item-add {
        background-color: transparent;
        border: 1px solid #cccccc;
        padding: 8px 3px 7px 4px;
        text-align: right;
        color: #8c8181;
        margin-left: -2px;
        font-size: 8px;
    }
     .cant-item {
        border: 1px solid #cccccc;
        width: -24px;
        padding: 8px 3px 7px 5px;
        text-align: center;
        margin-left: 2%;
        padding-left: 1px;
        color: #777272;
        font-size: 13px;
    }    
    .product-order-view {
        padding-top: 2px;
        padding-bottom: 2px;
        width: 43%;
        margin-left: -2%;
        text-align: center;
    } 
}


@media (min-width: 1024px) and (max-width: 1199px) {
    .category-index .category-card span {
        font-size: 0.65rem;
    }
}


.text-left-menu a{    
    color: #0C3775 !important;
    font-size: 1rem !important;
    padding: 1rem, 1rem, 1rem, 1rem !important;
}

.bg-gris{
    background-color: #F2F8FB;
}







.btn-address{
    border-color: #cedbe2 !important;
    background-color: #E4EFF5 !important;
    color: #0C3B76;
    font-size: 12px;
    padding: 0.7rem !important;
}

.btn-address i{
    float: right;
}
.btn-address:hover {
    border-color: #cedbe2 !important;
    background-color: #cedbe2 !important;
    color: #0C3B76 !important;

}
.btn-address:focus,
.btn-address:active {
    border-color: #E4EFF5 !important;
    background-color: #cedbe2 !important;
    color: #0C3B76 !important;
}
.btn-address.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.btn-outline-blue {
    border-color: #E4EFF5;
    background-color: transparent;
    color: #0C3B76;
}
.btn-outline-gris:hover {
    background-color: #E4EFF5;
    color: #0C3B76 !important;
}
.btn-outline-blue.btn-glow {
    box-shadow: 0px 1px 20px 1px rgba(33, 150, 243, 0.6);
}

input[type="checkbox"].bg-gris + .custom-control-label:before,
input[type="radio"].bg-gris + .custom-control-label:before {
    background-color: #E4EFF5 !important;
}
@media (min-width: 1200px) {
    .containerorder, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1427px;
        margin-left: auto;
        margin-right: auto;
        

    }
  }
  .btn-warning {
    border-color: #ff7e39 !important;
    background-color: #ff9149 !important;
    color: #ffffff;
}
.btn-primary {
    /* border-color: #535be2 !important; */
    /* background-color: #666ee8 !important; */
    border-color: #0E5F7E !important;
    background-color: #2ca2d1 !important;
    color: #ffffff;
}
.DataOrder{
    font-size:14px;
}
.orderim{
    font-size:50px;
    text-align: right;
}


.additional-addresses{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:center!important;    
}
.additional-addresses h4{
    font-size: 1.5rem !important;
}
.additional-addresses h5{
    font-size: 1.1rem !important;
}
.elemento{
    width:50%;
}
.product-item-order{
    margin-left: 2%;
}
.image-item-order{
    width: 20%;
    height: auto;
    vertical-align: middle;
}
.product-order-view{
    padding-top: 2px;
    padding-bottom: 2px;
    width: 43%;
    margin-left: -4%;
    text-align: center;
}
.border-tr{
    border-bottom: 1px solid #dad9da !important;
}
.btn-checkout{
    padding: 0.70rem 1.5rem;
    font-weight: normal;
}
.btn-checkout:hover{
    color:#cccaca
}
.wrap-checkout-total{
    border: 1px solid #dedbdb;
    padding-left: 5%;
    padding-top: 6%;
}
.help-block-checkout{
    margin-top: 1rem !important;
    margin-left: 45% !important;
}