#mc-configurator {
    margin-top: 30px;
}

.mc-preview {
    position: relative;
    width: 300px;
}

#mc-base-image {
    width: 100%;
}

#mc-overlay {
    position:absolute;
    pointer-events:none;
    background:transparent !important;
}
.mc-pastille-selector{
    position:relative;
    max-width:350px;
}

.mc-pastille-current{
    border:1px solid #ccc;
    padding:10px;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
}

.mc-pastille-list{
    display:none;
    position:absolute;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ccc;
    z-index:100;
    max-height:250px;
    overflow:auto;
}

.mc-pastille-list.open{
    display:block;
}

.mc-pastille-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px;
    cursor:pointer;
}

.mc-pastille-item:hover{
    background:#f5f5f5;
}

.mc-pastille-item-image{
    width:40px;
    height:40px;
    object-fit:contain;
}
.mc-pastille-current{
    border:1px solid #ccc;
    padding:10px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
}

.mc-pastille-selected{
    display:flex;
    align-items:center;
    gap:10px;
}

.mc-arrow{
    font-size:12px;
    color:#666;
}
.mc-ruban-item {
    cursor: pointer;
}

.mc-ruban-item:hover {
    background: #f5f5f5;
}
#mc-ruban-overlay {
    position:absolute;
    pointer-events:none;
    background:transparent !important;
    z-index:10;
    max-width:none !important;
    max-height:none !important;
}
.product-cover {
    position:relative;
}
#mc-ecrin-current,
.mc-ecrin-item {
    cursor: pointer;
}

#mc-ecrin-current:hover,
.mc-ecrin-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

/*personnalisation panier*/
.mc-cart-hook-row {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 15px 0;
    box-sizing: border-box;
}

.mc-cart-configuration {
    display: block;
    width: 100%;
    max-width: none;
    padding: 12px 15px;
    background: #f5f5f5;
    border-left: 4px solid #1390E6;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.mc-cart-configuration-title {
    margin-bottom: 6px;
    color: #1390E6;
    font-weight: 700;
}

.mc-cart-configuration-line {
    margin-bottom: 3px;
}

.mc-cart-engraving-list {
    margin-top: 4px;
}

.mc-cart-engraving {
    margin-bottom: 4px;
}

/* mise en forme compte client commande*/
.mc-customer-order-configuration {
    margin: 6px 0;
    font-size: 13px;
    line-height: 1.5;
}

.mc-customer-order-configuration div {
    margin-bottom: 2px;
}