.border-lg {
    border-width: 4px;
}

/** body **/
#page-body .category-title {
    display: block;
    margin: 2rem 0;
    font-size: 2.5rem;
    letter-spacing: 1.25px;
    color: #cf007e;
}

.page-content {
    padding-top: 2rem;
}

.select2-color-selection .preview {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
}

.has-crossprice .price {
    color: #dc3545;
}

/** responsive lg max **/
@media (max-width: 992px) {
    #vue-app {
        margin-top: 172px;
    }

    #header {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
    }

    #hero .card-img-overlay {
        position: static;
    }

    #hero .inner {
        max-width: none !important;
    }

    #hero #hero-actions {
        margin-bottom: 0;
    }

    #hero #hero-actions a {
        display: block;
        width: 100%;
    }

    #hero #hero-actions a:not(:last-child) {
        margin-bottom: 1rem;
    }

    .btn-container {
        text-align: center;
    }

    .btn-container .btn {
        display: block;
        width: 100%;
    }

    .btn-container .btn:not(:last-child) {
        margin-bottom: 1rem;
    }
}
