/*
Theme Name: Vectormapz
Theme URI: https://codezilla.com.co
Template: hello-elementor
Author: Codezilla Team
Author URI: https://codezilla.com.co
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1721031004
Updated: 2024-07-15 08:10:04

*/


.e-con{
	max-width:1920px !important;
	margin-left: auto !important;
  margin-right: auto !important;
}



.woocommerce-message {
    border-top-color: #FF7900 !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #FF7900 !important;
}

.woocommerce.woocommerce-message.button.woocommerce-error.button,.woocommerce-info.button, .woocommerce-message .button{
	padding: 15px 30px 15px 30px;
	border-radius: 25px;
	background-color: #FF7900;
	color: white;
	font-weight: 500;
}

/*.woocommerce.woocommerce-message.button.woocommerce-error.button,.woocommerce-info.button, .woocommerce-message .button:hover {
	padding: 15px 30px 15px 30px;
	border-radius: 25px;
	background-color: #002a5a !important;
	color: #ffffff !important;
	font-weight: 500;
}*/


.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    padding: 15px 30px 15px 30px;
    border-radius: 25px;
    background-color: #FF7900;
    color: white;
    font-weight: 500;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
    background-color: #FF7900;
    color: #ffff !important;
    font-weight: 500 !important;
    border-color: #ffffff00;
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
    background-color: #FF7900 !important;
    color: #ffffff !important;
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: 1rem;
    border: 0px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover {
    background-color: #002A5A !important;
    color: #ffffff !important;
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: 1rem;
    border: 0px;
}