.wptypek-type-product {
    margin-bottom: 10px;
    list-style: none;
    display: flex;
}

.wptypek-title, .wptypek-price, .wptypek-price * {
    font-size: 15px;
}

.wptypek-title {
    padding: 0 10px;
}

.buyTogether ul, .buyTogether li {
    margin: 0;
    list-style: none;
}

.buyTogether img {
    max-width: 75px !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 4px;
    object-fit: cover;
}

.wptypek-type-product .wptypek-checkbox input[type=checkbox] {
    width: auto;
}

.wptypek-checkbox {
    display: inline-block;
}

.wptypek-type-product {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.wptypek-data, .wptypek-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wptypek-col {
    flex: auto;
}

.wptypek-col-11 {
    flex: 11;
}

.wptypek-col-1 {
    flex: 1;
}

.wptypek-col-9 {
    flex: 9;
}

.wptypek-col-3 {
    flex: 3;
}

.wptypek-col-6 {
    flex: 6;
}

.wptypek-col-4 {
    flex: 4;
}

.wptypek-col-2 {
    flex: 2;
}

.wptypek-data select {
    width: 100%;
    border-radius: 0.25rem;
    color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: 14px;
    padding: 0 0 0 8px;
    min-height: 40px;
    outline: none;
    margin-top: 20px;
    box-sizing: content-box;
    min-width: auto !important;
    max-width: 100% !important;
    max-height: 42px !important;
}

.wptypek-info {
    display: block;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    background: #ccc;
    border-radius: 6px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.text-center {
    text-align: center !important;
}

.wptypek-price bdi,
.wptypek-price del {
    white-space: nowrap;
}
