.header_account {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #e9f4ff;
    padding: 45px 0px 0px 25px;
}
.header_account img.customer-icon {
    background: white;
    border-radius: 50%;
    padding: 10px;
}
section#main.my-account {
    display: grid;
    grid-template-columns: 25% 75%;
}
body.page-customer-account footer#footer {
    margin: 0px;
}
.message-alert {
    background-color: #f4dc8b;
    color: #3a2e1e !important;
    padding: 10px;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: normal;
}
.message-alert a {
    text-decoration: underline;
}
.message-alert .material-icons {
    margin-right: 8px;
    font-size: 20px;
}
.hidden-title .form-control-label {
    display: none;
}
.img_welcome{
    max-width:100%;
}
.page-customer-account .content-my-account {
    margin-bottom: 85px;
    padding: 30px 0px 0px 65px;
}
.head-top {
    display: grid;
    grid-template-columns: auto 250px;
    justify-content: space-between;
}
.header_account li {
    display: inline-block;
    vertical-align: middle;
}
.order_table td.table-price {
    font-weight: bold;
}
body#authentication i.icon.icon-google.fa.fa-google {
    margin-top: -8px;
    position: initial;
}
p.link-other-option {
    color: var(--color-principal);
    font-size: 14px;
}
p.link-other-option a {
    font-weight: bold;
    text-decoration: underline;
}
.page-customer-account .breadcrum_fullwidth {
    display: none !important;
}
h3.fecha-pedido {
    text-transform: initial;
}
strong.referencia-pedido {
    margin-bottom: 25px;
    font-size: 22px;
    display: block;
}
.header_account a {
    color: grey;
    font-size: 14px;
    padding: 10px 0px;
    text-align: left;
    width: 100%;
    display: block;
}
.header_account a:hover {
	color: black;
	text-decoration: underline;
}
body.page-my-account h1 div, body.page-customer-account h1 div, .account_title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 45px;
    padding-left:50px;
}
.header_account #reviews-link {
    display: none;
}
#customer-form label.col-md-3.form-control-label.required:before {
    /*content: "*";*/
    /*color: red;*/
}
a.log_out_account:before {
    content: "\ea1c";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-family: icomoon;
    font-size: 17px;
}
/*Titulo del wishlist*/
#module-advansedwishlist-mywishlist .account_title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
/*end*/
#ot-sdk-btn {
    background: none !important;
    color: grey !important;
    letter-spacing: 2px;
    font-size: 14px !important;
    padding: 10px 0px !important;
    text-align: left;
    border: none !important;
    width: 100%;
    letter-spacing: 0px;
}
.log_out_account {
	float: right;
	color: #bfbfbf;
	font-size: 11px;
	text-transform: none;
	color: black;
}
.log_out_account:hover {
    color: black;
}
a.current_link_account {
    font-weight: bold;
    color:black;
    text-decoration: underline;
}
/* Account popup */
#header .account-popup.open {
    transition: right 300ms ease-in-out;
    right: 0px;
}
#header .account-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -470px;
    width: 380px;
    height: 100vh;
    background-color: white;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
}
.account-popup .container-popup {
    position: relative;
    width: 100%;
    height: 100%;
}
.account-popup #block_myaccount_infos {
    width: 100% !important;
    text-align: left;
}
.user-popup .title-popup, .account-popup .title-popup {
    visibility: hidden;
    display: block;
    clear: both;
    font-size: 20px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}
.account-popup div#block_myaccount_infos ul li {
    line-height: 45px;
}
.account-popup div#block_myaccount_infos ul#footer_account_list {
    margin-top: 40px;
    display: block !important;
}
.account-popup span.icon-circle-with-cross.close-button {
    float: right;
    cursor: pointer;
}
.account-popup .h3.myaccount-title.hidden-sm-down {
    padding-top: 30px;
}
.account-popup a.btn.log-out-popup {
    position: absolute;
    bottom: 25px;
    border: 1px solid black;
    left: 0px;
    width: 100%;
}
.account-popup div#block_myaccount_infos {
    width: 100% !important;
    text-align: left;
}
.account-popup .title.clearfix.hidden-md-up {
    /* display: none; */
    padding-top: 30px;
}
.account-popup p.bienvenida {
    margin-top: 30px;
    width: 100%;
    text-align: left;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}
/* END account popup*/

/* Address form popup */
.address-form-popup {
    position: fixed;
    z-index: 5555;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.address-form-popup.open {
    display: flex;
}

body.popup-open {
    overflow: hidden;
}

.address-form-popup .container-popup {
    position: relative;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    background-color: white;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow-y: auto;
}

.address-form-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.address-form-popup .popup-header h3 {
    margin: 0;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
}

.address-form-popup .close-button {
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.address-form-popup .close-button:hover {
    color: #000;
}

.address-form-popup .popup-content {
    position: relative;
}

.address-form-popup .loading-indicator {
    padding: 20px;
}

.address-form-popup .loading-indicator .material-icons {
    animation: spin 2s linear infinite;
    display: inline-block;
    font-size: 24px;
}
/* END address form popup */
body.page-customer-account #wrapper > .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.my_account_left a {
    display: block;
    width: 100%;
    float: none;
    color: black;
    padding-left: 0;
    line-height: 32px;
}
.header_account i.material-icons {
    display: none;
}
/*Identity*/
.identity_title.text-left{
    text-align: left;
    padding-left: 0px;
}
.page-customer-account #content {
	box-shadow:none;
	background:none;
    padding-left: 0;
	padding-right: 0;
    padding-top: 0;
}
.custom-checkbox label {
    text-align: left;
    width: calc(100% - 25px);
}
.page-customer-account #content .form-control-label {
    /* display: none; */
    float: none;
    /* text-align: left; */
    /* font-weight: bold; */
    width: 100%;
    padding-left: 0px;
    max-width: 100%;
}
#address p.required, #identity p.required, #account-creation_form p.required, #new_account_form p.required, #opc_account_form p.required, #authentication p.required {
	color: #f13340;
    margin: 9px 0 7px 0;
    font-size:13px;
}
#address footer.form-footer.clearfix {
	text-align: center;
}
.page-customer-account .form-group {
    margin-bottom: 0rem;
}
.extra_info {
	font-weight: bold;
    color: black;
    font-size: 13px;
}
.page-customer-account #main .page-content, #main .page-header {
    margin-bottom: 0.563rem;
}

.custom-radio input[type=radio]:checked+span {
	background-color:black;
}
.page-customer-account select.form-control {
	height: 45px !important;
}
.page-customer-account textarea.form-control {
	height: 110px !important;
}
.page-customer-account .form-control {
    padding: 0px 5px;
    line-height: inherit;
    color: #333 !important;
    background: #fff;
    font-size: 14px;
    border: 1px solid black;
    width: calc(100% - 25%);
    max-width: 580px;
}
body#address section.form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 25px;
}
#identity .page-customer-account .form-control {
    max-width: 400px;
}

#authentication.page-customer-account .form-control,
#password.page-customer-account .form-control,
#authentication.page-customer-account .form-control{
    width: 100%;
}
.page-customer-account .form-control:focus {
	outline: none;
	border: 2px solid rgba(0, 0, 0, 0.6);
}
.page-customer-account .input-group .input-group-btn {
	float:left;
}
.page-customer-account #main .custom-checkbox label a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
.page-customer-account #main .input-group {
	    /* max-width: 540px; */
}
.page-customer-account #main .input-group.focus{
	outline:none;
}

.block-customer-data .save_information {
    margin: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.save_information:hover,.save_information:focus, .save_information:active{
    background: var(--color-principal-hover);
}
a.account-link {
	color:black;
}
.page-my-account #content .links a:hover i {
	color:black;
}
.info_identity h2 {
    text-transform: uppercase;
    font-size: 17px;
}
.form-group.row:last-child label.col-md-3.form-control-label.required {
    display: none !important;
}
/*Address*/
a.add_address {
    background: black;
    padding: 14px 40px;
}
a.add_address span {
    color: white;
    text-transform: uppercase;
    font-size: 14px !important;
}
.page-addresses .address {
	box-shadow:none;
	background:none;
	border: 1px solid #eaeaea;
	padding: 25px 0px 25px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.page-addresses .address .address-footer {
    border-top: none;
    gap: 15px;
    padding: 0px 15px;
}
.info_address p {
    font-size: 13px;
    color: black;
}
.info_address {
    padding-left: 15px;
}
#addresses .info_address p {
    padding: 5px 0px;
}
.page-addresses .address .address-body {
	/*padding-left:0px;*/
	padding: 0px 15px;
}
.page-addresses .address .address-body address {
	min-height: auto;
}
.page-addresses .address .address-body address p {
    margin-bottom: 2px;
    font-size: 12px;
}
.page-addresses .address .address-footer a span {
    color: black;
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
}
.page-addresses .address .address-footer a:hover span {
	color: #6b6b6b;
}
#address footer.page-footer, #history footer.page-footer {
	clear:both;
	display:none;
}
/*History*/
.container_account_details_order {
    padding: 15px 0px 0px 30px;
}
.container_account_details_order div:first-child {
    min-height: 40px;
}
.account_order_reference span {
    color: black;
}
.account_details_order span:first-child {
    color: black;
    font-weight:bold;
}
.account_details_order span {
    color: black;
}
.page-order-detail .box {
	box-shadow:none;
	background:none;
}
.form-control:focus, .input-group.focus {
	outline:none;
	border-color: rgba(0,0,0,.25);
}
#order-detail section.order-message-form.box section.form-fields {
    padding-top: 20px;
}
i.fa-trash-o:before {
    content: "\f014";
    font-family: fontawesome;
    font-style: initial;
    font-size: 35px;
    color: black;
}
button.btn.btn-primary.form-control-submit:hover, #address button.save_information:hover, .wk-rma-message-box button:hover {
	background: var(--color-principal-hover);
}
button.btn.btn-primary.form-control-submit, #address button.save_information, .wk-rma-message-box button {
    background: black;
    color: white;
    /* width: 100%; */
    /* max-width: 450px; */
    text-transform: none;
    padding: 12px 85px;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    margin: auto;
    margin-top: 40px;
    margin-left: 25%;
}
.forgotten-password .form-fields .email {
    margin-top: 30px;
}
.forgotten-password button.btn.btn-primary.form-control-submit {
    margin-top: 30px;
    max-width:100%;
    width: 100%;

}
p.send-renew-password-link{
    color:#000;
    margin:15px 0px;
}
/*Responsive*/
@media(min-width:768px) and (max-width:1199px) {
	.account_info_order {
    	width: 50%;
    	padding-bottom: 20px;
	}
}

@media(max-width:991px) {
	section#main.my-account {
		display: block;
		height: auto;
		max-height: initial;
	}
	.header_account a span.link-item {
    	font-size: 13px;
	}
	form#customer-form .form-group.row:last-child div {
    	width: 100%;
	}
    .header_account a {
        display: block;
        float: none;
    }
    .header_account a:last-child {
        border-bottom: 0px;
    }
    #ot-sdk-btn.ot-sdk-show-settings{
        border-bottom: 1px solid #b5b5b5 !important;
        font-size: 13px !important;
    }
}

@media(max-width:768px) {
	#history .order{
		border-bottom: 1px solid #bbbbbb !important;
		margin-bottom: 20px;
	}
	.page-addresses .addresses-footer {
		margin:0px 0px 30px 0px;
	}
	.info_address {
		padding-left:0px;
	}
	.info_address p {
    	margin-bottom: 15px;
	}
	.account_info_order {
    	padding-bottom: 25px;
	}
	.account_title {
    	padding-top: 30px;
    	margin-bottom: 30px;
	}

}
@media(max-width:520px) {
	#customer-form .custom-checkbox label {
		float: left;
    	width: 92%;
    	clear: none;
	}
	#customer-form .custom-checkbox input[type=checkbox]+span {
		float: left;
    	margin-top: 2px;
	}
}
@media(max-width:575px) {
	body#order-detail .content-my-account .head-content-account .block-left {
	    flex-direction: column;
	    align-items: start;
	    gap: 20px;
	}
	.head-content-account .hello-my-account {
		font-size: 27px !important;
	}
	body#order-detail .head-top {
		display: flex;
		flex-wrap: wrap;
	}
	.date label {
	    display: block;
	    text-align: left;
	    font-size: 15px;
	    color: black;
	}
	.state label {
	    display: block;
	    text-align: left;
	    padding-top: 10px;
	}
	.page-order-detail #order-history .history-lines .history-line .label  {
		text-align:left;
	}
}
#authentication header.page-header {
    display: none;
}
form#login-form footer button:hover {
	background: var(--color-button-hover);
}
form#login-form footer button {
    background: var(--color-button);
    color: white;
    width: 100%;
    text-transform: none;
    margin-top: 15px;
    padding: 12px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    height: 48px;
}
.containerinputs div {
    width: 100%;
}
.page-customer-account #content .forgot-password a:hover {
    text-decoration: underline;
}
.page-customer-account #content .forgot-password {
	text-decoration: none;
    color: #828280;
    font-size: 11px;
    width: 100%;
    display: block;
    text-align: center;
}
.page-customer-account .form-group.row.gender_field_register .radio-inline {
    margin-bottom: 10px;
    display: inline-block !important;
    margin-right: 25px;
}
#authentication section#content,
#password section#content{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.page-authentication #content,
#password #content {
    max-width: 400px;
    margin: 0 auto;
}


.login_register {
    margin-bottom: 30px;
    text-align: center;
}
.login-form .login_register a:nth-child(2) {
    font-weight: bold;
    color: black;
}
.login_register span {
    font-weight: bold;
    color: var(--color-principal);
    font-size: 19px;
    margin: 0px 15px;
    font-weight: normal;
}
.login_register span {
    font-size: 27px;
    color: var(--color-principal);
    font-weight: bold !important;
}

.register-form  .login_register a:last-child {
   font-weight: bold;
    color: black;
}
.page-customer-account .form-group.row {
    margin-bottom: 15px;
}
.gender_field_register .form-control-label {
    display: grid;
    grid-template-columns: auto auto;
    text-align: left;
    justify-content: start;
    align-items: start;
}

.gender_field_register .form-control-label label.radio-inline {
    text-align: left;
}
.page-customer-account #login-form .form-group.row, .register-form  .form-group.row{
    margin-bottom: 14px;
}
section#content.customer-account-content {
    width: 100%;
    margin-bottom: 85px;
    padding: 55px 0px 0px;
}
.content-my-account .head-content-account {
    display: grid;
    grid-template-columns: 100%;
}
.detalles-productos .item-product {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: auto auto 1fr 1fr;
}
.detalles-productos .item-product .item-product-img {
    filter: brightness(.95);
    margin-right: 20px;
}
.detalles-productos .item-product .item-product-name-block {
	max-width: 320px;
}
.detalles-productos .item-product .item-product-name {
	margin-bottom: 10px;
}
.parent-product-details .detalles-productos-subtotal {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #dedede;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
}
.parent-product-details .detalles-productos-subtotal .subtotal-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.5rem;
}
#my-account .content-my-account .head-content-account {
	grid-template-columns: 50% 50%;
}
.block-customer-data .show-data,
.block-customer-data .edit-data .edit {
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.block-customer-data.closed .show-data,
.block-customer-data.closed .edit-data .edit {
    display: block;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}
.block-customer-data .form-inputs,
.block-customer-data .edit-data .cancel,
.block-customer-data .save_information {
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}
.block-customer-data.closed .form-inputs,
.block-customer-data.closed .edit-data .cancel,
.block-customer-data.closed .save_information {
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.title-group {
    font-size: 20px !important;
}
.block-customer-data {
    position: relative;
    max-width: 900px;
    border-bottom: 1px solid #d8d8d8;
}
.block-customer-data .title-block {
    margin-bottom: 10px;
    display: block;
}
.block-customer-data .edit-data {
    position: absolute;
    top: 0px;
    right: 0px;
}
.block-customer-data .edit-data .edit-data-item {
    text-decoration: underline;
    cursor: pointer;
}
.block-customer-data .edit-data .edit-data-item:hover {
    color: var(--color-principal);
}
.head-content-account .hello-my-account {
    font-size: 35px;
    line-height: 1.7rem;
}
.page-my-account #content .links {
	display:block!important;
}
.header_account a:last-child {
    text-transform: uppercase;
}
#history .table-labeled .label,
#history .status .label {
    white-space: initial;
    color:black !important;
}
.order_state {
	max-width: 150px;
	text-align: center;
}
.parent-product-details {
    display: grid;
    grid-template-columns: calc(100% - 240px) 240px;
    padding-top: 35px;
    margin-top: 15px;
    border-top: 1px solid #dedede;
}
.parent-product-details .detalles-productos {
	padding-right: 85px;
}
#history table.table.table-striped.table-bordered.table-labeled > *,
#module-wkrma-rmarequests table.table.table-striped.table-bordered.table-labeled > *{
    color: black;
    font-size: 12px;
}
a.btn-factura.button-my-account {
    padding: 4px 0px !important;
}
.button-my-account.btn.btn-primary {
    background: none;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    line-height: 23px;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 9px;
    display: block;
    margin: auto;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}
.button-my-account.btn.btn-primary[disabled] {
	opacity: 0.6;
	cursor: no-drop;
}
.button-my-account.btn.btn-primary:hover {
	background: none !important;
	color: #0f0f0f !important;
	border: 1px solid #8f8f8f;
}
.order_table tr th,
.rma_table tr th {
    border: none;
    background: none;
    color: black;
    font-weight: normal;
}
.order_table tr,
.rma_table tr {
    border-bottom: 1px solid #e7e7e7;
}
.order_table tfoot tr,
.rma_table tfoot tr {
	border: none;
}
.order_table tfoot tr td,
.rma_table tfoot tr td {
	padding-bottom: 0px;
}
table.order_table, .order_table td,
table.rma_table, .rma_table td {
    border: none;
}
.my-account-center {
	max-width: 80%;
	margin: auto;
}
table.order_table .button-my-account.btn.btn-primary,
table.rma_table .button-my-account.btn.btn-primary {
    max-width: 140px;
}
table.order_table.table-striped tbody tr:nth-of-type(odd),
table.rma_table.table-striped tbody tr:nth-of-type(odd){
	background: none;
}
.page-customer-account .content-my-account td.desc-order p,
.page-customer-account .content-my-account td p {
	font-size: 12px;
}
div#order-infos {
    max-width: 800px;
    font-size: 13px;
}
.page-order-detail .box {
    background: #fff;
    border-bottom: 2px solid rgb(191,191,191);
    padding: 0px;
    margin-bottom: 20px;
}
table#order-products .thead-default tr th {
    border: none;
    background: none;
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

#order-products tbody, #order-products tfoot {
    font-size: 14px !important;
}
.page-order-detail {
    font-size: inherit;
    color: black;
}
.tab-order-detail .nav-tabs .nav-link.active {
    color: #000 !important;
}

.tab-order-detail .nav-tabs .nav-link {
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    color: #a19898 !important;
    padding: 12px 0px;
    margin-right: 30px;
}
.tab-order-detail .nav-tabs .nav-link.active, .tab-order-detail .nav-tabs .nav-link:hover{
    background: unset;
    border-bottom: none;
}
.get_factura {
    background: #008aff;
    color: #fff !important;
    text-transform: none;
    font-weight: bold;
    border: 1px solid transparent !important;
    float: right;
}
.return_orders {
    clear: both;
    border-top: 2px solid #bfbfbf;
    padding-top: 15px;
    margin: 45px 30px 0px;

}
.return_orders i {
    width: 5px;
}
.return_orders span {
    padding-left: 12px;
    font-size: 14px;
}
.info_identity p.required {
    position: absolute;
    right: 0px;
    top: 0px;
}
.info_identity {
    position: relative;
}

#identity.page-customer-account #content .form-control-label {
    display: block !important;
    /* font-weight: normal; */
    /* width: 35%; */
    /* padding-left: 0px; */
    /* margin: auto; */
    /* text-align: left; */
}
#identity.page-customer-account #content .containerinputs input::placeholder { /* Edge */
	font-size:0px;
}
#identity.page-customer-account #content .input-group.js-parent-focus {
    max-width: 100%;
    width: 100%;
    float: left;
}
#identity.page-customer-account #content .containerinputs {
	max-width:100%;
}
#identity.page-customer-account .input-group.js-parent-focus input {
    width: 100%;
}

#identity.page-customer-account #content .form-group:last-child .form-control-label {
	/* display:none !important; */
}
#identity.page-customer-account #content .form-group:last-child {
	/* padding-left:25%; */
	/* margin-top: 15px; */
}
#identity #customer-form footer.form-footer {
    /* text-align: right; */
}
.address-block {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    text-align: left;
}

.address-block {
	padding-right:15px;
	padding-left:15px;
	max-width: 896px;
	width: 100%;
}

article.address {
    border: 2px solid #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}
#address-card-order {
    display: flex;
    padding: 40px 0px;
    text-align: center;
    flex-direction: column;
}
.page-addresses .add-address-holder {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* min-height: inherit; */
    /* margin: -10px 0px; */
}
.page-addresses .add-address-link {
    padding: 7px 15px;
    border: 1px solid black;
    background: white;
    color: black;
    font-size: 13px;
    letter-spacing: -0.4px;
    font-weight: bold;
}
.page-addresses .add-address-link i {
    font-weight: bold;
    display: inline-block;
    border-radius: 50%;
    line-height: 25px;
    width: 25px;
    height: 25px;
    background: #ff6a00;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.address_delete_button {
    /* background: url(..//img/svg/papelera.svg) no-repeat center; */
    /* width: 22px; */
    /* height: 28px; */
    /* line-height: 31px; */
    /* display: inline-block; */
    /* margin: 5px 20px; */
}
.page-addresses .address .address-body h4 {
    text-transform: none;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    letter-spacing: 0;
}
.page-addresses .address .address-footer a.edit-address {
	display: block;
}
#address.page-customer-account #content .form-control-label {
	display:block !important;
}
.page-address .form-group {
    width: 100%;
    /* display: inline-block; */
    float: none;
    margin: auto;
    /*padding-right: 3%;
    padding-left: 3%;*/
}
.page-address .form-control {
    width: 100%;
}
#address form section > div:nth-of-type(1) {
    display: none;
}
#address .containerinputs {
	max-width:100%;
	padding-right:0px;
}

i.fa-user:before {
    content: "\f007";
    font-family: fontawesome;
    text-decoration: none;
    font-style: initial;
    font-size: 16px;
    margin-right: 10px;
}

.login-form .login_register span {
    font-weight: normal;
    margin: 0px 15px;
}

#history .order .row{
    margin-bottom:20px;
}
#history .order{
    color:#000;
    text-align: center;
}
#history .order b{
    display:block;
    margin-bottom:10px;

}
.address-form .js-address-form form {
    padding: 0px 15px;
}
/* Animación para indicador de carga */
.address-form .material-icons {
    animation: spin 2s linear infinite;
    display: inline-block;
}
.address-form-popup .form-control-label {
    padding: 10px 0px;
    width: 100%;
    max-width: 100%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:991px) {
	.page-customer-account .content-my-account {
		padding: 30px 15px !important;
		display: block;
	}
	#history .orders .order .label {
		text-align: center;
	}
    .header_account {
        margin-bottom:20px;
        display: block;
        width: 100%;
        padding-top: 30px;
        height: 100px;
        overflow: hidden;
        position: relative;
    }
	.header_account.open {
		height: auto;
		padding-bottom: 25px;
	}
	.header_account .open-menu-button {
		position: absolute;
		top: 30px;
		right: 50px;
		cursor: pointer;
		width: 61px;
		height: 41px;
	}
	.header_account.open .open-menu-button {
		top: 40px;
	}
	.header_account.open .open-menu-button:after {
		transform: rotate(-45deg);
	}
	.header_account .open-menu-button:after {
	    content: "";
	    width: 21px;
	    height: 21px;
	    border-top: 1px solid black;
	    border-right: 1px solid black;
	    transform: rotate(135deg);
	    position: absolute;
	}
    section#content.customer-account-content {
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    .identity_title{
        padding-left:0px;
    }
    #history .identity_title{
        margin-left:-15px;
        margin-right:-15px;
        border-bottom:1px solid #000;
    }
    #history .orders{
        border-bottom:1px solid #000;
        margin-bottom:30px;
    }

    #order-detail .tabs {
        margin-top: 0px;
        padding: 0px;
    }
    .return_orders {
        display:none;
    }
    .get_factura{
        float:none;
        width:100%;
    }

    .info_identity p.required {
         position: static;
    }

    .page-customer-account .form-control {
        width: 100%;
    }
    #identity.page-customer-account #content .input-group.js-parent-focus {
        width: 100%;
    }
    #identity.page-customer-account #content .form-control-label {
        width: 100%;
        text-align:left;
    }
    #identity.page-customer-account #content .form-group:last-child {
        padding-left: 0px;
    }
    button.btn.btn-primary.form-control-submit{
        width:100%;
    }
	.my-account-center {
		max-width: 100%;
	}
    #address-card-order{
        padding:0px;
        max-width: 100%;
    }
    .page-addresses .address .address-body {
        padding-bottom:0px;
    }
    .page-addresses .address .address-footer .address_delete_button{
        margin: 0px;
    }
    .page-address .form-group {
        width:100%;
    }

    #address .containerinputs > div{
        padding:0px;
    }
    #address.page-customer-account #content .form-control-label {
        padding-left: 0px;
    }
    #address.page-customer-account #content .form-control-label {
        font-weight: normal;
    }
    #address.page-customer-account .form-control {
        border: 1px solid black;
    }
    #address form section > div{
        padding-right:0px !important;
    }
    #address form section > div .containerinputs {
        max-width: 100% !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 767px) {
    .address-form-popup .container-popup {
        width: 95%;
        max-height: 80vh;
        padding: 15px;
    }
	.parent-product-details {
		display: flex;
		flex-wrap: wrap;
	}
	.parent-product-details .detalles-productos {
		padding: 0px;
	}
	.detalles-productos .item-product {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	div#order-infos {
		margin-top: 45px;
	}
	div#order-infos div {
		padding: 0px;
	}
	.detalles-productos .item-product .item-product-img {
		max-width: 80px;
	}
}
@media (max-width: 480px) {
	.page-addresses .address {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 12px;
	}
	.head-top {
	    grid-template-columns: 1fr;
	}
}
.particular_on {
    display:none;
}
