.product-info-main .mp-attrib-value {
    display: block;
    clear: both;
}
.product-info-main .mp-attrib-value .attrib-name {
   color: #000;
   display: block;
   font-size: 14px;
   margin-bottom: 7px;
}
.product-info-main .mp-attrib-value .attrib-name > span {
 color: #028ecb
;
 display: inline-block;
 font-weight: 600;
 text-transform: uppercase;
 width: 115px;
}

.header.panel > .header.links > li.quote-form-link {
        position: relative;
    }
    .block-header-quote-form {
        position: absolute;
        right: 0;
        min-width: 320px;
        background: #fff;
        z-index: 9;
        padding: 20px;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border-top: 4px solid #00416a;
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
    .block-header-quote-form:before {
        content: "";
        border: 5px solid transparent;
        border-bottom-color: #00416a;
        position: absolute;
        top: -14px;
        right: 30px;
    }
    .block-header-quote-form.open {
        visibility: visible;
        opacity: 1;
    }
    .block-header-quote-form .form-group label {
        padding-bottom: 4px;
        font-weight: 600;
        font-size: 12px;
        display: block;
        color: #00416a;
    }
    .block-header-quote-form .form-group textarea.form-control {
        min-height: 150px;
    }

    .block-header-quote-form .form-group .form-control{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .block-header-quote-form .form-group  button.action.primary {
        background-color: #80bd00;
        border-color: #80bd00;
        color: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .block-header-quote-form .form-group button.action.primary:hover {
        background-color: #6fa400;
      border-color: #6fa400;
      color: #ffffff;
    }

    .block-minicart .block-content>.actions {
      margin-top: 0px; 
}
      .block-minicart a.action.viewcart {
    color: #01426A;

}