#quote{
    /* background-color: #e7e8ec; */
    background-color: transparent;
    background-image: linear-gradient(90deg, #0B0B2F 0%, #222279 100%);
}

#quote .d-none{
    display: none !important;
}

#quote .disabled {
    color: gray;
    cursor: not-allowed;
    opacity: 0.6;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
  }
  
  #quote h1,
  #quote h2,
  #quote h3,
  #quote h4,
  #quote h5,
  #quote h6 {
      color: #233240;
      font-family: "Helvetica", Sans-serif;
      margin-block-end: 1rem;
  }
  
  #quote p {
    margin-bottom: .9rem;
      color: #233240;
  }
  
  #quote [type=button],
  #quote [type=submit],
  #quote button {
  
      outline: 0;
  }
  
  /*Scroller*/
  /* For the entire document */
  #quote ::-webkit-scrollbar {
      width: 10px;	
  }
  
  #quote ::-webkit-scrollbar-thumb {
      background-color: #E84924; color: #39c862;
      border-radius: 5px;
  }
  
  #quote ::-webkit-scrollbar-track {
      background-color: #39c862;
  }
  
  
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
      scrollbar-width: auto;
      scrollbar-color: #279045 #39c862;
  }
  
  /* Quote Header */
  #quote-header {
      width: 100%;
      font-weight: 500;
  }

  #quote-header h2, #quote-header p{
    color: white !important;
  }

  #quote-header p.subtitle{
    color: #39c862 !important;
  }
  
  #quote h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
      font-weight: 700;
  }
  
  #quote .subtitle {
      color: #E84924; color: #39c862;
      font-weight: 700;
      font-size: 18px;
  }
  
  #quote .content {
      width: 75%;
  }
  
  /* Quote Progress */
  #quote-progress {
      display: flex;
      flex-flow: row wrap;
      margin: 65px 0 40px 0;
      align-items: center;
  }
  
  .step-container {
      flex-grow: 1;
      display: flex;
      position: relative;
      align-items: center;
  }
  
  #quote-progress .step {
      display: flex;
      position: relative;
      text-align: center;
  
  }
  
  #quote-progress .step .step-number {
      text-align: center;
      font-size: 12px;
      line-height: 24px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      color: #777;
      background: #DEDEDF;
      margin-right: 10px;
  }
  
  #quote-progress .step .step-title {
      font-weight: 400;
      font-size: 18px;
      color: #CCC;
  
  }
  
  #quote-progress .step-separator {
  
      height: 1px;
      background-color: #9D9D9D;
      flex-grow: 1;
      margin-left: 14px;
      margin-right: 14px;
  }
  
  
  #quote-progress .step.active .step-number {
      background-color: transparent;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      color: #000;
  }
  
  #quote-progress .step.active .step-title {
      color: #FFF;
      font-weight: 600;
  }
  
  /**
  * Form wrapper
  */
  
  #forms-wrapper h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 24px;
      margin-top: 16px;
  }
  
  #forms-wrapper .back {
/*      width: 117px;*/
      border: 0;
      margin-bottom: 14px;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      border-radius: 17px 4px 40px 5px;
      padding: 12px;
      color: #fff;
      border: 0;
      margin-bottom: 14px;
      transition: all .3s;
      padding: 14px 30px;
  }
  
  #forms-wrapper.step-1 button.back,
  #forms-wrapper.step-3 button.back {
/*      display: none;*/
  }
  
  #response{
      color: #E84924; color: #39c862;
      margin-bottom: 15px;
  }
  
  /**
  * Quote
  */
  #quote-form {
      display: flex;
      justify-content: space-between;
      gap: 30px;
  }
  
  #quote-form #init-form,
  #quote-form #quote-now,
  #quote-form #order-now,
  #quote-form #success {
      flex: 3;
  }
  
  .hidden-step {
      display: none;
  }
  
  /**
  * Init Form
  */
  
  
  /*Section*/
  #quote-form .section {
      background-color: #fff;
      margin-bottom: 30px;
      box-shadow: 0px 0px 8px 0px rgba(222, 222, 223, 0.4);
      padding: 20px;
      border-radius: 16px 4px 40px 4px; border-radius: 16px;
  }
  
  #quote-form .section:last-child {
      margin-bottom: 0;
  }
  
  /*Section Intro*/
  #quote-form .section .section-intro {
      border-bottom: 1px solid #DEDEDF;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative;
  }
  
  #quote-form .section .section-intro i {
      position: absolute;
      top: 0;
      right: 0;
      color: #E84924; color: #39c862;
      font-size: 21px;
      cursor: pointer;
  }
  
  #quote-form .section .section-title {
      font-size: 27px;
      font-weight: 700;
      margin-bottom: 5px;
  }
  
  #quote-form .section .section-subtitle {
      font-size: 15px;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 0px;
  }
  
  /*Section content*/
  #quote-form .section-content {
      display: flex;
      justify-content: space-between;
  }
  
  #quote-form .section.storage .section-input {
      flex: 1;
  }

    #quote-form .section.storage .section-input .option-group{
        align-items: flex-start;
    }
  
  #quote-form .section.storage .section-image {
      flex: 2;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  #quote-form .section.storage .section-image img {
      width: 220px;
  }
  
  /*Section input*/
  #quote input[type=number]::-webkit-inner-spin-button,
  #quote input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  #quote input[type=number] {
      -moz-appearance: textfield;
  }
  
  #quote input[type="radio"] {
      display: none;
  }
  
  #quote .error-message {
      color: #E84924;
      font-size: 12px;
      margin-top: 10px;
  }
  
  #quote .option label {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      background: #fff;
      margin-right: 12px;
      padding: 12px;
      min-width: 140px;
      color: #233240;
      border: 1px solid rgba(222, 222, 223, 1);
      border-radius: 20px 5px 40px 5px;
      border-radius: 10px;
      position: relative;
      cursor: pointer;
      display: inline-block;
  }
  
  #quote .option label:hover {
      border: 1px solid #39c862;
  }
  
  #quote .option label img {
      margin-bottom: 5px;
      height: 40px;
  }
  
  #quote .option label i {
      /* font-size: 30px;
      margin-bottom: 8px;
      color: #E84924; color: #39c862; */
  }
  
  #quote .option input[type="radio"]:checked+label {
      background-color: transparent;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      color: #fff;
  }

  #quote .option input[type="radio"]:checked+label img{
    filter: invert(1);
  }
  
  #quote .type .option label {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
  }
  
  #quote .section-input [type=button]:focus,
  #quote .section-input [type=button]:hover,
  #quote .section-input [type=submit]:focus,
  #quote .section-input [type=submit]:hover,
  #quote .section-input button:focus,
  #quote .section-input button:hover {
      color: #fff;
      background-color: transparent;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      border: none;
  
  }
  
  #quote .section-input #dome-qty,
  #quote .section-input #bullet-qty {
      max-width: 50px;
      border-radius: 4px;
      margin: 0 10px;
      text-align: center;
      border: 1px solid #DEDEDF;
  }
  
  #quote .section-input #dome-qty:disabled,
  #quote .section-input #bullet-qty:disabled {
      background-color: white;
      color: black;
      cursor: not-allowed;
      opacity: 1 !important;
      font-weight: 600;
      font-size: 30px;
      border: none;	
  }
  
  #quote .section-input .qty-btn {
      border: 1px solid #DEDEDF;
      border-radius: 50%;
      padding: 8px 14px;
      color: #E84924; color: #39c862;
      background: #fff;
      margin-bottom: 0;
  }
  
  #quote .section-input .qty-btn:hover {
      color: #fff;
      background-color: transparent;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      border: 1px solid #39c862;
      outline: 0;
  
  }
  
  #quote .option-group {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      margin-top: 16px;
      margin-bottom: 24px;
  }
  
  #quote .storage .option-group {
      flex-flow: column wrap;
      gap: 16px;
  }
  
  #quote .section .dome-qty-wrap,
  #quote .section .bullet-qty-wrap {
      display: flex;
      flex-flow: row wrap;
  }
  
  #quote .option span.color-square {
        display: inline-block;
      width: 24px;
      height: 24px;
      /* float: left; */
      /* margin-right: 15px; */
  }
  
  #quote .option #dome-black-label span.color-square,
  #quote .option #bullet-black-label span.color-square {
      background: black;
      border-radius: 8px;
  
  }
  
  #quote .option #dome-white-label span.color-square,
  #quote .option #bullet-white-label span.color-square {
      background: white;
      border: 1px solid #DEDEDF;
      border-radius: 8px;
  
  }
  
  
  input:disabled+label {
      cursor: not-allowed !important;
      opacity: 0.5;
  }
  
  #label_2k span,
  #label_4k span,
  #label_1TB span,
  #label_2TB span {
      padding: 2px 4px;
      border-radius: 2px 2px 8px 2px;
      position: absolute;
      top: -10px;
      right: -5px;
      font-size: 10px;
      font-weight: 700;
      line-height: 12px;
      color: #fff;
  }
  
  #label_2k span.popular,
  #label_1TB span.popular,
  #label_2TB span.popular {
      background: #233240;
  
  }
  
  #label_4k span.recommended {
      background: #FFA012;
  }
  
  .section.quality .section-input ul {
      margin-bottom: 16px;
      padding: 0 24px;
  }
  
  /*Section image*/
  #quote-form .section-image {
      width: 190px;
  }
  
  .section.quality .section-input .section-image {
      width: 100% !important;
  }
  
  
  /* #quote .section.dome .section-image,
  #quote .section.bullet .section-image,
  #quote .section.storage .section-image {
      background: rgba(89, 127, 164, 0.2);
      border-radius: 50%;
      width: 222px;
      height: 222px;
  } */
  
  /**
  * Middle form (Quote now + Order now)
  */

.middle-form input[type=date],.middle-form input[type=email],.middle-form input[type=number],.middle-form input[type=password],.middle-form input[type=tel],.middle-form input[type=text],.middle-form select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

.middle-form input[type=date]:focus,.middle-form input[type=email]:focus,.middle-form input[type=number]:focus,.middle-form input[type=tel]:focus,.middle-form input[type=text]:focus,.middle-form select:focus,textarea:focus {
    border-color: #333
}

.middle-form button,.middle-form input {
    overflow: visible
}
  
  #order-now .full-column{
      position: relative;
  }
  
  #order-now .full-column i{
      position: absolute;
      top:45px;
      right: 40px;
      color: #E84924; color: #39c862;
  }
  
  #order-now .full-column label+input {
      cursor: pointer;
  }
  
  .middle-form .section-input {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
  }
  
  .middle-form .section-input .full-column {
      flex: 0 0 100%;
      margin-bottom: 15px;
  }
  
  .middle-form .section-input .half-column {
      flex: 0 0 calc(50% - 10px);
      margin-bottom: 15px;
  }
  
  .middle-form label {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 12px;
  }
  
  .middle-form input,
  .middle-form textarea {
      border-radius: 16px 4px 40px 4px !important;
      border-color: #DEDEDF !important;
  }
  
  .middle-form .submit-button {
      width: 100%;
  }
  
  .middle-form button,
  .final-form button {
      border: 0;
      margin-bottom: 14px;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      border-radius: 17px 4px 40px 5px;
      padding: 12px;
      color: #fff;
      border: 0;
      margin-bottom: 14px;
      transition: all .3s;
      padding: 14px 30px;
  }
  
  .ui-datepicker .ui-datepicker-header {
  
      background-color: transparent;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      color: white;
  }
  
  /**
  * Success pages
  */
  #success i {
      color: #108413;
      font-size: 40px;
  }
  
  #sucess h2 {
      font-weight: 600;
  }
  
  /**
  * Quote Sidebar wrap
  */
  #quote-mobile-sidebar-wrap {
      display: none;
  }
  
  #quote-sidebar-wrap {
      flex: 1;
      min-width: 365px;
      position: relative;
      margin-bottom: 30px;
  }
  
  #quote-sidebar {
      background-color: #fff;
      padding: 20px;
      border-radius: 16px 4px 40px 4px; border-radius: 16px;
      position: sticky;
  }
  
  /*Sidebar Header*/
  #sidebar-header {
      border-bottom: 1px solid #DEDEDF;
      padding-bottom: 9px;
      margin-bottom: 16px;
  }
  
  #sidebar-header h3 {
      font-size: 18px;
      font-weight: 500;
  }
  
  #sidebar-header .prices,
  .qms-header .prices {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
  
  }
  
  #sidebar-header .prices,
  #sidebar-header .prices p,
  .qms-header .prices,
  .qms-header .prices p {
      margin: 0;
  }
  
  #sidebar-header .prices.total .price {
      font-weight: 700;
      font-size: 21px;
      color: #E84924; color: #39c862;
  }
  
  /*Item list*/
  #quote-mobile-sidebar .qms-list {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 83%, #eaeaea 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 83%, #eaeaea 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 83%, #eaeaea 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
  }
  
  #quote-sidebar #item-list,
  #quote-mobile-sidebar .qms-list {
      overflow-y: auto;
      height: 190px;
      padding-right: 14px;
  }
  
  /*Item*/
  #quote-sidebar #item-list .item,
  #quote-mobile-sidebar .qms-list .item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #DEDEDF;
      padding-bottom: 12px;
      margin-top: 12px;
  }
  
  /*Item image*/
  #quote-sidebar #item-list .item img,
  #quote-mobile-sidebar .qms-list .item img {
      width: 72px;
      margin-right: 16px;
  }
  
  /*Item content*/
  #quote-sidebar #item-list .item .item-content,
  #quote-mobile-sidebar .qms-list .item .item-content {
      flex: 2;
  }
  
  #quote-sidebar #item-list .item h4,
  #quote-mobile-sidebar .qms-list .item h4 {
      font-size: 14px;
      font-weight: 900;
      margin: 0;
      padding: 0;
  }
  
  #quote-sidebar #item-list .item p,
  #quote-mobile-sidebar .qms-list .item p {
      margin: 0;
      padding: 0;
      font-size: 14px;
      color: #777;
  }
  
  /*Item qty*/
  
  
  /*Extra installation*/
  #sidebar-footer {
      position: relative;
  }
  
  #sidebar-footer:after {
      content: '';
      width: 100%;
      height: 50px;
      position: absolute;
      top: -64px;
      left: 0;
      z-index: 10;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 83%, #fff 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 83%, #fff 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 83%, #fff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
  
  #sidebar-footer .extra-installation {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      background-color: #e7e8ec;
      padding: 14px 14px 0 14px;
      margin-top: 14px;
      border-radius: 15px 15px 0 15px;
      position: relative;
  }
  
  #sidebar-footer .extra-installation p {
      width: 100%;
  }
  
  #sidebar-footer .extra-installation img {
      width: auto;
      margin-bottom: -16px;
      height: 100px;
      position: absolute;
      right: -20px;
      bottom: 0;
  }
  
  /*Sidebar buttons*/
  #sidebar-footer .summary-buttons {
      display: flex;
      flex-flow: column wrap;
      font-size: 18px;
      margin-top: 24px;
  }
  
  #sidebar-footer .summary-buttons button,
  #init-form button {
      margin-bottom: 14px;
      border-radius: 17px 4px 40px 5px;
      padding: 5px 0px;
      font-weight: 600;
  }
  
  #sidebar-footer .summary-buttons button span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
  }
  
  #sidebar-footer .summary-buttons .button-order-now {
      border: 1px solid #39c862;
      background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      color: #fff;
  }
  
  #sidebar-footer .summary-buttons .button-order-now:hover {
  
      background-image: linear-gradient(230deg, #19a121 0%, #49e822 58%);
      border: 1px solid #49e822;
      color: #fff;
  }
  
  #sidebar-footer .summary-buttons .button-quote {
      background: #fff;
      border: 1px solid #39c862;
      color: #39c862
  }
  
  #sidebar-footer .summary-buttons .button-quote:hover {
      border: 1px solid #24313f;
      color: #fff;
      background: #24313f;
  }
  #init-form .button-quote-mobile{
      border: 1px solid #39c862;
          background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
          background-image: linear-gradient(230deg, #19a121 0%, #49e822 58%);
          color: #fff;
          width:100%;
          display: none;
  }
  #init-form .button-quote-mobile:hover {
          background-image: linear-gradient(230deg, #19a121 0%, #49e822 58%);
              border: 1px solid #49e822;
              color: #fff;
  }
  
  /**Call Us*/
  #quote .call-us {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 25px;
      border-radius: 10px 10px 10px 10px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      padding: 30px 30px 110px 30px;
      position: relative;
      background: #fff;
      z-index: 1;
  }
  
  
  #quote .call-us .icon {
      padding: 15px 25px 10px 25px;
      background-color: transparent;
      background-image: linear-gradient(230deg, #FF6E4CE3 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
      border-style: none;
      border-radius: 15px 0px 15px 0px;
  }
  
  #quote .call-us .icon i {
      color: #fff;
  }
  
  #quote .call-us img {
      position: absolute;
      width: 140px;
      right: 0;
      bottom: 0;
      z-index: -1;
  }
  
  #quote .call-us .contact-list {
      display: flex;
      flex-flow: column wrap;
  }
  
  #quote .call-us .contact-list span {
      color: #233240;
  
  }
  
  
  #quote .call-us .contact-list span i {
      color: #39c862 !important;
      margin-right: 5px;
  }
  
  /*Mobile*/
  @media (max-width: 1024px) {
  
      #quote-form {
          flex-flow: column nowrap;
      }
  
      #quote-header{
          display: none;
      }
  
      #quote-progress {
          flex-flow: column wrap;
          align-items: flex-start;
          margin: 5px 0 40px 0;
      }
  
      #quote-progress .step {
          margin-bottom: 14px;
      }
  
      #quote-progress .step .step-separator {
          display: none;
      }
  
  
      #quote-form .section .section-title {
          font-size: 24px;
          width: 90%;
      }
  
      #quote-form .section-image {
          margin: 0 auto;
      }
  
      #quote .content {
          width: 100%;
      }
  
      #quote .section-input,
      #quote .option,
      #quote .option label {
          width: 100%;
      }
  
      #quote .option-group,
      #quote .section-content {
          display: flex;
          flex-flow: column wrap;
          gap: 15px;
      }
  
      #quote .option label {
          text-align: center;
      }
  
      #quote .type .option label {
          flex-flow: row wrap;
          padding: 10px;
      }
  
      #quote .type .option label img {
          margin-right: 8px;
          margin-bottom: 0;
      }
  
      #quote .dome .option-group,
      #quote .bullet .option-group {
          display: flex;
          flex-flow: row wrap;
          gap: 15px;
      }
  
  
      #quote .dome .option,
      #quote .bullet .option {
          width: auto;
      }
  
  
      #quote .dome .section-content,
      #quote .bullet .section-content {
          flex-flow: column wrap;
      }
  
      #quote-sidebar-wrap {
          min-width: unset;
          display: none;
      }
  
          #init-form .button-quote-mobile {
              display: block;
          }
  
      /*Sidebar*/
      #quote-mobile-sidebar-wrap {
          display: block;
          position: relative;
      }
  
      #quote-mobile-sidebar-wrap.hide {
          display: none;
  
      }
  
      #quote-mobile-sidebar {
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          background-color: #fff;
          padding: 14px 20px;
          position: fixed;
          width: 100%;
          bottom: 0;
          left: 0;
          z-index: 9999;
          border-radius: 30px 30px 0 0;
      }
  
      #quote-mobile-sidebar h4{
          font-size: 20px;
          font-weight: 600;
      }
  
      #quote-mobile-sidebar-wrap .qms-header a.close {
          color: #E84924; color: #39c862;
          font-size: 27px;
          position: absolute;
          top: 5px;
          right: 20px;
          cursor: pointer;
      }
  
      #quote-mobile-sidebar-wrap .qms-header {
          padding: 14px 0;
      }
  
      #quote-mobile-sidebar-wrap .qms-list {
          padding: 0;
      }
  
      #quote-mobile-sidebar-wrap .qms-header,
      #quote-mobile-sidebar-wrap .qms-list {
          display: none;
      }
  
  
  
      #quote-mobile-sidebar-wrap .qms-list {
          /* border-top: 1px solid #DEDEDF; */
          margin: 30px 0;
      }
  
      #quote-mobile-sidebar-wrap .qms-footer .prices.total {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 14px;
  
      }
  
      #quote-mobile-sidebar-wrap .qms-footer .prices.total {
          font-size: 14px;
          font-weight: 700;
          color: #E84924; color: #39c862;
      }
  
      #quote-mobile-sidebar-wrap .qms-footer .prices.total p {
          margin-bottom: 0px;
      }
  
      #quote-mobile-sidebar-wrap .qms-footer .summary-buttons {
          display: flex;
          flex-flow: row wrap;
          gap: 7px;
      }
  
      #quote-mobile-sidebar-wrap .qms-footer .summary-buttons button {
          padding: 10px 15px;
          font-size: 13px;
      }
  
      .qms-footer .summary-buttons .button {
          background: #fff;
          border: 1px solid #39c862;
          color: #39c862
      }
  
      .qms-footer .summary-buttons .button:hover {
          border: 1px solid #24313f;
          color: #fff;
          background: #24313f;
      }
  
      .qms-footer .summary-buttons .button-quote {
          border: 1px solid #39c862;
          background-image: linear-gradient(230deg, #FF6E4C 0%, #E84924 58%);
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
          color: #fff;
      }
  
      .qms-footer .summary-buttons .button-quote:hover {
  
      background-image: linear-gradient(230deg, #39c862 0%, #39c862 58%);
          border: 1px solid #39c862;
          color: #fff;
      }
  
      
  }