/* ===================================================================================

* Theme Name: Printx Child
* Theme URI: https://wp.hixstudio.net/printx
* Author: themepure 
* Author URI: https://themeforest.net/user/theme_pure
* Description: Seomy - Digital Marketing & SEO Agency WordPress Theme 
* Version: 1.0.0
* Template: printx
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Correction bug */
.tp-product-details-action-wrapper > form.cart{
        display: flex;
        align-items: center;
}

/* Bouton perso sur page produit */
.lumise-customize-button{
    height: 61px;
    padding: 0px 45px;
    display: inline-block;
    line-height: 61px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    background: var(--tp-common-purple-2);
    color: var(--tp-common-white);
}

.lumise-customize-button:hover {
    background-color: #FF8717;
    color: #ffffff
}

/* Carte catégorie index correction bug */
.tp-service__content{
	    width: 100%!important;
}

/* Couleur menu responsive */
.tpoffcanvas {
    background-color: #773afe!important;
}

/* Bouton relay collismo */

#lpc_layer_pickup_selection_button{
    background: var(--tp-common-purple-2);
    color: var(--tp-common-white);
    padding: 10px;
    margin: 10px 5px;
    border-radius: 5px;
    text-align: center;
}


/* Express add to cart */

.tp-fea-product__icon-box {
    display: none;
}