/**/

#content-wrapper  .customer-layout {
	display: flex;
	background: #fff;
	padding: 0 120px;
	max-width: 1920px;
	margin: auto;
}
#content-wrapper  .customer-layout .customer-sidebar {
	max-width: 400px;
	background: #fff;
	width: 100%;
	padding: 75px 70px 0 0;
	position: relative;
}
#main .page-content .account-banner .container {
	max-width: 1920px;
	padding: 16px 120px;
	margin: 0px auto;
}

#content-wrapper .customer-layout .customer-page-content {
	padding: 60px 60px 60px 100px;
	background: #f5f5f5;
	position: relative;
	width: 100%;
}
#content-wrapper  .customer-layout .customer-page-content::after {
	content: "";
	position: absolute;
	background: #f5f5f5;
	width: 200%;
	left: 98%;
	right: 0;
	height: 100%;
	z-index: 1;
	bottom: 0;
}

.page-content .account-banner {
    position: relative;
    background: url("../img/account-baner.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 0;
    min-height: 310px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.page-content .account-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
}

.page-content .account-banner .container {
    position: relative;
    z-index: 2;
}

.page-content .account-banner-content {
    max-width: 467px;
    color: #fff;
}
.page-content .account-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 12px;
    color: #fff;
}
.page-content .account-description {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

#content-wrapper  .customer-layout .customer-menu {
	font-size: 16px;
}

#content-wrapper  .customer-layout .customer-menu li {
	margin: 0 0 50px;
}

#content-wrapper  .customer-layout .customer-menu li a {
	color: #3F4446;
}

#content-wrapper  .customer-layout .customer-menu li a .menu-icon {
	margin-right: 10px;
}

#content-wrapper  .customer-layout .customer-menu li a:hover {
	font-weight: 600;
    color:#1A1A1A;
}


#content-wrapper  #content .links a span.link-item {
	display: block;
	height: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
}

#content-wrapper  #content .links a {
	display: inline-block;
	padding: 0 .9375rem;
	margin-bottom: 1.875rem;
	font-size: 1rem;
	font-weight: 400;
	color: #3F4446;
	text-align: center;
	text-transform: uppercase;
}



#content-wrapper #content .links a:hover i {
	color: #000;
}


#content-wrapper .customer-layout .customer-sidebar .customer-signout {
	border-top: 1px solid #BBB;
	padding-top: 20px;
}

#content-wrapper .customer-layout .customer-sidebar .customer-signout a {
	color: #3F4446;
	font-size: 16px;
}

#content-wrapper .customer-layout .customer-sidebar .customer-signout a .menu-icon {
	margin-right: 5px;
}

.page-addresses .customer-page-content .address {
	font-size: 16px;
	color: #4A4A4A;
	background: #fff;
	padding: 20px;
	border: 1px solid #3F4446;
	border-radius: 12px;
}
.page-addresses .customer-page-content .address .address-footer {
	padding: 0 1rem;
	border-top: 0;
	text-align: right;
}
.page-addresses .customer-page-content .address .address-footer a {
	margin-right: .5rem;
	color: #1A1A1A;
	font-weight: 600;
}

.page-addresses .customer-page-content .address .address-footer a span {
	font-size: 14px;
}

.page-addresses .customer-page-content .address .address-body h4 {
	color: #1A1A1A;
	font-size: 16px;
	font-weight: 600;
}

.page-addresses .customer-page-content .addresses-footer{
    text-align: center;
}

.page-addresses .customer-page-content .addresses-footer a {
	background: #3F4446;
	color: #fff;
	border-radius: 30px;
	padding: 15px 20px;
	display: inline-block;
	font-size: 14px;
}

.page-addresses .customer-page-content .addresses-footer a:hover {
	background: #3F4446;
	color: #fff;
}


.customer-page-content form .form-group .form-control-label {
	width: 100%;
	text-align: left;
	font-weight: 400;
	color: #1A1A1A;
	font-size: 12px;
	margin-bottom: 4px;
}

.customer-page-content form .form-group .form-control {
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    height: 48px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A;
	border: 1px solid #fff;
}

.customer-page-content form .form-group .form-control:focus {
	background-color: #fff;
	outline: none;
	border: 1px solid #1A1A1A;
}

.customer-page-content form .form-group  .input-group-btn .btn {
	border-radius: 0 12px 12px 0;
	background: #3f4446;
}

.customer-page-content form .form-group select.form-control {
	background-color: #fff;
	background: url(../img/select-arrow.jpg) #fff right center no-repeat;
	border: 0;
	border: 1px solid #D2D2D2;
	height: 48px;
}

.page-order-detail .customer-page-content .order-message-form textarea.form-control {
	height: 130px;
	border: 1px solid #D2D2D2;
}
.page-order-detail .customer-page-content .form-footer,
.page-order-detail .customer-page-content .order-message-form .form-footer {
	text-align: left !important;
	padding-left: 15px;
}

.customer-page-content .form-footer .btn.btn-primary {
	float: none !important;
	background: #3F4446;
	color: #fff;
	border-radius: 30px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.customer-page-content .form-footer #customer-edit-btn.btn.btn-primary{
    margin-right: 15px;
}

.customer-page-content .custom-radio input[type="radio"]:checked + span {
    background-color: #3F4446;
    border-radius: 50%;
    top: 0.1rem !important;
    left: .1rem !important;
}
#identity .form-group.row span.form-control-comment {
    display: none;
}
.customer-page-content .table .thead-default th {
	background: #1A1A1A24;
}

.customer-page-content .table {
	background: #fff;
	color: #1A1A1A;
	border: 0;
}
.customer-page-content .table tr, .customer-page-content .table tr td {
	border: 0;
	color: #1A1A1A;
	font-size: 14px;
}

.customer-page-content .table tr td strong {
	font-weight: normal;
}

.customer-page-content .table tr {
	background: none !important;
}

.customer-page-content .table .thead-default th {
	background: none;
	color: #1A1A1A;
	border: 0;
}

.customer-page-content .table td a {
	color: #1A1A1A;
}

.order-details-page {
    background: #fff;
    border-radius: 12px;
    padding: 48px;
    margin-bottom: 48px;
}

.page-order-detail .customer-page-content .order-message-form{
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 0;
}

.order-details-page #order-infos .row {
	margin-right: -15px;
	margin-left: -15px;
}

.order-details-page #order-infos .box{
    margin-bottom: 0;
    padding: 0;
}

.order-details-page #order-history,
.order-details-page .addresses,
.order-details-page .order_detail_sec,
.order-details-page .order_carriers_sec {
	border-bottom: 1px solid #D2D2D2;
	padding: 0 0 40px;
	margin-bottom: 40px !important;
}
.order-details-page #order-infos {
	border-bottom: 1px solid #D2D2D2;
	padding: 0 0 48px;
	margin-bottom: 48px !important;
}
.customer-page-content .order-message-form h3,
body.page-order-detail h3 {
	margin-bottom: 1rem;
	color: #1A1A1A;
	text-transform: unset;
	font-size: 30px;
	font-weight: 300;
}

.page-order-detail .addresses .box h4 {
	font-size: 16px;
	font-weight: 600;
	color: #1A1A1A;
}

.page-order-detail .addresses .box address {
	color: #4A4A4A;
	font-size: 16px;
}

.order-details-page #order-infos .box .button-primary{
    background: #3F4446;
	color: #fff;
	border-radius: 30px;
	padding: 12px 20px;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;

}

#order-history .table-labeled .label {
	padding: 7px 15px;
	margin: .125rem;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	border-radius: 30px;
}

.customer-page-content #order-products.table .thead-default th {
	font-size: 16px;
} 

#order-products th:nth-child(3){
    text-align: right;
} 

#order-products th:last-child {
    text-align: right;
}  

.order-history-sec .table tr {
	border-bottom: 16px solid #f5f5f5;
}


.customer-page-content .emptyBox {
	background: no-repeat;
	border: 0;
	width: 100%;
	text-align: center;
	min-height: 450px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	color: #000000;
	font-size: 20px;
	font-weight: 500;
}

.customer-page-content .emptyBox .emptyBox-icon {
	width: 100%;
	margin-bottom: 20px;
}

.customer-page-content .emptyBox .emptyBox-txt {
	width: 100%;
	margin: 0 0 25px;
}
.customer-page-content .emptyBox .emptyBox-btn {
	width: 100%;
}

.customer-page-content .emptyBox .emptyBox-btn a {
	background: #fff;
	border-radius: 32px;
	padding: 15px 25px;
	display: inline-block;
	font-size: 14px;
	color: #1A1A1A;
	text-transform: uppercase;
	font-weight: 600;
} 
.customer-page-content .emptyBox .emptyBox-btn a:hover {
	background: #1A1A1A;
	color: #fff;
}

.customer-page-header .customer-breadcrumb{
	margin-bottom: 48px;	
	font-size: 12px;
}

.customer-page-header .customer-breadcrumb a {
	color: #4A4A4A;
	font-size: 12px;
}
.customer-page-header .customer-breadcrumb .divied {
	padding: 0 6px;
	color: #BBBBBB;
	font-size: 15px;
}
.customer-page-header .customer-breadcrumb .activeb {
	font-weight: 600;
	color: #6B7476;	
	font-size: 12px;
}

.customer-page-header .customer-page-title {
	color: #1A1A1A;
	font-size: 40px;
	margin-bottom: 40px;	
	font-weight: 600;
}



.invoiceTable {
    width: 100%;
    font-family: "Inter", sans-serif;
}

.customer-page-content .invoiceTable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 18px;
    background: transparent;
}

.customer-page-content .invoiceTable thead {
    display: none;
}

.customer-page-content . .invoiceTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #fff;
    border-radius: 18px;
	border-bottom: 10px solid #f5f5f5;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    overflow: hidden;
}

.customer-page-content .invoiceTable tbody td {
    padding: 24px 18px;
    vertical-align: top;
    border: none !important;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}

.customer-page-content .invoiceTable tbody td:first-child {
    border-radius: 18px 0 0 18px;
}

.customer-page-content .invoiceTable tbody td:last-child {
    border-radius: 0 18px 18px 0;
    text-align: center;
}

.customer-page-content .invoiceTable tbody td:nth-child(1)::before {
    content: "Pedido n.";
    display: block;
    font-weight: 700;
    color: #222;
    font-size: 13px;
    margin-bottom: 6px;
}

.customer-page-content .invoiceTable tbody td:nth-child(2) {
    text-align: left;
}

.customer-page-content .invoiceTable tbody td:nth-child(2) span,
.customer-page-content .invoiceTable tbody td:nth-child(2) {
    font-weight: 500;
}

/* Status Badge Example */
.customer-page-content .invoiceTable tbody td:nth-child(2)::before {
 /*   content: "";
    display: inline-block;
    background: #dcebd5;
    color: #56784b;
    padding: 7px 28px;
    border-radius: 30px;
    font-size: 13px;
    content: "Pagada";*/
}

/* Address */
.customer-page-content .invoiceTable tbody td:nth-child(3)::before {
    content: "Dirección";
    display: block;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

/* Province */
.customer-page-content .invoiceTable tbody td:nth-child(4)::before {
    content: "Provincia";
    display: block;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

/* Date */
.customer-page-content .invoiceTable tbody td:nth-child(5)::before {
    content: "Fecha de creación";
    display: block;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

/* PDF */
.customer-page-content .invoiceTable tbody td:nth-child(6)::before {
    content: "Ver detalles";
    display: block;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
}.customer-page-content .invoiceTable a {    color: #444;    text-decoration: none;    transition: .3s;}.customer-page-content .invoiceTable a:hover {    color: #000;}
.customer-page-content .invoiceTable .material-icons {    font-size: 26px;    color: #444;}.customer-page-content .invoiceTable tbody tr:hover {    transform: translateY(-2px);    transition: .3s;    box-shadow: 0 8px 25px rgba(0,0,0,.08);}.order-history-list{    display:flex;    flex-direction:column;    gap:20px;}.order-card{    background:#fff;    border-radius:12px;    padding:18px 25px;    display:flex;    align-items:center;    justify-content:space-between;    box-shadow:0 2px 8px rgba(0,0,0,.06);}.order-images{    display:flex;    align-items:center;    gap:10px;}.order-images img {    width: 105px;    height: 105px;    object-fit: contain;    border: none !important;    margin: 0px !important;}.more-products{    width:42px;    height:42px;    border:1px solid #ddd;    border-radius:50%;    display:flex;    justify-content:center;    align-items:center;    font-size:13px;    color:#555;    background:#fff;}.reference-label {    color: #6B7476;    font-size: 12px;    line-height: 16px;    font-weight: 400;}.reference-number {    font-size: 16px;    font-weight: 600;    color: #4A4A4A;    line-height: 24px;}.order-content, .order-info {    display: flex;    flex-flow: column;    gap: 4px;}.order-info div {    font-size: 12px;    line-height: 16px;    font-weight: 400;    color: #1A1A1A;}.order-info div strong {    font-weight: 600 !important;    color: #6B7476;}.order-action{    text-align:right;}.order-action a {    color: #3F4446 !important;    text-decoration: none;    font-weight: 600;    font-size: 14px;    line-height: 20px;    padding: 12px 24px;    border-radius: 32px;    display: flex;    align-items: center;    gap: 8px;}.order-action a svg {    height: 14px;    display: none;    transition: .5s ease-in-out;}.order-action a:hover svg {    display: block;}.order-action a:hover {    background: #D2D2D2;}.order-history-sec .table tr td {    display: flex;    align-items: center;    padding: 11px 24px;    gap: 20px;    justify-content: space-between;    width: 100%;}.order-history-sec .table tr td .order-item-left {    display: flex;    align-items: center;    gap: 32px;}.hidden-order {    display:none;}.load-more-orders {    text-align:center;    margin:25px 0;}#loadMoreOrders {    background: #1A1A1A;    border: none;    border-radius: 32px;    padding: 12px 24px;    cursor: pointer;    font-size: 14px;    line-height: 130%;    font-weight: 400;    color: #FFFFFF;}#loadMoreOrders:hover {    background: #6B7476;}
#order-detail .customer-page-header .customer-page-title {
    display: none;
}
#order-detail .details-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 48px;
}
#order-detail .details-top-row .customer-page-title {
    font-size: 40px;
    line-height: 130%;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}
#order-detail .details-top-row .btn-reorder a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #3F4446;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #3F4446;
}
#order-infos .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-items {
    display: flex;
    column-gap: 32px;
    width: 100%;
}
.detail-items .detail-items-in {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.detail-items .detail-item .name {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #6B7476;
}
.detail-items .detail-item .value {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1A1A;
}
.detail-items .detail-items-in:first-child .detail-item:first-child .name {
    font-weight: 400;
}
.detail-items .detail-items-in:first-child .detail-item:first-child .value {
    font-weight: 600;
}
.order-details-page #order-history h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #1A1A1A;
    margin-bottom: 24px;
}
.order-details-page #order-history table {
    margin: 0;
}
.page-order-detail .addresses {
    margin: 0 !important;
}
.order_detail_sec .box {
    padding: 40px 0px;
    margin: 0;
}
.order_detail_sec .box .thead-default tr th, .order_detail_sec .box tbody tr td {
    padding: 0px 0 40px 0;
    text-align: left !important;
}
.order_detail_sec .box tbody tr td, .page-order-detail .box #order-products tfoot td{
    padding: 0px 0 20px 0;
    text-align: left !important;
    font-size: 16px;
    line-height: 130%;
    color: #1A1A1A;
    font-weight: 400;
}
.page-order-detail .box #order-products tfoot td {
    padding: 20px 0 0px 0;
}
.page-order-detail .box #order-products tfoot {
    border-top: 1px solid #D2D2D2;
    margin-top: 20px;
}
.page-order-detail .box #order-products tfoot .line-total td {
    border-top: 1px solid #D2D2D2;
}
.page-order-detail .box #order-products tfoot .line-tax td {
    padding-bottom: 20px;
}
.page-order-detail .box #order-products tfoot .line-total td:first-child {
    border: none;
}
#order-detail #content-wrapper .customer-layout .customer-page-content .order_detail_sec {
    margin: 0px !important;
    padding: 0px !important;
    border: none;
}
#order-detail #content-wrapper .customer-layout .customer-page-content .order-back-btn {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
#order-detail #content-wrapper .customer-layout .customer-page-content button {
    width: max-content;
    background: #1A1A1A;
    margin: 0px auto;
    line-height: 130%;
}
#order-detail #content-wrapper .customer-layout .customer-page-content button:hover {
    background: #6B7476;
}
#order-detail .page-header, #my-account .page-header, #my-account .page-footer, #identity .page-header, #addresses .page-header, #history .page-header, #order-slip .page-header{
    display: none;
}



/******** media query **********/

@media (max-width:991px){

.invoiceTable table,
.invoiceTable tbody,
.invoiceTable tr,
.invoiceTable td{
    display:block;
    width:100%;
}

.invoiceTable tbody tr{
    margin-bottom:20px;
    border-radius:16px;
    padding:15px;
}

.invoiceTable tbody td{
    padding:12px 15px;
    text-align:left !important;
}

.invoiceTable tbody td:last-child{
    text-align:left !important;
}


    .page-content .account-banner {
        min-height: 220px;
    }

    .page-content .account-title {
        font-size: 32px;
    }

    .page-content .account-description {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .page-content .account-banner {
        min-height: 180px;
        padding: 40px 0;
    }

    .page-content .account-title {
        font-size: 26px;
    }

    .page-content .account-description br {
        display: none;
    }
}




@media (min-width: 768px) {


#content-wrapper .customer-layout .customer-sidebar {
	min-height: 700px;
}

#content-wrapper .customer-layout .customer-sidebar .customer-signout {
	position: absolute;
	bottom: 50px;
	width: 100%;
	max-width: 80%;
}

}