.footer-user{
    margin-top: 100px;
}   

.p-breadcrumb{
    margin: 10px 0;
}
.p-breadcrumb *{
    box-sizing: border-box;
}
.p-breadcrumb .lista li{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}
.p-breadcrumb .lista li:after{
    content: ">";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 3px;
}
.p-breadcrumb .lista li:last-child:after{
    display: none;
}
.p-breadcrumb .lista a{
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.input-hidden {
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
}

.mi-cuenta {
    background: #f7f7f7;
}
.p-user-perfil {
    margin-top: 5px;
}
.p-user-perfil .content {
    background: rgba(255, 255, 255, .5);
    padding: 30px 40px 20px 40px;        
}
.user-perfil {
    background: #fff;
    display: flex;
    color: #000;
    padding: 20px 60px;
    border-radius: 8px;
}
.user-perfil .image {
    width: 79px;
    height: 77px;
    background-image: url("../img/perfil-image.png?v=2");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.user-perfil .text-1 {
    color: #000;
    font-size: 22px;
    margin-left: 12px;
    font-family: 'Geogrotesque-Bold';
}
.user-perfil .text-2 {
    margin-left: 26px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif; 
    text-transform: uppercase;
}
.user-perfil span {
    position: relative;
    top: 40px;
    display: inline-block;
    vertical-align: middle;
}
.user-perfil span span{
    top: 0;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif; 
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.p-perfil-body {
    margin-top: 0;
}
.p-perfil-body * {
    box-sizing: border-box;
    border: 0;
    outline: 0;
}
.p-perfil-body .content {
    background: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: space-between;
    padding: 0 40px 50px 40px;
}
.p-perfil-body .form-add-1 {
    margin-top: 24px;
}
.p-perfil-body .item-1 {
    width: 434px;
    padding: 20px 25px 10px 65px;
    background: #fff;
    border-radius: 8px;
}
.p-perfil-body .item-1 .text-1 {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    position: relative;    
}
.p-perfil-body .item-1 .text-1:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../img/usuario.png?v=2");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 10px;
}
.p-perfil-body .item-2 {
    width: calc(100% - 454px);
    background: #fff;
    margin-left: 17px;
    padding: 66px 50px;
}
.p-perfil-body .item-2 .text-1 {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    color: #000;
}
.p-perfil-body .item-2 .text-2 {
    display: inline-block;
    padding: 12px 0 0 4px;
}
.p-perfil-body .item-2 .text-5 {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
}
.p-perfil-body .item-2 .button-1 {
    font-size: 14px;
    background: #000;
    color: #fff;
}
.p-perfil-body .item-2 .button-2 {
    margin-top: 30px;
}
.p-perfil-body .item-2 .button-3 {
    width: 140px;
    height: 50px;
    margin: 0;
    font-size: 14px;
    color: #000;
}
.p-form-row , .form-row{
    position: relative;
}
.p-perfil-body .item-2 .p-form-row {
    margin-bottom: 12px;
}
.p-perfil-body .item-2 .p-form-row .text {
    position: relative;
    top: -1px;
    font-size: 13px;
    padding-left: 6px;
}
.p-perfil-body .item-2 .radio-type-1 {
    margin-top: 20px;
}
.perfil-menu {
    margin-top: 20px;
}
.perfil-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 55px;
    border-bottom: 1px solid #999;
    padding: 0 22px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.perfil-menu a.select {
    background: #e7e7e7;    
}
.p-list-direccion {
    margin-top: 25px;
    width: 100%;
}
.p-list-direccion thead th{
    padding: 6px 0 10px 0;
}
.p-list-direccion tbody td{
    text-align: center;
    padding: 8px 0;
}
.p-list-direccion tbody td input {
    font-size: 18px;
}
.p-list-direccion tbody tr{
    border-bottom: 1px solid #999;
}
.p-list-direccion tbody td{
    border-bottom: 1px solid #999;
}

.p-list-direccion tbody td label {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
}
.p-list-direccion .dir {
    width: 40%;
    justify-content: flex-start;
}
.p-list-direccion i {
    cursor: pointer;
    font-size: 14px;
}
.list-direccion-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.list-direccion-header div {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #000;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-direccion-body {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #999;
    flex-wrap: wrap;
}
.list-direccion-body div {    
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-direccion-body input {
    font-size: 18px;
}
.list-direccion-body label {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.p-list-direccion input:checked + label {
    background: #ff6409;
}
.p-list-compras {
    margin-top: 25px;
}
.list-compras {
    height: 98px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 2px 3px #ddd;
    margin-bottom: 13px;
    padding: 0 25px;
}
.list-compras .c-title {
    font-size: 12px;
    font-family: 'Geogrotesque-Regular';
    color: #000;
}
.list-compras .c-content {
    font-size: 12px;
    color: #000;
    margin-top: 8px;
}

.p-form-cambiar-clave .p-form-row{
    width: 300px;
}

.form-cambiar-clave {
    width: 250px;
    margin-top: 25px;
}
.form-cambiar-clave .p-button {
    justify-content: flex-start;
}
.form-cambiar-clave .p-button button {
    margin-top: 15px;
}

.form-add {
    width: 100%;
}

.form-add button {
    justify-content: center;
    margin-top: 25px;
    cursor: pointer;
}

.form-add button i {
    position: relative;
    top: 1px;
}

.form-add .button-add {
    background: #5f9ea0;
}

.form-add .col {
    display: flex;
    justify-content: space-between;
}

.form-add .col .form-row {
    margin-right: 15px;
    margin-bottom: 0;
}

.form-add .col-2 .form-row {
    width: 50%;
}

.form-add .col-2 .form-row:nth-child(2n+2) {
    margin-right: 0;
}

.form-add .col-3 .form-row {
    width: 33.3%;
}

.form-add .col-3 .form-row:nth-child(2n+2) {
    margin-right: 15px;
}

.form-add .col-3 .form-row:nth-child(3n+3) {
    margin-right: 0;
}

.form-add .col-4 .form-row {
    width: 25%;
}

.form-add .col-4 .form-row:nth-child(4n+4) {
    margin-right: 0;
}

.p-form-row {
    margin-bottom: 20px;
}

.p-form-row:last-child {
    margin-bottom: 0;
}

.p-form-row label,
.p-form-row input,
.p-form-row select,
.p-form-row textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
}

.p-form-row label::-webkit-input-placeholder,
.p-form-row input::-webkit-input-placeholder,
.p-form-row select::-webkit-input-placeholder,
.p-form-row textarea::-webkit-input-placeholder {
    color: #333;
}

.item-f-textarea{
    min-height: 100px;
    padding: 20px 8px !important;
}

.p-form-row .item-form {
    background: none;
    background: transparent;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 40px;
    padding: 8px;
    position: relative;
    box-sizing: border-box;
}

.p-form-row .item-form:focus{
    box-shadow: 0 0px 3px 0px #ff6409;
    border-color: transparent;
}

.p-form-row .item-textarea.item-textarea-type-2 {
    width: 100%;
    height: 120px;
    padding: 10px;
    white-space: pre-wrap;
}

.p-form-row .item-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    white-space: pre-wrap;
}

.form-row.form-row-check-type-2 {
    width: 100%;
    height: 45px;
    border: 2px solid #5f9ea0;
    border-radius: 10px;
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.form-row.form-row-check-type-2 label,
.form-row.form-row-check-type-2 input {
    text-align: center;
    width: 120px;
}

.form-row.form-row-check-type-2 input {
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.form-row.form-row-check-type-2 label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    justify-content: space-between;
}

.form-row.form-row-check-type-2 label:after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #5f9ea0;
    margin-right: 10px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.form-row.form-row-check-type-2 input:checked + label:after {
    content: '';
    font-family: 'fontello';
    background: #ff6409;
}

.parent-form {
    display: flex;
    justify-content: space-between;
}

.form-column-1 {
    width: 100%;
    margin-right: 40px;
}

.form-column-2 {
    width: 26%;
}

.form-column-3 {
    width: 26%;
    margin-right: 40px;
}

.tyc-type-1 {
    margin-top: 20px;
    position: relative;
}

.tyc-type-1 a {
    font-weight: 600;
    color: inherit;
    font-size: inherit;
}

.tyc-type-1 label {
    color: #1b1b1b;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    flex-wrap: wrap;
}

.tyc-type-1 label:before {
    content: '';
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    margin-right: 6px;
}

.tyc-type-1 label a {
    margin-left: 4px;
}

.tyc-type-1 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.tyc-type-1 input:checked + label:before {
    background: #ff6409;
    content: '';
    font-family: 'fontello';
    color: #fff;
    font-size: 11px;
    border: 1px solid #9fd8bc;
}

.tyc-type-1 span.text-7 {
    width: calc(100% - 25px);
    position: relative;
    top: -1px;
}

.radio-type-1 {
    margin-top: 10px;
}

.radio-type-1 .form-row {
    display: flex;
    align-items: center;
}

.radio-type-1 .form-row label {
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-type-1 .form-row label:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
}

.radio-type-1 .form-row label span.sif-check {
    width: calc(100% - 24px);
    display: flex;
    margin-left: 6px;
}

.radio-type-1 .form-row input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
}

.radio-type-1 .form-row input:checked + label:before {
    background: #ff6409;
    content: '';
    font-family: 'fontello';
    color: #fff;
    font-size: 11px;
    border: 1px solid #ff6409;
}

.p-perfil-body .button-type-3, .form-add .button-type-3{
    width: 241px;
    padding: 10px 6px;
    text-align: center;
    color: #fff;
    background: #0fa538;
    display: block;
    border: 0;
    outline: 0;
    font-size: 18px;
    border-radius: 6px;    
    font-weight: bolder;
}

.p-perfil-body .button-type-3.button-promo{
    font-size: 15px;
    font-weight: 400;
    margin-top: 18px;
    background: #ff6409;
}

.p-show-promo{
    margin-top: 10px;
}

.show-promo{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.show-promo .item-promo{
    width: calc(50% - 4px);
    min-height: 98px;
    background: #f0f0f0;
    border-radius: 6px;
}

.button-type-2 {
    color: #202020;
    background: #333;
    width: 175px;
    height: 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.p-button-direccion{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.ic-icn{
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.ic-pincel{
    background-image: url(../img/ic-pincel.png?v=2);
}

.ic-cancel{
    background-image: url(../img/ic-cancel.png?v=2);
}



/**************************** ************************************
***************************** footer user ***********************/

.footer-user{
    padding: 28px 0 30px 0;
}

.footer-user .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-2-footer{
    margin-right: 20px;
}

.menu-2-footer a{
    font-size: 14px;
    color: #fff;
}

.menu-2-footer a:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 10px;
    background: #0fa538;
    margin: 0 8px 0 14px;
}

.menu-2-footer a:last-child:after{
    display: none;
}

.copyright{
    color: #ff6409;
    font-size: 14px;
}


/**************************** ************************************
***************************** Popup *****************************/

.data-show{
    display: block !important;
}

.data-hide{
    display: none !important;
}

.ip-change-height .ip-scroll{
    overflow-y: scroll;
}

.ip-change-height .ip-scroll{
    overflow-y: scroll;
}

.ip-change-height .ip-content{
    transform: translateX(-50%);
    top: 0;
    margin: 20px 0;
}

.user-popup-dir-add-edit{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0, .6);
    z-index: 9999;
}

.ip-scroll{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ip-content{
    width: 92%;
    max-width: 650px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px 25px 25px 25px;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    box-sizing: border-box;
    transition: all .2s;
}

.ip-close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    background: #eee;
    border-top-right-radius: 6px;
}

.item-popup .p-form-row{
    margin-bottom: 12px;
}

/**************************** ************************************
***************************** Listado de direcciones *****************************/

.p-direccion-content{
    width: 100%;
    margin-top: 22px;
    padding: 20px 40px;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
}

.p-direccion-content .p-close{
    font-size: 22px;
    color: #333;
    position: absolute;
    top: 6px;
    right: 12px;
    font-family: 'Geogrotesque-Bold';
    cursor: pointer;
}

.p-direccion-content .p-button{
    text-align: right;
}

.p-direccion-content .p-button .button-type-3{
    display: inline-block;
}

.p-direccion-content .radio-type-1 .form-row label{
    font-size: 12px;
}


/* use menu hover */

.p-user-menu-hover{
    position: absolute;
    top: 112%;
    right: 15px;
    padding: 15px 18px 30px 18px;
    width: 169px;
    height: 120px;
    background: #fff;
    z-index: 1111;
    box-sizing: border-box;
    border-radius: 6px;
    display: none;
}

.p-user-menu-hover:before{
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.p-user-menu-hover a{
    padding: 5px 0;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #999;
    display: block;
    text-align: left;    
    box-sizing: border-box;    
}

.p-user-menu-hover a:last-child{
    border-bottom: 0 none;
}


/* mis compras */

.p-list-compras .item-2 .button-type-2{    
}

.p-perfil-body .p-list-compras .button-3{
    color: #fff;
    background: #0fa538;
    font-weight: 400;
}

.p-list-compras-empty{
    text-align: center;
    margin-top: 30px;
}

.p-list-compras-empty p{
    font-size: 30px;
    padding: 0 10px;
}

.p-form-cambiar-clave label{
    margin-bottom: 8px;
    font-size: 16px;
}

.p-form-cambiar-clave .item-form{
    width: 300px;
}

.p-form-cambiar-clave .form-add .p-form-row:first-child{
    margin-bottom: 20px;
}

.p-form-cambiar-clave .form-add .p-button{
    margin-top:  20px;
}

.button-menu-info-user{
    display: none;
}

/**********************************************************************/
/******************************* RESGISTRATE ***************************/

.p-perfil-body.pcc-body{
    background: transparent;
    margin-top: 50px;
}

.p-perfil-body.pcc-body .content{
    justify-content: center;
    background: transparent;
}

.p-perfil-body.pcc-body .item{
    width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 40px;
}

.p-perfil-body.plg-body .item .text-1:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/usuario.png?v=3434);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.p-perfil-body.pcc-body .item .text-1 strong{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;    
}

.p-perfil-body.pcc-body .item .text-1 span{
    margin-top: 4px;
    display: block;
}

.p-perfil-body.pcc-body .item .text-1{
    font-size: 12px;
}

.p-perfil-body.pcc-body .item .text-3{
    padding-top: 18px;
}

.p-perfil-body.pcc-body .form-add-1{
    margin-top: 12px;
}

.pfr-button-type-1{
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.pfr-button-type-1 button{
    margin-top: 0;
}

.tyc-type-1 p:last-child{
    margin-top: 10px;
}



/**********************************************************************/
/******************************* LOGIN ***************************/

.p-perfil-body.plg-body .item{
    width: 435px !important;
}

.plg-body .pfr-button-type-1{
    justify-content: center;
}

.plg-body .pfr-button-type-1 button, .plg-body .pfr-button-type-1 a{
    width: 274px;
}

.p-mgs{
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

.p-mgs-1 .p-msg-item{
    font-size: 12px;
}

.p-mgs-1 .p-msg-item-1{
    color: #333;
    font-style: italic;
}

.p-mgs-1 .p-msg-item-2{
    color: #ff6409;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
}

.p-icon-eye-off{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.plg-body .item-form{
    font-size: 15px;
}

.p-providers-login{
    margin-top: 28px;
    padding: 20px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.p-providers-login h4{
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.p-providers-login button{
    width: 80%;
    background: #666;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 43px;
    border-radius: 6px;
    padding-left: 28%;
    margin-top: 8px;
}

.p-providers-login .p-icon{
    width: 20px;
    height: 20px;
    background: #fff;
    color: #666;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 0em;
    margin-right: 8px;
}

.p-providers-login .text{
    font-size: 16px;
    position: relative;
    top: 1px;
}

.p-providers-login .ppl-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.p-providers-login .ppl-item:last-child{
    margin-bottom: 0;
}

.p-login-type-3{
    padding-top: 15px;
}

.p-login-type-3 h4{
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
}

.p-login-type-3 p{
    margin-top: 15px;
    font-size: 12px;
}

.p-login-type-3 .button-type-3{
    background: #ff6409;
}



/**********************************************************************/
/******************************* RECUPERAR CONTRASEÑA ***************************/

.p-perfil-body.prc-body .item .text-1:before{
    display: none;
}


.data-ftitle {
    position: absolute;
    top: 40%;
    left: 10px;
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 0 13px;
    z-index: 8;
    opacity: 0;    
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.data-ftitle.inactive {
    position: absolute;
    top: -5px;
    left: 8px;
    background: #fff;
    color: #000;
    font-size: 11px;
    padding: 0 13px;
    z-index: 8;
    visibility: visible;
    opacity: 1;
}

/**********************************************************************/
/******************************* RESPONSIVE ***************************/

@media (max-width: 1150px){

    .p-perfil-body .item-1{
        width: 334px;
    }

    .p-perfil-body .item-2 {
        width: calc(100% - 354px);
    }

    .p-perfil-body .item-1{
        padding: 20px;
    }

    .p-perfil-body .item-2{
        padding: 65px 20px 40px 20px;        
    }
    
    .p-perfil-body .content{
        padding: 0 30px 50px 30px;
    }

    .p-user-perfil .content {        
        padding: 30px 30px 20px 30px;
    }

    .user-perfil{
        padding: 20px;
    }

}

@media (max-width: 1015px){

    .user-perfil .image {
        width: 59px;
        height: 57px;
    }

    .user-perfil span{
        top: 24px;
    }

    .button-menu-info-user{
        display: block;
        width: 35px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
    }

    .button-menu-info-user .p-close{
        display: none;
    }

    .button-menu-info-user .p-open{
        width: 100%;
        height: 3px;
        display: block;
        background: #0fa538;
        margin-bottom: 5px;
    }

    .button-menu-info-user.act .p-close{
        font-size: 28px;
        font-family: 'Geogrotesque-Bold';
        color: #f45b00;
        display: inline-block;
        text-align: center;
        position: relative;
        line-height: 1em;
        top: -3px;
    }

    .p-perfil-menu-wrapper.act{
        display: block;
    }

    .button-menu-info-user.act .p-open{
        display: none;
    }

    .button-menu-info-user span:last-child{
        margin-bottom: 0;
    }

    .p-perfil-body .content{
        flex-direction: column;
    }

    .p-perfil-body .content > div {
        width: 100% !important;
    }

    .p-perfil-body .item-2{
        margin-left: 0;
    }

    .p-perfil-menu-wrapper{
        display: none;
    }

    .p-perfil-body .item-2 {
        padding: 30px 20px 40px 20px;
    }

    .p-perfil-body .item-2{
        margin-top: 15px;
    }

}


@media (max-width: 780px){

    .p-user-perfil .content{
        padding: 20px;
    }

    .p-perfil-body .content{
        padding: 0 20px 20px 20px;
    }

    .footer-user .content{
        flex-direction: column;
    }

    .footer-user .content .menu-2-footer,
    .footer-user .content .copyright{
        width: 100%;
        margin: 0 0 6px 0;
    }

}

@media (max-width: 600px){

    .user-perfil .image {
        width: 49px;
        height: 47px;
    }

    .user-perfil span{
        top: 16px;
    }

    .user-perfil .text-1,
    .user-perfil span span{
        font-size: 18px;
    }

    .list-compras{
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .list-compras > div {
        width: 100%;
        display: flex;
        margin: 6px 0;
    }

    .list-compras .c-content{
        margin: 0 0 0 10px;
    }

}

@media (max-width: 520px){

    /*
    .table-p-list-direccion{
        overflow-x: scroll;
        width: 100%;
    }
    
    .p-list-direccion{
        width: 550px !important;
    }
    */

    .p-list-direccion tbody td{
        font-size: 13px;
    }

    .user-perfil .text-1, .user-perfil span span{
        font-size: 15px;
    }

    .p-perfil-body .item-1 .text-1:before{
        width: 18px;
        height: 18px;
    }

    .p-perfil-body .item-1 .text-1{
        font-size: 20px;
        align-items: center;
    }

}

@media (max-width: 480px){

    .p-perfil-body.plg-body .item{
        width: 92% !important;
    }

    .form-add .col:not(.pfr-type-1){
        flex-direction: column;
    }

    .form-add .col .form-row{
        margin-bottom: 12px;
        width: 100%;
    }

    .form-add .col .form-row:last-child{
        margin-bottom: 0;
    }

    .form-add .pfr-type-1{
        flex-direction: column-reverse;        
    }

    .form-add .pfr-type-1 > div{
        width: 100% !important;
    }

    .form-add .radio-type-1 .form-row{
        margin-right: 0;
    }

    .pfr-text-type-1{
        justify-content: flex-end;
    }

    .pfr-text-type-1 .text{
        padding-left: 0;
    }

    .form-add .text-2{
        margin-bottom: 12px;
    }

    .p-perfil-body.pcc-body .item{
        padding: 20px;
    }

    .p-perfil-body.pcc-body{
        margin-top: 30px;
    }

    .tyc-type-1 .text-7 br{
        display: none;
    }

    .footer-user{
        margin-top: 60px;
    }

    .p-perfil-body .item-2 .text-5{
        font-size: 13px;
    }

    .p-list-direccion tbody td{
        font-size: 12px;
    }

    .p-form-cambiar-clave .p-form-row{
        width: 100%;
    }
    .p-form-cambiar-clave .item-form{
        width: 100%;
    }

}

@media (max-width: 400px){
    .p-providers-login button{
        padding-left: 27%;
        width: 100%;
    }

    .p-perfil-body .item-2 .button-3{
        height: 42px;
    }
}

@media (max-width: 330px){
    .pfr-button-type-1 button{
        width: 100% !important;
    }

    .p-providers-login h4{
        font-size: 12px;
    }
}



.show-promo .item-promo {
        display: table;
}
.item__coupon {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 5px 10px;
}