/* Header */
.page-header {
    padding-top: 9.5rem;
    padding-bottom: 52px;
}
/* End Header */

.card-product {
    border: 2px solid var(--grey);
}

.btn-add-cart {
    background: #fff;
    border-color: var(--primary);
}

.btn-card {
    font-family: "Source";
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 150%;
    color: var(--white);
}

.slick-slide {
    outline: none;
}

hr {
    border: 1px solid var(--grey);
}

.slider-for img {
    width: 555px;
    height: 518px;
    border: 2px solid var(--grey);
    border-radius: 5px;
}

.slider-nav img {
    border: 2px solid var(--grey);
    border-radius: 5px;
    cursor: pointer;
    width: 170px;
    height: 170px;
}

.spec-product-name {
    width: 15%;
}

.pre-wrap {
    white-space: pre-wrap;
}

@media only screen and (max-width: 768px) and (max-width: 998px) {
    .slider-for img {
        width: 300px;
        height: 300px;
    }

    .btn-group {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .slider-for img {
        width: 225px;
        height: 225px;
        border: 2px solid var(--grey);
        border-radius: 5px;
    }

    .slider-nav img {
        width: 70px;
        height: 70px;
    }

    .spec-product-name {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 997.98px) {
    /* Header */
    .page-header {
        padding-top: 6rem;
    }
    /* End Header */
}

@media (max-width: 767.98px) {
    /* Header */
    .page-header {
        padding-top: 4.5rem;
    }
    /* End Header */

    .other-product-wrapper .d-flex {
        align-items: center;
    }

    .other-product-wrapper .d-flex .text-secondary {
        width: 60% !important;
        font-size: 20px;
    }
}
