/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

/*
	Add your custom styles here
*/


:root {
	--primary-color: #233D72;
	--secondary-color: #E8BC43;
	--font-family: 'Quicksand';
	--border-color: #B4B3B3;
	--white: #fff;
	--black: #000;
	--font-size-p: 16px;
	--border-radius: 10px;
	--font-size-h3: 30px;
	--margin-space: 12%;
}

/* Product Page */
.soisy-widget {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: nowrap;
}

.soisy-widget >label {
    font-family: var(--font-family);
	font-size: 15px;
    font-weight: 600;
    color: var(--black);
}

.hjRemz {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: rgb(68, 199, 116);
}

.hxgSCE {
    display: inline-block;
    height: 17px;
    width: 65px;
    text-align: center;
}

.hqrWIN {
    display: block;
    font-size: 10px;
    line-height: 12px;
}

select#rate {
    width: 75px;
    height: 30px;
    padding: unset;
	font-family: var(--font-family);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-color: var(--white);
}
/* End Product Page */

/* Button Social Login*/
.button-social-login {
    border: 1px solid #000;
    border-radius: 65px !important;
    padding: 5px;
}

.nsl-button-label-container {
    color: #000;
    font-family: 'QUICKSAND' !important;
    font-weight: 500;
    font-size: 16px !important;
}

.nsl-button-apple{
    border-radius: 65px !important;
    padding: 5px;
}

div.nsl-container-buttons {
    gap: 15px !important;
}
/* END Button Social Login */

/* Account Page */
section#header-part-account{
	background-color: var(--primary-color);
	height: 160px;
	margin-bottom: 75px;
	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[id^="child-"]{
min-width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

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://dematteohome.com/wp-content/uploads/2023/02/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://dematteohome.com/wp-content/uploads/2023/02/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);
  display: flex;
  gap: 5px;
  align-items: center;
  flex: 1;
}

.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 0.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: #fff;
	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: 800px){
	
/*.ele-tab {
	font-weight: 600;
    color: var(--primary-color);
    width: 200px;
    display: flex;
    gap: 5px;
    align-items: center;
}*/

section[id^="child-"]{

}

    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;
    }

    .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 {
        gap: 20px;
    }

    .header-tab {
        padding-right: unset;
    }
}