#price_calculator .card-title .row > .col-6:first-child {
    color: #ea8d00 !important;
}

#quote_create #pricecalulate .row.justify-content-between .col-12 .row.form-group .col-md-8 .custom-control.custom-radio.custom-control-inline:nth-child(2){display:none !important;}

@media only screen and (max-width: 574px) {
  #customizationBlock {
    overflow: auto;
    height: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
   max-width:100px;
  }
  .container.body-container{
      margin-top:0 !important;
  }
  .draggable-divider{
    pointer-events: none !important;
}
}

.draggable-divider::before{
    display:none !important;
}

@media only screen and (max-width: 767px) {
  #product-info #price_calculator .quick_design_calc:not(.mobileRealPreview) {
    padding: 1rem 1rem 0;}}