/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 1200px) {

    .page-product #content-wrapper.left-column,
    .page-product #content-wrapper.right-column,
    .page-product .section-top-right {
        width: 90%;
    }

    .page-product #left-column,
    .page-product #right-column,
    .page-product .section-top-left {
        width: 10%;
    }
}

/* Ficha producto */
.page-product .tabs .nav-tabs {
    text-align: left;
    padding: 20px 20px 0;
}

.page-product .tabs .nav-tabs .nav-link.active::after,
.page-product .tabs .nav-tabs .nav-link:hover::after {
    width: 100%;
}

.page-product .tabs {
    background: #fff;
    border: 1px solid #f1f1f1;
}

.page-product #tab-content {
    padding: 20px 20px 0px;
    border-top: 1px solid #e5e5e5;
}