li.product-flag.out_of_stock {
    display: none;
}

.psd_store_selector.active {
    background: #1d8a00;
    color: #FFF;
    top: -2px;
    position: relative;
    padding-left: 17px;
}

#product .carriers_list {
    padding: 0;
    margin-top: 2rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #000;
}

.carriers_list a.chooseStore {
    background: #1d8a00;
    color: #FFF;
}

.modal-header {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #000;
}

#store_selector_modal .search_cp {
    padding: 15px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    background: #000;
    position: relative;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: none;
    background-color: #000;
}

.modal-body {
    background-color: #000;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
}

.social-sharing a svg path {
    fill: #1d8a00;
}

#product .nav-tabs .nav-link.active {
    background-color: #1d8a00;
    border: 0px solid #f1f1f1;
        border-bottom-color: rgb(241, 241, 241);
        border-bottom-style: solid;
        border-bottom-width: 0px;
    border-bottom: 0;
    color: #fff !important;
    height: calc(100% + 1px);
}

#header, #header .header-top {
    background-color: black;
}

header a {
    color: #fff;
}

path {
    fill: #fff;
}

.product-comment-list-item {
    padding: 26px 0;
    margin: 0 0 20px;
    background-color: #000;
    text-align: left;
}

#product-comments-list-header {
    color: #fff;
}

.advantages-box {
    margin: 41px 0 63px;
    padding-top: 69px;
    padding-bottom: 30px;
    min-height: 400px;
    background-position: center;
    background: #000;
}

#category-top {
    background: #000;
    padding: 15px 30px 8px;
    margin-left: 0px;
    margin-right: 3px;
    margin-bottom: 37px;
}

.an_wishlist-mini-count {
    color: #000;
}

.an_clientservice {
    max-width: 340px;
    width: 100%;
    display: none;
    min-width: 200px;
    position: relative;
    background-color: #4d4d4d;
    z-index: 300;
    padding: 29px;
    float: right;
    min-height: 100vh;
}

.an_clientservice .clientservice-title {
    margin: -29px;
        margin-bottom: -29px;
    padding: 33px 29px 31px;
    background: #4d4d4d;
    margin-bottom: 26px;
    line-height: 1.5;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}

#header .header-nav.tablet-h {
    color: #fff;
    background-color: #000;
}

.mobile .blockcart-link svg path {
    fill: #fff;
}

#mobile_top_menu_wrapper .adropdown-mobile {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 30px;
    background: #4d4d4d;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#mobile_top_menu_wrapper {
    font-size: 15px;
    max-width: 280px;
    width: 100%;
    display: none;
    min-width: 200px;
    position: relative;
    background-color: #4d4d4d;
    z-index: 300;
    padding: 19px 0;
    float: left;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #fff;
}

#_mobile_an_wishlist .header-link-title, #_mobile_contact_link .header-link-title {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.mobile-lang-and-cur {
    background: #4d4d4d;
    margin: 27px 0 0;
    padding: 30px 30px 26px 28px;
    font-size: 14px;
}

.sb-menu-right .cart-items {
    background: #000;
}

.sb-menu-right .cart-preview .product-infos .product-name {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: -5px 0 6px;
}

.sb-menu-right .cart-bottom .total-line span {
    font-size: 16px;
    color: #fff;
}

.cart-detailed-actions {
    background: #000;
    padding: 21px 23px 28px;
    border: 1px solid #f4f4f8;
}

.label, label {
    color: #fff;
    text-align: right;
    font-size: .875rem;
}

.cart-item .carriers_list span i {
    position: relative;
    top: -1px;
    border: 1px solid #d0e9c6;
    background: #000;
    float: left;
    margin-right: 10px;
}

#cart .product-line-grid-body > .product-line-info > a.label {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: -4px 0 6px;
    display: block;
}

body#checkout {
    color: #fff;
}

body#checkout section.checkout-step .form-control {
    background-color: transparent !important;
    color: #fff;
    border: 2px solid #e5e5e5;
    padding: 13px 17px 13px 17px;
        padding-right: 17px;
        padding-left: 17px;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    height: auto;
}

body#checkout section.checkout-step .delivery-option {
    background: #000;
    border: 2px solid #e5e5e5;
        border-right-color: rgb(229, 229, 229);
        border-right-style: solid;
        border-right-width: 2px;
    border-radius: 8px;
    padding: 18px 19px 20px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.alert-warning {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #ff9a52;
    color: #fff;
}

#table_creneau.viewList tr td {
    text-align: left;
    border: none;
    background: #000;
    border-radius: 4px;
    padding: 15px 10px;
}

#table_creneau.viewList tr td .dispo {
    background: #1d8a00;
}

.definition-list dl dd, .definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #000;
    padding: .625rem;
    margin: .125rem;
}

.definition-list dl dd:nth-of-type(2n), .definition-list dl dt:nth-of-type(2n) {
    background: #000;
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #fff;
    line-height: 36px;
}

.cart-summary-line .value {
    color: #fff;
    float: right;
}

#checkout .anthemeblocks-reassurance ul {
    background: #000;
    padding: 0 30px;
}

#store_selector_modal .search_cp input {
    width: 70%;
    height: 50px;
    border-radius: 40px 0 0 40px;
    background: #FFF;
    display: inline-block;
    float: left;
    outline: none;
    padding-left: 40px;
}

.address {
    color: #000;
}

#product .carriers_list ul li i {
    border: 0px solid #d0e9c6;
    background: none;
    float: left;
    margin-right: 10px;
}

#hd_creneau.viewList tr td {
  text-align: left;
  border: none;
  background: #000;
  border-radius: 4px;
  padding: 15px 10px;
}

#hd_creneau.viewList tr td .dispo {
  background: #f6ad85;
}

#hd_creneau_selected.alert-warning {
  background: #000;
  color: #555;
}

.fancybox-skin {
  position: relative;
  background: #000;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-cover img {
  background: #000;
}

.level-1 a {
  color: #fff;
}

.amenu-item .adropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 999;
  background: #000;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e6e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden;
}

h3.page-product-heading {
    position: inherit;
    margin-top: 25px;
}

.repro {
    border: ;
    background: #000;
    text-align: center;
    padding: 4px;
    margin: 5px;
    height: px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.repro .thumbnail-container {
    margin: 0 auto;
    display: none;
}

.shopping-continue .btn-primary {
  padding: 13px 31px 15px 32px;
  display: none;
}

#store_list .clickable:hover {
  background: #000;
}

#creneau_selected.alert-warning, #shop_selected.alert-warning {
  background: #000;
  color: #555;
}

.product-qty-input {
  background: #1d8a00;
  width: 27px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0 !important;
  font-size: 1rem;
  color: #fff;
}

.product-qty .quantity-button {
  border: 1px !important;
  background-color: #1d8a00;
  font-size: 18px;
  position: static;
  height: 40px !important;
  width: 34px !important;
  display: block !important;
  text-align: center;
  line-height: 39px;
  transform: translateX(0) !important;
  padding: 0;
    padding-top: 0px;
  cursor: pointer;
}

.delivery-message {
  text-align: left;
  display: none;
}

#delivery_message {
  display: none;
}

#header .logo {
    max-width: 120px;
    max-height: 120px;
    width: auto;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
  display: none;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    font-size:14px;
    }

    body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #000;
  border: 3px solid #e5e5e5;
  border-radius: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
  color: #fff;
  margin-top: 1.25rem;
}

body#checkout #order-summary-content h4.h4 {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  color: #fff;
}

body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: .75rem;
  background-color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem;
}

#amegamenu.fixed-menu .amenu-item .amenu-link {
    padding: 14px 20px 14px!important;
    color: #fff;
    border: 0;
    margin: 0;
}

#amegamenu.fixed-menu {
    z-index: 50;
    background: #000000;
    box-shadow: 0 0 6px 0 rgb(255 255 255 / 15%);
}

#amegamenu.fixed-menu .blockcart-link {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}

.fixed-menu-mobile {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 10%);
}

#blockcart-modal .modal-body {
  background: #000000ad;
  padding: 3.125rem 1.875rem;
}

.cart-products-count {
  color: #fff !important;
}

.modal-body {
    background-color: #000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: none;
    border-bottom: none;
}

#idxrquickorder-page .flex-table .table-head, #idxrquickorder-page .flex-table .table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #d6d4d4;
    background: #000;
}

#idxrquickorder-page .flex-table .table-row div {
    padding: 0.75rem;
    color: #fff !important;
}

.an_wishlist-mini {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: transparent;
  margin: 0px 9px 0 1px;
  transition: opacity .5s;
}

#js-product-list .pagination {
  background: #000;
  margin-top: 21px;
}

.pagination a:not(.previous):not(.next) {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 1px 0 0;
  margin: 0 5px;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.pagination .next {
  margin-left: 32px;
  line-height: 19px;
  color: #fff;
}

.pagination .previous {
  margin-right: 32px;
  line-height: 19px;
  color: #fff;
}

#js-product-list-top {
  margin-bottom: 0;
  align-items: flex-start;
  display: none;
}

.block-category.card.card-block {
  display: none;
}

.an_advantages {
  margin: 41px 0 63px;
  padding-top: 69px;
  padding-bottom: 30px;
  min-height: 400px;
  background-position: center;
  background: transparent;
}
.contact-rich .block .data {
  color: #fff;
  font-size: .875rem;
  width: auto;
  overflow: hidden;
}

.contact-rich h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
}

.contact-rich .block a {
  padding-left: 60px;
  color: #fff;
}

#stores .page-stores .store-item-container address br {
    display: unset;
}

/* Hide quantity on cross selling on cart */
.an_productattributes-qty-container {
    display: none !important;
}