/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for the Hello Elementor theme
Author: Tatsiana Lapata
Template: hello-elementor
Version: 1.1.4
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");

:root {
    --primary-color: #007A75;
}


/* Page */
.page:not(.home) #content {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Header */
@media screen and (max-width: 480px) {
    .loginbtn .elementor-button-text {
        display: none;   
    }    
}

/* Register Form */
#registerForm .elementor-field-group,
#registerShipForm .elementor-field-group,
#resetPsd .elementor-field-group {
    padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 10px;
}
#registerForm .elementor-field-group .elementor-field:not(.elementor-select-wrapper), 
#registerShipForm .elementor-field-group .elementor-field:not(.elementor-select-wrapper), 
#resetPsd .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    border-color: #1340744D;
}
#registerForm .elementor-message-danger, 
#registerShipForm .elementor-message-danger, 
#resetPsd .elementor-message-danger {
    display: none;
}
#registerForm .error,
#registerShipForm .error,
#resetPsd .error,
.tab-content .error,
.popform .error {
    font-weight: bold;
    color: red;
}
#registerShipForm .elementor-kit-7 .elementor-button {
    background-color: var(--primary-color);
}


/* Account */
.row-flex {
    display: flex;
    gap: 30px;
    padding: 40px 0;
}
.row-flex .sidebar {
    width: 270px;
    background-color:#FAFAFA;
    border-radius: .5rem;
    padding: 20px;
}
@media screen and (max-width: 991px) {
    .row-flex {
        flex-direction: column;
    }
    .row-flex .sidebar {
        width: 100%;
    }
}

.row-flex .sidebar .intro {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.row-flex .sidebar .intro .avatar {
    background-color: var(--primary-color);
    border-radius: 100%;
    height: 64px;
    width: 64px;
    line-height: 64px;
    overflow: hidden;
    color: white;
    text-align: center;
}
.row-flex .sidebar .intro .ml-4 {
    width: calc(100% - 64px);
    padding-left: 12px;
}
.row-flex .sidebar .intro .ml-4 h3 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}
.row-flex .sidebar .intro .ml-4 p {
    font-size: 0.875rem;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.row-flex .sidebar .navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 84px);
    min-height: 250px;
}
.row-flex .sidebar .navigation button.tab-btn,
.row-flex .sidebar .navigation a.tab-btn {
    background-color: transparent;
    background-image: none;
    padding: 14px 15px;
    margin: 10px 0 0;
    color: var( --e-global-color-text );
    font-weight: bold;
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    border: none;
    width: 100%;
    display: block;
    box-shadow: none;
    text-align: left;
    border-radius: 8px;
}
.row-flex .sidebar .navigation button.tab-btn i, 
.row-flex .sidebar .navigation a.tab-btn i {
    margin-right: 8px;
}
.row-flex .sidebar .navigation button.tab-btn:hover,
.row-flex .sidebar .navigation a.tab-btn:hover,
.row-flex .sidebar .navigation button.tab-btn.active-tab {
    background-color: var(--primary-color);
    color: white;
}
.row-flex .sidebar ul {
    margin: 20px 0 0;
    list-style: none;
    font-weight: bold;
}
.row-flex .sidebar ul li {
    padding: 0 0 10px;
}
.row-flex .account {
    width: calc(100% - 300px);
    padding-left: 30px;
}
@media screen and (max-width: 991px) {
    .row-flex .account {
        width: 100%;
        padding-left: 0;
    }
}
.row-flex .account h2 {
    font-size: 2.25rem;
    line-height: 1;
    font-weight: bold;
    color: var(--e-global-color-text);
}
.row-flex .account .tab-content {
    display: none;
}
.row-flex .account .tab-content.active {
    display: block;
}
.order-item {
    border-radius: 8px;
    border: 1px solid rgba(229,231,235,1);
    padding: 20px;
    margin-bottom: 20px;
}
.order-item h3 {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
}
.order-item p {
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.order-item .details {
    display: none;
    margin-top: 20px;
}
.order-item .details p {
    margin-bottom: 10px;
}
.order-item .details p:last-child {
    margin-bottom: 0;
}
.order-item .details p strong {
    display: inline-block;
    width: 130px;
}
.order-item .flex {
    display: flex;
    justify-content: space-between;
}
.order-item .flex .text-right {
    text-align: right;
}
.order-item .flex .status {
    display: inline-block;
    color: rgba(146,64,14,1);
    font-weight: 500;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;
    padding: 0.125rem 0.625rem;
    background-color: rgba(254,243,199,1);
    border-radius: 9999px;
    align-items: center;
    margin: 0 0 15px;
}
.order-item .flex .text-right button {
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    background-color: transparent;
    background: none;
    border: none;
    border-radius: 0;
    color: var(--primary-color);
    font-size: 0.875rem;
    text-decoration: underline;
    box-shadow: none;
    text-transform: none;
}
.order-item .flex .text-right select {
    background-color: #ffffff;
    border: 1px solid #1340744D;
    border-radius: 6px;
    padding: 6px 16px;
    margin-bottom: 14px;
}
.row-flex .account .tab-content .flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.row-flex .account .tab-content .flex .input {
    width: calc(50% - 10px);
}
.row-flex .account .tab-content .flex .input.fullwidth {
    width: 100%;
}
.row-flex .account .tab-content .flex .input label {
    font-size: 0.875rem;
    font-size: 500;
    color: rgba(55,65,81,1);
    margin: 0 0 4px;
}
.row-flex .account .tab-content .flex .input input {
    padding: .5rem 1rem;
    border:1px solid rgba(209,213,219,1);
    border-radius: .5rem;
    width: 100%;
}
.row-flex .account .tab-content .justify-end {
    text-align: right;
    padding-top: 20px;
}
.row-flex .account .tab-content .justify-end button {
    background-color: var(--primary-color);
    background-image: none;
    padding: 14px 25px;
    margin: 0;
    color: white;
    font-weight: bold;
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    border: none;
    width: auto;
    display: inline-block;
    box-shadow: none;
    text-align: center;
    border-radius: 8px;
}
.row-flex .account .tab-content .justify-end button:hover {
    background-color: var( --e-global-color-secondary );
}
.tab-content .error {
    margin: 15px 0;
}
.tab-content .success,
.popform .success {
    margin: 15px 0;
    color: green;
    font-weight: bold;
}