#tpcrelacionaproductos .tpcrelacionaproductos-slide-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__image {
    display: block;
    padding: 10px;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__body {
    flex: 1 1 auto;
    padding: 0 10px 12px;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__name {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__name a {
    color: inherit;
    text-decoration: none;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__name a:hover {
    text-decoration: underline;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__price {
    font-size: 0.95rem;
}

#tpcrelacionaproductos .tpcrelacionaproductos-slide-item__price .regular-price {
    margin-right: 6px;
    text-decoration: line-through;
    color: #999;
}

#tpcrelacionaproductos {
    margin-top: 30px;
    margin-bottom: 20px;
}

.tpcrelacionaproductos-left-column {
    margin-bottom: 1.5rem;
}

.tpcrelacionaproductos-left-column-products .product-miniature,
.tpcrelacionaproductos-left-column-products .js-product-miniature {
    width: 100%;
    margin-bottom: 1rem;
}

.tpcrelacionaproductos-left-column-products .row {
    margin-left: 0;
    margin-right: 0;
}

.tpcrelacionaproductos-left-column-products .row > [class*="col"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
