.page-content {
    padding-top: 156px;
    padding-bottom: 48px;
}

.line-secondary {
    opacity: 0.25;
    border: 1px solid #6984CF;
}

.card-product {
    cursor: pointer;
    width: 100%;
    display: block;
}

.card-product:hover .product-name {
    color: var(--primary);
}

.product-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product-price {
    font-size: 14px !important;
}

.aside-link:hover {
    color: var(--primary) !important;
}

.kategori-link.selected {
    color: var(--primary) !important;
}

.form-check-color {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.form-check-color:checked:after {
    content: "●";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.btn-size-product {
    border: 1px solid #C4C4C4;
    background-color: #fff;
    color: #C4C4C4;
    width: auto;
    height: 27px;
    border-radius: 8px;
}

.btn-size-product:hover {
    background-color: #C4C4C4;
    color: #fff;
}

.btn-size-product.selected {
    background-color: #C4C4C4;
    color: #fff;
}

.btn-size-product:focus {
    outline:0;
}

.br8px {
    border-radius: 8px;
}

.mb-13px {
    margin-bottom: 13px;
}

.article-pagination {
    margin-bottom: 0;
}

.article-pagination .page-item {
    margin-right: 32px;
}

.article-pagination .page-item.active .page-link {
    color: var(--black);
    background: transparent;
}

.article-pagination .page-item:hover .page-link {
    color: var(--primary);
    background: transparent;
}

.article-pagination .page-link {
    padding: 0;
    border: 0;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--grey);
}

.article-pagination .page-link.next {
    color: var(--black);
}

@media (max-width: 767.98px) {

    .mobile-button {
        background: var(--primary);
        border-radius: 8px;
        font-family: 'Work Sans', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
    }

    .page-content {
        padding-top: 120px;
    }

    .card-product {
        width: 100%;
    }

    .mobile-gutter:nth-child(odd) {
        padding-right: 8px;
    }

    .mobile-gutter:nth-child(even) {
        padding-left: 8px;
    }

}
