.elementor-11807 .elementor-element.elementor-element-d991199{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-eaf2bc4 *//* Account Page */
section#header-part-account{
	background-color: var(--primary-color);
	height: 160px;
	margin-bottom: 75px;
	margin-top: 45px;
	display: flex;
	align-items: center;
}

section#main-content {
    padding-bottom: 100px;
}

div#hi-customers{
	margin-left: var(--margin-space);
	color: var(--white) !important;
}

span.customers-name{
	text-transform: uppercase;
	font-weight: 700;
}

div#navigation-account-menu{
	margin-left: var(--margin-space);
	display: flex;
    justify-content: space-between;
	min-width: 80%;
	border-bottom: 1px solid #243E71;
}

section#navigation-account {
    display: flex;
	margin-right: var(--margin-space);
	margin-bottom: 45px;
	justify-content: space-between;
}

.nav-account-box-item-menu{
    align-items: center;
	display: flex;
	gap: 3px;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--white);
}

span.nav-account-menu {
    font-weight: 600;
	color: var(--primary-color);
}

.nav-account-box-item-menu:hover > span.nav-account-menu{
	color: var(--secondary-color);
}

.nav-account-box-item-menu:hover{
	border-bottom: 2px solid var(--primary-color);
}

.nav-account-box-item-menu:hover > .svg-nav-account-menu > path {
	fill: var(--secondary-color);
	stroke: var(--secondary-color);
}

.active-menu-box{
	border-bottom: 2px solid var(--primary-color);
}

section[id^="child-"]{
	margin-left: calc(var(--margin-space) * 2);
	margin-right: calc(var(--margin-space) * 2);
}

section#child-orders {
    margin-left: var(--margin-space);
	margin-right: calc(var(--margin-space) * 1.7);
}

span.inactive {
	display: none !important;
}

span.active {
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 50px;
	background: red;
    color: var(--white);
}

.label-inupt-account{
	color: var(--primary-color);
    font-weight: 600;
}

.input-account {
    border-radius: var(--border-radius) !important;
    border-color: var(--border-color) !important;
}

.divide-info-account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}

.show-password-input::after {
    background-image: url(https://media.dematteohome.com/wp-content/uploads/2023/02/05160155/ph_eye-closed-duotone.svg) !important;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    content: "" !important;
}

.display-password::after {
    background-image: url(https://media.dematteohome.com/wp-content/uploads/2023/02/05160154/see-password-deMatteo.svg) !important;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    content: "" !important;
}

.hiddenChildArea {
	display: none;
}

.row-address {
    display: flex;
    gap: 50px;
}

.header-tab{
	display: flex;
    flex-direction: row;
    background: #F5F7FF;
    border-bottom: 1px solid var(--primary-color);
	height: 40px;
    align-items: center;
	padding-left: 30px;
    padding-right: 30px;
}

.ele-tab {
	font-weight: 600;
    color: var(--primary-color);
    width: 200px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.item-row-product {
    display: flex;
	height: 100px;
	padding-left: 30px;
}

.icon-expand-order{
	display: flex;
	align-items: center;
    justify-content: center;
	cursor: pointer;
}

div[id^="details-order-"]{
	height: 0px;
	display: flex;
	gap: 50px;
	border-bottom: 1px solid var(--primary-color);
}

.active-detail-order{
	height: 200px !important;
	transition: height 1.5s;
}

.img-product-detail{
	border: 1px solid #000000;
	border-radius: 5px;
}

.detail-item {
    display: flex;
    padding-bottom: 42px;
    gap: 15px;
	padding-left: 25px;
    padding-right: 30px;
	direction: ltr;
}

.status-state-tab {
    justify-content: center;
}


.details-item-order {
    overflow-y: scroll;
    max-height: 400px;
	direction: rtl;
}

.details-item-order::-webkit-scrollbar {
    width: 4px;
    background: #F1F1F1;
}

.details-item-order::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #D7D7D7;
}

.info-product-detail{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.name-product-detail{
	color: var(--primary-color);
	font-weight: 600;
	font-size: 18px;
}

.variation-product-detail{
	font-weight: 400;
    font-size: 14px;
    color: #000;
}

.detail-info-text{
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
}

div[id^="detail-info-order-"]{
    display: flex;
    flex-direction: column;
	opacity: 0;
}

.space-bottom {
    padding-bottom: 30px;
}

button.deMatteo-Button-account {
    background: var(--primary-color);
    border-radius: 10px;
    border-color: var(--primary-color);
    color: var(--border-color);
	font-weight: 600;
	height: 45px;
	display: flex;
    gap: 5px;
}

.button-action {
    display: flex;
    gap: 25px;
}

button.deMatteo-Button-account:hover{
	background: var(--primary-color);
}

.icon-expand-active {
    transform: rotate(180deg);
	transition: rotate 1s;
}

.detail-info-order-active {
	opacity: 1 !important;
	transition: opacity 2.5s;
}

.border-bottom-row {
    border-bottom: 1px solid var(--primary-color);
}

.empty-message {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}

/* Mobile */
@media only screen and (max-width: 768px){
    div#navigation-account-menu {
        flex-direction: column;
        border-bottom: unset;
    }

    section[id^="child-"] {
        margin-left: unset;
        margin-right: unset;
    }

    section#child-orders {
        margin-left: unset;
        margin-right: unset;
    }

    .row-address {
        gap: 35px;
        flex-direction: column;
        margin-right: var(--margin-space);
    }

    .d-none-ele-tab{
        display: none;
    }

    div[id^="details-order-"] {
        flex-direction: column;
        overflow: scroll;
    }

    .details-item-order {
        overflow-y: unset;
        max-height: unset;
    }

    .text-billing{
        display: none;
    }

    .item-row-product {
        padding-right: unset !important;
        gap: 20px;
    }

    .header-tab {
        padding-right: unset;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d991199 *//* Account Page */
section#header-part-account{
	background-color: var(--primary-color);
	height: 160px;
	margin-bottom: 75px;
	margin-top: 45px;
	display: flex;
	align-items: center;
}

section#main-content {
    padding-bottom: 100px;
}

div#hi-customers{
	margin-left: var(--margin-space);
	color: var(--white) !important;
}

span.customers-name{
	text-transform: uppercase;
	font-weight: 700;
}

div#navigation-account-menu{
	margin-left: var(--margin-space);
	display: flex;
    justify-content: space-between;
	min-width: 80%;
	border-bottom: 1px solid #243E71;
}

section#navigation-account {
    display: flex;
	margin-right: var(--margin-space);
	margin-bottom: 45px;
	justify-content: space-between;
}

.nav-account-box-item-menu{
    align-items: center;
	display: flex;
	gap: 3px;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--white);
}

span.nav-account-menu {
    font-weight: 600;
	color: var(--primary-color);
}

.nav-account-box-item-menu:hover > span.nav-account-menu{
	color: var(--secondary-color);
}

.nav-account-box-item-menu:hover{
	border-bottom: 2px solid var(--primary-color);
}

.nav-account-box-item-menu:hover > .svg-nav-account-menu > path {
	fill: var(--secondary-color);
	stroke: var(--secondary-color);
}

.active-menu-box{
	border-bottom: 2px solid var(--primary-color);
}

section[id^="child-"]{
	margin-left: calc(var(--margin-space) * 2);
	margin-right: calc(var(--margin-space) * 2);
}

section#child-orders {
    margin-left: var(--margin-space);
	margin-right: calc(var(--margin-space) * 1.7);
}

span.inactive {
	display: none !important;
}

span.active {
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 50px;
	background: red;
    color: var(--white);
}

.label-inupt-account{
	color: var(--primary-color);
    font-weight: 600;
}

.input-account {
    border-radius: var(--border-radius) !important;
    border-color: var(--border-color) !important;
}

.divide-info-account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}

.show-password-input::after {
    background-image: url(https://media.dematteohome.com/wp-content/uploads/2023/02/05160155/ph_eye-closed-duotone.svg) !important;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    content: "" !important;
}

.display-password::after {
    background-image: url(https://media.dematteohome.com/wp-content/uploads/2023/02/05160154/see-password-deMatteo.svg) !important;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    content: "" !important;
}

.hiddenChildArea {
	display: none;
}

.row-address {
    display: flex;
    gap: 50px;
}

.header-tab{
	display: flex;
    flex-direction: row;
    background: #F5F7FF;
    border-bottom: 1px solid var(--primary-color);
	height: 40px;
    align-items: center;
	padding-left: 30px;
    padding-right: 30px;
}

.ele-tab {
	font-weight: 600;
    color: var(--primary-color);
    width: 200px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.item-row-product {
    display: flex;
	height: 100px;
	padding-left: 30px;
}

.icon-expand-order{
	display: flex;
	align-items: center;
    justify-content: center;
	cursor: pointer;
}

div[id^="details-order-"]{
	height: 0px;
	display: flex;
	gap: 50px;
	border-bottom: 1px solid var(--primary-color);
}

.active-detail-order{
	height: 200px !important;
	transition: height 1.5s;
}

.img-product-detail{
	border: 1px solid #000000;
	border-radius: 5px;
}

.detail-item {
    display: flex;
    padding-bottom: 42px;
    gap: 15px;
	padding-left: 25px;
    padding-right: 30px;
	direction: ltr;
}

.status-state-tab {
    justify-content: center;
}


.details-item-order {
    overflow-y: scroll;
    max-height: 400px;
	direction: rtl;
}

.details-item-order::-webkit-scrollbar {
    width: 4px;
    background: #F1F1F1;
}

.details-item-order::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #D7D7D7;
}

.info-product-detail{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.name-product-detail{
	color: var(--primary-color);
	font-weight: 600;
	font-size: 18px;
}

.variation-product-detail{
	font-weight: 400;
    font-size: 14px;
    color: #000;
}

.detail-info-text{
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
}

div[id^="detail-info-order-"]{
    display: flex;
    flex-direction: column;
	opacity: 0;
}

.space-bottom {
    padding-bottom: 30px;
}

button.deMatteo-Button-account {
    background: var(--primary-color);
    border-radius: 10px;
    border-color: var(--primary-color);
    color: var(--border-color);
	font-weight: 600;
	height: 45px;
	display: flex;
    gap: 5px;
}

.button-action {
    display: flex;
    gap: 25px;
}

button.deMatteo-Button-account:hover{
	background: var(--primary-color);
}

.icon-expand-active {
    transform: rotate(180deg);
	transition: rotate 1s;
}

.detail-info-order-active {
	opacity: 1 !important;
	transition: opacity 2.5s;
}

.border-bottom-row {
    border-bottom: 1px solid var(--primary-color);
}

.empty-message {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}

/* Mobile */
@media only screen and (max-width: 768px){
    div#navigation-account-menu {
        flex-direction: column;
        border-bottom: unset;
    }

    section[id^="child-"] {
        margin-left: unset;
        margin-right: unset;
    }

    section#child-orders {
        margin-left: unset;
        margin-right: unset;
    }

    .row-address {
        gap: 35px;
        flex-direction: column;
        margin-right: var(--margin-space);
    }

    .d-none-ele-tab{
        display: none;
    }

    div[id^="details-order-"] {
        flex-direction: column;
        overflow: scroll;
    }

    .details-item-order {
        overflow-y: unset;
        max-height: unset;
    }

    .text-billing{
        display: none;
    }

    .item-row-product {
        padding-right: unset !important;
        gap: 20px;
    }

    .header-tab {
        padding-right: unset;
    }
}/* End custom CSS */