/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0.0
*/



html, body {
    background: #0B1017 !important;
}

.total-count {
    color: #C52233 !important;
    font-weight: 600;
}

/*start of menu animation*/
.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active),
.elementor-widget-n-menu .elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: visibility 0.2s linear, opacity .2s ease, transform 0.2s linear;
}

.elementor-widget-n-menu .e-n-menu-content>.e-con.e-active,
.elementor-widget-n-menu .elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: visibility 0.2s linear, opacity .2s ease, transform 0.2s linear;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content.e-active div {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.2s linear, opacity .2s ease, transform 0.2s linear;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
    top: 60px;
    z-index: -1;
    height: 0;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content div {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: visibility 0.2s linear, opacity .2s ease, transform 0.2s linear;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content.e-active {
    z-index: 0;
    height: fit-content;
}

/*end of menu animation*/
/* menu arrow animation */
.elementor-location-header .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon .e-n-menu-dropdown-icon-opened {
    transition-duration: .25s !important;
    transform: rotate(-180deg);
}

.elementor-location-header .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
    display: flex !important;
    transform: rotate(0deg);
    z-index: 0;
}

.elementor-location-header .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened {
    display: flex !important;
}

.elementor-location-header .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon .e-n-menu-dropdown-icon-opened .elementor-screen-only {
    display: none;
}

.elementor-location-header .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon .e-n-menu-dropdown-icon-closed {
    display: none !important;
}

.elementor-location-header .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed {
    display: none !important;
}

/* End of menu arrow animation */
@media (max-width: 767px) {
    .elementor-19121 .elementor-element.elementor-element-2c4c638e .elementor-nav-menu--main .elementor-item {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.lcp {
    height: 0px !important;
}

body {
    overflow-x: hidden;
}


.woocommerce-message, .woocommerce-error, .woocommerce-info{
    font-size: 14px;
    line-height: 21px;
    border-radius: 6px;
    margin-left: 48px;
    padding: 20px 22px;
    border: none;
    padding-left: 35px;
    font-weight: 600;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 32px 0;
    border: 1px solid;
}
.woocommerce-error{
    background-color: #fff0f0;
    border-color: #cc1818;
}
.woocommerce-info{
    background-color: #f0f1ff;
    border-color: #1849cc;
}
.woocommerce-message{
    background-color: #f0fff5;
    border-color: #24cc18;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
}
.woocommerce .back-button .btn-action{
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px;
    color: #1A1F36;
    font-weight: 600;
    gap: 8px;
    margin-left: 42px;
    margin-bottom: 64px;
    cursor: pointer;
    -webkit-transform: translate(-15px, 0px);
    -ms-transform: translate(-15px, 0px);
    transition: 0.3s ease;
    transform: translate(-15px, 0px);
}
.woocommerce .back-button .btn-action:hover{
    -webkit-transform: translate(-15px, -2px);
    transition: 0.3s ease;
    -ms-transform: translate(-15px, -2px);
    transform: translate(-15px, -2px);
}
.woocommerce .back-button{
    display: inline-block;
}
header.site-header{
    display: none !important;
}
/*
 * Exclusion for display=none for custom added fields
 */
#wpbody-content .order_data_column_container .order_data_column .custom-order-meta-wrapper p {
    display: block !important;
}
body.page-id-23165, body.page-id-23163 h1.entry-title {
    background-color: white!important;
    background: white!important;
    color: black;
    padding: 0;
    margin: 0;
    height: 100%;
}

html {
    background: white !important;
}


    /*hide footer and header on checkout and cart*/
.woocommerce-checkout .elementor-location-footer,
.woocommerce-cart .elementor-location-footer,
.woocommerce-checkout .elementor-location-header,
.woocommerce-cart .elementor-location-header {
    display: none;
}

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=date],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=search],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=url],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    border: solid 1px #d1d5db;
}

.woocommerce-checkout .product-option-field select.values-list {
    appearance: none;
}

input#psn_email {
    background-color: white !important;
}

.woocommerce-checkout input:-webkit-autofill,
.woocommerce-checkout input:-webkit-autofill:hover,
.woocommerce-checkout input:-webkit-autofill:focus,
.woocommerce-checkout input:-webkit-autofill:active {
    background-color: white !important; /* Add background-color */
    -webkit-text-fill-color: inherit !important; /* Preserve text color */
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
}

.woocommerce-checkout .entry-title {
    display: none;
}

.woocommerce-checkout #content {
    margin-top: 50px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ffff;
    border-radius: 5px;
}
.woocommerce img, .woocommerce-page img {
    display: block;
}

.woocommerce table.shop_table {
    border: 1px solid var(--ast-border-color);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
#order_review .top-total {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: rgb(26, 31, 54);
    text-align: left !important;
    padding: 3px 0px 12px;
    border-bottom: none;
    background-color: white;
}
.woocommerce-js form .form-row input.input-text, .woocommerce-js form .form-row textarea {
    box-shadow: rgba(224, 224, 224, 0.22) 0px 0px 0px 1px,
                rgba(0, 0, 0, 0.07) 0px 2px 4px,
                rgba(255, 255, 255, 0.05) 0px 1px 1.5px;
    background: rgb(255, 255, 255);
    padding: 10px 12px;
    border-radius: 6px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
.select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select,
.select2-container.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgb(32 7 7 / 10%);
}
.woocommerce-cart .entry-title {
    font-size: 30px;
    text-align: center;
}

#apply-coupon-button {
    flex: 0 0 80px;
    color: white;
    padding: 6px 0;
    line-height: 24px;
}

#coupon-form-restyle {
    border: none;
}

.wc-block-cart__submit-container .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: white;
    text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border-color: #046bd2;
    background-color: #046bd2;
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    color: #046bd2;
}
.elementor-kit-5 a {
    color: #046bd2;
}

.woocommerce-cart .page-header {
    display: none;
}
.woocommerce-cart {
    font-family: 'Manrope', sans-serif;
}

.woocommerce-cart #content {
    padding-top: 80px;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
    border-top: none;
}
.woocommerce-checkout .product-description {
    color: #334155; 
}

.woocommerce .back-button .btn-action svg:last-of-type {
    width: 25px;
}
.woocommerce .back-button .btn-action svg:last-of-type {
    width: 25px;
    height: 25px;
}
 
.woocommerce-cart,
.woocommerce-cart button,
.woocommerce-cart input,
.woocommerce-cart select,
.woocommerce-cart textarea,
.woocommerce-cart .ast-button,
.woocommerce-cart .ast-custom-button,
.woocommerce-cart h3,
.woocommerce-checkout,
.woocommerce-checkout button,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .ast-button,
.woocommerce-checkout h3,
.woocommerce-checkout .ast-custom-button {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: var(--ast-body-line-height, 1.65);
}

.woocommerce-checkout label,
.woocommerce-checkout legend {
    color: #111827;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700;
}
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em;
}

.woocommerce-cart p + h3.wcccf_field {
    border-top: none;
    padding-top: 0px !important;
}
.checkout.woocommerce-checkout {
    padding-bottom: 50px;
}

.checkout-step-body .next-step button:hover, .checkout-step-body .prev-step button:hover {
    color: white;
}

input[type="text"]:focus {
    border: 1px solid #8f9397;
    outline: none; /* Optional: Removes the default outline */
}

input[type="text"]:valid {
    background-color: white !important;
}

input[type="text"]:-webkit-autofill {
    background-color: white !important;
    -webkit-text-fill-color: inherit !important;
    box-shadow: 0 0 0px 1000px white inset !important; /* Ensures autofill background matches */
}

input[type="text"]:invalid {
    background-color: transparent; /* Or any other default color */
    background: transparent; /* Or any other default color */
}
/*#order_review h3 {*/
/*    display: flex;*/
/*    align-items: flex-start; !* Aligns content to the top *!*/
/*    position: relative; !* Ensures the image's absolute positioning works *!*/
/*}*/

#order_review_heading span.product-image{
    width: fit-content;
    height: 100px;
}
#order_review_heading span.product-image img{
    height: 100%;
    width: auto;
}

/*#order_review_heading span.product-image {*/
/*    display: block;*/
/*    max-width: 150px;*/
/*    max-height: fit-content;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0px 0px 0px 1px #E0E0E0, 0px 2px 4px rgba(0, 0, 0, 0.07), 0px 1px 1.5px rgba(0, 0, 0, 0.05);*/
/*    width: auto;*/
/*    height: fit-content;*/
/*    position: static;*/
/*    margin-left: auto;*/
/*}*/

.woocommerce-order-received table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.woocommerce-order-received table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th,
.woocommerce-order-received table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
    border-block-start: 1px solid rgb(128 128 128 / 12%);
}

.woocommerce-order-received .woocommerce table.shop_table {
    border: 1px solid #59595996;
    border-collapse: collapse;
}
.woocommerce-order-received .woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce-order-received .woocommerce.woocommerce-checkout table.shop_table td {
    padding: 8px 10px;
}
.woocommerce-order-received table th,
.woocommerce-order-received table td {
    border: 1px solid rgb(128 128 128 / 8%);
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    padding: 20px 12px 16px !important;
    margin: 0;
}

.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table td {
    padding: 8px 15px!important;
}

.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    margin: 0;
}

.woocommerce-order-received .woocommerce ul.order_details {
    width: fit-content;
    margin: 0 auto !important;
}

@media (max-width: 620px){
    .woocommerce .back-button .btn-action{
        margin-bottom: 0px;
    }
}

@media (max-width: 590px){
    .woocommerce .back-button{
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0px;
    }
    .woocommerce .back-button{
        margin-bottom: 32px;
    }
}