/*
 Theme Name:   Astra Child
 Author:       Leonid K.
 Author URI:   https://www.linkedin.com/in/leonid-kareiev/
 Template:     astra
*/

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
    display: block !important;
}

.woocommerce-cart .woocommerce-NoticeGroup,
.woocommerce-cart > .woocommerce-error {
    display: none !important;
}

#shipping_method li:has(#shipping_method_0_wbs8498648f_strong_pickup_from_new_malden_kt3_strong_br_br_the_maximum_order_weight_we_can_ship_is_20kg_due_to_limitations_of_our_couriers_br_br_you_can_collect_your_order_from_us_in_person_or_split_) {
    padding: 0 !important;
    text-indent: 0 !important;
}

#shipping_method li:has(#shipping_method_0_wbs8498648f_strong_pickup_from_new_malden_kt3_strong_br_br_the_maximum_order_weight_we_can_ship_is_20kg_due_to_limitations_of_our_couriers_br_br_you_can_collect_your_order_from_us_in_person_or_split_) label {
    white-space: break-spaces;
}

/*@keyframes marquee {*/
/*    0% { transform: translateX(100%); }*/
/*    100% { transform: translateX(-100%); }*/
/*}*/

/*@keyframes marquee-mobile {*/
/*    0% { transform: translateX(100%); }*/
/*    100% { transform: translateX(-200%); }*/
/*}*/

/*.custom-marquee-container {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    box-sizing: border-box;*/
/*}*/

/*.custom-marquee {*/
/*    display: inline-block;*/
/*    width: max-content;*/
/*    animation: marquee 15s linear infinite;*/
/*    animation: -webkit-marquee 15s linear infinite;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .custom-marquee {*/
/*        animation: marquee-mobile 15s linear infinite;*/
/*        animation: -webkit-marquee-mobile 15s linear infinite;*/
/*    }*/
/*}*/

/*.custom-marquee p {*/
/*    margin-bottom: 0 !important;*/
/*}*/

.custom-marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
}

.custom-marquee {
    width: 100% !important;
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
}

.custom-marquee .elementor-widget-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: max-content !important;
}

.custom-marquee h1,
.custom-marquee h2,
.custom-marquee h3,
.custom-marquee h4,
.custom-marquee h5,
.custom-marquee h6, 
.custom-marquee p,
.custom-marquee ul,
.custom-marquee li {
    margin: 0;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
    gap: 30px;
}


.postid-17709.woocommerce-js div.product form.cart .variations {
    padding-bottom: 1em;
}

.custom-file-upload-wrapper {
    display: flex;
    align-items: center;
}

.custom-upload-button {
    background-color: #D693BD;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 15px;
}

.file-name {
    font-size: 14px;
    color: #555;
}

@media only screen and (max-width: 767px) {
    header#masthead {
        overflow: hidden;
    }
}

.search-results article.outofstock a:has(img) {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
}

.search-results article.outofstock a:has(img)::after {
        content: 'Out of stock';
        position: absolute;
        background-color: rgba(255, 255, 255, .88);
        transition: background .3s;
        text-align: center;
        left: 1em;
        right: 1em;
            bottom: 1em;
    text-transform: uppercase;
    font-weight: 700;
        padding: .5em 0 .7em;
}