.mc-shortcode {
    display: flow-root;
    padding: 20px 0;
}

.mc-shortcode a:hover, 
.mc-shortcode a:focus {
    text-decoration: none !important;
}

.mc-shortcode img {
    opacity: 1 !important;
}

.mc-shortcode__grid,
.mc-shortcode__carousel {
    display: flex;
    gap: 20px;
}

.mc-shortcode__nav-steps {
    display: flex;
    gap: 5px;
}

.mc-shortcode__col {
    width: 50%;
}

.mc-shortcode__col-single {
    width: calc(50% - 10px);
    margin: auto;
}

.mc-shortcode__container {
    display: block;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
}

.mc-shortcode__container--active {
    cursor: pointer;
    border: 1px solid #e21d39;
}

.mc-shortcode__product {
    position: relative;
}

.mc-shortcode__product-content,
.mc-shortcode__product-contanier {
    display: flex;
    align-items: end;
}

.mc-shortcode__product-content-logo {
    position: absolute;
    height: calc(100% + 30px);
    right: 0;
    top: 0;
}

.mc-shortcode__product-content-logo img {
    position: relative;
    width: 44px !important;
    height: 40px !important;
    z-index: 3;
}

.mc-shortcode__product-content-logo:before {
    position: absolute;
    content: '';
    background: #f2ebda;
    width: 40px;
    height: 100%;
    margin-top: -15px;
    z-index: 1;
}

.mc-shortcode__product-content-price {
    padding-left: 15px;
    position: relative;
    z-index: 3;
}

.mc-shortcode__product-content-price-regular {
    color: #404040;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1;
}

.mc-shortcode__product-content-price-final {
    color: #404040;
    font-size: 22px;
    font-weight: bold;
}

.mc-shortcode__product-image {
    display: contents;
}

.mc-shortcode__product-image img {
    max-width: 70px !important;
    max-height: 70px;
}

.mc-shortcode__product-title {
    position: relative;
    color: #404040;
    font-size: 14px;
    margin-top: 10px;
    max-height: 37px;
    z-index: 3;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mc-shortcode__nav-left img, 
.mc-shortcode__nav-right img {
    max-width: 12px !important;
    max-height: 19px;
    filter: invert(12%) sepia(13%) saturate(2928%) hue-rotate(180deg) brightness(95%) contrast(91%);
    opacity: 0.17 !important;
}

.mc-shortcode__nav-right--active,
.mc-shortcode__nav-left--active {
    cursor: pointer;
}

.mc-shortcode__nav-left--active img, 
.mc-shortcode__nav-right--active img {
    filter: none;
    opacity: 1 !important;
}

.mc-shortcode__pagination {
    display: flex;
    gap: 5px;
    margin-top: 20px;
    align-items: center;
    vertical-align: middle;
    float: right;
}

.mc-shortcode__nav-left,
.mc-shortcode__nav-number,
.mc-shortcode__nav-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f0f0f0;
    width: 30px;
    height: 30px;
}

.mc-shortcode__nav-number {
    color: #7c7c7C;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}

.mc-shortcode__nav-number--selected {
    cursor: default;
    color: #fff;
    background: #7c7c7c;
}

.mc-shortcode__nav-number--hidden {
    display: none;
}

@media (max-width: 1023px) {
    .mc-shortcode__product-content {
        display: block;
    }

    .mc-shortcode__product-contanier {
        display: block;
        max-width: calc(100% - 55px);
    }

    .mc-shortcode__product-image img {
        margin: auto;
    }

    .mc-shortcode__product-content-price {
        text-align: center;
    }

    .mc-shortcode__product-content-price {
        padding-left: 0;
        margin-top: 10px;
    }
}