/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper {
    background-image: url('/img/background.jpg');
    background-size: cover;
}

.product-container .infoproduit {
    background-color: white;
}

.carousel .carousel-inner {
    height: auto;
}

#header .header-nav {
    border-bottom: none;
}

.header-nav .logo {
    width: 50%;
    }

    .header-top {
        margin-top: 10px;;
    }

#header .menu > .top-menu
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0px;
}

#header .menu .top-menu > li a{
    
    display: inline-block;
    white-space: normal;
    text-align: center;
    padding: 5px;
}

#header .menu > .top-menu .top-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

#header .menu > .top-menu .top-menu a {
    text-align: left;
}

.top-menu .sub-menu {
    width: auto;
    min-width: auto;
    left: auto;
}

#header .header-top {
    padding-bottom: 0px;
}

.search-widget form input[type="text"] {
    padding: 6px 6px 7px 6px;
    margin-right: 10px;
    margin-top: 5px;
}

.tel a {
    margin-top: 8px;
}
.tel a:hover  {
    color: white !important;
}

.header-nav .link {
    margin-top: .9375rem;
    margin-right: 10px;
}

p, .pagination, .sort-by-row {
    color: black;
}

#footer {
    padding-top: 0px;
    
}
.footer-container {
    box-shadow: none;
}

.block-contact {
    font-size: 12px;
}

.footer-after {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.product-variants {
    display: flex;
}

.product-variants-item {
    margin-right: 20px !important;
}

.current-price {
    font-size: 2rem;
}

.infoproduit  {
    padding-top: 15px;

    
}
.infoproduit  h1 {
    font-size: 1.5rem;
}


.product-prices {
    display: flex;
}


.tax-shipping-delivery-label {
    margin-left: 15px;
}

.contionnementproduit {
    margin-bottom: 15px;
}

.products .priceonly {
    font-weight: bold;
    color: #2fb5d2;
    font-size: 1rem;
}
.products table 
{
    margin-bottom: 0px;
}
.products table th {
    font-size: 0.8rem;
    padding: 0 .75rem;
}
.products table td {
    font-size: 0.8rem;
    padding: 0 .75rem;
}
.products table .btn-primary {
    font-size: 1rem;
    padding: 5px 5px;
    line-height: auto;
    height: 2.5rem;
    margin-left: 10px;
}

.products table tbody th {
    font-size: 0.9rem;
    font-weight: normal;
    color: black;
    text-transform: uppercase;
    vertical-align: middle;
}

.products table tbody td.cond {
    font-size: 0.8rem;
    font-weight: normal;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    color: black;
}

.products table tbody tbody th {
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
}

.products table tbody tbody td {
    font-size: 0.9rem;
    font-weight: normal;
}

.products table tbody tbody td.price {
    color: white;
    background: #2fb5d2;
    text-align: center;
}

.products table .qty {
    text-align: center;
    color: black;
    padding: .5rem 0px;
    max-width: 50px;
}

.products table  .product-actions {}

.block-contact{
    color: #7a7a7a;
    font-size: .875rem;
}
 .footer-after {
    color: #7a7a7a;
    font-size: .7rem;
}

.sort-by-row {
    display: none !important;
}