.c-cart-preview-bg{
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1999;
    transition: opacity 250ms ease-in-out;
}
.c-cart-preview{
    position: fixed;
    top: 0;
    right: -401px;
    bottom: 0;
    width: 396px;
    height: 100vh;

    background-color: #fff;
    z-index: 2000;
    font-family: Poppins,'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: var(--mt-extended-font-color-value, #29293e);
    transition: all .25s ease 0s;

    display: flex;
    flex-direction: column;

    /*padding: 26px 26px 24px;*/
    padding: 26px 0 0;
}

.c-cart-preview .c--container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;

    flex: 1;
    /*background-color: rgba(255, 0, 255, 0.22);*/
    border-radius: 4px;

    gap: 20px;
}

.c-cart-preview .close--opt {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    right: 2px;
    top: 2px;
}

.c-cart-preview .close--opt .c--inner {
    border-radius: 50%;
    /*background: var(--mt-ref-neutral-neutral-96, #F2F4F6);*/
    background-color: #F2F4F6;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms ease-in-out;
}

.c-cart-preview .close--opt .c--inner:hover{
    background-color: #ebedef;
}

.c-cart-preview .close--opt img {
    width: 20px !important;
    height: 20px;
    position: relative;
}

.c-cart-preview .c-title{
    font-size: 15px;
    font-weight: 700;
    padding: 0 26px;
}

.c-cart-preview .c--container .c--content{
    flex: 1;
    /*background-color: rgba(10, 130, 194, 0.25);*/
    max-height: calc(100vh - 191px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 26px 1px;
}
.c-cart-preview .c--container .c-buttons{
    min-height: 96px;
    /*background-color: rgba(199, 103, 25, 0.39);*/
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 11px;
    padding: 0 26px;
}

.c-cart-preview .c--items-feed .c--row{
    display: flex;
    gap: 16px;
    padding: 0 12px 0 0;
    border-radius: 4px;
    transition: background-color 250ms ease-in-out;

    text-decoration: none;
    color: var(--mt-extended-font-color-value, #29293e);
}
.c-cart-preview .c--items-feed a.c--row{
    cursor: pointer;
}
.c-cart-preview .c--items-feed a.c--row:hover{
    background-color: #f8f8f8;
}

.c-cart-preview .c--items-feed .c--row .c-leading-cell{
    width: 113px;
    min-height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(119, 136, 153, 0.38);*/
}

.c-cart-preview .c--items-feed .c--row .c-trailing-cell{
    flex: 1;
    display: flex;
    align-items: center;
}

.c-cart-preview .c--items-feed .c-img-box{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.c-cart-preview .c--items-feed .c-img-box .c--quantity{
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    line-height: 100%;
    position: absolute;
    left: -6px;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px 1px rgba(69, 69, 69, 0.10);
}

.c-cart-preview .c--items-feed .c-img-box .c--outline{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 2px rgba(198,2,254,1);
    border-radius: 50%;
    background-color: #FFFFFF;
}
.c-cart-preview .c--items-feed .c-img-box .c--outline.recent{
    box-shadow: 0px 0px 0px 2px rgba(198,2,254,1);
}

.c-cart-preview .c--items-feed .c-img-box .c--outline img{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    border-radius: 50%;
}


.c-cart-preview .c--items-feed{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}
.c-cart-preview .c--items-feed .c--row .c--title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--mt-extended-font-color-value, #29293E);
    text-overflow: ellipsis;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}
.c-cart-preview .c--items-feed .c--row .c--variations{
    color: #7e95a0;
    font-weight: 600;
    letter-spacing: -0.25px;
}

.c-cart-preview .c-solid-button,
.c-cart-preview .c-light-button {
    border-radius: 6px;
    height: 44px !important;
    max-height: 44px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: background-color 250ms ease-in-out;
    cursor: pointer;
    min-width: 190px;
    text-decoration: none;
}

.c-cart-preview .c-solid-button {
    background-color: var(--etc-text-color, #FA5C0D);
    color: #fff;

}
.c-cart-preview .c-solid-button:hover {
    background-color: var(--etc-text-color-strong, #ec560a);
}

.c-cart-preview .c-light-button {
    color: var(--etc-text-color, #FA5C0D);
    background-color: var(--light-orange-bg-color, #FFDBCF);
}

.c-cart-preview .c-light-button:hover {
    background-color: var(--light-orange-bg-color-stronger, #f1d4cb);
}

.c-cart-preview .c--fast-content .c--title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
}
.c-cart-preview .c--fast-content .c--feed{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    column-gap: 5px;
    justify-content: space-between;
}

.c-cart-preview .c--fast-content .c--item {
    width: calc(50% - 3px);
    display: flex;
    flex-direction: column;
    /*border: 1px solid #f5f5f5;*/
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 5px;
    gap: 10px;
    box-shadow: 0px 0px 2px 1px rgba(69, 69, 69, 0.10);
    cursor: pointer;
    text-decoration: none;
    color: var(--mt-extended-font-color-value, #29293e);
}
.c-cart-preview .c--fast-content .c-img-wrapper {
    min-height: 100px;
    position: relative;
    text-align: center;
}
.c-cart-preview .c--fast-content .store-icon {
    position: absolute;
    top: 5.36%;
    left: 7%;
    border-radius: 5px;
    width: 50px;
    height: auto;
    transition: opacity ease-in-out var(--favorites-animation-ms);
}
.c-cart-preview .c--fast-content .c-item-img {
    height: auto !important;
    width: auto !important;
    max-height: 100px;
}
.c-cart-preview .c--fast-content .c--text-content {
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}
.c-cart-preview .c--fast-content .c-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: #29293e;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    flex-grow: unset !important;
}
.c-cart-preview .c--fast-content .c-price-row {
    min-height: auto;
    display: flex;
    margin-bottom: 4px;
}
.c-cart-preview .c--fast-content .m-shipping-cost-row {
    align-self: stretch;
    color: #828c92;
    text-align: left;
    letter-spacing: .12px;
    padding-top: 0;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.c-cart-preview .c--fast-content .m-p-free-shipping-row {
    color: #212121;
    text-align: left;
    padding-top: 0px;
    font-size: 11px;
    line-height: 120%;
    font-weight: 700;
}

.c-cart-preview .c--fast-content .pro-content-article-price{
    color: var(--mt-extended-font-color-value, #29293e);
    font-size: 14px;
    font-weight: 600;
}
/*.c-cart-preview .c--fast-content .pro-content-article-price{*/
/*    color: var(--mt-extended-font-color-value, #29293e);*/
/*}*/

@media (max-width: 440px){
    .c-cart-preview{
        right: -460px;
        width: 100%;
    }
}