/*
Theme Name: Botiga Child
Theme URI: http://athemes.com/theme/botiga
Author: aThemes
Author URI: http://athemes.com
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/
/* Sticky Add to cart - restore from here */
.botiga-single-addtocart-wrapper .bundle_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #F0EBE5 !important;
}

.botiga-single-addtocart-wrapper .bundle_button {
    cursor: pointer;
    margin-top: 0 !important;
    background: #000000;
}

.botiga-single-addtocart-wrapper .bundle_error .woocommerce-info {
    background: #F0EBE5 !important;
    color: #000000 !important;
    margin: 0px !important;
    margin-bottom: 0px !important;
}

.botiga-single-addtocart-wrapper .bundled_items_selection_status {
    flex-shrink: 0;
    font-style: italic;
    padding-left: 1em;
    margin-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(0,0,0,0.25) !important;
}
.single-product .site-main>.product>section.products {
    z-index: -1;
}
.single-product .elementor-location-footer {
    position: relative;
    /*z-index: -1;*/
}

@media screen and (max-width: 1024px) {
    .small_width.bundle_form .bundled_items_selection_status {
        display: block !important;
    }
    .botiga-single-addtocart-wrapper .bundle_button {
        width: 100%;
    }

    body .bundle_form .bundle_error {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }
    .bundle_error .woocommerce-info ul {
        padding: 0;
    }
    .bundle_wrap .container {
        width: 100%;
        max-width: 100%;
    }
    .bundle_wrap .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -moz-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }


    .bundle_error .woocommerce-info ul li  .status_msg {

        display: -webkit-box;

        display: -webkit-flex;

        display: -moz-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bundle_error .woocommerce-info ul li .bundled_items_selection_msg {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    body .quantity-product {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    body .quantity-product button {
        padding: 0 15px !important;
    }
}


.botiga-single-addtocart-wrapper .bundle_wrap .container .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.botiga-single-addtocart-wrapper .bundle_wrap .bundle_button .quantity {
    position: absolute;
    opacity: 0;
    z-index: -999;
}

.bundle_error svg {
    display: none;
}

.bundle_error .wc-block-components-notice-banner {
    background: none !important;
    border: none;
    margin: 0;
}

.bundle_error li {
    list-style: none;
}
.single-product #cookie-notice {
	bottom: 70px;
}

/*@media screen and (min-width: 1024px) {
    .bundle_error .woocommerce-info {
        margin-bottom: 0px !important;
    }
}*/