@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
    --main-color: #007AC2;
    --second-color: #2B414E;
    --third-color: #ADC1CD;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--second-color);
}

a:visited,
.alink:visited {
    color: inherit;
}

/* Header */

.page-header .panel.wrapper {
    background-color: var(--second-color) !important;
}

.commande_ouverte {
    width: 250px;
}

.page-header .header.panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.surheader {
    line-height: 1em !important;
    width: 100%;
}

.surheader-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: var(--third-color);
    font-size: 12px;
}

.surheader-left {
    display: flex;
}

.surheader-left>a+a {
    margin-right: 24px;
}

.surheader-container p {
    margin-bottom: 0;
}

.surheader-right,
.surheader-right>div {
    display: flex;
    align-items: center;
    padding-left: 6px;
}

.surheader-container a,
.header.links a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.surheader-container a:hover,
.header.panel>.header.links>li>a:hover {
    text-decoration: none;
}

.surheader-container a img,
.header.links a img {
    margin-right: 5px;
}

.header.links {
    float: none !important;
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
}

.header.links li {
    margin: 0 2px !important;
}

.header.links li:nth-child(2) {
    font-weight: normal;
    color: var(--third-color);
}

.header.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

.header.content::before,
.header.content::after {
    display: none !important;
}

.header.content .logo-container,
.authorization-link a,
.logout-link a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.logout-link a {
    opacity: 0.8;
    padding-left: 8px;
}

.header.content .logo-container p {
    white-space: nowrap;
    font-weight: bold;
    color: var(--main-color);
}

.header.content .actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.header.content .logo-container .logo {
    margin: 0 10px 0 0 !important;
}

.block-search,
.minicart-wrapper {
    margin-top: 0 !important;
}

.block-search .action.search::before {
    color: var(--main-color) !important;
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1 !important;
}

body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action,
.minicart-wrapper .action.showcart {
    width: 34px;
    height: 34px;
}

body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    color: #fff !important;
    font-size: 24px !important;
    background-color: #e1e2e7;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0;
    background-size: 18px;
}

.amquote-action-wrap .actions-primary {
    width: auto !important;
}

body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .counter.qty {
    position: absolute;
    top: 17px;
    border-radius: 50%;
    right: -7px;
    font-size: 11px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    min-width: 8px;
    background: #2b414e;
}

.minicart-wrapper .action.showcart::before {
    color: #fff !important;
    font-size: 24px !important;
    background: var(--main-color);
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 17px;
    border-radius: 50%;
    right: -7px;
    font-size: 11px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    min-width: 8px;
    background: #2b414e;
}

.block-search input:not([disabled]) {
    border: 1px solid transparent !important;
}

.block-search input:not([disabled]):focus {
    border-color: var(--main-color) !important;
    box-shadow: none;
}

.nav-sections {
    margin-bottom: 20px !important;
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.16);
}

.header.panel>.header.links>li>a {
    text-transform: uppercase;
}

.header.panel>.header.links>li:nth-child(2) {
    font-size: 12px;
}

.cadencier-index-index h1 {
    margin-bottom: 0;
    margin-top: 20px;
}

/* Footer */

.page-footer {
    background: var(--second-color) !important;
    padding-bottom: 0 !important;
}

.footer-header {
    background: linear-gradient(to right, var(--main-color), #316DE3) !important;
}

.footer-header .block-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-main-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px;
    color: var(--third-color);
}

.footer-main-container .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--third-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.footer-main-container .content ul {
    padding-left: 0;
}

.footer-main-container .content ul li {
    list-style: none;
}

.footer-main-container a {
    color: var(--third-color);
}

.sousfooter {
    padding: 10px 0 10px 70px;
    background-color: #121C21;
    color: var(--third-color);
}

.sousfooter .block-container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sousfooter a {
    color: var(--third-color);
    text-decoration: underline;
}

.sousfooter .blanc {
    color: #fff;
}

#sousfooter-logo {
    position: relative;
    padding-left: 72px;
}

#sousfooter-logo img {
    position: absolute;
    left: -20px;
    bottom: -10px;
    height: 60px;
    width: 80px;
    max-height: initial;
    max-width: initial;
}

.block.newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.block.newsletter .form.subscribe {
    position: relative;
}

.block.newsletter .field .control::before {
    display: none;
}

.block.newsletter .action.primary {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: var(--main-color);
}

.block.newsletter .title {
    display: block;
    margin-bottom: 0 !important;
    margin-right: 20px;
    color: #fff;
}

.footer-block1 {
    position: relative;
}

.footer-block1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    background-image: url('../image/siege.png');
    width: 27px;
    height: 31px;
}

.custom-grid {
    display: flex;
    flex-wrap: wrap;
}

.custom-grid>div {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 16px;
}

.slider-product-item-info .product-item-actions {
    display: flex;
    justify-content: space-between;
}

.slider-product-item-info .sku>p,
.slider-product-item-info .actions-price-block>p {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--third-color);
}

/* Forms */

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
    border: 1px solid var(--main-color);
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea {
    border: 1px solid transparent;
    background: #EDF1F3 !important;
    color: var(--second-color) !important;
    padding: 6px 20px !important;
    border-radius: 20px;
    line-height: 1em;
    font-family: inherit;
    font-size: inherit;
    height: auto;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
    color: var(--second-color) !important;
}

select {
    height: auto;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #EDF1F3;
    line-height: 1em;
    font-family: inherit;
    font-size: inherit;
}

textarea {
    min-height: 200px;
}

/* Produits par marque */
.brands-index-index .page-title-wrapper {
    margin: 35px 0 0 0;
}

/* Content */

h1 {
    color: #007AC2;
    font-weight: bold;
}

h2,
.mp-product-slider-title,
#page-title-heading {
    font-weight: bold;
    overflow: hidden;
}

.page-main>.page-title-wrapper .page-title {
    display: block;
}

h2.bar-right::after,
.mp-product-slider-title::after,
#page-title-heading::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 2px solid #fff;
    margin-left: .5em;
}

h2.bar-right.grey::after,
.mp-product-slider-title::after,
#page-title-heading::after {
    border-bottom-color: #EDF1F3;
}

h2.bar-center::before,
h2.bar-center::after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 2px solid #EDF1F3;
}

h2.bar-center::after {
    margin: 0 -55% 0 .5em;
}

.block-container {
    max-width: 1280px;
    margin: 0 auto;
}

.product-item.product-slider .slider-product-item-info {
    width: 100% !important;
}

/* Home */

.cms-home .nav-sections {
    margin-bottom: 0 !important;
}

.cms-home h1 {
    color: #316DE3;
}

.cms-home #maincontent {
    max-width: 100%;
    padding: 0;
}

.cms-home #maincontent .block {
    margin-bottom: 0;
}

.cms-home #content-header {
    padding: 0 20px;
    background-image: url('../image/content-header.png');
    background-size: cover;
}

.cms-home #content-header div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px 0 50px 0;
}

.cms-home #content-header p {
    max-width: 700px;
}

.cms-home #product-categories {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.cms-home #product-categories h2 {
    color: #fff;
}

#product-categories__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: var(--main-color);
    background: linear-gradient(30deg, var(--main-color) 0%, rgba(49, 109, 227, 1) 100%);
    transform: skewY(-6deg);
    transform-origin: top left;
}

.cms-home #product-categories-content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}

.cms-home #product-categories-grid a,
.cms-home #product-categories-line a {
    position: relative;
    background-size: cover;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #121C21;

}

.cms-home #product-categories-grid a:hover,
.cms-home #product-categories-line a:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.cms-home #product-categories-grid a span,
.cms-home #product-categories-line a span {
    z-index: 3;
    position: relative;
}

.cms-home #product-categories-grid a:before,
.cms-home #product-categories-line a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    max-width: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.cms-home #product-categories-line {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.cms-home #product-categories-line .one {
    background-image: url('../image/cuisines.png');
    width: 50%;
}

.cms-home #product-categories-line .two {
    background-image: url('../image/linge.png');
    width: 50%;
}

.cms-home #product-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cms-home #product-categories-grid .three {
    background-image: url('../image/sanitaires.png');
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.cms-home #product-categories-grid .four {
    background-image: url('../image/sols-surfaces.png');
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.cms-home #product-categories-grid .five {
    background-image: url('../image/logofchcategory.jpg');
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.cms-home #product-categories-grid .five:before {
    content: none;
}

.cms-home #product-categories-grid .six {
    background-image: url('../image/industries.png');
    grid-column: 3 / 4;
    grid-row: 2 / 4;
}

.cms-home #product-categories-grid .seven {
    background-image: url('../image/table2.jpg');
    grid-column: 1 / 3;
    grid-row: 3 / 4;
}

.cms-home #product-categories-grid .height {
    background-image: url('../image/table.png');
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.cms-home #discover-brands {
    padding: 60px 0;
    text-align: center;
    background-color: var(--main-color);
    background-image: url('../image/Icon\ feather-search.png');
    background-position: 35% center;
    background-repeat: no-repeat;
}

.cms-home #partners {
    padding: 40px 0;
    text-align: center;
}

/* Products */

#home-products-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
}

.home-products {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.slider-product-item-info {
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px #EDF1F3;
}

.mp-product-slider-title {
    margin: 30px 0 !important;
    font-size: 2.6rem !important;
    text-align: left !important;
}

button.minus,
button.plus {
    height: 32px;
    width: 32px;
    text-align: center;
    flex-shrink: 0;
    margin: 0 2px;
    padding: 0;
    border: none;
    border-radius: 50%;
}

button.plus {
    margin: 0 8px 0 2px;
}

.product-item-name>a {
    color: var(--main-color) !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.product-item-description {
    margin: 5px 0;
}

.product-item .price-box {
    margin: 0;
}

.actions-price-block {
    text-align: right;
}

.product-item .price-box .price {
    font-weight: normal;
}

.slider-product-item-info {
    padding-bottom: 10px;
}

.product.details.slider-product-item-details {
    margin: 0 10px;
}

.product-item .price-box .price-label {
    display: none;
}

.product-item .old-price .price {
    text-decoration: line-through;
}

.box-tocart .fieldset {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-tocart .fieldset.pmfield,
.box-tocart .fieldset.pmfield .field {
    margin-bottom: 0;
}

.box-tocart .fieldset.pmfield .control {
    display: flex;
    justify-content: space-between;
    min-width: 100px;
    width: 0 !important;
}

.box-tocart .fieldset.pmfield .control input {
    display: flex;
    align-items: space-between;
    justify-content: flex-start;
    width: 50px;
    padding: 6px 12px !important;
    text-align: center;
    border-radius: 3px;
}

.box-tocart .fieldset .field.qty label {
    padding-left: 0 !important;
}

.owl-carousel .owl-item img {
    object-fit: contain;
    width: calc(100% - 16px) !important;
}

.mp-product-slider-content .owl-nav .owl-prev {
    left: -34px !important;
}

.mp-product-slider-content .owl-nav .owl-next {
    right: -34px !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none !important;
}

.owl-theme .owl-nav [class*='owl-']:hover span {
    opacity: 1;
}

.price-container .price {
    font-size: 2.4rem;
}

.action-btn:before {
    display: none !important;
}

.box-tocart .links a {
    text-transform: uppercase;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    background: #ebebeb;
    padding: 6px 7px;
    margin-bottom: 8px;
    display: block;
    border-radius: 5px;
    color: #65595c;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.action.mailto.friend {
    margin-left: 0 !important;
    display: flex;
    text-decoration: none;
}

.box-tocart .links a:hover {
    text-decoration: none;
    background: #cecece;
}

.box-tocart .links a i {
    margin-right: 8px;
    font-size: 16px;
}

body .modes-mode {
    box-shadow: none;
    background: none !important;
    border: none;
}

body .modes-mode::before {
    color: var(--third-color) !important;
}

body .modes-mode.active {
    box-shadow: none;
    background: none !important;
}

body .modes-mode:hover {
    background: none !important;
}

body .modes-mode:hover::before,
body .modes-mode.active::before,
body .sorter-action:hover::before {
    color: var(--main-color) !important;
}

body .modes-mode:last-child {
    border: none !important;
}

body .toolbar select {
    border-radius: 20px;
    background-color: #EDF1F3;
    box-shadow: none;
}

body .sorter-action::before {
    color: var(--third-color);
}

body .filter .block-subtitle {
    text-transform: uppercase;
    color: var(--third-color);
}

body .filter-options-title {
    text-transform: none;
}

/* Category page */

.category-description {
    line-height: 1.4em;
}

.products-grid .product-item-actions {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
    align-items: flex-start;
}

.products-grid .actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products-grid .product.actions {
    margin-top: 0;
}

.products-grid .actions .stock {
    height: 32px;
    width: auto;
    padding: 0 8px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    line-height: 32px;
}

.products-grid .actions .towishlist {
    height: 32px;
    width: 32px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    line-height: 32px;
}

.products-grid .product-item-actions>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2px;
}

.products-grid .product-item-actions>div>p {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--third-color);
}

.products.wrapper.grid.products-grid .product-item>div,
.product-item.product-slider>div {
    min-height: 440px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px #EDF1F3;
    display: flex;
    flex-direction: column;
}

.page-layout-1column .products.wrapper.grid.products-grid .product-item>div {
    min-height: 431px;
}

.products.wrapper.grid.products-grid .product-item>div .product.details,
.product-item.product-slider>div .product.details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products.wrapper.grid.products-grid .product-item>div .product.actions,
.product-item.product-slider>div .product.actions {
    margin-bottom: auto;
}

.sorter .sorter-action {
    top: 4px;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    position: static !important;
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
    box-shadow: 0 3px 6px #EDF1F3 !important;
    border: none !important;
}


/* Product page */

.catalog-product-view .product-info-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.catalog-product-view .product-info-top-left {
    width: 40%;
}

.catalog-product-view .product-info-top-right {
    width: 60%;
}

body.catalog-product-view .product.media {
    float: none;
    width: auto;
}

body .products-upsell .products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

body .products-upsell .products .product-item {
    width: 100%;
}

body .products-upsell .products .product-item .product-image-container {
    width: 100% !important;
}

.products-upsell .product-item-info {
    width: 100%;
}

.products-upsell .product.details {
    margin: 0 10px;
}

.catalog-product-view .product-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog-product-view h1 {
    margin-bottom: 0;
}

.catalog-product-view .product.attribute.sku {
    text-transform: uppercase;
    color: rgba(92, 115, 129, 0.4);
    font-style: italic;
}

.catalog-product-view .product-priceblock {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.catalog-product-view .product-priceblock .stock.available {
    text-transform: uppercase;
    text-align: right;
    font-size: 22px;
}

.catalog-product-view .price-box.price-final_price .special-price {
    display: flex;
    /*align-items: flex-end;*/
    align-items: baseline;
    gap: 10px;
    color: #121C21;
    font-size: 18px;
}

.catalog-product-view .price-box.price-final_price:not(.catalog-product-view .price-box.price-final_price .special-price) {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #121C21;
    font-size: 18px;
}

.catalog-product-view .price-box.price-final_price .special-price .price-wrapper {
    margin-bottom: 0;
}

.catalog-product-view .price-box.price-final_price .special-price .price-wrapper .price {
    font-weight: normal;
    font-size: 26px;
    line-height: 1em;
}

.catalog-product-view .field.qty label {
    margin: 0;
}

.catalog-product-view .field.qty input[type="number"] {
    border: 1px solid var(--third-color) !important;
    background-color: #fff !important;
    border-radius: 4px;
}

.catalog-product-view .field.qty input:not([disabled]):focus {
    box-shadow: none;
    border-color: var(--main-color) !important;
}

.product-desc-picto {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-desc-picto .short_description {
    margin-bottom: 20px;
}

.product-info-certifpicto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.product-info-certifpicto img {
    min-width: 65px;
}

.catalog-product-view .actions {
    display: flex;
    align-items: center;
}

.catalog-product-view #product_addtocart_form .actions .action {
    width: auto;
    margin: 10px 0 0 0;
    border-radius: 40px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px #00619A;
    font-size: 1.6rem;
    line-height: 1rem;
}

.catalog-product-view #product_addtocart_form .actions .action.secondary {
    padding: 12px 15px;
    background-color: #EDF1F3;
    box-shadow: none;
    border-color: transparent;
    color: #5C7381;
}

.product-info-top:after {
    content: "";
    display: table;
    clear: both;
}

.product-info-fiches>div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--third-color);
    border-radius: 10px;
}

.product-info-fiches .fiche-tech,
.product-info-fiches .fiche-secu {
    width: 50%;
    text-align: center;
}

.product-info-fiches .fiche-tech {
    padding-right: 20px;
    border-right: 2px solid #EDF1F3;
}

.product-info-fiches .fiche {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #F8FAFB;
    border-radius: 4px;
}

.product-info-fiches .fiche:not(:last-child) {
    margin-bottom: 20px;
}

.product-info-fiches .fiche .txt {
    text-align: left;
}

.product-info-fiches .fiche .nom {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.product-info-fiches .fiche a {
    text-transform: uppercase;
    font-weight: 600;
}

.product-info-fiches h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

/* Breadcrumb */

.breadcrumbs .items {
    margin-top: 20px;
    color: #2B414E;
}

.breadcrumbs .items a {
    color: var(--third-color);
    font-weight: 600;
}

.breadcrumbs .items a,
.breadcrumbs .item {
    text-transform: uppercase;
}

.breadcrumbs .item:not(:last-child)::after {
    margin: 0 5px;
    color: var(--third-color);
}

.breadcrumbs strong {
    font-weight: 600;
}

/* Buttons */

.button {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: rgba(237, 241, 243, 0.2);
    color: #fff !important;
    font-weight: bold;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: rgba(237, 241, 243, 0.1);
    color: #fff;
    text-decoration: none;
}


.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: var(--main-color);
}

.header.panel>.header.links {
    flex-direction: row !important;
}

.header.panel>.header.links>.authorization-link::after {
    content: none !important;
}

.fieldset>.field:not(.choice)>.label {
    padding: 6px 15px !important;
    text-align: left !important;
}

.block-search .control {
    padding-bottom: 0 !important;
}

/* Responsive */

@media only screen and (max-width: 768px) {
    .opc-estimated-wrapper .minicart-wrapper{
        display: none;
    }
    .catalog-product-view .product-info-top {
        flex-direction: column;
    }

    .catalog-product-view .product-info-top-left,
    .catalog-product-view .product-info-top-right {
        width: 100%;
    }

    .page-header .header.panel {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .header.content {
        padding: 0 20px 0 60px !important;
    }

    .header.panel>.header.links {
        margin: 0 auto;
    }

    .header.content .logo-container p {
        display: none;
    }

    .surheader-container a,
    .header.links a {
        font-size: 10px;
    }

    .cms-home .page-header {
        margin-bottom: 0;
    }

    .cms-home #product-categories-line {
        flex-direction: column;
    }

    .cms-home #product-categories-line .one,
    .cms-home #product-categories-line .two {
        width: 100%;
        box-sizing: border-box;
    }

    .five {
        background-position: center center;
    }

    #product-categories-grid {
        box-sizing: border-box;
    }

    #product-categories-grid>a,
    #product-categories-line>a {
        width: 100% !important;
        height: 100px !important;
        box-sizing: border-box;
        min-height: 100px !important;

    }

    .footer-header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cms-home #product-categories-grid {
        display: flex;
        flex-direction: column;
    }

    body .products-upsell .products {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-main-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .sousfooter {
        padding: 10px 20px;
        text-align: center;
    }

    #sousfooter-logo {
        padding-left: 0;
    }

    #sousfooter-logo img {
        display: none;
    }

    .sousfooter .block-container {
        flex-direction: column;
        align-items: center;
    }

    .product-info-fiches>div {
        flex-direction: column;
        padding: 10px;
    }

    .product-info-fiches .fiche {
        padding: 10px;
        gap: 10px;
    }

    .product-info-fiches .fiche-tech,
    .product-info-fiches .fiche-secu {
        width: auto;
    }

    .product-info-fiches .fiche-tech {
        border-right: none;
        padding-right: 0;
    }

    .product-info-fiches .fiche .nom {
        font-size: 18px;
    }
}

.cart.item .item-info .col.qty .field.qty .control.qty .input-text.qty {
    width: auto;
    max-width: 36px !important;
    padding: 8px 0 !important;
    font-size: 14px;
}

.cart.item .item-info .col.qty .field.qty .control.qty label {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 32px;
}

.cart.item td,
.cart.table-wrapper .product-item-details {
    vertical-align: middle !important;
}

.toolbar.toolbar-products .modes {
    display: none;
}

.filter-options dt {
    color: #2b414e;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.filter-options .filter-options-content .item {
    margin-bottom: 12px;
    font-size: 12px;
}

.filter-content>strong {
    display: none;
}

.cart.item .product-image-container,
.cart.item .product-image-container img {
    width: auto;
    max-width: 70px;
}

.cart.item .price-including-tax,
.cart.item .price-excluding-tax {
    font-size: 1.4rem;
}

.cart.item .item-info .col.qty .field.qty .control.qty .input-text.qty {
    width: auto;
    max-width: 78px;
}

.minicart-items .item-qty {
    width: auto;
    max-width: 78px;
}

.client-bloque {
    background-color: #e74c3c;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.product-info-top .product-info-top-right .product-name img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.navigation .level0.parent>.level-top:first-child,
.navigation .level0.parent>.level-last-child {
    padding-right: 12px;
}

.bar {
    width: 100%;
    height: 24px;
    border-radius: 12px;
    background: #EDF1F3;
    position: relative;
}

.bar.small {
    width: 100%;
    height: 8px;
    border-radius: 12px;
    background: #EDF1F3;
    position: relative;
}

.bar_blue {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    height: 100%;
    background: var(--main-color);
}

.responsivejcc {
    display: flex;
    justify-content: space-between;
}

.level-group {
    font-size: 16px;
    padding: 4px 8px 4px 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/*.level-3 {
    padding: 4px 8px 4px 48px;
}*/

/*.quotes-history.level-3 {
    padding: 4px 8px 4px 48px;
}*/

.quotes-history.level-2 {
    padding: 4px 8px 4px 24px;
}

.quotes-history.level-2 .history,
.quotes-history.level-3 .history {
    background: #F2F2F2;
    border-radius: 5px;
}

.level-group:after {
    position: absolute;
    width: 12px;
    height: 2px;
    background: var(--main-color);
    content: "";
    top: 13px;
    left: 0;
}

.level-3:after {
    width: 32px;
    background: #EDF1F3;
}

.fch-quote {
    background: #fff;
    padding: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

button.small {
    font-size: 12px !important;
    padding: 4px 8px !important;
    margin-top: 8px;
}

.budget_form {
    display: inline-flex;
    margin-left: 32px;
}

.budget_form input,
.budget_form button {
    height: 20px;
    width: 70px;
    font-size: 12px;
    margin: 0 4px 0 0 !important;
    padding: 0 !important;
    border-radius: 4px;
}

.budget_form button.small {
    font-size: 8px !important;
}

@media only screen and (max-width: 960px) {
    .responsivejcc {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 460px) {
    body .products-upsell .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-header .block-container,
    .block.newsletter {
        flex-direction: column;
        align-items: center;
    }

    .footer-main-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

#home-products-section {
    overflow: hidden;
    width: 100%;
}

.level0.submenu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #FFFFFFf5 !important;
}

.level1>a {
    color: #1979c3 !important;
}

.level0.submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    background: #FFF !important;
    border-radius: 3px;
}

.level1.submenu a:hover,
.navigation .level1 .submenu a.ui-state-focus {
    background: #FFF !important;
    border-radius: 3px;
}

.level2>a {
    font-weight: normal;
    font-size: 12px;
}

.submenu a {
    padding: 4px 16px !important;
}

.picto_product {
    padding: 16px;
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid #EEE;
    margin-top: 16px;
}

.box-history {
    padding: 16px;
    border: 1px solid #eee;
    margin-top: 32px;
    margin-bottom: 32px;
}

.box-history td.add {
    color: rgb(17, 185, 101)
}

.box-history td.remove {
    color: rgb(199, 13, 13)
}

.show-target.mine {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    display: block;
}

.picto_product img {
    width: 80px;
    height: 80px;
    margin-left: 16px;
    object-fit: contain;
}

.box-toquote {
    display: none;
    pointer-events: none;
}

.level-top.ui-state-active,
.level-top.ui-state-focus {
    background: #0a598f;
}

.navigation .level0.parent>.level-top>.ui-menu-icon:after {
    font-size: 22px !important;
}

.navigation .level0.parent>.level-top:first-child,
.navigation .level0.parent>.level-last-child {
    padding-right: 24px;
}

.level1.submenu {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    position: static !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

.customer-account-login .page-title-wrapper,
.customer-account-login .block-title,
.customer-account-login .field.note {
    text-align: center;
}

.customer-account-login .login-container {
    display: flex;
    justify-content: center;
}

.cms-home #content-header p {
    line-height: 25px;
}

#content-header .subtitle {
    text-transform: uppercase;
    color: #2b414e;
    font-weight: bold;
    letter-spacing: 4px;
}

.product-item .show-suffix-ht {
    display: none;
}

.page-title-wrapper {
    margin-top: 24px;
}

/* Fixed header */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 899;
    background: #ffffffEE;
    backdrop-filter: blur(6px);
}

.logo-container>p {
    margin-bottom: 0;
}

.page-header .header.content {
    transition: height .2s ease-in-out;
    height: 120px;
}

.page-header .nav-sections {
    margin-bottom: 0 !important;
}

.page-header.fixed .header.content {
    height: 80px;
}

.logo img {
    max-width: 160px;
    transition: max-width .2s ease-in-out;
}

.page-header.fixed .logo img {
    max-width: 100px;
}

/* END Fixed header */
.bestsellers_category .mp-product-slider-title {
    display: none;
}

.bestsellers_category h2 {
    margin-top: 0;
    color: #0479c4;
    margin-bottom: 38px;
    text-align: center;
}

.bestsellers_category {
    background: #1874d214;
    padding: 28px 37px;
    border-radius: 4px;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before {
    background: #0479c4 !important;
}

#quote-details>form>fieldset>div {
    display: flex;
    flex-direction: column;
}

body.is_validation #shipping,
body.is_validation .payment-method-billing-address,
body.is_validation .opc-block-shipping-information {
    overflow: hidden;
    pointer-events: none;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #0479c4 !important;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #0479c4 !important;
}

.account-quote-buttons {
    display: none !important;
}

.devis-view-index .block.block-order-details-comments {
    display: none !important;
}

.catalog-product-view div.page-title-wrapper.product>h1>span {
    font-size: 24px !important;
    display: block;
    margin-bottom: 12px;
}
.product-info-fiches>div{
    margin-bottom: 64px;
}
.checkout-payment-method .payment-method-title{
    margin-top: -20px;
}
.catalog-product-view .product-info-top-right {
    margin-left: 48px !important;
}

.checkout-cart-index .towishlist.action-towishlist,
.checkout-cart-index .action.action-edit {
    display: none !important;
}

.minicart-content-wrapper .product-item-details .primary {
    display: none !important;
}

.quotelabel {
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    background: #3333331a;
    color: #333333;
    display: inline-block;
}

.quotelabel.quotelabel-6 {
    background: #037ac41a;
    color: #037ac4;
}

.quotelabel.quotelabel-4 {
    background: #a016161a;
    color: #a01616;
}

.quotelabel.quotelabel-3,
.quotelabel.quotelabel-2 {
    background: #16a0441a;
    color: #16a044;
}

@media only screen and (max-width: 375px) {
    .logo img {
        max-width: 64px;
    }

    .surheader-container a img {
        display: none;
    }

    .page-header .header.content {
        height: 72px;
    }

    .block.block-search {
        width: 100px;
        margin-right: 26px;
    }
}

/********* CATALOG PRODUCT VIEW */
.catalog-product-view p.stock.unavailable {
    font-size: 15px;
    width: 200px;
    color: #ED7014;
    text-align: right;
}

.quote-details .control {
    width: 100% !important;
}

.quote-details textarea {
    min-height: 100px;
}

#quote-details.quote-details label {
    width: 100%;
    float: none;
    padding: 0 !important;
}

.big-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.big-actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 48%;
}

.big-actions button:first-child {
    background: #c73434;
    border: 1px solid #c73434;
    color: #ffffff;
}

.big-actions button:first-child:hover {
    background: #9c1515;
    border: 1px solid #9c1515;
    color: #ffffff;
}

.big-actions button:last-child {
    background: #359f69;
    border: 1px solid #359f69;
    color: #ffffff;
}

.big-actions button:last-child:hover {
    background: #248654;
    border: 1px solid #248654;
    color: #ffffff;
}

@media only screen and (min-width: 961px) {
    .navigation ul {
        display: flex;
        justify-content: space-around;
    }

    .nav-sections,
    .navigation {
        background: linear-gradient(to right, var(--main-color), #316DE3) !important;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #fff !important;
    }

    .navigation .level0>.level-top {
        color: #FFFFFF !important;
        text-transform: uppercase;
    }

    .page-wrapper {
        padding-top: 212px;
    }

    .level0.submenu>li {
        width: 24%;
        margin-right: 1%;
    }

    .level0.submenu {
        border-radius: 0 0 15px 15px;
    }
}

@media only screen and (max-width: 960px) {
    .nav-open .page-wrapper {
        left: calc(100% - 54px);
    }

    .header.content .commande_ouverte {
        display: none;
    }

    .product-info-bottom {
        order: 2;
        margin-bottom: 24px;
    }

    .catalog-product-view .action.tocart.primary {
        width: 100% !important;
        font-size: 20px;
    }

    .catalog-category-view .action.tocart.primary,
    .brands-view-index .action.tocart.primary {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .product-name {
        flex-direction: column;
    }

    .product-name-left .page-title-wrapper {
        margin-bottom: 12px;
    }

    .catalog-product-view div.page-title-wrapper.product>h1>span {
        font-size: 24px !important;
        display: block;
        margin-bottom: 12px;
    }

    .product-info-top .product-info-top-right .product-name img {
        max-height: 100%;
        max-width: 100px;
        object-fit: contain;
        margin: 0 0 0 auto;
    }

    .cms-home #content-header div {
        padding: 32px 0;
    }

    .section-item-title {
        display: none;
        height: 0;
    }

    .block.block-search {
        width: 100px;
        margin-right: 26px;
    }

    .nav-sections-item-content {
        margin-top: 16px;
    }

    .nav-sections {
        z-index: 99;
    }

    .page-wrapper {
        padding-top: 110px;
    }

    .level0.submenu {
        line-height: 20px;
    }

    .level1>a {
        line-height: 24px;
    }

    .quotes-history.level-3,
    .quotes-history.level-12 {
        padding: 4px 8px;
    }

    .table-wrapper {
        box-sizing: border-box;
        width: 100%;
    }

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th {
        padding-left: 16px;
    }

    .wishlist-index-index div.price-and-reference>div.price {
        text-align: right;
    }

    .wishlist-index-index .toolbar-number {
        display: none;
    }

    .account-nav .item.current a,
    .account-nav .item.current strong {
        border-color: #007AC2 !important;
    }

    .nav-sections-item-title.active {
        box-shadow: inset 0 -6px 0 0 #316de3;
        font-weight: bold !important;
    }

    .navigation .level0>a {
        padding-left: 24px !important;
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border: none !important;
        background: #316DE3 !important;
        color: white !important;
    }

    .navigation .level0.ui-state-active>a {
        background: #316DE3 !important;
        color: white !important;
    }

    .nav-sections-item-title.active a {
        font-weight: bold;
    }

    .page-header .header.content {
        height: 72px;
    }

    .logo img {
        max-width: 70px;
    }

    .nav-sections.opened {
        left: 0;
        box-shadow: 20px 0px 0px 200px rgb(0 0 0 / 52%);
    }

    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        height: 100vh;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        overflow-x: auto;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px);
    }

    .home-products {
        max-width: 1280px;
        width: 100%;
    }

    .fieldset>.field:not(.choice)>.label {
        box-sizing: border-box;
    }

    .products-grid .actions .stock {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .actions-primary {
        flex-grow: 1;
    }

    .catalog-category-view .action.tocart.primary,
    .brands-view-index .action.tocart.primary {
        width: 99%;
        margin-left: 1%;
    }

    .product.name a {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .page-layout-1column .products.wrapper.grid.products-grid .product-item>div,
    .products.wrapper.grid.products-grid .product-item>div,
    .product-item.product-slider>div {
        min-height: 360px;
    }
}

@media (max-width: 960px),
print {
    .nav-toggle {
        display: block !important;
    }

    .header.content {
        padding: 0 20px 0 60px !important;
    }

    .box-history {
        max-width: 100%;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        box-sizing: border-box;
    }
}

body .amquote-cart-wrapper.minicart-wrapper.quote-guest .amquote-showcart.action:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+DQogICAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIiAvPg0KPC9zdmc+");
    background-size: 16px;
    background-color: var(--main-color) !important;
    color: white !important;
}

.box.box-newsletter {
    display: none !important;
}

.totals.sub th,
.totals.sub td,
.grand.totals th strong,
.grand.totals td {
    font-weight: bold;
}

#quote-details form .fieldset:first-child {
    background: #1979c3;
    border-radius: 5px;
    color: white;
    padding: 10px 8px 8px;
    text-align: center;
}

#quote-details form .fieldset:first-child label {
    text-align: center !important;
}

#quote-details form .fieldset:first-child label div {
    display: none !important;
}

#quote-details form .fieldset:first-child textarea {
    border-radius: 7px;
}

.amasty-quote-update .add-note-quote {
    display: none !important;
}

.amasty-quote-update .item-actions .action-edit {
    display: none !important;
}

.request-quote-line .price-including-tax,
.request-quote-line .price-excluding-tax,
.request-quote-line .price-excluding-tax .price,
.request-quote-line .price-excluding-tax .price {
    font-weight: normal;
    font-size: 14px;
}
.sorter-category{
    margin-right: 24px;
}
div.block.block-dashboard-orders > .block-title.order > a.action.view{
    display: none;
}
.checkout-cart-index .cart-summary .totals.shipping.excl .value{
    display: none;
}


/** ORDER TOTALS **/
div.table-wrapper table.data.table.totals tbody {
    display: flex;
    flex-direction: column;
}

div.table-wrapper table.data.table.totals tbody tr {
    display: flex;
    justify-content: space-between;
}

tr.totals.sub, tr.subtotal { /** Montant HT **/
    order: 0;
}
tr.totals.weee, tr.weee_ord_totals { /** Sous Total TGAP Articles HT **/
    order: 1;
}
tr.totals.shipping.excl, tr.shipping { /** Frais de port HT **/
    order: 2;
}
tr.totals.fee.excl, tr.fee, tr.custom_total { /** Participation Économique et Financière HT **/
    order: 3;
}
tr.grand.totals.excl,tr.totals.ht {  /** Total HT **/
    order: 4;
}
tr.totals-tax { /** Total TVA **/
    order: 4;
}
tr.grand.totals.incl,tr.grand.totals,tr.grand_total { /** Total TTC **/
    order: 5;
}

/** MAILS AFFICHAGE LABEL A DROITE **/
tbody tr td table tbody tr td table tbody tr th {
    text-align: right;
}

html body.page-products.categorypath-catalogue-cuisine.category-cuisine.catalog-category-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div.products.wrapper.grid.products-grid ol.products.list.items.product-items li.item.product.product-item div.product-item-info div.product.details.slider-product-item-details div.actions div.actions-primary a:hover {
    text-decoration: none;
}

html body.catalog-product-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div.product-info-top div.product-info-top-right div.product-priceblock div.product-info-price div.price-box.price-final_price span.old-price span.price-container.price-final_price.tax.weee span.price {
    font-size: 1.4rem;
}

/* caché champ mes adresses de facturation */
.checkout-billing-address {
    display: none;
}
/* remove hover effect on checkout shipping-address and shipping-methods */
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover {
    box-shadow: none;
}

.amcheckout-step-container .fieldset > .field > .label {
    font-weight: normal;
    display: flex;
}
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    margin-bottom: 20px;
}
.action.action-show-popup.amcheckout-button.-new-address {
    display: none !important;
}
.cart.main.actions button.action.update, button.action.secondary.amquote-addto-button {
    background-color: #1979c3!important;
    color: #fff!important;
}
.actions-toolbar.order-actions-toolbar, .page-title-wrapper .order-date, .order-status {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.page-products.page-layout-1column .products-grid .product-item{
    width: 25%!important;
}
td#label_carrier_flatrate_flatrate {
    display: none;
}
a.action.clear {
    border-radius: 3px;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 6px 15px 6px 10px;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}
tr.totals.ht th.mark, tr.totals.ht td.amount,table.data.table.table-totals tbody tr.totals.sub th.mark {
    font-weight: bolder;
}
table.data.table.table-totals tbody {
    display: flex;
    flex-direction: column;
}
table.data.table.table-totals tbody tr {
    display: flex;
    justify-content: space-between;
}
.opc-block-summary .table-totals .mark strong {
    font-weight: bolder !important;
}
tfoot.quote-totals {
    display: flex;
    flex-direction: column;
    margin-left: 100%;
    width: max-content;
}
tfoot.quote-totals tr, tfoot.order-view tr {
    display: flex;
    justify-content: space-between;
}
tfoot.quote-totals > tr:first-child th,tfoot.quote-totals > tr:first-child td, .order-items tfoot > tr:first-child th, .order-items tfoot > tr:first-child td {
    border: none !important;
}
.order-details-items .table-order-items tbody {
    border-bottom: 1px solid #d1d1d1;
}
tfoot.quote-totals tr.subtotal { /* total HT */
    order: 0;
}
tfoot.quote-totals tr.weee_tax { /* tgap */
    order: 1;
}
tfoot.quote-totals tr.shipping { /* frais de port */
    order: 2;
}
tfoot.quote-totals tr.fee { /* participation eco&finace */
    order: 3;
}
tfoot.quote-totals tr.delivery_quote {
    order: 3;
}
tfoot.quote-totals tr.tax { /* total TVA */
    order: 4;
}
tfoot.quote-totals tr.grand_total { /* total TTC */
    order: 5;
}
tfoot.order-view {
    display: flex;
    flex-direction: column;
    margin-left: 111%;
    width: max-content;
}
.page-title-wrapper .order-date {
    text-align: right;
}
.totals.shipping.excl th span.value {
    display: none;
}
.checkout-onepage-success tfoot.order-view {
    margin-left: 118%;
}
.wishlist-index-index strong.product-item-name,.altais_negotiatedproducts-index-index strong.product.name.product-item-name {
    height: 80px;
    line-height: 20px;
}

/** LOADING **/
body.loading {
    position: relative;
}

body.loading::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    z-index: 9998;
}

body.loading::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 5px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

div#product-categories {
    margin-top: 1px;
}
