.woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation li {
    list-style:none;
    margin:0 !important;
    padding:0;
}

.woocommerce  .woocommerce-MyAccount-navigation a .material-icons {
    display:inline-block;
  position: relative;
    top:4px;
    margin-right: 6px;
}

.woocommerce  .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 16px;
    background: var(--e-global-color-primary);
    color:var(--e-global-color-text);
    text-decoration: none;
    line-height: 20px;
    font-size:14px;

}
.woocommerce  .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: bold;
}

.woocommerce  .woocommerce-MyAccount-navigation li:not(:last-of-type):after {
    display:block;
    content: "";
    width: 90%;
    height:1px;
    margin:0 auto;

}

.greetings {
    display: block;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
}
.greetings span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.beardy-row {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:30px;
}
.beardy-col {
    flex:1;
}

.beardy-col-1-3 {
    flex:1;
}
.beardy-col-2-3 {
    flex:2;
}

.beardy-box {
    background:  var(--e-global-color-primary);
    padding:16px;
}

dl {
    display:flex;
    flex-direction: row;
    justify-content: space-around;

    flex-wrap:wrap;
}
dt,dd {
    width:50%;
    max-width:50%;
    margin:0;
    padding:0;
}
dd {
    text-align: right;
}

.woocommerce-order-received .beardy-row {
    margin-bottom:30px;
}

.steper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
}

.steper::after {
    content: " ";
    display:block;
    height:1px;
    width:100%;
    background:#333;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.steper__step {
    background:#fff;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 2;
    color:#555;
    align-items:center;
    padding:16px;
}

.steper__step.step_active {
    color:#000;
    font-weight: bold;
}
.beardy-box  {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    /*flex-wrap:wrap;*/
}
.beardy-box > div {
    width:100%;
    clear:both;
}

.beardy-auth button, .woocommerce button.button[type="submit"],
 .beardy-view-order button[type="submit"],
 .beardy-account  button[type="submit"],
 .to-checkout {
    width:100%;
    color:var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
    border-radius: 0 !important;
}

span.show-password {
    position: absolute !important;
    right: 15px;
    top: 50% !important;
    transform: translateY(-50%);
}

.password-container {
    position:relative;
}

.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
    padding: 8px 16px;
    border:none;
    color:#333;
}
.woocommerce-page .woocommerce-info {
    background: #EEF9F4;
}
.woocommerce-page .woocommerce-info:before {
    content: '\e88e';
    font-family: 'Material Icons';
    font-size: 25px;
    position: relative;
    top: 6px;
    left: 0;
    line-height: 25px;
}

.woocommerce-page .woocommerce-error {
    background: #F9EEEE;
}
.woocommerce-page .woocommerce-error:before {
    content: '\e5cd';
    font-family: 'Material Icons';
    font-size: 25px;
    position: relative;
    top: 6px;
    left: 0;
    line-height: 25px;
}

.woocommerce-error li {
    display:inline-block;
}

.woocommerce-page .woocommerce-success, .woocommerce-page .woocommerce-message {
    background: #EEF9F4;
}
.woocommerce-page .woocommerce-success:before, .woocommerce-page .woocommerce-message:before {
    content: '\e5ca';
    font-family: 'Material Icons';
    font-size: 25px;
    position: relative;
    top: 6px;
    left: 0;
    line-height: 25px;
}

.beardy-order .beardy-col > span, .beardy-order .beardy-col > strong {
    display:block;
}
.beardy-column {
    display:flex;
    flex-direction: column;
    height:100%;
}
.beardy-column > .beardy-col {
    flex:1;
}

.woocommerce .pay-order-link, .woocommerce .cancel-order-link, .woocommerce .view-order-link {
    text-decoration: none;
    margin-right:10px;
}
.flex {
    display:flex;
}

.flex-end {
    justify-content: end;
    justify-items:end;
    align-content: end;
}
.beardy-order .material-icons, .beardy-view-order .material-icons , .beardy-account .material-icons {
    font-size:16px;
    position: relative;
    top:1px;
    margin-right:5px;
}

.beardy-order-products-list >div:after {
    content: " ";
    display:block;
    width:100%;
    height:1px;
    background: var(--e-global-color-secondary);
}

.flex-center {
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
}

.beardy-view-order > div:not(:first-child) {
    margin-bottom:30px;
}

.beardy-account > div {
    margin-bottom:30px;
}

.woocommerce-page .woocommerce-MyAccount-content #myAccount_title {
    margin: 0 0 40px 0;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 36px;


}
.woocommerce-MyAccount-navigation li:not(:last-child) a {
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation li a {
    text-align: left !important;
    border-radius: 0 !important;
}

.elementor-16 .elementor-element.elementor-element-0ac9fb2 .woocommerce-MyAccount-navigation ul li a {
    text-align: left !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding:8px !important;
    font-size:14px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    padding-left:48px !important;
}

.beardy-col span {
    font-size:14px;
    line-height: 20px;
}
.beardy-col strong {
   
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;

color: #443E3E;


}

.beardy-order .beardy-column .beardy-col:nth-child(2){
    padding-top:16px;
}

.view-all-orders, .beardy-return-shop {
    /* Button */


display:inline-block;
padding: 10.5px 50.5px;


font-family: 'Figtree';
font-style: italic;
font-weight: 500;
font-size: 16px;
line-height: 19px;

background: var(--e-global-color-primary) !important;
color: var(--e-global-color-secondary) !important;
margin-bottom:30px;
border:1px solid var(--e-global-color-secondary) !important;
width: fit-content;
}

.view-order_date {

margin: 0 auto;

/* Body/text-base/font-semibold */
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #000000;
display:block;
text-align: right;

}

.view-order_number  {
    margin-bottom: 24px;    
}

.view-order_number span {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;

color: #000000;

}

.view-order_number h3 {
    font-family: 'Inter' !important;
font-style: normal !important; 
font-weight: 600 !important;
font-size: 22px !important;
line-height: 28px !important;

color: #000000 !important;
}

.beardy-view-order h3, .beardy-account h3 {
   
font-family: 'Inter' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 24px !important;

color: #000000 ;

margin-bottom: 24px !important;

}

.beardy-view-order .item-name, .beardy-view-order .item-quantity, .beardy-view-order .item-total, .beardy-view-order .order-total {

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;

color: #443E3E;


}
.beardy-view-order .item-total {
    text-align: right;
}

.beardy-view-order .order-status {
   
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding:10px !important;
    font-family: 'Inter';
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 24px !important;

/* Neutral/400 */
color: var(--e-global-color-accent);


}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display:none;
}


.billing-form, .shipping-form, .edit-form {
    display:none;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    display:none !important;
}

.agree span {

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
margin-left:16px;
color: #181818;

}

.agree input[type="checkbox"] {
    appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--e-global-color-primary);
    border:1px solid var(--e-global-color-secondary);
    border-radius: 5px;
    margin-right: 16px;
    top: 3px;
    position: relative;
}

.agree input[type="checkbox"]:checked {
    background: var(--e-global-color-secondary);
}

.agree input[type="checkbox"]:checked:after {
    color: var(--e-global-color-accent);
  
    content: "\e5ca";
    font-family: "Material Icons";
    position: absolute;
    top: -1px;
    font-size: 13px;
    left: 1px;
}

.beardy-cart-empty h3 { 
    
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 36px;

color: #000000;

}

.beardy-cart-empty p {

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
/* or 156% */

align-items: center;
text-align: center;

color: #000000;

}


.beardy-cart-empty {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%;
}

#cart-title {
  
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 36px;

}

.no-gap {
    gap: 0;
}
.beardy-clear-cart {
    display: flex;
    justify-content: end;
    align-items: center;
}

.beardy-clear-cart .clear-cart {

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;


}


.material-icons {
    font-family: 'Material Icons' !important; /** fix na elementora **/
}

.woocommerce-cart-form__cart-item.cart_item td:not(.product-thumbnail) {
    background:  var(--e-global-color-primary) !important;
    padding:16px !important;

}

.woocommerce-cart-form__cart-item.cart_item td.product-remove {
    text-align: right;
}

.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 8px;
}


.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    display: table-row !important;
}


.coupon label {

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
margin-bottom:16px;
display: block;
color: #443E3E;


}



#coupon_code {
    width: 80%;
    padding: 10px 12px;
    border: 1px solid var(--e-global-color-secondary) !important;
    border-radius: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon  button[name="apply_coupon"] {
    width: auto;
    padding: 11px 8px 12px !important;
    margin: 0;
    border: 1px solid var(--e-global-color-secondary) !important;
    border-radius: 0 8px 8px 0 !important;
    background: var(--e-global-color-accent);
  
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    position: relative;
    left: -1px;
    border-left: none !important;
}

.to-checkout {
    font-style: italic;
    display: block;
    margin-top:58px;
    text-align: center;
    color: #fff !important; 
    padding:10px;
}