/*
Theme Name: Smartic Child
Version: 1.0
Description: A child theme of Smartic
Template: smartic
Author: Sacha Théobald
*/
@import url("../smartic/style.css");
/* Your awesome customization starts here */

a {
    color: #1E1E1E;
	font-weight: 600;
}

/* Désafficher la footer bar sur tablette et mobile */
.smartic-handheld-footer-bar {
    display: none;
}

/* Modifier le style des produits */
.woocommerce-tabs.wc-tabs-wrapper {
    background-color: #FFFFFF;
}

.single-product .woocommerce-tabs ul.tabs {
    border: none;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	padding-right: 30px;
    padding-left: 30px;
}

table td, table th {
    padding: 0.5em;
}

/* Modifier le style du parcours client Woocommerce */
table td, table th {
    word-break: normal;
}

address {
    font-style: normal;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    max-width: 900px;
    margin: auto;
	float: none;
}

/* Désafficher la sticky bar "Add to cart" */
section.smartic-sticky-add-to-cart.smartic-sticky-add-to-cart--slideInDown {
    display: none;
}

.single-product div.product .summary {
	display: none !important;
}

.location-card {
    border: 1px solid black;
}

.location-card .location-header {
    border-top: 4px solid black;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 0;
}

.location-card .location-body {
    text-align: center;
    padding: 20px 10px;
}
.location-card .location-from {
    color: darkgray;
}
.location-card .location-price {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}