.confgurator_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.configurator_choices tr {
    height: 30px !important;
    border-bottom: none;
}

.configurator_choices tr td {
    padding: 0px 20px 0px 0 !important;
}

.configurator_screenshot {
    width: 40%;
    float: left;
}

.woocommerce-checkout .configurator_screenshot {
    display: none;
}

.show_configurator_choices {
    height: 40px !important;
}

.show_configurator_choices td {
    padding: 5px 0;
}

tr[id*='configurator_choices'].collapse.in {
    display: table-row;
}

.configurator_choices a {
    color: #25aae3;
    text-decoration: underline;
}

.woocommerce-cart .fee th,
.woocommerce-cart .fee td {
    padding: 10px 0px !important;
}

.woocommerce-checkout .fee bdi {
    color: #1f475f;
    font-size: 18px;
}

@media (max-width:768px) {
	.configurator_choices tr {
		height: max-content !important;
		padding: 0 !important;
	}
}