.logo {
    display: flex;
    align-items: center;
}

.woo-edit-account-form {
    display: none;
}

p#update_all_subscriptions_addresses_field {
    display: none;
}

.woocommerce table.my_account_orders th {
    vertical-align: unset !important;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields { /* Remove order questions from Order page */
    display: none;
}

.woocommerce-MyAccount-navigation {
    /*         width: 96%; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 40px;
    margin-top: -50px;
    text-align: center;
    float: none;
}

.woocommerce-MyAccount-content {
    float: none;
    background-color: #fff !important;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation, nav.woocommerce-MyAccount-navigation ul {
    border: 0;
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: transparent !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    font-weight: 600;
    color: #255669 !important;
}

li.woocommerce-MyAccount-navigation-link:first-child {
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block !important;
    font-size: 14px;
}

.woocommerce-MyAccount-navigation ul li a {
    min-width: 0;
    padding: 10px 20px;
    border: 0;
}

li.woocommerce-MyAccount-navigation-link:first-child {
    display: inline-block !important;
}

li.woocommerce-MyAccount-navigation-link:first-child a:after {
    content: unset !important;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 26px;
    letter-spacing: 0 !important;
}

h2 {
    font-size: 20px;
}

.page-container {
    width: 650px;
    margin: 0 auto;
}

.order-info-box {
    margin: 20px auto;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px;
    background-color: #FAFAFA;
}

.order-info-box > a {
    text-decoration: none;
    color: unset;
}

.order-info-box > a:hover {
    color: unset !important;
}

.order-info-box > a:hover .image-overlay {
    opacity: 0 !important;
    z-index: 1;
}

.order-info-box-container {
    display: flex;
    gap: 10px;
}

.order-left-side, .order-right-side {
    margin-top: 10px;
}

.order-left-side {
    display: flex;
    vertical-align: top;
    width: 65%;
}

.order-right-side {
    text-align: right;
}

.order-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 600;
    height: 28px;
    margin-bottom: 20px;
}

.order-product-info {
    text-align: left;
    width: 65%;
}

.order-product-image {
    width: 150px;
    margin-right: 20px;
}

.order-product-image img {
    width: 100%;
}

.order-product-name {
    line-height: 16px;
    font-weight: 500;
}

.order-date {
    font-size: 15px;
}

.flex {
    flex: 1;
}

.side-by-side {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    font-size: 14px;
}

.left-side, .right-side {
    flex: 1;
}

.left-side, .shipping-address, .sub-heading, .sub-text {
    text-align: left;
}

.left-side {
    font-weight: 500;
}

.right-side {
    text-align: right;
}

.sub-heading {
    margin-top: 30px;
}

.sub-text {
    line-height: 26px;
}

.nav-menu-left-arrow, .nav-menu-right-arrow {
    display: none;
}

.my-account-current-tab-active {
    font-weight: 600;
}

.my-account__warning {
    display: block;
    padding: 12px 10px;
    text-align: left;
    border-radius: 3px;
    background: #FFF9D7;
    margin-bottom: 10px;
}

.my-account__warning strong {
    color: #000000;
}

.my-account__alert {
    display: block;
    padding: 12px 10px;
    text-align: left;
    border-radius: 3px;
    background: #FADCDC;
    margin-bottom: 10px;
}

.my-account__alert strong {
    color: #000000;
}

.banner-notification {
    display: inline-block;
    background: #F3F3F3;
    border-radius: 3px;
    font-size: 12px;
    padding: 12px 10px;
    margin-bottom: 20px;
}

.banner-notification span:not(:first-child) {
    display: inline-block;
    margin-top: 10px;
}

.important-banner {
    background: #fadad8;
    border-radius: 25px;
    color: #c55c55;
    text-align: center;
}

.separator {
    margin: 10px 0;
    height: 2px;
    background-color: #D9D9D9;
    margin: 10px 0;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.weight-900 {
    font-weight: 900;
}

.weight-1000 {
    font-weight: 1000;
}

.size-14 {
    font-size: 14px !important;
}

.button-dark-blue {
    background-color: #2F5769;
    color: #fff !important;
}

.clearfix {
    clear: both;
}

.order-info-box-container {
    display: block !important;
    text-align: left;
}

.order-product-quantity {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
}

.order-next-order-date, .order-product-total {
    font-size: 14px;
    line-height: 20px;
}

.order-next-order-date {
    margin-bottom: 20px;
}

.order-product-image, .order-product-info {
    display: inline-block;
    vertical-align: top;
}

.order-billing-interval {
    margin: 6px 0;
    font-weight: 500;
}

.order-billing-interval, .order-product-name {
    font-size: 16px;
    line-height: 24px;
}

.order-product-subscription {
    text-decoration: underline;
}

.order-product-container {
    margin-bottom: 10px;
    overflow: hidden;
}

.status-active {
    background-color: #BFD7C4;
    color: #7F9884;
}

.status-pending-photos {
    background-color: #F0BC6F;
    color: #A16329;
}

.status-in-review {
    background-color: #F6E4A1;
    color: #907F41;
}

.status-on-hold, .status-pending-cancellation {
    background-color: #DADADA;
    color: #646564;
}

.status-cancelled {
    background-color: #545454;
    color: #C1C1C1;
}

.promotion-text {
    font-size: 13px;
    color: #646564;
}

.page-info {
    text-align: left;
    padding: 12px 10px;

    background: #F3F3F3;
    border-radius: 3px;
}

#snackbar {
    visibility: hidden;
    min-width: 350px;
    margin-left: -175px;
    background-color: #D8EBD1;
    color: #34741D;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 120px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.datepicker {
    padding-left: 20px;
    padding-right: 20px;
}

a {
    cursor: pointer;
}

p.password-small-text {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 18px;
    color: #696867;
}

#password-strength-container {
    display: none;
}

.password-strength {
    margin-top: -10px;
    margin-bottom: 0px;
}

.confirm-new-password {
    margin-top: 10px;
}

.main_color #payment, .main_color #payment li {
    background-color: transparent;
}

#payment {
    margin-top: 0;
}

#top #payment {
    border-radius: 0;
    border-style: none;
    border-width: 0;
}

#top #payment ul.payment_methods {
    padding: 0;
}

#top #payment ul.payment_methods li {
    font-weight: normal;
    border-style: none;
    border-width: 0;
    padding: 0;
}

#top #payment #place_order {
    float: left;
}

#top #payment div.form-row {
    padding: 0;
    width: 360px;
    float:left;
}

ul.woocommerce-error {
    width: 360px;
    min-height: 41px;

    background: #F4DFDF;
    border-radius: 3px;
    padding: 12px 10px;

    flex-direction: column;
    justify-content: center;

    color: #911010;
    font-weight: 400 !important;
    font-size: 12px !important;

    margin-bottom: 13px;
}

ul.woocommerce-error li {
    font-weight: 400 !important;
    font-size: 12px !important;
}

@media screen and (max-width: 768px) {
    #top #payment #place_order {
        float: none;
    }

    #top #payment div.form-row {
        width: 100%;
    }
}

.wc-stripe-elements-field {
    height: 40px;
    padding: 10px 5px 5px 5px !important;

    background: #FFFFFF;
    border: 1px solid #E1E1E1;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 120px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 120px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 120px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 120px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        background-color: #fff !important;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 10px;
    }

    .inner-container {
        height: unset !important;
    }

    .responsive #top .av-main-nav .menu-item-avia-special {
        margin-top: 22px;
    }

    .nav-menu-left-arrow {
        display: none;
        position: absolute;
        position: absolute;
        top: 15px;
        left: -6%;
        background-color: #fff;
        height: 40px;
        line-height: 38px;
        border-right: 1px solid #a4a4a4;
        padding: 0 5px;
        font-size: 25px;
        color: #898989;
        vertical-align: middle;
    }

    .nav-menu-right-arrow {
        display: block;
        position: absolute;
        top: 15px;
        right: -6%;
        background-color: #fff;
        height: 40px;
        line-height: 38px;
        border-left: 1px solid #a4a4a4;
        padding: 0 5px;
        font-size: 25px;
        color: #898989;
        vertical-align: middle;
    }


    .page-container, .order-info-box {
        width: 100%;
    }

    .order-info-box-container {
        flex-direction: column-reverse;
    }

    .order-left-side {
        width: 100%;
    }

    .order-right-side {
        text-align: left;
        margin-top: 0;
    }

    .order-view-button a {
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: block;
        overflow: auto;
        white-space: nowrap;
        width: 98%;
        vertical-align: middle;
    }

    nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
        display: none;
    }

    #snackbar {
        margin-left: 0;
        min-width: 90%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 550px) {
    .order-product-info {
        width: 60%;
    }
}