/* 
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 */
.custom-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
	justify-content: center;
}

.custom-breadcrumb ol li, .custom-breadcrumb ol li a {
	color: #ffffff;
}

.custom-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    opacity: .5;
}

@media(max-width: 767px){
	.custom-breadcrumb {
		display: none;
	}
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #F9EFED;
}

.woocommerce-message::before {
    color: #911439;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #911439;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-family: "Rubik", Sans-serif;
    font-size: 0.55em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 40px 18px 40px;
    color: #FFFFFF;
    background-color: #911439;
}