.product-options-wrapper .field.configuration-link-option,
.product-info-main .boxof,
.product-reviews-summary,
.product-options-wrapper .field.lead-time-option{
    display: none;
}
.product-options-wrapper .field.lead-time-option,
.product-options-wrapper .field.configuration-link-option,
.product-options-wrapper .field.required.barrel-grade-option-service {
    display: none!important;
}
.product-ssk-custom-barrel .media-info-detail-box .product-options-wrapper .fieldset .field.barrel-length-option-service {
    display: none !important;
}
.customize-price-leadtime{
    display: flex;
    align-content: flex-start;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.lead-time-box {
    margin-left: 20px;
}
.product-info-main .product-sku-review-box {
    margin-bottom: 0;
}
.product-options-wrapper .field select {
    min-width: 430px;
}
.product-options-bottom {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    align-content: space-around;
    justify-content: space-between;
}
.product-options-bottom button.action.primary.reset{
    /*margin-top: 37px;*/
    margin-right: 30px;
}
@media screen and (max-width: 1024px){
    .product-options-bottom button.action.primary.reset{
        margin-top: 37px;
    }
}
@media screen and (max-width: 445px){
    .product-options-bottom {
        flex-direction: column;
    }
}
.product-sku-review-box {
    font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.field.scope-base-option,
.field.cartridge-option,
.field.barrel-grade-option,
.field.platform-option {
    margin-top: 50px;
}


.field.scope-base-option:before,
.field.cartridge-option:before,
.field.barrel-grade-option:before,
.field.platform-option:before{
    font-size: 18px;
    font-weight: bolder;
    position: absolute;
    margin-top: -30px;
    margin-left: -10px;
}
.field.platform-option:before{
    content: 'PLATFORM';
}
.field.barrel-grade-option:before{
    content: 'BARREL';
}
.field.cartridge-option:before{
    content: 'CHAMBER';
}
.field.scope-base-option:before{
    content: 'OPTIONS';
}

.product-options-wrapper .field{
    display: block!important;
}
.qtip-content {
    border: 3px solid red;
    padding: 8px;
    border-radius: 5px;
}
