.product-color .text, .product-name .text {
    cursor: pointer;
    color: #1e73be
}

.product-name h4 {
    float: left;
    padding-right: 20px
}

.product-name ol {
    counter-reset: item
}

.product-name li {
    display: block;
    position: relative
}

.variation- p{
    padding-bottom: 0;
}

.product-name li span:first-child {
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer
}

.product-name li span {
    display: grid
}

.product-name li .serial {
    position: absolute;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    left: -17px;
    top: 0px
}

.config, .configurator {
    display: none
}

.attachments {
    width: 100%
}

.attachments .block {
    float: left;
    width: 14%;
    padding: 18px;
    text-align: center;
    border: 1px solid #07688c;
    margin: 35px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px #adadad;
    min-width: 200px
}

.block-title {
    color: #07688c;
    font-weight: 700;
    font-size: 15px
}

.attachments .block-image {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 45px
}

.donwload a {
    background: #07688c;
    padding: 10px;
    border-radius: 4px;
    color: #fff
}

.attachments .block img {
    height: 100px
}

.custom-button {
    width: 20px;
    height: 20px;
    margin: 5px !important;
    padding: 0 !important
}


.product-quantity .qty {
    width: 30px !important;
    padding: 0 !important
}

.product-quantity .quantity {
    float: left
}

.configurator-settings {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    vertical-align: top
}

.configurator-settings h3 {
    margin: 0
}

.configurator-settings input[type=text], .configurator-settings select {
    width: -webkit-fill-available;
    padding: 3px 5px;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out
}

.wert {
    margin-top: 10px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.col {
    padding: 10px;
    width: 30.3%;
    position: relative;
    border: 1px solid #dedede;
    border-collapse: collapse
}
.confi-tab{
    width: 50%;
    float: left;
}
.add-row, .remove-row {
    margin: 5px !important
}

ul.error {
    padding: 10px
}

ul.error li {
    list-style: decimal;
    padding: 5px;
    font-size: 15px;
    font-family: monospace
}

.product_configurator, .configurator_attachments {
    cursor: pointer
}

.config_wrapper li {
    margin: 0;
    padding: 0;
    /* border: 1px solid red;*/
    /*display: flex;*/
}

.config_wrapper .flexrow {
    display: flex;
    border: 1px solid grey;
}

.config_wrapper .push {
    margin-left: auto;
}

.config_wrapper .pushitem {
    width: 10vw;
}