@import url(../../root.css);
/* TERMÉK RÖVID LEÍRÁSAI (MINŐSÉG, NEVE, ÁR, STB...) */

.item-single-title {
    font-size: 2.188rem;
    font-weight: 700;
}

.short__description {
    font-size: 1rem;
    font-weight: 400;
    width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*===== PRODUCTS CONTAINER =====*/

/*===== TERMÉKLEÍRÁS =====*/

/*===== KIEMELT TULAJDONSÁGOK =====*/

.single_product_container {
    padding-top: 120px;
}

/*=== TERMÉK ÁRA ===*/

.price p {
    font-weight: 800;
}

/*=== MINŐSÉGBIZTOSÍTÁSI JELVÉNYEK ===*/

.quality {
    display: flex;
    align-items: center;
}

.quality .badge-image-wrapper {
    padding-left: 20px;
}

/*=== AJÁNLAT KÉRŐ GOMB ===*/

.main_button {
    margin-top: 40px;
}

.main_button a {
    border: 1px solid var(--josi-red-color);
    background-color: var(--josi-red-color);
    color: var(--white-color);
    font-size: 0.813rem;
    font-weight: 500;
    padding: 15px;
    border-radius: 3rem;
    width: 180px;
    text-align: center;
    text-decoration: none;
    transition: all .4s;
}

.main_button a:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.section__title {
    font-size: 2.188rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--black-color);
}

.section__subtitle-sprayfo {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--dark-grey-color);
    margin: auto;
}

.products__description {
    padding: 2rem 2rem;
    margin-top: 4rem;
}
.products__description p {
    width: 60%;
    margin: auto;
}

.services__section {
    margin-top: 10rem;
}

.products__wrapper {
    display: flex;
    margin-top: 100px;
    justify-content: center;
    flex-wrap: wrap;
}

.products__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin: 20px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .3s;
}

.products__content p {
    color: var(--blue-text-color);
}

.products__content:hover {
    border: 1px solid var(--blue-text-color);
}

.products__content .products__img {
    width: auto;
    height: 200px;
    margin-bottom: 20px;
}

.products__content .product__title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.products__content .products__subtitle {
    text-align: center;
    font-size: .9rem;
    font-weight: 700;
}

.products__content a, .products__content a:hover, .products__content a:active, .products__content a:visited, .products__content a:focus {
    color: var(--black-color);
}

.steps__subtitle a, .steps__subtitle a:hover, .steps__subtitle a:active, .steps__subtitle a:visited, .steps__subtitle a:focus {
    color: var(--black-color);
}