:root {
    /* ----------------colors ----------------*/
    --alert-msg-bg-color               : #fff;
    /* bootstrap colors */
    --primary                          : #0d6efd;
    --secondary                        : #6c757d;
    --success                          : #198754;
    --danger                           : #dc3545;
    --warning                          : #ffc107;
    --info                             : #0dcaf0;
    --shops-card-bg                    : #fff;
    --text-muted                       : #8d8d8d;
    --tooltip-color                    : #000;
    /* badges-label colors */
    --promo-color                      : #f3f268;
    --new-color                        : var(--primary);
    --rupture-color                    : var(--danger);
    --featured-color                   : var(--success);
    --tailored-color                   : var(--secondary);
    --destocking-color                 : var(--info);
    --instock-color                    : var(--success);
    --stock_receipt-color              : var(--info);
    --badge-attribute                  : var(--color-1);
    --badge-on-command                 : var(--color-1);
    /* others */
    --price-old-color                  : var(--danger);
    --items-count-bg                   : var(--color-1);
    --items-count-color                : #fff;
    /* Absolutes elements distance from border */
    --absolute-elements-margin         : 5px;
    /* -----------------Detail----------------- */
    /* table-detail-grid  */
    --tb-detail-row-padding-y          : 10px;
    --tb-detail-row-gutter             : 24px;
    /* fill for separation line */
    --tb-detail-row-border-bottom-color:   ;
    /* fill for stripped table */
    /* --tb-detail-row-padding-x          : 10px;
	--stripes-color-bg                 : var(--light); */
    /* Options */
    --option-max-width                 : 180px;
    --options-gap                      : 24px;
    /* Total */
    --total-font-size                  : 20px;
    --total-price-color                : black;
    --total-bg                         : transparent;
    --total-padding                    : 1rem;
    --cart-total-color                 : var(--color-1);
    /* ALERT */
    --alert-msg-color                  : var(--color-3);
    --alert-msg-bg-color               : none;
    --alert-msg-border-color           : none;
    --alert-msg-weight                 : 600;
    /*Panier */
    --cart-list-border-color           : #E2E3E2;
    --cart-product-title-weight        : 600;
    --cart-icon-color                  : var(--color-3);
    --cart-icon-weight                 : 400;
    --cart-product-title-color         : black;
    --product-quantity-color           : black;
    --cart-headcell-bg-color           : #585A5D;
    --option-headcell-bg-color         : #898989;
    --cart-headcell-color              : #fff;
    --badge-basket-bg-color            : var(--color-2);
    --product-quantity-icon-color      : black;
    --form-quantity-border             : #d1d1d1;
    --pannel-total-padding             : 1.5rem;
    --pannel-total-bg                  : white;
    --pannel-shadow                    : none;
    --pannel-total-border-color        : #E2E3E2;
    /* STEP-2 */
    /* steps */
    --steps-color                      : var(--color-3);
    --steps-hover-color                : var(--color-3-alt);
    --steps-font-weight                : 400;
    --steps-icon-color                 : var(--color-3-alt);
    --steps-icon-weight                : 600;
    --steps-active-color               : var(--color-2);
    --steps-active-font-weight         : 600;
    --shop-form-bg-color               : white;
    --shop-form-color                  : #828282;
    /* Step 3 */
    --shipping-badge-color             : white;
    /* MR-widget  */
    --mrwidget-header-bg               : var(--color-1);
    --mrwidget-header-color            : white;
    --mr-widget-bg-color               : white;
    --mr-widget-border-color           : black;
    --mrwidget-input-bg                : white;
    --mrwidget-input-padding           : 4px 10px;
    --mrwidget-input-border-color      : black;
    --mrwidget-list-bg                 : white;
    --mrwidget-list-bg-hover           : var(--light);
    --mrwidget-btn-color               : black;
    --mrwidget-btn-bg-color            : white;
    --mrwidget-btn-padding             : 3px 15px 3px 15px;
    --mrwidget-btn-border-color        : var(--color-1);
    --mrwidget-locator-bg              : var(--color-1);
    --mrwidget-scrollbar-bg            : var(--color-1);
    --mrwidget-scrollbar-hover-bg      : var(--color-1-alt);
    /* Login page */
    --delete-account-title-color       : var(--color-1);
    --login-icon-color                 : var(--color-3);
    --login-icon-weight                : 400;
    --order-title-color                : var(--color-1);
    --order-table-color                : black;
    --order-table-bg                   : white;
    --order-table--border-color        : black;
    --login-table-shadow               : none;
    --sidebar-account-item-bg          : white;
    --sidebar-account-item-color       : black;
    --sidebar-account-item-hover-color : #000000ab;
    --order-table-icon-hover-color     : #000000ab;
    --login-sidebar-border-color       : black;
    --login-radius                     : 0;
}
.offcanvas-end {
    width    : 440px;
    max-width: 90%;
}
.offcanvas-body {
    height: calc(100vh - 62px);
}
#modal-menu-toggler.active .burger-icon > span,
.offcanvas-active .burger-icon > span {
    background-color: red;
}
.bold {
    font-weight: bold;
}
/*  ----------------- INDEX ---------------- */
.shops-index .attributes-selected,
.shops-index .bloc-categories-vertical,
.shops-index .blocs-filters,
.shops-topbar {
    padding      : 16px;
    /* background   : var(--pannels-bg); */
    border-radius: var(--pannels-radius);
    /* margin-bottom: var(--pannels-gap); */
}
.shops-topbar {
    background: var(--shops-card-bg);
}
.shops .card .card-footer {
    display       : flex;
    flex-direction: column;
}
/*.shops .product .icon-top div  {
    display: inline-block;
}*/
.shops .card-footer .icon-bottom {
    gap      : 0.5rem;
    flex-wrap: wrap;
    display  : flex;
    flex-wrap: wrap;
    width    : auto;
}
/* edit */
.shops-index .card .edit {
    top: 50%;
}
.shops .card .edit {
    top: 50%;
}
/* Badges-label */
.basket {
    position: relative;
}
/* .badge.badge-basket {
    position       : absolute;
    top            : -14px;
    right          : 5px;
    transform      : translateX(50%);
    color          : #fff;
    background     : var(--badge-basket-bg-color);
    border-radius  : var(--badges-radius);
    font-size      : 10px;
    width          : 20px;
    height         : 20px;
    display        : flex;
    align-items    : center;
    justify-content: center;
} */
.badge-basket-danger{
    position       : absolute;
    top            : -14px;
    left          : -5px;
    transform      : translateX(50%);
    color          : #fff;
    background     : #ff0000;
    border-radius  : var(--badges-radius);
    font-size      : 10px;
    width          : 20px;
    height         : 20px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}
.products .badge.badge-basket {
    right   : 8px;
    position: absolute;
    top     : 0;
    z-index : 2;
}
#shops_menu_icon_cart .badge.badge-basket {
    width : 17px;
    height: 17px;
}
.shops .stickers {
    margin: 5px;
}
.shops .stickers-label {
    position : absolute;
    top      : var(--absolute-elements-margin);
    left     : var(--absolute-elements-margin);
    z-index  : 5;
    display  : inline-block;
    gap      : 0.5rem;
    flex-wrap: wrap;
    display  : flex;
    flex-wrap: wrap;
}
.shops-categories .card .stickers,
.shops-index .card .stickers {
    position: absolute;
    z-index : 90;
}
.shops .stickers-label .list-inline-item {
    margin-right: 0;
}
.shops .badges {
    margin: 5px;
}
.shops .badges-label, .shops .stickers-label {
    position : absolute;
    top      : var(--absolute-elements-margin);
    left     : var(--absolute-elements-margin);
    z-index  : 5;
    display  : inline-block;
    gap      : 0.5rem;
    flex-wrap: wrap;
    display  : flex;
    flex-wrap: wrap;
}
.shops .badges-label .list-inline-item {
    margin-right: 0;
}

.shops .badge-promo {
    background: var(--promo-color);
}
.shops .badge-new {
    background: var(--new-color);
}
.shops .badge-rupture {
    background: var(--rupture-color);
}
/* .shops .badge-featured {
	background: var(--featured-color);
} */
.shops .badge-tailored {
    background: var(--tailored-color);
}
.shops .badge-destocking {
    background: var(--destocking-color);
}
.shops .badge-stock {
    background: var(--instock-color);
}
.shops .badge-stock_receipt {
    background: var(--stock_receipt-color);
}
.shops .badge-attribute {
    border: 1px solid var(--badge-attribute);
}
.shops .badge-on-command {
    background: var(--badge-on-command);
}
.shops .badge-featured {
    background-color: #44bdec;
    color           : #000;
}
.shops-categories .card .badges,
.shops-index .card .badges {
    position: absolute;
    z-index : 90;
}
.shops-categories .card .favoris,
.shops-index .card .favoris {
    position: absolute;
    right   : 5px;
    top     : 5px;
    z-index : 90;
}
/* Favorites */
/*.shops-index .favorites {
	position       : absolute;
	top            : var(--absolute-elements-margin);
	right          : var(--absolute-elements-margin);
	width          : 25px;
	height         : 25px;
	display        : flex;
	justify-content: center;
	align-items    : center;
	border-radius  : 50%;
	cursor         : pointer;
}*/
/* .shops-categories .card .edit,
.shops-categories .card .favorites,
.shops-categories .card .wishlist,
.shops-index .card .edit,
.shops-index .card .favorites,
.shops-index .card .wishlist { */
    /*position       : absolute;*/
    /*top           : var(--absolute-elements-margin);
	right          : var(--absolute-elements-margin);*/
    /* width        : 30px;
    height       : 30px; */
    /*display        : flex;*/
    /*justify-content: center;
	align-items    : center;*/
    /* border-radius: 50%;
    cursor       : pointer;
    z-index      : 10;
} */

/*.shops-categories .card .wishlist,
.shops-index .card .wishlist {
	position       : absolute;
	top            : var(--absolute-elements-margin);
	right          : 45px;
	width          : 30px;
	height         : 30px;
	display        : flex;
	justify-content: center;
	align-items    : center;
	border-radius  : 50%;
	cursor         : pointer;
	z-index        : 10;
}
.shops-categories .card .edit,
.shops-index .card .edit {
	position       : absolute;
	top            : var(--absolute-elements-margin);
	right          : 45px;
	width          : 30px;
	height         : 30px;
	display        : flex;
	justify-content: center;
	align-items    : center;
	border-radius  : 50%;
	cursor         : pointer;
	z-index        : 10;
}*/
/* .shops .card .attributes-list {
	position: absolute;
	bottom  : 10px;
	right   : 10px;
	z-index : 10;
} */
.shops .card .attributes-list {
    align-items: flex-end;
    display    : flex;
    gap        : 8px;
}
.shops .card .attributes-list li {
    /* background-color: #f7f7f7; */
    width        : 30px;
    height       : 30px;
    background   : var(--light);
    border-radius: 50%;
}
.shops .card .attributes-list li a {
    display        : flex;
    align-items    : center;
    justify-content: center;
}
/* Price */
.shops .price-infos .price {
    font-size  : 18px;
    font-weight: bold;
}
.price_old {
    font-size  : 12px;
    font-weight: normal;
    color      : var(--price-old-color);
}
.shops .price-infos .price_promo_text {
    font-weight: normal;
    font-size  : 11px;
    width      : 100%;
}
/* Topbar */
/* Shops topbar */
/*.shops-topbar .filters {
	display        : flex;
	justify-content: space-between;
	align-items    : center;
	flex-wrap      : wrap;
}*/
.shops .attributes-selected {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 1rem 0;
}
.shops .attributes-selected > ul {
    display  : flex;
    flex-wrap: wrap;
    gap      : 0.5rem;
}
/* Sidebar */
.shops .items-count {
    width          : 17px;
    height         : 17px;
    border-radius  : 50%;
    display        : inline-flex;
    justify-content: center;
    align-items    : center;
    transform      : translateY(-2px);
    font-size      : 10px;
    background     : var(--items-count-bg);
    color          : var(--items-count-color);
}
.shops .attributes .title {
    font-weight  : bolder;
    margin-bottom: 0.5rem;
}
.shops .attributes .color ul,
.shops .attributes .icons ul,
.shops .attributes .svg ul {
    display  : flex;
    flex-wrap: wrap;
    gap      : 0.5rem;
}
.shops .attributes .icons i {
    width          : 28px;
    height         : 28px;
    font-size      : 18px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    border         : 1px solid transparent;
}
.shops .attributes .icons li:hover i {
    border-color: var(--text-muted);
}
.shops .attributes .icons li input:checked + label i {
    border-color: var(--text-muted);
}
.shops .attributes .color li input,
.shops .attributes .icons li input,
.shops .attributes .svg li input {
    opacity : 0;
    position: absolute;
    width   : 0;
    height  : 0;
}
.shops .attributes .color li label {
    width        : 15px;
    height       : 15px;
    border-radius: 50%;
    border       : 2px solid var(--light);
    cursor       : pointer;
}
.shops .attributes .color li label:hover {
    border-color: var(--text-muted);
}
.shops .attributes .color li input:checked + label {
    border-color: var(--dark);
}
.shops .attributes .svg svg {
    width: 18px;
}
.shops .attributes .svg svg:hover {
    fill: var(--color-1);
}
.shops .attributes .svg input:checked + label svg {
    fill: var(--color-2);
}
/* -----------------Detail----------------- */
/* Layout */
.shops-detail .content-detail {
    /* padding      : var(--pannels-padding); */
    background   : var(--pannels-bg);
    border-radius: var(--pannels-radius);
}
.shops-detail .content-short {
    margin-bottom: 1rem;
}
/* Images */
.shops-detail .content-img .main-img,
.shops-detail .content-img .thumbnail {
    border-radius: var(--pannels-radius);
    /*max-width: 80px;*/
}
.shops-detail .content-img .thumbnail {
    object-fit: contain;
}
#detail_product .detail-infos {
    color  : var(--text-muted);
    padding: 0.5rem;
    border : 1px solid var(--border-default-color);
}
/* table-detail-grid */
.shops-detail .table-detail-grid {
    display              : grid;
    grid-template-columns: minmax(auto,170px) auto;
}
.shops-detail .table-detail-grid > * {
    padding-top   : var(--tb-detail-row-padding-y);
    padding-bottom: var(--tb-detail-row-padding-y);
    align-items   : center;
    display       : flex;
    flex-wrap     : wrap;
    height        : 100%;
    justify-content: center;
}
.shops-detail .table-detail-grid > :nth-child(odd) {
    font-weight  : 500;
    white-space  : nowrap;
    padding-left : var(--tb-detail-row-padding-x,0);
    padding-right: var(--tb-detail-row-gutter);
}
.shops-detail .table-detail-grid > :nth-child(even) {
    padding-right: var(--tb-detail-row-padding-x,0);
}
.shops-detail .table-detail-grid > :nth-child(4n-6),
.shops-detail .table-detail-grid > :nth-child(4n-7) {
    background: var(--stripes-color-bg);
}
/* table-detail-grid Breackpoint */
@media(max-width:450px) {
    .shops-detail .table-detail-grid > :nth-child(odd) {
        white-space: normal;
    }
}
.shops-detail .table-detail-grid .price_old {
    margin-right: 0.75rem;
}
.shops-detail .table-detail-grid .product_quantity {
    width: auto;
}
/* Options */
.shops-detail .table-detail-grid .options {
    gap        : var(--options-gap);
    grid-column: span 2;
    display    : flex;
    flex-wrap  : wrap;
    padding    : 1rem var(--tb-detail-row-padding-x,0);
}
.shops-detail .table-detail-grid .options > li {
    position: relative;
}
.shops-detail .table-detail-grid .options > li img {
    width: 100%;
}
.shops-detail .table-detail-grid .options > li .option-desc {
    text-align   : center;
    font-size    : 13px;
    margin-top   : 8px;
    border-radius: var(--badges-radius);
}
.shops-detail .table-detail-grid .options > li input:checked + label:before {
    content        : var(--icon-checked);
    font-weight    : 300;
    font-family    : "Font Awesome 5 Pro";
    width          : 30px;
    height         : 30px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    position       : absolute;
    top            : -10px;
    right          : -10px;
    color          : #fff;
    background     : var(--success);
    border-radius  : 50%;
}
.shops-detail .table-detail-grid .options > li input:checked + label .option-desc {
    font-weight: bolder;
}
.shops-detail .table-detail-grid .options > li input[type="checkbox"] {
    opacity : 0;
    position: fixed;
    width   : 0;
}
/* Total */
#detail_product .total-row {
    /* display      : flex; */
    background           : var(--total-bg);
    padding              : var(--tb-detail-row-padding-y) var(--tb-detail-row-padding-x);
    margin-bottom        : calc(var(--tb-detail-row-padding-y) * 2);
    /* padding      : var(--total-padding); */
    font-weight          : bold;
    display              : grid;
    grid-template-columns: minmax(auto, 170px) auto;
}
#detail_product .total,
#detail_product .total-price {
    /*font-size: var(--total-font-size);*/
}
#detail_product .total {
    margin-right: var(--tb-detail-row-gutter);
}
#detail_product .total-price {
    color: var(--total-price-color);
}
.bloc-total h3 {
    color: var(--cart-total-color);
}
/* Actions */
#detail_product .actions {
    display       : flex;
    flex-direction: column;
    gap           : 1rem;
    padding       : 1rem 0;
}
/* action Breackpoint */
@media(max-width:450px) {
    #detail_product .actions .btn {
        width: 100%;
    }
}
/* Cart */
.cart-list .cart-list-item {
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
    border-bottom        : 1px solid var(--cart-list-border-color);
}
.cart-list .cart-list-item .head-cell {
    display          : none;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    height           : 30px;
    /* background-color : var(--cart-headcell-bg-color); */
    text-transform: uppercase;
    color            : #000;
    position         : absolute;
    top              : -30px;
    left             : 0;
    width            : 100%;
    text-align       : center;
    font-size        : 0.8rem;
    border-bottom: 1px solid var(--cart-list-border-color);
}
.cart-list .cart-list-item.products-options .head-cell {
    background-color: var(--option-headcell-bg-color);
}
.cart-list .cart-list-item:first-of-type {
    padding-top: 30px;
}
.cart-list .cart-list-item:first-of-type .head-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-list .cart-list-item:nth-of-type(odd) {
    /*background-color: #f3f3f3;*/
}
.cart-list .cart-list-item > * {
    position             : relative;
    padding              : 8px;
    border-left          : 1px solid var(--cart-list-border-color);
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-align    : center;
    -ms-flex-align       : center;
    align-items          : center;
    -webkit-box-pack     : center;
    -ms-flex-pack        : center;
    justify-content      : center;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
}
.cart-list .cart-list-item .product-img img {
    width     : 60px;
    box-shadow: var(--pannel-shadow);
}
.cart-list .cart-list-item > .product-img {
    width      : 30%;
    flex-grow  : 0;
    flex-shrink: 0;
}
.cart-list .cart-list-item .supprimer {
    border-right: 1px solid var(--cart-list-border-color);
}
.cart-list .cart-list-item .product-infos {
    width            : 60%;
    /* min-width        : 150px; */
    -webkit-box-align: start;
    -ms-flex-align   : start;
    align-items      : flex-start;
    padding-left     : 1%;
}
.cart-list .cart-list-item .product-quantite {
    min-width : 150px;
    min-height: 50px;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media(max-width:335px){
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: block;
    } 
   .product-quantite .cart_quantity-more, .product-quantite .cart_quantity-less{
        display:none;
    }
}


.cart-list .cart-list-item .product-quantite input[type=number] {
    background-color: var(--form-bg-color);
    padding         : 5px;
    width           : 70px;
    text-align      : center;
    border          : 1px solid var(--form-quantity-border);
    color           : var(--product-quantity-color);
    border-radius   : var(--form-radius);
}
.cart-list .cart-list-item:nth-of-type(odd) .product-quantite input[type=number] {
    background-color: #fff;
}
.cart-list .cart-list-item .product-quantite i {
    color: var(--product-quantity-icon-color);
}
.cart-list .cart-list-item .prix {
    width: 270px;
}
.cart-list .cart-list-item .supprimer {
    width: 50px;
}
.cart-list .product-option-title,
.cart-list .product-title {
    font-weight   : var(--cart-product-title-weight);
    text-transform: uppercase;
    color         : var(--cart-product-title-color);
    margin-bottom : 5px;
}
.cart-list .cart-list-item:first-child {
    margin-top: 0 !important;
}
.cart.product-list {
    margin-top: 30px;
}
.cart-product-reference {
    font-size  : 13px;
    line-height: 16px;
    color      : var(--text-muted)!important;
}
.cart-product-reservation {
    color: var(--color-1);
}
.product-stock-title {
    font-size  : 12px;
    color      : var(--color-1);
    font-weight: 500;
}
.shops-cart .supprimer .btn {
    box-shadow: none;
    color     : var(--color-1);
}
.shops-cart .supprimer .head-cell {
    width: calc(100% + 1px);
}
.shops-cart .product-img .head-cell {
    left : -1px;
    width: calc(100% + 1px);
}
.pannel-total {
    padding      : var(--pannel-total-padding);
    background   : var(--pannel-total-bg);
    border-radius: var(--pannels-radius);
    box-shadow   : var(--pannel-shadow);
    border       : 1px solid var(--pannel-total-border-color);
}
.shops-cart .form-control,
.shops-cart .form-select {
    background-color: var(--shop-form-bg-color);
    border-radius   : var(--form-radius);
    font-size       : 15px;
    color           : var(--shop-form-color);
}
@media(max-width:767px) {
    .cart-list .cart-list-item {
        flex-wrap: wrap;
    }
    .cart-list .cart-list-item:first-of-type {
        padding-top: 0;
    }
    .cart-list .cart-list-item:first-child {
        margin-top: -30px;
    }
    .cart-list .cart-list-item > * {
        margin-top: 30px;
        background: #fff;
    }
    .shops-cart h1 {
        padding-left: 0;
    }
    .cart-list .cart-list-item .product-infos {
        width       : 50%;
        border-right: 1px solid var(--cart-list-border-color);
    }
    .cart-list .cart-list-item.products-options .product-infos {
        width: 100%;
    }
    .cart-list .cart-list-item.products-options .product-infos .head-cell {
        left : -1px;
        width: calc(100% + 2px);
    }
    .shops-cart .product-infos .head-cell {
        width: calc(100% + 1px);
    }
    .cart-list .cart-list-item .product-quantite {
        flex-grow: 2;
    }
    .cart-list .cart-list-item .head-cell {
        display: flex;
    }
    .cart-list .cart-list-item .prix {
        width: 50%;
        border-right: 1px solid #E2E3E2;
    }
    .shops-cart .product-quantite .head-cell {
        left : -1px;
        width: calc(100% + 1px);
    }
    .cart-list .cart-list-item .supprimer {
        width: 50%;
    }
}
@media (max-width:578px){
    .cart-list .cart-list-item .supprimer {
        width: 35%;
    }
}
@media(max-width:449px) {
    .cart-list .cart-list-item .product-quantite {
        min-width: 50%;
        min-height: 50px;
    }
    .cart-list .cart-list-item .product-infos {
        width: 100%;
    }
    .shops-cart .cart-list .cart-list-item > .product-img  {
        width: 50% !important;

    }
    .cart-list .cart-list-item .supprimer {
        width: 50%;
    }

    /* .cart-list .cart-list-item .product-quantite {
        width: 100%;
    } */
    /* .cart-list .cart-list-item .prix {
        width: 50%;
    } */
    /* .cart-list .cart-list-item .supprimer {
        width: 50%;
    } */
    .shops-cart .product-quantite .head-cell {
        width: calc(100% + 2px);
    }
    /* .cart-list .cart-list-item > .product-quantite {
        border-right: 1px solid var(--cart-list-border-color);
    } */
    .shops-cart .prix-ht .head-cell {
        left : -1px;
        width: calc(100% + 1px);
    }
}
@media(max-width:308px) {
    /* .cart-list .cart-list-item .product-img {
        width: 100%;
    }
    .cart-list .cart-list-item .product-infos {
        width: 100%;
    } */
}
.wishlist_infos {
    border    : 1px solid #ccc;
    padding   : 10px;
    margin-top: 10px;
    text-align: center;
}
.attributes_static {
    background-color: #fff;
    padding         : 10px;
}
.btn-state.active,
.btn-state:hover {
    background: var(--color-1);
    color     : #fff;
}
/* -----------------------------------CARD-LIST------------------------------- */
.row.card-list > div {
    margin-bottom: 0.25rem!important;
}
.row.card-list .category {
    position: relative;
    top     : 0;
    left    : 0;
}
@media(min-width:460px) {
    .row.card-list {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }
    .row.card-list .card.product,
    .row.card-list > div {
        width     : 100%;
        max-width : 100%;
        min-height: 105px;
    }
    .row.card-list .card.product {
        -webkit-box-orient   : horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction   : row;
        flex-direction       : row;
        -webkit-box-align    : stretch;
        -ms-flex-align       : stretch;
        align-items          : stretch;
        border-bottom        : none;
        /* height               : auto; */
    }
    .row.card-list .card.product .card-body {
        width     : 100%;
        padding   : 0.75rem 0 0.75rem 0.5rem;
        text-align: justify;
    }
    .row.card-list .card.product .card-footer {
        -webkit-box-flex     : 0;
        -ms-flex-positive    : 0;
        flex-grow            : 0;
        -ms-flex-negative    : 0;
        flex-shrink          : 0;
        border               : none;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction   : column-reverse;
        /* flex-direction       : column-reverse; */
        text-align           : right;
        width                : 200px;
        padding-left         : 0;
        align-items          : flex-end;
    }
    .row.card-list .card.product > a img {
        height    : unset;
        width     : 25%;
        max-width : 400px;
        min-width : 110px;
        /*max-height: 200px;*/
        max-height: 110px;
        padding   : 0.5rem;
    }
}
@media (max-width: 992px) and (min-width: 768px) , (max-width:576px) and (min-width:290px) {
    .row.card-list .card.product {
        -ms-flex-wrap: wrap;
        flex-wrap    : wrap;
    }
    .row.card-list .card.product .card-body {
        width: 100%;
    }
    .row.card-list .card.product > a img {
        width     : 100px;
        min-width : 100px;
        max-width : 100px;
        max-height: 100px;
    }
    .row.card-list .card.product .card-body {
        width  : calc(100% - 100px);
        padding: 0.75rem 1rem 0.75rem 0.5rem;
    }
    .row.card-list .card.product .card-footer {
        width                : 100%;
        -webkit-box-orient   : horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction   : row-reverse;
        flex-direction       : row-reverse;
        padding              : 0 1rem 1rem;
        -webkit-box-align    : center;
        -ms-flex-align       : center;
        align-items          : center;
    }
}
@media (min-width: 460px) {
    .row.card-list .card.product,
    .row.card-list > article {
        width     : 100%;
        max-width : 100%;
        min-height: 105px;
    }
}
.radio-modal .list li label:focus {
    background-color: #eee;
    text-decoration : none;
}
.radio-modal input[type="radio"] {
    opacity : 0;
    position: fixed;
    width   : 0;
}
.radio-modal input[type="radio"]:checked+label {
    border: 2px solid var(--color-1);
}
.radio-modal img {
    /*width : 110px;*/
    height: 110px;
}

.typeahead {
    background-color          : #fff !important;
    margin-left               : 1rem;
    border                    : 1px solid var(--color-1);
    font-family               : var(--text-font);
    width                     : 400px;
    max-width                 : 400px;
    border-top-right-radius   : 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
}
.twitter-typeahead pre {
    display: none;
}
.empty-message {
    color     : red;
    text-align: center;
    padding   : 10px 0;
}
.tt-menu {
    display         : block;
    width           : calc(100% + 3rem);
    min-width       : 200px;
    background-color: #fff;
    border          : unset !important;
    box-shadow      : 0 5px 10px rgba(0,0,0,.2);
    margin-left     : -2.2rem;
    z-index         : 500 !important;
}
.tt-suggestion {
    padding    : 0 10px;
    font-size  : 18px;
    line-height: 24px;
    cursor     : pointer;
    /* border-bottom: 1px solid #d2d2d2; */
}
.tt-suggestion:hover {
    background-color: #f1f6f8;
}
.tt-suggestion img {
    width     : 100%;
    height    : 100px;
    border    : none;
    object-fit: cover;
}
.tt-suggestion .title {
    color        : #000;
    margin-bottom: 0;
    font-size    : 14px;
}
.tt-suggestion .title a {
    font-size: 16px;
}
.tt-suggestion .categories {
    font-size    : 14px;
    margin-bottom: 0;
    color        : #000;
}
.tt-suggestion .manufacturer {
    font-size    : 14px;
    margin-bottom: 0;
    color        : #000;
}
.tt-suggestion .price {
    color        : var(--color-1);
    font-size    : 14px;
    margin-bottom: 0;
}
@media(max-width:1200px) {
    .typeahead {
        width      : 300px;
        max-width  : 100%;
        margin-top : 1rem;
        margin-left: 0;
    }
}
#shops-grid-list .card .img_product {
    position: relative;
}
section.shops-widgets {
    position: relative;
}
#shops-grid-list .card .img_product.actived:after,
.shops-widgets .card .img_product.actived:after {
    content        : '\f058';
    font-family    : "Font Awesome 5 Pro";
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    font-size      : 100px;
    color          : var(--color-1);
    opacity        : 0;
    animation      : check 1s;
}
@keyframes check {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    90% {
        transform: scale(1);
        opacity  : 1;
    }
    100% {
        opacity: 0;
    }
}
.shops-manufacturers img {
    max-height: 200px;
}
.shops-categories .favorites span,
.shops .favorites span {
    /* background-color: white; */
    /* padding         : 10px 10px 5px; */
    border-radius   : 50%;
    border-radius   : 50%;
}
.shops-categories .favorites span:hover,
.shops-index .favorites span:hover {
    background: var(--light);
}
/* .shops-categories .favorites i,
.shops-index .favorites i {
    color    : var(--color-1);
    font-size: 20px;
} */
.shops-categories .wishlist a,
.shops-index .wishlist a {
    background-color: white;
    padding         : 10px 10px 5px;
    border-radius   : 50%;
    border-radius   : 50%;
}
.shops-categories .wishlist a:hover,
.shops-index .wishlist a:hover {
    background: var(--light);
}
.shops-categories .wishlist i,
.shops-index .wishlist i {
    color: var(--color-1);
    /* font-size: 20px; */
}
.shops-index .edit a {
    background-color: white;
    padding         : 10px 10px 5px;
    border-radius   : 50%;
    border-radius   : 50%;
}
.shops-index .edit a:hover {
    background: var(--light);
}
.shops-index .edit i {
    color    : var(--color-1);
    font-size: 20px;
}
.shops-detail .content-detail ul {
    list-style  : initial;
    padding-left: 2rem;
}
.shops-detail .content-detail ul.medias {
    list-style  : none;
    padding-left: 0;
    margin-top  : 1rem;
}
.shops-index .blocs-wishslists h3 {
    font-size: 17px;
}
.shops .price_promo_pourcent {
    display: none;
}
.shops-cart {
    background : var(--modules-index-bg);
    padding-top: var(--pannels-gap);
}
.shops-filters .colors ul {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
}
.shops-filters .colors ul > li {
    margin-right: 0.5rem;
}
.shops-filters .colors ul > li > input[type=radio] {
    display: none;
}
.shops-filters .colors ul > li > label {
    width   : 36px;
    height  : 36px;
    border  : 1px solid #E2E3E2;
    position: relative;
    margin  : 0;
}
.shops-filters .colors ul > li > label {
    background-color: #fff;
    position        : relative;
    border-color    : #dddddd;
    overflow        : hidden;
}
.shops-filters .colors ul > li > label.color_filtres_default:after,
.shops-filters .colors ul > li > label.color_filtres_default:before {
    content         : '';
    width           : 49px;
    height          : 1px;
    position        : absolute;
    background-color: #9f9f9f;
    top             : 0;
}
.shops-filters .colors ul > li > label.color_filtres_default:before {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
    top              : 16px;
    left             : -8px;
}
.shops-filters .colors ul > li > label.color_filtres_default:after {
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
    top              : 16px;
    right            : -8px;
}
.shops-filters .colors ul > li > input:checked + label {
    border: 1px solid #020202;
}
/* CART STEP 2 */
.steps .list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.steps .list-inline-item a {
    color      : var(--steps-color);
    font-weight: var(--steps-font-weight);
}
.steps .list-inline-item a:hover {
    color: var(--steps-hover-color);
}
.steps .list-inline-item i {
    font-weight: var(--steps-icon-weight);
    color      : var(--steps-icon-color);
}
.shops-cart li.step-active a {
    color      : var(--steps-active-color);
    font-weight: var(--steps-active-font-weight);
}
.shops-cart li.step-active a i {
    color: var(--steps-active-color);
}
#form_billing_phone_mobile,
#form_delivery_phone_mobile {
    margin-bottom: 0;
    /*border-left  : 0;*/
}
#billing_phone_mobile_indicatif,
#delivery_phone_mobile_indicatif {
    background: var(--form-button-bg);
    color     : var(--form-button-color);
    border    : 1px solid var(--form-border-color);
}
.delivery-infos .form-control,
.delivery-infos .form-select {
    margin-bottom: 0;
}
.billing i,
.delivery-infos i,
.password-strength i,
.payments i,
.shipping i {
    color       : var(--cart-icon-color);
    margin-right: 8px;
    font-weight : var(--steps-active-font-weight);
}
.bloc-return i {
    color       : var(--cart-icon-color);
    margin-right: 8px;
    font-weight : var(--steps-active-font-weight);
}
.btn-return a,
.btn-return-infos,
.delivery-infos a {
    color      : var(--steps-color);
    font-size  : 16px;
    font-weight: var(--steps-active-font-weight);
}
.btn-return a:hover,
.btn-return-infos:hover,
.delivery-infos a:hover {
    color: var(--steps-hover-color);
}
.products img {
    width     : auto;
    height    : 60px;
    box-shadow: var(--pannel-shadow);
}
.products .product-price {
    /* width       : 140px; */
    /* padding-left: 0.5rem; */
    font-size   : 14px;
    font-weight : 600;
}
.products .cart-product-list {
    margin-bottom: 1rem;
}

/* .products .cart-product-list > div{
    width:fit-content;
}
.products .cart-product-list > div .text-short{
    width:170px;
}
.products .cart-product-list .cart_quantity{
    width:50px;
} */

.shops-cart h5 {
    display    : flex;
    line-height: 25px;
}
@media (max-width: 1200px) {
    .products img {
        width : 40px;
        height: 50px;
    }
}
@media (max-width: 1000px) {
    .shops-cart .product-title {
        font-size: 14px;
    }
    .products .cart-product-list {
        /* flex-direction: column; */
        align-items   : flex-end;
    }
    .products .product-price {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .products .cart-product-list {
        flex-direction: row;
        align-items   : flex-start;
    }
    .products .product-price {
        width: unset;
    }
}
@media (max-width: 450px) {
    .shops-cart h5 {
        font-size  : 15px;
        line-height: 20px;
    }
    .shops-cart .pannel {
        padding: 15px;
    }
}
.alert-danger {
    color           : var(--alert-msg-color);
    background-color: var(--alert-msg-bg-color);
    border-color    : var(--alert-msg-border-color);
    font-weight     : var(--alert-msg-weight);
    line-height     : 20px;
}
.text-muted {
    color      : var(--text-muted) !important;
    line-height: 17px;
}
.bloc-return {
    display        : flex;
    justify-content: space-between;
    text-align     : center;
    flex-wrap      : wrap;
    align-items    : center;
    gap            : 10px;
}
.products-short-modal .product-title {
    color         : var(--cart-product-title-color);
    font-weight   : var(--cart-product-title-weight);
    line-height   : 19px;
    text-transform: uppercase;
    font-size     : 15px;
    margin-bottom : 10px;
}
#products .product-title {
    color         : var(--cart-product-title-color);
    font-weight   : var(--cart-product-title-weight);
    line-height   : 19px;
    text-transform: uppercase;
    font-size     : 15px;
    margin-bottom : 10px;
}
.recap a {
    color      : var(--color-3);
    font-weight: var(--steps-icon-weight);
}
.shipping-list .badge {
    background   : var(--color-1);
    border-radius: var(--badges-radius);
    color        : var(--shipping-badge-color);
    font-weight  : 400;
}
.billing .custom-radio,
.payments .custom-radio {
    display    : flex;
    align-items: center;
}
.shops p.small {
    font-size: 13px;
}
.form-check a {
    color: var(--color-3);
}
.btn-return:hover,
.form-check a:hover,
.recap a:hover,
.steps a:hover {
    color: var(--color-1-alt);
}
#shops_cart_carrier_pickerlocation .MR-Widget {
    width        : 100%;
    border       : none !important;
    border-radius: var(--pannels-radius);
    background   : var(--mrwidget-bg-color);
}
.MRW-Container label {
    width       : unset!important;
    text-align  : left!important;
    margin-right: 5px;
}
.MR-Widget.MR-Widget-Responsive .MRW-Line .MRW-Container {
    padding: 0!important ;
}
.MR-Widget.MR-Widget-Responsive .MRW-Search {
    padding-left: 98px !important;
}
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-RList::-webkit-scrollbar {
    width: 15px;
}
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-RList::-webkit-scrollbar-track {
    background-color: var(--light);
}
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-RList::-webkit-scrollbar-thumb {
    background-color: var(--mrwidget-scrollbar-bg);
    border-radius   : 0;
    background-clip : content-box;
}
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-RList::-webkit-scrollbar-thumb:hover {
    background-color: var(--mrwidget-scrollbar-hover-bg);
}
/* #shops_cart_carrier_pickerlocation .MR-Widget .MRW-RList::-webkit-scrollbar-button:single-button:vertical:decrement {
	border-radius: 5px 5px 0 0;
	height: 14px;
	width: 14px;
	background-position: center 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='red'><polygon points='50,00 0,50 100,50'/></svg>");
} */
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-Content {
    border    : 1px solid var(--mr-widget-border-color);
    border-top: none;
}
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-Title {
    background   : var(--mrwidget-header-bg);
    color        : var(--mrwidget-header-color);
    border-bottom: none;
}
#shops_cart_carrier_pickerlocation .MR-Widget .PR-Name {
    color: var(--color-1);
}
#shops_cart_carrier_pickerlocation .MR-Widget .MRW-Search input {
    padding: var(--mrwidget-input-padding);
}
#shops_cart_carrier_pickerlocation .PR-List-Item:hover {
    border-left: solid 2px var(--color-1) !important;
    background : var(--mrwidget-list-bg-hover);
}
#shops_cart_carrier_pickerlocation .MR-Widget input {
    background   : var(--mrwidget-input-bg);
    border       : 1px solid var(--mrwidget-input-border-color);
    border-radius: var(--form-radius);
}
#shops_cart_carrier_pickerlocation .MR-Widget.MR-Widget-Responsive .MRW-ButtonContainer button.MRW-BtGo {
    background    : var(--mrwidget-btn-bg-color);
    border        : 2px solid var(--mrwidget-btn-border-color);
    border-radius : var(--btn-radius);
    color         : var(--mrwidget-btn-color);
    padding       : var(--mrwidget-btn-padding);
    text-transform: uppercase;
}
#shops_cart_carrier_pickerlocation .MR-Widget.MR-Widget-Responsive .MRW-ButtonContainer button.MRW-BtGeoGo {
    background-color: var(--mrwidget-locator-bg);
    border-radius   : var(--btn-radius);
    border          : none;
}
.MR-Widget.MR-Widget-Responsive .MRW-ButtonContainer button.MRW-BtGeoGo span {
    background-size: 16px!important;
}
@media(max-width:575px) {
    .MR-Widget.MR-Widget-Responsive .MRW-Search {
        background-size: 50px !important;
        text-align     : right!important;
        padding-left   : 73px !important;
    }
}
.gateway h2 {
    color         : black;
    text-transform: unset;
    font-size     : 35px;
    text-align: center;
    margin-bottom : 0;
}
.gateway .content {
    padding   : 0;
    text-align: center;
}
.gateway .pannel {
    margin-bottom: 0;
}
@media(max-width:991px) {
    .gateway h2 {
        font-size: 25px;
    }
}
/* TOOLTIP */
.tooltip-inner {
    background-color: var(--tooltip-color);
    /* box-shadow: 0 0 4px black; */
    opacity         : 1 !important;
    font-size       : 13px;
    position        : relative;
    border          : none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.tooltip {
    opacity: 1 !important;
}
.tooltip-arrow {
    z-index: 10;

}
.tooltip.bs-tooltip-end .tooltip-arrow {
    left: -2px!important;
}
.tooltip.bs-tooltip-start .tooltip-arrow {
    right: 0!important;

}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--tooltip-color) !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--tooltip-color) !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--tooltip-color) !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--tooltip-color)!important;
    
}
/* NOTYF PANNEL*/
/* LOGIN PAGE */
.login-page .subpannel .delete-account-title {
    color      : var(--delete-account-title-color);
    font-weight: 600;
}
.form-control[readonly] {
    background: var(--form-bg-color);
}
.account-sidebar .list-group-item i {
    color       : var(--login-icon-color);
    margin-right: 4px;
    width       : 25px;
    text-align  : center;
    font-weight : var(--login-icon-weight);
}
.login-page .account-sidebar .list-group-item {
    background-color: var(--sidebar-account-item-bg);
    border-radius   : 0;
}
.login-page .account-sidebar ul {
    border       : 1px solid var(--login-sidebar-border-color);
    border-radius: var(--login-radius);
}
.login-page .account-sidebar .list-group-item a {
    color: var(--sidebar-account-item-color);
}
.bloc-account-title {
    font-weight   : 400;
    margin-bottom : 15px;
    text-transform: unset;
}
.badge-color {
    width        : 13px;
    height       : 13px;
    min-width    : 13px;
    border-radius: 20px;
    margin-right : 10px;
}
.badge-title {
    font-size: 13px;
}
.login-page td {
    font-size: 13px;
}
.orders a {
    color: var(--order-table-color);
}
.icon-detail i,
.tickets i {
    margin-right: 10px;
    color       : var(--order-table-color);
}
.icon-detail i:hover,
.tickets i:hover {
    color: var(--order-table-icon-hover-color);
}
.tickets a:focus {
    box-shadow: none;
}
.account-sidebar .account-sidebar-address {
    text-align : left;
    font-size  : 15px;
    display    : flex;
    align-items: center;
    gap        : 10px;
}
.login-page table td,
.login-page table th {
    color     : var(--order-table-color);
    background: var(--order-table-bg);
}
.login-page thead th {
    font-weight: 500;
    color      : var(--order-title-color);
}
.table > :not(caption) > * > * {
    box-shadow: none;
}
.login-page table {
    border-color: var(--order-table--border-color);
    box-shadow  : var(--login-table-shadow);
}
.login-page .account-sidebar .list-group-item a:hover {
    color: var(--sidebar-account-item-hover-color);
}
/*.login-page a {
	color: white;
}*/
.login-page .account-sidebar ul {
    box-shadow: var(--lueur);
}
@media(max-width:450px) {
    .badge-color {
        width    : 9px;
        height   : 9px;
        min-width: 9px;
    }
    .order-list-title {
        width: 40%;
    }
}
/*-----------------------full--------------------------*/
.shops-full .attributes_filters {
    display  : flex;
    flex-wrap: wrap;
}
.shops-full .attributes_filters > div {
    margin: 5px 5px 0 0;
}
.shops-full .attributes_filters .title {
    display: none;
}
.shops-sidebar .attributes_filters .full,
.shops-sidebar .attributes_filters .sidebar {
    display: none;
}
.type-de-the .items {
    display: flex;
}
.type-de-the .items .form-check {
    margin-right: 1rem;
}
.modal_shops_attributs figure {
    position: relative;
    margin  : 0;
}
.radio-toolbar .items img {
    width: 120px;
}
.shops .bg-light {
    background-color: #efefef !important;
}
.shops-detail .card {
    background-color: unset !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}
.swiperMini .swiper-slide img {
    opacity: 0.5;
}
.swiperMini .swiper-slide-thumb-active img {
    opacity: 1;
}

.shops-detail .content-img .main-img,
.shops-detail .content-img .thumbnail {
    border-radius: var(--pannels-radius);
    max-height: 500px;
    display:flex;
}
.shops-detail .content-img .thumbnail {
    object-fit: contain;
    /* max-height:80px; */
    margin: 16px;
    padding: 0;
}
.shops-detail .mySwiperBottomThumbnails .mySwiperBottomThumbnails{
    object-fit: contain;
    max-height:80px;
    margin: 16px;
    padding: 0;
}
.shops-detail  .content-img .swiper-vertical .thumbnail {
    object-fit: contain;
    /* max-height:80px; */
    margin: 0px;
    padding: 0;
}
/* .swiper-button-next {
	right: calc(var(--container-out-margin) - 40px);
}
.swiper-button-prev {
	left: calc(var(--container-out-margin) - 40px);
} */
/* .swiper-button-next,
.swiper-button-prev {
    width           : 30px;
    height          : 30px;
	padding-left: 10px;
    padding-top: 2px;

	border: 1px solid #cbc7c7;
	margin: 0 5px;
    border-radius   : 50%;
    background-color: #fff;
    cursor          : pointer;
}

.shops-detail .swiper-button-next,
.shops-detail .swiper-button-prev {
    width           : 30px;

	padding-left: 0px;
    padding-top: 2px;

	border: 1px solid #cbc7c7;
	margin: 0 5px;
    border-radius   : 50%;
    background-color: #fff;
    cursor          : pointer;
} */

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}


.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-13px);
    left: auto;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,0px);
    right: auto;
}


/* .swiper-button-disabled{
    display:none;   
} */
.swiper-pagination-bullet {
    background: var(--color-1);
}
.swiper-pagination-bullet-active {
    opacity   : 1;
    background: var(--color-1);
}
.table-detail-grid .form-control {
    border     : none;
    line-height: 1.3;
    text-align : center;
}
.product_quantity_less,
.product_quantity_more {

    padding    : 0.375rem 0.9rem;
    line-height: 1.3;
}
@media (max-width:576px) {
    .shops-cart .cart-list .cart-list-item .product-img {
        order       : 1 !important;
        /* width       : 66% !important; */
        /* border-right: 1px solid #E2E3E2;
        border-left : 1px solid #585A5D; */
    }
    .cart-list .cart-list-item .product-img .head-cell {
        left: -1px;
    }
    .shops-cart .cart-list .cart-list-item .image-systeme {
        order      : 2 !important;
        width      : 33.33% !important;
        border-left: 1px solid #E2E3E2;
    }
    .cart-list .cart-list-item .image-systeme .head-cell {
        width: 100%;
        left : 0;
    }
    /* .shops-cart .cart-list .cart-list-item .supprimer {
        order: 3 !important;
        width: 33.33% !important;
    } */
    /* .shops-cart .cart-list .cart-list-item .product-infos {
        order       : 4 !important;
        width       : 100% !important;
        border-right: 1px solid #E2E3E2;
    } */
    /* .shops-cart .cart-list .cart-list-item .product-quantite {
        order       : 5 !important;
        width       : 100% !important;
        border-right: 1px solid #E2E3E2;
    } */
    /* .shops-cart .cart-list .cart-list-item .prix {
        order       : 6 !important;
        width       : 100% !important;
        border-right: 1px solid #E2E3E2;
    } */
    .shops-cart .cart-list .cart-list-item .prix,
    .shops-cart .cart-list .cart-list-item .product-infos,
    .shops-cart .cart-list .cart-list-item .product-quantite {
        /* border-right: 1px solid #585A5D; */
    }
    .shops-cart .cart-list .cart-list-item .prix .head-cell,
    .shops-cart .cart-list .cart-list-item .product-infos .head-cell,
    .shops-cart .cart-list .cart-list-item .product-quantite .head-cell {
        width: calc(100% + 2px);
    }
}
.alert-danger {
    color           : var(--alert-msg-color);
    background-color: #fff !important;
    border-color    : var(--alert-msg-border-color);
    font-weight     : var(--alert-msg-weight);
    line-height     : 20px;
}

.shops-cart .discounts {
	padding:10px;
	background-color: var(--bg-light);
}