/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wcf--video-box .content {
    background-color: rgba(0, 0, 0, 0)!important;
}

.cwt--offcanvas-close {
    width: 80px!important;
    height: 80px!important;
    margin-left: 111px!important;
    margin-right: 128px!important;
    margin-top: 24px!important;
}


.elementor-lightbox .dialog-lightbox-close-button {
    font-size: 48px!important;
    margin-top: 12px!important;
    inset-inline-end: 0em!important;
    padding: 0.5em !important;
}

.wcf-scroll-to-top.scroll-to-.show-scroll-to-top {
    background-color: #FF0000;
}

.wcf-scroll-to-top {
    bottom: 16px!important;
}

.wcf-scroll-indicator .indicator-bar {
    background: #FF0000;
}

.wcf-scroll-indicator {
    background: #232323;
}


h2.wc-block-components-title.wc-block-components-checkout-step__title {
    color: #FF0000!important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #FF0000;
    color: white;
    font-weight: 700;
}

.p-LinkAutofillPromptBody.p-Block.Block {
    background-color: white;
}


.AnimateSinglePresence.p-LinkAutofillPromptCollectionInnerBody-wrapper {
    background-color: #ffffff!important;
}

.p-LinkAutofillPromptCollection.c-BlockPadding {
    background-color: #ffffff!important;
}

.elementor-widget-woocommerce-cart .woocommerce button.button {
    background-color: rgb(235 235 235);
    border: white;
    border-radius: 40px;
    border-width: 2px;
    color: #2a2a2a;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1.1em 3em 1em;
    margin: 0 0 0em;
    position: relative;
    background-color: #ff0000;
    color: #ffffff;
    border-top: 3px solid #ff6130;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-message::before {
    content: "\e015";
    color: #ffffff;
}