<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex-grow: 1;
}

ol.woocommerce-OrderUpdates.commentlist.notes {
    list-style: none;
    padding: 0;
    margin-right: 3em;
}

.woocommerce-OrderUpdate.comment.note {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

.woocommerce-OrderUpdate-description p {
    margin: 0;
}

.woocommerce-OrderUpdate-meta {
    color: #888;
    font-size: 0.8em;
}

.woocommerce-OrderUpdate.comment.note.user-note {
    text-align: right;
}

.cases-info-extra {
    font-size: 14px;
    color: #666;
}

.woocommerce-variation-add-to-cart-enabled, .woocommerce-variation-add-to-cart-disabled {
    display: flex;
}

.cases-notification {
    padding-right: 15px;
}

.summary.entry-summary span.single-product-category {
    display: none !important;
}




.woocommerce-js .select2-container .select2-dropdown, 
.woocommerce-js .select2-container .select2-search__field, 
.woocommerce-page .select2-container .select2-dropdown, 
.woocommerce-page .select2-container .select2-search__field {
    z-index: 99;
}

.astra-off-canvas-sidebar .wp-block-search__label {
    color: var(--ast-global-color-3);
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.woocommerce-js .astra-off-canvas-sidebar h2 {
    margin-bottom: 0.5em;
}

.astra-off-canvas-sidebar .wp-block-search__inside-wrapper {
    flex-direction: column;
}

.woocommerce-js .astra-off-canvas-sidebar .wp-block-search__input {
    min-height: 48px;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.woocommerce-js .astra-off-canvas-sidebar .wp-block-search__input:focus {
    outline: none;
    border: 1px solid #000;
}

.woocommerce-js .astra-off-canvas-sidebar .wp-block-search__button {
    margin: 10px 0 0;
    border-radius: 4px;
}

.astra-off-canvas-sidebar .ast-filter-wrap .widget {
    margin-bottom: 2em;
}




/* columns-1 */

ul.products.columns-1 {
    display: flex;
    flex-direction: column;
}

ul.products.columns-1 li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.products.columns-1 li.product .astra-shop-thumbnail-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.products.columns-1 li.product  .astra-shop-summary-wrap {
    text-align: center;
    padding: 0;
}

ul.products.columns-1 li.product  .astra-shop-summary-wrap .product-action {
   display:flex;
}

ul.products.columns-1 .multi-add-to-cart {
    margin: 10px;
    min-width: 32px;
    min-height: 32px;
    outline: none;
    vertical-align: middle;
}

ul.products.columns-1 .astra-shop-summary-wrap .product-info {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
}

ul.products.columns-1 .astra-shop-summary-wrap .woocommerce-loop-product__title {
    width: 100%;
}

.woocommerce-js ul.products.columns-1 li.product .astra-shop-summary-wrap .woocommerce-loop-product__title {
    margin: 0;
    font-size: 20px;
}

ul.products.columns-1 .astra-shop-summary-wrap .product-action {
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}

ul.products.columns-1 .multi-add-to-cart {
    display: none;
}

ul.products.columns-1 .multi-add-to-cart__label {
    width: 30px;
    height: 30px;
    border: 4px solid #808285;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

ul.products.columns-1 .multi-add-to-cart:checked + label::before {
    content: '';
    width: 10px;
    height: 20px;
    border-bottom: 4px solid #808285;
    border-right: 4px solid #808285;
    position: absolute;
    top: 0px;
    left: 7px;
    transform: rotate(45deg);
}

.woocommerce-js ul.products.columns-1 .quantity .minus,
.woocommerce-js ul.products.columns-1 .quantity .plus {
    z-index: 0;
}

ul.products.columns-1 li.product .astra-shop-summary-wrap .stock.in-stock {
    color: #77a464;
}

.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
    height: auto;
}

.woocommerce-js .asys-before-products .add-selected-to-cart {
    text-align: center;
}

@media (min-width: 555px) {
    .woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap:first-child {
        flex-grow: 1;
    }
    .woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .astra-shop-filter-button {
        margin: 0 20px 0 auto;
    }
    .woocommerce .astra-shop-filter-button .astra-woo-filter-icon svg,
    .woocommerce .astra-shop-filter-button .astra-woo-filter-text {
        color: #666;
    }
}

@media (min-width: 768px) {
    ul.products.columns-1 li.product {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    ul.products.columns-1 li.product .astra-shop-thumbnail-wrap .woocommerce-LoopProduct-link {
        width: 150px;
        height: 150px;
    }
    ul.products.columns-1 li.product .astra-shop-summary-wrap {
        flex-grow: 1;
        text-align: right;
        padding: 0 0 0 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .woocommerce-js ul.products.columns-1 li.product .woocommerce-loop-product__title {
      margin: 0 20px;
    }
    .woocommerce-js ul.products.columns-1 li.product .add_to_cart_button {
        margin: 0;
        min-width: 170px;
    }
    ul.products.columns-1 .astra-shop-summary-wrap .product-info {
        flex-grow: 1;
        align-items: flex-start;
        padding-right: 20px;
        margin: 0;
    }
    ul.products.columns-1 .astra-shop-summary-wrap .product-action {
        margin: 0;
    }
    .woocommerce-js ul.products.columns-1 li.product .astra-shop-summary-wrap .woocommerce-loop-product__title {
        text-align: left;
    }
    .woocommerce-js .asys-before-products&gt;.add-selected-to-cart {
        margin: -52px 0 0 auto;
        display: block;
        max-width: max-content;
    }
}





/* columns &gt; 1 */

.woocommerce ul.products:not(.columns-1)  li.product, 
.woocommerce-page ul.products:not(.columns-1)  li.product {
    justify-content: space-between;
}

.woocommerce-js ul.products:not(.columns-1) li.product .woocommerce-loop-product__link, 
.woocommerce-page ul.products:not(.columns-1) li.product .woocommerce-loop-product__link {
    height: 1px;
    padding-bottom: 66.666%;
    position: relative;
}

.woocommerce-js ul.products:not(.columns-1) li.product .woocommerce-loop-product__link img, 
.woocommerce-page ul.products:not(.columns-1) li.product .woocommerce-loop-product__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

ul.products:not(.columns-1) .multi-add-to-cart {
    display: none;
}

ul.products:not(.columns-1) .multi-add-to-cart__label {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 3px;
    z-index: 0;
}

ul.products:not(.columns-1) .multi-add-to-cart__label span {
    width: 30px;
    height: 30px;
    border: 4px solid #808285;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 10px;
}

ul.products:not(.columns-1) .multi-add-to-cart:checked + label span::before {
    content: '';
    width: 10px;
    height: 20px;
    border-bottom: 4px solid #808285;
    border-right: 4px solid #808285;
    position: absolute;
    top: 0px;
    left: 7px;
    transform: rotate(45deg);
}

.woocommerce ul.products:not(.columns-1) li.product .button, 
.woocommerce-page ul.products:not(.columns-1) li.product .button {
    width: 100%;
    text-align: center;
    padding: 15px;
}
.woocommerce-js ul.products:not(.columns-1) li.product .quantity.buttons_added {
    margin: 8px 0 0;
    width: 100%;
}

.woocommerce-js ul.products:not(.columns-1) li.product .quantity.buttons_added a,
.woocommerce-js ul.products:not(.columns-1) li.product .quantity.buttons_added input {
    width: 33.333%;
    max-width: 33.333%;
}

.woocommerce-js ul.products:not(.columns-1) li.product .quantity.buttons_added a.plus {
    margin: 0;
}

.woocommerce ul.products:not(.columns-1) li.product .astra-shop-summary-wrap, 
.woocommerce-page ul.products:not(.columns-1) li.product .astra-shop-summary-wrap {
    padding: 0;
}

.woocommerce-js ul.products:not(.columns-1) .quantity .minus,
.woocommerce-js ul.products:not(.columns-1) .quantity .plus {
    z-index: 0;
}

ul.products:not(.columns-1) li.product .astra-shop-summary-wrap .stock.in-stock {
    color: #77a464;
}
ul.products:not(.columns-1) li.product .astra-shop-summary-wrap .stock.out-of-stock{
    color: #f75656;
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{
    display: none;
}

ul.products:not(.columns-1) li.product .ast-stock-detail {
    margin: 0;
}

.woocommerce ul.products:not(.columns-1) li.product .button.added, 
.woocommerce-page ul.products:not(.columns-1) li.product .button.added {
    margin: 0.5em 0;
}



/* pdp */

.woocommerce-js div.product .cases-info-extra,
.woocommerce-js div.product .form-row label {
    margin-bottom: .5em;
}

.woocommerce-js div.product .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-js div.product form.cart button.formula-add-all-to-cart-button {
    margin-left: auto;
    margin-bottom: 0;
}

.woocommerce-js div.product form.cart div.quantity,
.woocommerce-js div.product form.cart p.cases-notification {
    margin-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #dddddd;
}

.customize_input_data.active {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.customize_input_data.active .form-row {
    width: 100%;
}

.woocommerce-js div.product form.cart div.quantity .input-text {
    min-height: 44.5px;
}

.woocommerce-js div.product form.cart .variations select {
    min-width: auto;
    width: 100%;
}

.woocommerce-js div.product .single_variation_wrap,
.woocommerce-js div.product .form-row {
    margin: 0 0 27px;
}

.woocommerce-js div.product form.cart table.woocommerce-grouped-product-list {
    margin: -22px 0 1em;
    padding-bottom: 27px;
}

.customize_input_data.active {
    margin-bottom: 1em;
}

.woocommerce-js div.product .cases-info-extra,
.woocommerce-js div.product .form-row label {
    font-size: 13.68px;
}

.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
    max-height: 300px;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper&gt;div,
.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper&gt;div&gt;a,
.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper&gt;div&gt;a&gt;img {
    height: 100%;
}
.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper&gt;div&gt;a&gt;img {
    object-fit: contain;
}

.woocommerce-js div.product .customize_input_data.active .account_logo_file__label.active .add,
.woocommerce-js div.product .customize_input_data.active .account_logo_file__label .added,
.woocommerce-js div.product .customize_input_data.active #account_logo_file {
    display: none;
}

.woocommerce-js div.product .customize_input_data.active .woocommerce-input-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce-js div.product .customize_input_data.active .account_logo_file__label {
    cursor: pointer;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1em;
    width: max-content;
    margin: 0 !important;
}

.woocommerce-js div.product .customize_input_data.active .account_logo_file__name {
    margin: 0;
}

.woocommerce-js div.product .customize_input_data.active .account_logo_file__name.active {
    margin: 10px 0 0;
}

.woocommerce-js div.product .customize_input_data.active .account_logo_file__label.active .added {
    display: inline;
}

.woocommerce-js div.product .customize_input_data.active .account_logo_file__label:hover {
    background: #7c7c88;
}

.woocommerce-js div.product {
    margin-top: 20px;
}

@media (min-width: 750px) {
    .woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
        max-height: 450px;
    }
}

@media (min-width: 922px) {
    .woocommerce-js div.product {
        margin-top: 40px;
    }
    .woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
        max-height: 600px;
    }
    .woocommerce-js div.product .single_variation_wrap,
    .woocommerce-js div.product .form-row {
        margin: 0 0 30px;
    }
    .woocommerce-js div.product form.cart table.woocommerce-grouped-product-list {
        margin: -25px 0 1em;
        padding-bottom: 30px;
    }
    .woocommerce-js div.product .cases-info-extra,
    .woocommerce-js div.product .form-row label {
        font-size: 15px;
    }
    .woocommerce-js div.product form.cart div.quantity .input-text {
        min-height: 46px;
    }

}


/* my-account */

.woocommerce-MyAccount-content h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.woocommerce-MyAccount-content .my-account__label {
    margin: 0 0 7px;
}   

.woocommerce-MyAccount-content .vgca-iframe-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
}

.my-account__actions {
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px;
    gap: 10px;
    width: 350px;
}

.my-account__actions button,
.my-account__actions .button {
    text-align: center;
}

.woocommerce-MyAccount-content .form-row__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.woocommerce-MyAccount-content .form-row__label {
    font-weight: 700;
    margin: 0 0 15px;
}

.woocommerce-MyAccount-content .form-subrow {
    width: 47%;
    position: relative;
}

.woocommerce-MyAccount-content .form-subrow input {
    width: 100%;
}

.woocommerce-MyAccount-content form .form-row {
    margin: 0 0 15px;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    border-bottom: none;
    font-weight: 700;
}

body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) {
    top: -15px;
    left: 0;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type="text"], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type="number"], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type="email"], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type="url"], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type="password"], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type="search"], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=reset], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=tel], 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input select, 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input textarea, 
body.woocommerce-js:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input .select2-container--default .select2-selection--single {
    padding: 0.9em 0.8em;
}

body.woocommerce-js.woocommerce-checkout :not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input .select2-container--default .select2-selection--single {
    padding: 0.8em;
}

.daily-report {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-date-icon {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 12px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.custom-date-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 500px) {
    .my-account__actions {
        flex-direction: row;
        justify-content: space-between;
    }
    .my-account__actions&gt;div,
    .my-account__actions .button,
    .my-account__actions button {
        min-width: 47%;
    }
}

@media (min-width: 750px) {
    .my-account__actions&gt;div,
    .my-account__actions .button,
    .my-account__actions button {
        min-width: 23.5%;
    }
}

@media (max-width: 749px) {
    .woocommerce-MyAccount-content form .form-row-first,
    .woocommerce-MyAccount-content form .form-row-last {
        width: 100%;
    }
}



/* group-list */

.group-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.group-list__item:not(:first-child) {
    margin: 20px 0 0;
}

.group-list__item {
    padding: 0 0 20px;
}

.group-list__item:not(:last-child) {
    border-bottom: 1px solid #000;
}

.group-list__item__content {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.group-list__item__content:not(:first-child) {
    margin: 0;
}

.group-list__item__content:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.group-list__item__key {
    width: 47%;
    font-weight: 600;
}

.group-list__item__value {
    width: 47%;
    text-align: end;
}

.woocommerce-MyAccount-content .group-list__item__label {
    cursor: pointer;
    padding: 0 20px 0 0;
    margin: 0;
    position: relative;
    transition: all 300ms;
}

.group-list__item__label:hover {
    color: #7c7c88;
}

.group-list__item__label:hover::after,
.group-list__item__label:hover::before {
    background: #7c7c88;
}

.group-list__item__label::after,
.group-list__item__label::before {
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms;
}

.group-list__item__label::after {
    transform: translateY(-50%) rotate(90deg);
}

.group-list__item__data {
    display: none;
}

.group-list__item.active .group-list__item__label::after {
    transform: translateY(-50%) rotate(0deg);
}

.group-list__item.active .group-list__item__content:not(:first-child) {
    margin: 10px 0 0;
}

.group-list__item.active .group-list__item__content {
    padding: 0 0 10px;
}

.group-list__item.active .group-list__item__data {
    padding: 20px 0 0;
}

@media (min-width: 750px) {
    .group-list__item__label::after,
    .group-list__item__label::before {
        width: 20px;
    }
    .woocommerce-MyAccount-content .group-list__item__label {
        padding: 0 30px 0 0;
    }
}


/* checkout - thanck you page */

.woocommerce-js.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0.5em auto 0.5em;
}

.woocommerce-js.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td:nth-last-child(1), 
.woocommerce-js.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr th:nth-last-child(1) {
    text-align: left;
}

.woocommerce-customer-details .woocommerce-column {
    padding: 1.5em;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
}

.woocommerce-js .woocommerce-customer-details address {
    flex-grow: 1;
}

.woocommerce-customer-details .woocommerce-column:not(:first-child) {
    margin-top: 2em;
}

.woocommerce-customer-details .woocommerce-columns {
    display: flex;
    flex-direction: column;
}

.woocommerce-customer-details .woocommerce-columns::after,
.woocommerce-customer-details .woocommerce-columns::before {
    display: none;
}

@media (min-width: 922px) {
    .woocommerce-customer-details .woocommerce-columns {
        flex-direction: row;
        justify-content: space-between;
    }
    .woocommerce-customer-details .woocommerce-column:not(:first-child) {
        margin-top: 0;
    }
}


/* my-account Sidebar */

.my-account__sidebar {
    margin: 0 0 40px;
}

.woocommerce-js .my-account__sidebar h2 {
    margin: 0;
}

.my-account__sidebar .my-account__sidebar__head-wrapper {
    width: 100%;
}

.my-account__sidebar .ast-wooaccount-user-wrapper {
    font-size: 1.6rem;
    margin: 8px 0 0;
    word-break: break-all;
    position: relative;
}

.my-account__sidebar .tooltip-username {
    position: absolute;
    width: 100%;
    height: max-content;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    z-index: -1;
    font-size: 1rem;
    line-height: 1.2em;
    bottom: 110%;
    left: 0;
    display: none;
}

.my-account__sidebar .show-username {
    display: none;
    cursor: pointer;
}

.my-account__sidebar .show-username.show {
    display: inline;
}

.temp {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
}

.my-account__sidebar__head {
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
}

.woocommerce-account .entry-header {
    margin-top: 2em;
    margin-bottom: 2em;
}

.woocommerce-account .entry-header .entry-title {
    font-weight: 700;
}

.my-account__sidebar .my-account__list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.my-account__sidebar .my-account__item__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.my-account__sidebar .my-account__item__title {
    margin: 0;
    position: relative;
    padding: 0 30px 0 0;
    cursor: pointer;
    transition: all 300ms;
}

.my-account__sidebar .my-account__item__title.hidden {
    display: none;
}

.my-account__sidebar .my-account__item__title:hover {
    color: #7c7c88;
}

.my-account__sidebar .my-account__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.my-account__sidebar .my-account__item:not(:first-child) {
    margin-top: 15px;
}

.my-account__sidebar .my-account__item.active .my-account__item__nav {
    display: block;
    margin: 15px 0 0;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link {
    border: none;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link svg path {
    fill: #7c7c88;
    transition: all 300ms;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link a:focus {
    outline: none;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link.is-active a {
    background: transparent;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link.is-active a,
.my-account__sidebar .woocommerce-MyAccount-navigation-link:hover a {
    color: #000;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link.is-active svg path,
.my-account__sidebar .woocommerce-MyAccount-navigation-link:hover svg path {
    fill: #000;
}

.my-account__sidebar .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.my-account__sidebar .ast-inline-flex {
    margin: 0 20px 0 0;
    transform: translateY(5px);
}

.my-account__sidebar .ast-inline-flex svg {
    width: 24px;
    height: auto;
}

.my-account__sidebar .my-account__item__title::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.my-account__sidebar .my-account__item__title:hover::after {
    border-color: #7c7c88;
}

.my-account__sidebar .my-account__item.active .my-account__item__title::after {
    transform: translateY(-50%) rotateX(180deg) rotateZ(45deg);
}

.woocommerce-order-details__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 56px;
}

.woocommerce-order-details__head__wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.woocommerce-MyAccount-content .woocommerce-order-details__head h1 {
    margin-bottom: 0;
}

.woocommerce-js a.button.woocommerce-order-details__head__edit,
.woocommerce-order-details__head__back {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.woocommerce-order-details__head__back {
    width: 26px;
    height: 26px;
    transform: rotateY(180deg);
}

.woocommerce-order-details__head__back svg {
    width: 25px;
    height: 20px;
}

.woocommerce-js a.button.woocommerce-order-details__head__edit {
    min-width: 180px;
}

.myaccount-update-order {
    position: relative;
}

.myaccount-update-order__wrapper {
    display: none;
}

.myaccount-update-order__wrapper.fixed {
    position: fixed;
    z-index: 5;
    top: 20px;
    right: 20px;
}

.woocommerce-js a.myaccount-update-order__btn {
    width: 100%;
}

.my-account__sidebar__head-btn,
.woocommerce-order-details__head__back span {
    display: none;
}

@media (min-width: 750px) {
    .woocommerce-order-details__head {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 922px) {
    .my-account__sidebar {
        border-right: 1px solid #000;
        position: relative;
        height: auto;
    }
    .my-account__sidebar__wrapper.fixed {
        position: fixed;
        width: 30%;
        top: 100px;
    }

    .my-account__sidebar__wrapper.absolute {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .my-account__sidebar .my-account__list {
     padding: 0 20px 0 0;
    }
    .my-account__sidebar__head {
        margin: 0 20px 0 0;
        padding: 0 0 32px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .woocommerce-account .page-type-woocommerce-account:not(.incognito) .woocommerce {
        display: flex;
        justify-content: space-between;
    }
    .myaccount-update-order__wrapper.show {
        display: block;
        z-index: 5;
    }
    .myaccount-update-order__wrapper {
        position: fixed;
        z-index: -1;
    }
    .my-account__sidebar__head-btn {
        display: flex;
        cursor: pointer;
        transition: all 300ms;
        margin-top: 12px;
    }
    body.min-sidebar .my-account__item__nav .ast-woo-nav-link-name,
    body.min-sidebar .my-account__item__title,
    body.min-sidebar .my-account__sidebar__head-wrapper {
        display: none;
    }
    body.min-sidebar .my-account__sidebar .ast-inline-flex {
        margin: 0;
        transform: none;
    }
    body.min-sidebar .my-account__sidebar .woocommerce-MyAccount-navigation-link a {
        display: flex;
        justify-content: center;
    }
    body.min-sidebar .my-account__sidebar__head-btn {
        transform: rotateY(0deg);
    }
    body.min-sidebar.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 80px;
        padding-right: 32px;
        margin-top: 20px;
    }
    body.min-sidebar .my-account__sidebar__wrapper.fixed {
        width: 48px;
    }
    body.min-sidebar.woocommerce-account .woocommerce-MyAccount-content {
        width: calc(100% - 80px);
        padding-left: 26px;
    }
    body.min-sidebar .my-account__sidebar__head {
        margin: 0;
    }
    body.min-sidebar .my-account__sidebar .my-account__list {
        padding: 0;
    }
    body.min-sidebar .my-account__sidebar__head {
        justify-content: center;
    }
    .my-account__sidebar .ast-wooaccount-user-wrapper.m-short:hover .tooltip-username {
        display: block;
        z-index: 5;
    }
}


/* login */

body.m-login .woocommerce {
    max-width: 600px;
    border: 1px solid #dddddd;
    margin: 2em auto;
    padding: 30px 20px;
}

body.m-login .woocommerce h2 {
    text-align: center;
}

body.m-login .woocommerce form {
    border: none;
    margin: 2em 0 0;
    padding: 0;
}

body.m-login .woocommerce form .form-row {
    margin: 0 0 15px;
    width: 100%;
}

body.m-login .woocommerce form  .woocommerce-button {
    width: 100%;
    margin-top: 15px;
}

body.m-login .woocommerce form .woocommerce-LostPassword {
    margin: 0;
    text-align: center;
}


/* inventory-block */

.inventory-block__selector {
    width: 47%;
    margin: 0 0 15px;
    position: relative;
    padding: 3px;
}

.inventory-block__selector .select2 {
    width: 100% !important;
}

.results-inventory {
    margin: 40px 0;
}

.results-inventory .inventory-item {
    display: flex;
    margin-bottom: 20px;
}

.results-inventory .group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.results-inventory .account-row {
    display: flex;
}

.results-inventory .inventory-item img {
    margin-right: 20px;
    flex: 1;
    object-fit: contain;
    max-width: 200px;
}

.results-inventory .account-row div {
    flex: 1;
}

.results-inventory .account-row p {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    text-align: end;
}

.results-inventory .title {
    display: block;
    font-weight: bold;
    margin-right: 20px;
    text-align: start;
}

.woocommerce .results-inventory .page-numbers {
    border-color: var(--ast-global-color-1);
    white-space: normal;
    padding: 0;
    border: 0;
    margin: 1px;
}

.woocommerce .results-inventory .page-numbers li {
    margin: 0 2px 2px 0;
    border: 1px solid var(--ast-border-color);
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.woocommerce .results-inventory .page-numbers li span,
.woocommerce .results-inventory .page-numbers li a {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
}

.woocommerce .results-inventory .page-numbers li span.current {
    background: var(--ast-global-color-1);
    color: var(--ast-global-color-5);
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce .inventory-block form .form-row.ast-animate-input label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) {
    opacity: 0;
}

@media (min-width: 922px) {
    .results-inventory {
        margin: 60px 0;
    }
    .results-inventory .inventory-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 749px) {
    .inventory-block__selector {
        width: 100%;
    }
    .results-inventory .account-row {
        flex-direction: column;
    }
    .results-inventory .inventory-item img {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        max-width: max-content;
        max-height: 200px;
    }
}


/* view-order-block */

.view-order-block {
    margin-bottom: 40px;
}

.view-order-block__head mark {
    font-weight: 600;
}

.view-order-block textarea {
    resize: none;
}

.view-order-block button {
    margin-top: 20px;
}

.view-order-block ol {
    margin: 0 0 20px;
}

.view-order-block ol.woocommerce-OrderUpdates.commentlist.notes {
    margin-right: 0;
}

@media (min-width: 922px) {
    .view-order-block {
        margin-bottom: 60px;
    }
}


/* block-search */

.block-search {
    position: relative;
}

.block-search__input {
    width: 100%;
    padding-left: 36px;
}

.block-search__icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

#ship-to-selection {
    width: fit-content;
}

.inventory-report {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 32px;
}
.stock-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}
.stock-box {
    width: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.stock-box:hover {
    background-color: #f5f5f5;
}

.stock-box img {
    width: 40px;
    margin-bottom: 10px;
}
.stock-number {
    font-size: 22px;
    font-weight: bold;
}
.stock-label {
    font-size: 14px;
    color: #666;
}</pre></body></html>