/*
Theme Name: Gesimatic Instalacion Activa
Theme URI: https://gesimatic.com/themes/instalacionactiva/
Author: the Carmelo Andres
Author URI: https://carmeloandres.com
Description: Gesimatic instalacionactiva is designed to use as a theme in instalacionactiva.es web.
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gsmtc-corporative
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

 
.space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.width-100{
    width: 100%;
}
.padding-left-100{
    padding-left: 100px;
}

.menu-list li:last-child{
    background-color: var(--wp--preset--color--highlighted);
    border-radius: 30px;
    color: var(--wp--preset--color--white);
    padding:10px 30px;
}
.menu-list li:last-child:hover{
    background-color: var(--wp--preset--color--corporative);;
    color: var(--wp--preset--color--white);
}
.menu-list li:last-child.current-menu-item{
    background-color: var(--wp--preset--color--corporative);
    color: var(--wp--preset--color--white);
}

.wp-block-navigation-item.current-menu-item {
    color: #000;
}

.wp-block-navigation-item:hover {
    color: var(--wp--preset--color--highlighted);
}

.gsmtc-footer{
    margin: 0!important;
}

.gsmtc-corporative-footer-credits a{
    text-decoration: none;
}

.wp-block-button__link {
    border: 4px solid var(--wp--preset--color--corporative);
    border-radius: 30px;
    color: var(--wp-preset--color--contrast);
    background-color: var(--wp--preset--color--white);
}

.wp-block-query-pagination-next {
    border: 2px solid var(--wp--preset--color--corporative);
    border-radius: 5px 30px 30px 5px;
    color: var(--wp--preset--color--corporative);
    padding: 7px;
    text-decoration: none;
} 
.wp-block-query-pagination-previous {
    border: 2px solid var(--wp--preset--color--corporative);
    border-radius: 30px 5px 5px 30px;
    color: var(--wp--preset--color--corporative);
    padding: 7px;
    text-decoration: none;
} 

.wp-block-query-pagination-numbers{
    border: 2px solid var(--wp--preset--color--corporative);
    box-sizing: border-box;
    padding: 8px 0;

}
.page-numbers{
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 10px;

}

.page-numbers.current{
    background-color: var(--wp--preset--color--corporative);
    color: var(--wp--preset--color--white);
    margin:0;
}

.woocommerce-gsmtc-myaccount-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.woocommerce-gsmtc-myaccount-content nav{
    display: flex;
    justify-content: center;
    width: 100%!important;
}

.woocommerce-MyAccount-navigation ul{
    display: flex;
    justify-content:space-around;
    align-items: center!important;
    border-bottom: var(--wp--preset--color--corporative) 2px solid;
    width:100%;
} 
.woocommerce-MyAccount-navigation li:first-child{
    padding-top: 1rem!important;
}

.woocommerce-MyAccount-navigation-link a{
    text-align: center!important; 
    padding:10px 30px;  
}

.woocommerce-MyAccount-navigation-link.is-active a{
    background-color:  var(--wp--preset--color--corporative);
    color:var(--wp--preset--color--white);
    text-decoration: none!important;
    border-radius: 30px;
}

.woocommerce-MyAccount-navigation-link a:hover{
    color:var(--wp--preset--color--highlighted);
    text-decoration: none!important;   
}

.woocommerce-MyAccount-content{
    float: none!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%!important;
}

.woocommerce-MyAccount-content h2{
    text-align: center;
}

.woocommerce-Button{
    background-color:var(--wp--preset--color--corporative)!important ;
}

.single_add_to_cart_button{
    background-color:var(--wp--preset--color--corporative)!important ;
}