
/* GENERAL */

p {
    color: #000;
}

/* MENU */

body .subcat_menu_table .column_item { width: 100%; }
body .topMenuBlock .subcat_menu { width: auto; left: auto; }
body .topMenuBlock ul.links_menu, 
body .topMenuBlock .category-tree-top ul {
    padding-left: 0;
}

.category-tree-top {
  padding: 10px;
}

.menufixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

body .topMenuBlock .item_menu .subcat_menu_table .column_item,
body .topMenuBlock .group_item { padding: 0; }

body .topMenuBlock .item_menu .subcat_menu_table .column_item .subcat_menu_groups { margin: 0; }

@media (max-width: 445px) {
    body ._desktop_header_block {
        flex-direction: column;
    }
    body ._desktop_right_block {
      width: 100%;
      float: inherit;
      padding-top: 0px;
      position: relative;
      top: inherit;
      left: inherit;
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
    }
}

/* FOOTER */

body .footer-container {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* CAROUSEL */

body #carousel .carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
}
body #carousel .carousel-caption-cont p {
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: normal;
}
body #carousel .carousel-feature img {
    opacity: 0.7;
}
body #carousel .carousel-caption {
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

/* BLOC TEXTE PERSONNALISE */

body #custom-text {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
}
#custom-text p {
    color: #000;
    text-align: left;
    font-size: .9375rem;
    margin: 0;
}

/* PRODUCT */

.product-prices .product-price,
.product-prices .product-price .current-price,
.tax-shipping-delivery-label { 
    display: inline-block; 
    vertical-align: middle;
    float: none;
    width: auto;
}

.product-manufacturer .img-thumbnail {
    max-width: 200px;
}

/* RECHERCHE */

#home_search_widget {
    float: none;
    display: flex;
    margin: 60px auto;
    position: relative;
    align-items: center;
    justify-content: center;
}

#home_search_widget #search_widget {
    display: block !important;
    position: relative !important;
    overflow: inherit !important;
    right: inherit;
    top: inherit;
    width: 100%;
    max-width: 600px;
}

#home_search_widget .search-widget form button.button_search {
    right: 10px;
}

/* ACCUEIL */

body .container_manufacturer { float: inherit; }
