.container.catalog {
    max-width: none !important;
    width: 90%;
    margin: auto;
}

.petacciato-catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.petacciato-catalog-item {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #eee;
    padding: 0 35px 50px;
    margin-top: 50px;
}

.petacciato-catalog-item.industry {
    background: transparent;
}

.petacciato-catalog-item h2 {
    color: #002273;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    flex-basis: 100%;
}

.petacciato-catalog-item h3 {
    font-weight: bold;
    text-transform: lowercase;
    flex-basis: 100%;
    line-height: 1.15;
}

.petacciato-catalog-item h3.last {
    margin-bottom: 0.5em;
}

.petacciato-catalog-item h3::first-letter {
    text-transform: uppercase;
}

.product-sheet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    color: #002273;
    border-top: 1px solid #002273;
    border-left: 1px solid #002273;
}

.product-sheet-row {
    color: #002273;
    border-bottom: 1px solid #002273;
    width: 100%;
    /*height: 14.28%;*/
    padding: 5px 10px;
    font-size: 13px;
}

.product-sheet-row {
    border-right: 1px solid #002273;
}

.product-sheet-row:nth-child(odd) {
    font-weight: bold;
}

.product-sheet-row:nth-child(2n + 2) {
    border-right: 1px solid #002273;
}

.product-sheet-row:nth-child(odd) {
    background-color: #dae3f1;
}

.petacciato-catalog-image {
    text-align: center;
}

.petacciato-catalog-item.industry .petacciato-catalog-image {
    background: #eee;
    margin-bottom: 1.2em;
}

.petacciato-catalog-image img {
    width: 75%;
}

.industry.petacciato-catalog-item .petacciato-catalog-image img {
    width: 100%;
}

.petacciato-catalog-link {
    margin-top: 1.5em;
}

.orange {
    color: #f58430;
}

.blue {
    color: #002273;
}

#input_7_12,
#input_8_12 {
    display: flex;
}

#input_7_12 li,
#input_8_12 li {
    flex-basis: 50%;
}

#input_7_12 li input,
#input_8_12 li input {
    width: auto;
}

#input_7_12 li.gchoice_7_12_0,
#input_8_12 li.gchoice_8_12_0 {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.download-form-header {
    color: #002273;
    margin: 1.5rem 0;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.just-curve {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.industry.petacciato-catalog-item .btn {
    margin: unset;
}

.dashboard-container {
    width: 90%;
    margin: auto;
}

.dashboard-inner-container {
    width: 100%;
}

@media screen and (min-width: 450px) {
    .product-sheet-row {
        width: 50%;
    }

    .product-sheet-row:nth-child(odd) {
        background-color: unset;
    }

    .product-sheet-row:nth-child(4n + 1),
    .product-sheet-row:nth-child(4n + 2) {
        background-color: #dae3f1;
    }
}

@media screen and (min-width: 600px) {
    .product-sheet-row {
        width: 25%;
    }

    .product-sheet-row:nth-child(4n + 1),
    .product-sheet-row:nth-child(4n + 2) {
        background-color: unset;
    }

    .product-sheet-row:nth-child(8n + 1),
    .product-sheet-row:nth-child(8n + 2),
    .product-sheet-row:nth-child(8n + 3),
    .product-sheet-row:nth-child(8n + 4) {
        background-color: #dae3f1;
    }
}

@media screen and (min-width: 850px) {
    .product-sheet-row {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .industry.petacciato-catalog-item {
        flex-basis: 49%;
    }
}

@media screen and (min-width: 1200px) {
    .petacciato-catalog {
        gap: 2%;
    }

    .petacciato-catalog-item {
        flex-basis: 49%;
    }

    .product-sheet-row {
        font-size: 13px;
    }
}

@media screen and (min-width: 1400px) {
    .product-sheet-row {
        font-size: 16px;
    }
}

.column-description textarea {
    width: 600px !important;
}

#form-download-step-3D {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 115, 0.9);
    display: none;
    z-index: 100;
}

#form-download-step-3D .download {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 40px 40px 60px;
}

#form-download-step-3D h3 {
    color: #fff !important;
}

.is-visible {
    display: block !important;
}

.close-form {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    cursor: pointer;
}

.smw-catalog-menu-item1 {
    position: absolute !important;
    right: 0;
}
