.product-config-csticlabel {
    text-align: left;
    font-size: 11pt;
    padding-bottom: 11px;
}

.product-config-group-label {
    background-color: #009cdd;
    color: white;
    font-size: 12pt;
}

.product-config-csticlabel:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #009cdd;
    float: left;
    margin: 2px 15px 0 0;
}

#configform label[class$="required"]:after {
   content: "*";
}

.product-config-cstic {
    margin-top: 33px;
}

.product-config-warning-msg {
    color: red;
}

.negative {
    color: red;
}

#configContent {
    margin-top: 50px;
    margin-bottom: 130px;
}

.product-config-csticValue {
    vertical-align: top;
}

.product-config-cstic-reset-button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: normal;
    padding: 0;
    background-color: #7d7d7d;
    min-height: auto;
    width: auto;
    min-width: 70px;
    border-width: 0;
    display: inline;
    vertical-align: top;
}

.btn-group-cpq {
    left: 0;
}

.product-config-addtocart {
    display: flex;
}

.product-config-quantity {
    width: 100%;
}

.product-config-cstic select {
    width: auto;
    display: inline;
    margin-right: 10px;
}

#configHeaderSlot {
    margin-top: 40px;
}

.total-box-label {
    font-size: 12pt;
    margin-top: -5px;
}

.total-box {
    color: #666666;
    font-size: 11pt;
}

.total-box .price-blue {
    color: #009cdd;
}

.total-box .price {
    font-weight: 500;
}

.sck-box {
    border: 1px solid #009cdd;
    font-size: 11pt;
}

@media (min-width: 768px) {
    .configSidebar.fixed {
        position: fixed;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .configSidebar.fixed {
        margin-top: -58px;
    }
}

.product-config-quantity .quantity {
    margin-left: 6%;
    margin-right: 6%;
}
.product-config-quantity .product-quantity-picker {
    width: 100%;
    display: block;
    float: left;
    margin-left: -5px;
}

