/*
 * České Ploty – oprava oříznutého textu ve výběru varianty
 * Shoptet, detail produktu
 */

body.type-detail .detail-parameters .variant-list select.form-control {
    display: block;
    width: 100%;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 42px 0 14px !important;
    box-sizing: border-box;
    font-family: var(--template-font), "Source Sans 3", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 40px !important;
    vertical-align: middle;
}

/* Pojistka pro mobilní prohlížeče */
@media (max-width: 767px) {
    body.type-detail .detail-parameters .variant-list select.form-control {
        height: 44px !important;
        min-height: 44px !important;
        font-size: 16px !important;
        line-height: 42px !important;
    }
}
