.border-error {
    border-color: red !important
}


.choose-box .v-selects.c2 {
    width: 50%;
    float: left;
}

.choose-box .v-selects.c2 select {
    width: 49%;
    padding: 2%;
    margin: 0;
    float: left;
}

.choose-box .v-selects.c2 select:first-child {
    margin-right: 2%;
}




.choose-box .v-selects.c1 {
    width: 40%;
    float: left;
}

.choose-box .v-selects.c1 select {
    width: 100%;
    padding: 2%;
    margin: 0;
}



.choose-box .remove,
.choose-box .remove2 {
    background-color: #f5424e;
    width: 7%;
    height: 38px;
    border-radius: 5px;
    background-size: 100% auto;
    background-image: url(/wp-content/plugins/cleafs_smm/_resources/front/close.png);
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.choose-box .remove2 {
    background-color: #ccc;
    cursor: not-allowed
}


.v-selects2.c2 {
    width: 41%;
    float: left;
    margin-left: 1%;
}

.v-selects2.c1 {
    width: 51%;
    float: left;
    margin-left: 1%;
}

tbody#tabelka_wypromowani {
    margin: 0 !important;
}

tbody#tabelka_wypromowani>tr>td,
.buba_comments td {
    padding: 0 !important;
}

.choose-box {
    margin-bottom: 5px;
}

#addVariantToOrder {
    color: white;
    background-color: #2163b9;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 15px 7px 8px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#addVariantToOrder span {
    background-color: #2a86df;
    background-image: url(/wp-content/plugins/cleafs_smm/_resources/front/plus.png);
    background-position: center center;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
}

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

.variations tr {
    border: none
}

.product-variable {
    margin-bottom: 15px;
}

.validation-errors {
    color: red;
}

textarea#komentarze_buba {
    margin-bottom: 0;
}

.variations .value {
    position: static !important;
}

.variations .value:after {
    content: ''
}

.v-select {
    line-height: 1 !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

p.link-header::before {
    content: '' !important
}

.link-header {
    position: relative;
}

.em {
    background-image: url(/wp-content/plugins/cleafs_smm/_resources/front/em.png);
    background-color: #2163b9;
    display: inline-block;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    background-position: center center;
    background-size: contain;
    margin-top: -13px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.em:hover {
    transform: scale(1.1);
    background-color: #1a4f8f;
}

.em:active {
    transform: scale(0.95);
}

.em .content {
    display: none; /* Ukrywamy treść tooltipa, bo teraz używamy modala */
}

.product-variable-loading img{display:block;margin:auto;height:100px;width:auto;}

.choose-box select, .choose-box input{
    height: 38px;
}

#bubaAddBothVariants:disabled .content-out {
    visibility: visible!important;

}