.products-container-wrapper {
}

.dkravo-model-container.hidden {
    display: none;
}

/*table.products-container img {
    max-width: 32px;
}*/

table.products-container thead tr th,
table.products-container tbody tr td {
    padding: 0.5vw;
    border: 0 none;
    word-break: auto-phrase;
}

table.products-container tbody td {
    white-space: nowrap;
}

table.products-container tbody td.dkravo-model-product-dimensione_piastra,
table.products-container tbody td.dkravo-model-product-interasse_fori_piastra,
table.products-container tbody td.dkravo-model-product-dimensione_fori_piastra {
    text-transform: lowercase;
}

/*noinspection CssUnresolvedCustomProperty*/
table.products-container tbody tr {
    border-color: var(--e-global-color-3b2c937);
    border-top-width: 1px;
}

table.products-container tbody tr td.dkravo-model-product-codice_articolo {
    white-space: nowrap;
}

.dkravo-models-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.dkravo-models-wrapper .dkravo-model-container .dkravo-model-image,
.dkravo-models-wrapper .dkravo-model-pic-wrapper {
    max-width: 14vw;
    cursor: pointer;
    text-align: center;
}

/*noinspection CssUnresolvedCustomProperty*/
.dkravo-series-accordion > .elementor-widget-container .dkravo-models-wrapper {
    overflow: auto;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
    margin-top: 1vw;
}

/*noinspection CssUnresolvedCustomProperty*/
.dkravo-series-accordion > .elementor-widget-container .dkravo-models-wrapper .dkravo-model-container {
    width: 100%;
    max-width: 75vw;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}

/*.dkravo-models-wrapper > .dkravo-model-container.visible:nth-child(odd of .visible) {
    background-color: aliceblue;
}*/


table.products-container tbody > tr:nth-child(odd) > td, table.products-container tbody > tr:nth-child(odd) > th {
    background-color: #B3E5FC54;
}

/*noinspection CssUnresolvedCustomProperty*/
p.dkravo-product-model {
    margin: 2vw 0 0;
    border-color: var(--e-global-color-3b2c937);
    border: 1px solid var(--e-global-color-3b2c937);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 1vw;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-77dc525-font-family), sans-serif;
    font-size: var(--e-global-typography-77dc525-font-size);
    font-weight: var(--e-global-typography-77dc525-font-weight);
    line-height: var(--e-global-typography-77dc525-line-height);
}

p.dkravo-product-model b:first-child {
    text-transform: uppercase;
}

/*noinspection CssUnresolvedCustomProperty*/
table.products-container thead th {
    border: none !important;
    font-family: var(--e-global-typography-7b99ed1-font-family), sans-serif;
    font-size: var(--e-global-typography-7b99ed1-font-size);
    font-weight: var(--e-global-typography-7b99ed1-font-weight);
    line-height: var(--e-global-typography-7b99ed1-line-height);
    white-space: pre-wrap;
}

/*table.products-container thead  {
    white-space: nowrap;
}*/

td.dkravo-model-product-codice_articolo {
    text-decoration: underline;
}

/*noinspection CssUnresolvedCustomProperty*/
td.dkravo-model-product-codice_articolo:hover {
    color: var(--e-global-color-primary)
}

.dkravo-model-pic-wrapper {
    transition: 0.3s;
}

.dkravo-model-pic-wrapper:hover {
    transform: scale(1.05);
}

td.dkravo-model-product-diametro,
td.dkravo-model-product-larghezza_fascia {
    font-weight: 600;
}


.dkravo-models-wrapper .dkravo-model-opacity-05 {
    opacity: 0.5;
}

table.products-container th img {
    width: 2.8vw;
    height: 2.8vw;
}

.dkravo-table-first-row > th {
    vertical-align: middle;
}

button.dkravo-export-excel {
    background-color: var(--e-global-color-2c8fcba);
    margin: 0vw 0vw 0vw 0vw;
    border: 0.12vw solid black;
    border-radius: 50vw;
    font-family: var(--e-global-typography-791a7b8-font-family), Sans-serif;
    font-size: var(--e-global-typography-791a7b8-font-size);
    font-weight: var(--e-global-typography-791a7b8-font-weight);
    text-transform: var(--e-global-typography-791a7b8-text-transform);
    color: var(--e-global-color-primary);
}

button.dkravo-export-excel:hover {
    color: white;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}


@media only screen and (min-width: 1024px) {

	table.products-container thead tr th,
	table.products-container tbody tr td {
		white-space: revert;
	}
}

@media only screen and (max-width: 767px) {

    .dkravo-model-single {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .dkravo-models-wrapper .dkravo-model-container .dkravo-model-image, .dkravo-models-wrapper .dkravo-model-pic-wrapper {
        max-width: 80%;
    }

    table.products-container th img {
        min-width: 10vw;
        min-height: 10vw;
        width: 10vw;
        height: 10vw;
    }

    table.products-container tbody tr td {
        padding: 4vw;
    }

    table.products-container thead tr th {
        padding: 0 4vw 4vw 4vw;
    }

    p.dkravo-product-model {
        padding-top: 3vw;
    }

    .dkravo-series-accordion > .elementor-widget-container .dkravo-models-wrapper {
        margin-top: 4vw;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .dkravo-model-single {
        width: 33.33%;
        display: flex;
        justify-content: center;
    }

    .dkravo-models-wrapper .dkravo-model-container .dkravo-model-image, .dkravo-models-wrapper .dkravo-model-pic-wrapper {
        max-width: 80%;
    }

    table.products-container th img {
        width: 3vw;
    }

    table.products-container tbody tr td {
        padding: 3vw;
    }

    table.products-container thead tr th {
        padding: 0 3vw 3vw 3vw;
    }

    p.dkravo-product-model {
        padding-top: 3vw;
    }

}

.dkr-capitalize {
    display: inline-block;;
}

.dkr-capitalize:first-letter {
    text-transform: capitalize;
}