.hide {
  display: none !important;
}

.display {
  display: flex !important;
  flex-direction: column;
}

section.inner-post .post-wrapper .main-info .data-wrapper .form-wrapper .calculator-button .post-form{
  color: #FFF;
  border: 1px solid #249e6b;
  background: #249e6b;
  padding: 16px 0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.inner-post .post-wrapper .main-info .data-wrapper .form-wrapper .calculator-button .post-form:before{
  border-top: 1px solid #249e6b;
}
section.inner-post .post-wrapper .main-info .data-wrapper .form-wrapper {
  flex-direction: column;
}
.service-title {
  padding: 15px 10px;
  background: #F1F2F2;
  font-weight: 500;
  text-align: center;
}
.paslauga-template-default .slick-arrow {
  display:none!important;
}

.filling-popup-wrap {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}
.filling-popup-wrap.show {
  display: flex;
}
.filling-popup-wrap .filling-popup {
  width: 80%;
  height: 80%;
  border-radius: 20px;
}
.filling-popup-wrap .filling-popup .filling-popup-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.filling-popup-wrap .filling-popup .filling-popup-exit {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 45px;
  cursor: pointer;
}

@media (max-width: 768px) {
  section.woocommerce-order-details .table-responsive {
    overflow-x: scroll;
  }
}

.woocommerce-table--order-details {
  min-width: 500px;
}
.woocommerce-table--order-details thead tr th:nth-child(1) {
  width: 40px;
}
.woocommerce-table--order-details thead tr th:nth-child(1), .woocommerce-table--order-details thead tr th:nth-child(2), .woocommerce-table--order-details thead tr th:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-table--order-details tbody tr td:nth-child(1), .woocommerce-table--order-details tbody tr td:nth-child(2), .woocommerce-table--order-details tbody tr td:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-table--order-details .product-name {
  font-weight: 500;
}
.woocommerce-table--order-details .wc-item-meta {
  font-size: 12px;
  opacity: 0.5;
}
.woocommerce-table--order-details .wc-item-meta li {
  line-height: initial;
}

body.page-template-template-order .breadcrumbs-wrapper {
  border-bottom: none;
  border-top: none;
  padding: 0;
}
body.page-template-template-order .breadcrumbs-wrapper .container {
  display: none;
}

main.order-form {
  margin: 32px 0;
  min-height: calc(100vh - 289px);
  margin-top: 30px;
}
main.order-form .file-upload {
  flex-direction: column;
  gap: 15px;
}
main.order-form .file-upload .uploaded-files p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
}
main.order-form .file-upload .deletfile {
  border: none;
  padding: 0;
  height: 23px;
  background: #249e6b;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
main.order-form .file-upload .deletfile img {
  width: 80%;
}
main.order-form .file-upload .element {
  position: relative;
  padding: 15px 0;
  border: 2px dashed #E0E0E0;
}
main.order-form .file-upload .element input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}
main.order-form .file-upload .element p {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: #707070;
}
main.order-form .file-upload .element p img {
  width: 25px;
}
main.order-form .file-upload-2 {
  margin-bottom: 20px;
}
main.order-form .comment-title {
  margin-top: 20px;
  font-size: 16px !important;
}
main.order-form textarea[name=comment] {
  margin-bottom: 20px;
  width: 100% !important;
}
main.order-form .form-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
main.order-form .fillings {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
main.order-form .fillings .filling {
  width: calc(33% - 20px);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  main.order-form .fillings .filling {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  main.order-form .fillings .filling {
    width: 100%;
  }
}
main.order-form .fillings .filling.checked {
  background: rgba(0, 103, 185, 0.1215686275);
}
main.order-form .fillings .filling input {
  width: 16px;
  height: 16px;
}
main.order-form .fillings .filling .filling-image {
  position: relative;
}
main.order-form .fillings .filling .filling-image .magnify {
  width: 29px;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #FFF;
  padding: 4px;
  border-radius: 100%;
  cursor: pointer;
  border: 2px solid #249e6b;
}
main.order-form .fillings .filling > div:not(.filling-image) {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.order-form .fillings .filling > div:not(.filling-image) .title {
  font-weight: 600;
  margin-bottom: 10px;
}
main.order-form .fillings .filling > div:not(.filling-image) .price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
main.order-form .fillings .filling > div:not(.filling-image) .price .old {
  font-size: 14px;
  opacity: 0.8;
  text-decoration: line-through;
}
main.order-form .fillings .filling > div:not(.filling-image) .price .new {
  color: #249e6b;
  font-weight: 500;
  margin-left: 5px;
}
main.order-form .fillings .filling > div:not(.filling-image) .price span.popular {
  background: #249e6b;
  color: #FFF;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
}
main.order-form .fillings .filling img {
  max-width: 150px;
  width: 150px;
}
@media (max-width: 425px) {
  main.order-form .fillings .filling img {
    max-width: 100px;
    width: 100px;
  }
}
main.order-form .form-description {
  color: #646864;
  max-width: 480px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.3;
}
main.order-form .services-form-header {
  margin-bottom: 50px;
}
main.order-form .services-form-header .wrap {
  max-width: 800px;
}
main.order-form .services-form-header .form-switcher {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  main.order-form .services-form-header .form-switcher {
    flex-direction: column;
  }
}
main.order-form .services-form-header .form-switcher label {
  display: flex;
  align-items: center;
  font-weight: 300;
  width: calc(50% - 5px);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  main.order-form .services-form-header .form-switcher label {
    width: 100%;
    padding: 15px 10px;
  }
}
main.order-form .services-form-header .form-switcher label.active {
  background: rgba(0, 103, 185, 0.1215686275);
}
main.order-form .services-form-header .form-switcher label input {
  width: 19px;
  height: 19px;
  margin: 0;
  margin-top: -2px;
  margin-right: 15px;
}
main.order-form .request-form .form-title, main.order-form section.form .form-title {
  font-size: 16px;
  margin-bottom: 20px;
}
main.order-form .request-form #requestForm, main.order-form section.form #requestForm {
  max-width: 768px;
}
main.order-form .request-form .half-width, main.order-form .request-form .full-width, main.order-form section.form .half-width, main.order-form section.form .full-width {
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main.order-form .request-form .half-width, main.order-form .request-form .full-width, main.order-form section.form .half-width, main.order-form section.form .full-width {
    flex-direction: column;
    row-gap: 20px;
  }
}
main.order-form .request-form .half-width .element, main.order-form section.form .half-width .element {
  width: calc(50% - 10px);
  color:#249e6b;
}
@media (max-width: 768px) {
  main.order-form .request-form .half-width .element, main.order-form section.form .half-width .element {
    width: 100%;
  }
}
main.order-form .request-form .found-products .form-title {
  font-weight:600;
}
main.order-form .request-form .full-width .element, main.order-form section.form .full-width .element {
  width: 100%;
}
main.order-form .request-form .element label, main.order-form section.form .element label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #646864;
  margin-bottom: 8px;
  display: block;
}
.product-search-form .form-wrapper {
  max-width: 800px;
}
.product-search-form .single-product input{
  -moz-appearance: textfield;
}
.product-search-form .single-product input::-webkit-outer-spin-button, .product-search-form .single-product input::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.product-search-form .error {
  font-size: 14px;
  color: red;
  margin-top:10px;
}
main.order-form .request-form .element span, main.order-form section.form .element span {
  position: relative;
  display: block;
}
/*main.order-form .request-form .element span::after, main.order-form section.form .element span::after {*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  content: "";*/
/*  position: absolute;*/
/*  margin: -9px;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  transform: rotate(45deg);*/
/*  background-color: #fff;*/
/*  border-top: solid 1px #e0e0e0;*/
/*}*/
main.order-form .request-form .element span.woocommerce-validated::after, main.order-form section.form .element span.woocommerce-validated::after {
  border-color: #6dc22e;
}
main.order-form .request-form .element span.woocommerce-invalid::after, main.order-form section.form .element span.woocommerce-invalid::after {
  border-color: #a00;
}
main.order-form .element span select, main.order-form .request-form .element span input, main.order-form .request-form .element span textarea, main.order-form section.form .element span input, main.order-form section.form .element span textarea {
  color: #646864;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 17px 16px;
  /*border-radius: 0 0 0 10px;*/
}
main.order-form .element span select {
  width:100%;
}
/*.found-products, .found-accessories, .found-brands {*/
/*  margin-top:40px;*/
/*}*/
/*.found-accessories, .found-brands {*/
/*  margin-bottom: 40px;*/
/*}*/
.found-accessories {
  margin-top:40px;
}
.found-products .products-grid , .found-accessories .products-grid, .found-brands .products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}
.found-products .products-grid .single-product, .found-accessories .products-grid .single-product, .found-brands .products-grid .single-product {
  width: calc(33.3333333333% - 14px);
  border: solid 1px #A7A8AA;
  background-color: #F1F2F2;
  /*cursor: pointer;*/
}
.found-products .products-grid .single-product.selected, .found-accessories .products-grid .single-product.selected , .found-brands .products-grid .single-product.selected {
  border: 2px solid #249e6b;
  cursor: default;
}
.found-products .products-grid .single-product.selected .select-other, .found-accessories .products-grid .single-product.selected .select-other, .found-brands .products-grid .single-product.selected .select-other{
  display:block;
}
.found-products .products-grid .single-product .select-other, .found-accessories .products-grid .single-product .select-other, .found-brands .products-grid .single-product .select-other {
  width: fit-content;
  color:#FFF;
  background-color: red;
  padding:5px 20px;
  margin: auto;
  border-radius: 5px;
  display: none;
  margin-bottom:15px;
  cursor: pointer;
}
.search-products, .search-accessories, .button-style {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 35px;
  background-color: #249e6b;
  border: solid 1px #249e6b;
  color: #ffffff;
  border-radius: 0 0 0 10px;
  margin: 12px 0;
  margin-top: 0px;
  position: relative;
  padding-right: 50px;
  margin-left: auto;
  display: block;
  transition: 0.6s color, 0.6s background;
  width: fit-content;
}
.button-style {
  margin-bottom:0;
}
.sub-form-title {
  margin-bottom:30px;
  margin-top: -20px;
  font-size: 12px;
}
.height-too-big {
  color: red;
}
.search-products::after, .search-accessories::after, .button-style::after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  margin: -10px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #249e6b;
}
.found-products .products-grid .single-product .info , .found-accessories .products-grid .single-product .info, .found-brands .products-grid .single-product .info {
  padding:10px 15px;
  background-color: #F1F2F2;
}
.found-products .products-grid .single-product .info p  , .found-accessories .products-grid .single-product .info p  , .found-brands .products-grid .single-product .info p  {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.found-brands .products-grid .single-product input {
  display:none;
}
.step {
  border-top: solid 1px #E0E0E0;
  padding: 24px 0;
}
.step.back {
  cursor: pointer;
}
.step .step-title {
  color: #666666;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.step.active .step-title {
  color:#000;
}
.step .step-content {
  padding-top: 24px;
  flex-direction: column;
  display:none!important;
}
.step.active .step-content {
  display:flex!important;
}
.found-products .products-grid .single-product input ,.found-accessories .products-grid .single-product input  {
  border: solid 1px #A7A8AA;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin-top: 15px;
}
.product-search-form .total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top:35px;
}
.product-search-form .total {
  /*position: fixed;*/
  bottom: 0;
  padding: 7px;
  height:44px;
  width: 150px;
  background: #249e6b;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.found-products .form-title span{
  color:#249e6b;
}
main.order-form .request-form .element span.woocommerce-validated input, main.order-form .request-form .element span.woocommerce-validated textarea, main.order-form section.form .element span.woocommerce-validated input, main.order-form section.form .element span.woocommerce-validated textarea {
  border-color: #6dc22e;
}
main.order-form .request-form .element span.woocommerce-invalid input, main.order-form .request-form .element span.woocommerce-invalid textarea, main.order-form section.form .element span.woocommerce-invalid input, main.order-form section.form .element span.woocommerce-invalid textarea {
  border-color: #a00;
}
main.order-form .request-form .element span textarea, main.order-form section.form .element span textarea {
  resize: none;
  height: 128px !important;
  width: 100%;
  display: block;
}
main.order-form .request-form .element span, main.order-form .request-form .element input, main.order-form section.form .element span, main.order-form section.form .element input {
  width: 100%;
}
main.order-form .request-form .submit-request, main.order-form section.form .submit-request {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 35px;
  background-color: #249e6b;
  border: solid 1px #249e6b;
  color: #ffffff;
  border-radius: 0 0 0 10px;
  margin: 12px 0;
  margin-top: 35px;
  position: relative;
  padding-right: 50px;
  pointer-events: inherit;
  transition: 0.6s color, 0.6s background;
  width: fit-content;
  width: -moz-fit-content;
}
@media (max-width: 500px) {
  .found-products .products-grid .single-product, .found-accessories .products-grid .single-product, .found-brands .products-grid .single-product {
    width: calc(50% - 10px);
  }
  main.order-form .request-form .submit-request, main.order-form section.form .submit-request {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
main.order-form .request-form .submit-request.active, main.order-form section.form .submit-request.active {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
main.order-form .request-form .submit-request:hover, main.order-form section.form .submit-request:hover {
  background-color: #fff;
  color: #1D1E1D;
}
main.order-form .request-form .submit-request:hover::before, main.order-form section.form .submit-request:hover::before {
  filter: invert(1);
}
main.order-form .request-form .submit-request::after, main.order-form section.form .submit-request::after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  margin: -10px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #249e6b;
}
main.order-form .loader {
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
main.order-form .loader.show {
  display: flex;
}
main.order-form .loader svg {
  width: 150px;
  height: 150px;
}
main.order-form section.form, main.order-form section.login {
  position: relative;
}
main.order-form section.form .data-wrapper, main.order-form section.login .data-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper, main.order-form section.login .data-wrapper {
    flex-direction: column;
  }
}
main.order-form section.form .data-wrapper .button-trigger, main.order-form section.login .data-wrapper .button-trigger {
  flex: 1;
  margin-right: 56px;
  min-width: 200px;
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper .button-trigger, main.order-form section.login .data-wrapper .button-trigger {
    margin-right: 0px;
  }
}
main.order-form section.form .data-wrapper .button-trigger .item-head, main.order-form section.login .data-wrapper .button-trigger .item-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: solid 1px #E0E0E0;
}
main.order-form section.form .data-wrapper .button-trigger .item-head.step-2, main.order-form section.form .data-wrapper .button-trigger .item-head.step-3, main.order-form section.login .data-wrapper .button-trigger .item-head.step-2, main.order-form section.login .data-wrapper .button-trigger .item-head.step-3 {
  margin-top: 24px;
  padding: 25px 0 0 0;
  border: none;
  border-top: solid 1px #E0E0E0;
}
main.order-form section.form .data-wrapper .button-trigger .item-head.step-2.half, main.order-form section.form .data-wrapper .button-trigger .item-head.step-3.half, main.order-form section.login .data-wrapper .button-trigger .item-head.step-2.half, main.order-form section.login .data-wrapper .button-trigger .item-head.step-3.half {
  display: none;
}
main.order-form section.form .data-wrapper .button-trigger .item-head.step-2 span, main.order-form section.form .data-wrapper .button-trigger .item-head.step-3 span, main.order-form section.login .data-wrapper .button-trigger .item-head.step-2 span, main.order-form section.login .data-wrapper .button-trigger .item-head.step-3 span {
  color: #666666;
}
main.order-form section.form .data-wrapper .button-trigger .item-head.half, main.order-form section.login .data-wrapper .button-trigger .item-head.half {
  max-width: calc(100% - 520px);
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper .button-trigger .item-head.half, main.order-form section.login .data-wrapper .button-trigger .item-head.half {
    max-width: 100%;
  }
}
main.order-form section.form .data-wrapper .button-trigger .item-head.half span, main.order-form section.login .data-wrapper .button-trigger .item-head.half span {
  color: #666666;
}
main.order-form section.form .data-wrapper .button-trigger .item-head > span, main.order-form section.login .data-wrapper .button-trigger .item-head > span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
main.order-form section.form .data-wrapper .button-trigger .item-head > span .completed, main.order-form section.login .data-wrapper .button-trigger .item-head > span .completed {
  display: none;
}
main.order-form section.form .data-wrapper .button-trigger .item-head > span .completed.display, main.order-form section.login .data-wrapper .button-trigger .item-head > span .completed.display {
  margin-right: 8px;
}
main.order-form section.form .data-wrapper .button-trigger .item-head .edit, main.order-form section.login .data-wrapper .button-trigger .item-head .edit {
  display: none;
}
main.order-form section.form .data-wrapper .button-trigger .item-head .edit.display, main.order-form section.login .data-wrapper .button-trigger .item-head .edit.display {
  flex-direction: row;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #666666;
  padding: 2px 8px;
  border: solid 1px #E0E0E0;
  border-radius: 16px;
  background-color: #F1F2F2;
}
main.order-form section.form .data-wrapper .button-trigger .item-head .edit.display .text, main.order-form section.login .data-wrapper .button-trigger .item-head .edit.display .text {
  padding: 0 8px;
}
main.order-form section.form .data-wrapper .button-trigger .item-head .edit.display .errors, main.order-form section.login .data-wrapper .button-trigger .item-head .edit.display .errors {
  font-size: 14px;
  line-height: 20px;
  color: #B00020 !important;
}
main.order-form section.form .data-wrapper .button-trigger .item-head .edit.display svg, main.order-form section.login .data-wrapper .button-trigger .item-head .edit.display svg {
  margin-left: 4px;
}
main.order-form section.form .data-wrapper .button-trigger .cta-button, main.order-form section.login .data-wrapper .button-trigger .cta-button {
  display: flex;
  justify-content: flex-end;
  border-bottom: solid 1px #E0E0E0;
  padding: 24px 0;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper .button-trigger .cta-button, main.order-form section.login .data-wrapper .button-trigger .cta-button {
    border-bottom: none;
    padding: 0;
    position: absolute;
    bottom: 60px;
    right: 20px;
    margin-bottom: 0;
  }
}
main.order-form section.form .data-wrapper .button-trigger .cta-button span, main.order-form section.login .data-wrapper .button-trigger .cta-button span {
  display: flex;
  align-items: center;
  background-color: #249e6b;
  color: #ffffff;
  padding: 14px 16px;
  border-radius: 0 0 0 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
main.order-form section.form .data-wrapper .button-trigger .cta-button span:after, main.order-form section.login .data-wrapper .button-trigger .cta-button span:after {
  top: 51px;
  left: 0;
  content: "";
  position: absolute;
  margin: -6px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #249e6b;
}
main.order-form section.form .data-wrapper .button-trigger .cta-button span.hidden, main.order-form section.login .data-wrapper .button-trigger .cta-button span.hidden {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}
main.order-form section.form .data-wrapper .form-wrapper, main.order-form section.login .data-wrapper .form-wrapper {
  padding: 10px 0 50px 0;
  background: #FFFFFF;
  max-width: 768px;
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper .form-wrapper, main.order-form section.login .data-wrapper .form-wrapper {
    padding: 0px 0 50px 0;
    max-width: 100%;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm {
  display: flex;
  flex-direction: column;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .full-width, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .full-width {
  position: relative;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .full-width.hidden, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .full-width.hidden {
  display: none;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width .element, main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns .element, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width .element, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns .element {
  position: relative;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .error-message, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .error-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B00020;
  padding: 0 16px;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm select, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("/wp-content/uploads/2023/05/Vector.svg");
  background-size: 14px;
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm input[type=text], main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm input[type=password],
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm select, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm input[type=text], main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm input[type=password],
main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm select {
  font-family: "Roboto";
  color: #646864;
  background-color: transparent;
  font-weight: 300;
  width: 100%;
  line-height: 16px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  height: 48px;
  padding-left: 16px;
  font-size: 16px;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm input[type=text]::placeholder, main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm input[type=password]::placeholder,
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm select::placeholder, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm input[type=text]::placeholder, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm input[type=password]::placeholder,
main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm select::placeholder {
  font-size: 16px;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-validated input, main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-validated textarea, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-validated input, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-validated textarea {
  border-color: #6dc22e;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-invalid input, main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-invalid textarea, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-invalid input, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm span.woocommerce-invalid textarea {
  border-color: #a00;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm select, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm select {
  cursor: pointer;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .full-width input,
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .full-width select, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .full-width input,
main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .full-width select {
  width: 100%;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .full-width.company_name, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .full-width.company_name {
  display: none;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .full-width.company_name.show, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .full-width.company_name.show {
  display: flex;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width {
  display: flex;
}
@media (max-width: 425px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width {
    flex-direction: column;
    gap: 15px;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width.company_name, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width.company_name {
  display: none;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width.company_name.show, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width.company_name.show {
  display: flex;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width .element, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width .element {
  flex: 1;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width .element:first-of-type, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width .element:first-of-type {
  margin-right: 16px;
}
@media (max-width: 425px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width .element:first-of-type, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width .element:first-of-type {
    margin-right: 0px;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .half-width .element input, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .half-width .element input {
  width: 100%;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection {
    gap: 0px;
  }
}
@media (max-width: 500px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection {
    gap: 10px;
    flex-direction: column;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection input, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection input {
  display: none;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection input:checked ~ label:before, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection input:checked ~ label:before {
  border: none;
  background-image: url(/wp-content/uploads/2023/05/Vector-1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection label, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .client-selection label::before, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .client-selection label::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #666666;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .custom-options, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .custom-options {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .custom-options label, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .custom-options label {
  display: flex;
  align-items: center;
  font-weight: 300;
  width: calc(50% - 5px);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .custom-options label, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .custom-options label {
    width: 100%;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .custom-options label input, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .custom-options label input {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-top: -2px;
  margin-right: 15px;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .custom-options label.active, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .custom-options label.active {
  background: rgba(0, 103, 185, 0.1215686275);
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns {
  display: none;
  padding-bottom: 20px;
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns.show, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns.show {
  display: flex;
}
@media (max-width: 768px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns {
    gap: 15px;
    flex-direction: column;
  }
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns select, main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns input, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns select, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns input {
    width: 100%;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns .element, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns .element {
  flex: 1;
  max-width: 33%;
}
@media (max-width: 768px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns .element, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns .element {
    max-width: 100%;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns .element:nth-child(2), main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns .element:nth-child(2) {
  margin: 0 16px;
}
@media (max-width: 768px) {
  main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .three-columns .element:nth-child(2), main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .three-columns .element:nth-child(2) {
    margin: 0px;
  }
}
main.order-form section.form .data-wrapper .form-wrapper #primaryPostForm .send-request, main.order-form section.login .data-wrapper .form-wrapper #primaryPostForm .send-request {
  display: none;
}
main.order-form section.form {
  display: none;
}
main.order-form section.form .form-title {
  font-size: 16px;
  margin-bottom: 20px;
}
main.order-form section.form .data-wrapper .button-trigger .item-head.step-3 {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
main.order-form section.form .data-wrapper .item-head.step-3.mobile {
  display: none;
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper .item-head.step-3.mobile {
    display: block;
    padding-top: 24px;
    border-top: solid 1px #E0E0E0;
    color: #666;
  }
}
@media (max-width: 991px) {
  main.order-form section.form .data-wrapper .item-head.step-3.desktop {
    display: none;
  }
}
main.order-form section.login #customer_logins {
  display: flex;
  padding-top: 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  main.order-form section.login #customer_logins {
    flex-direction: column;
  }
}
main.order-form section.login #customer_logins .col-6 {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  main.order-form section.login #customer_logins .col-6 {
    width: 100%;
  }
}
main.order-form section.login #customer_logins .col-6:nth-child(1) {
  border-right: 2px solid #E0E0E0;
  padding-right: 15px;
}
@media (max-width: 768px) {
  main.order-form section.login #customer_logins .col-6:nth-child(1) {
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 40px;
  }
}
main.order-form section.login #customer_logins .col-6 h4 {
  font-weight: 500;
  margin-bottom: 30px;
}
main.order-form section.login #customer_logins .checkout-type {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
main.order-form section.login #customer_logins .checkout-type input {
  display: none;
}
main.order-form section.login #customer_logins .checkout-type span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.order-form section.login #customer_logins .checkout-type input:checked ~ span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #249e6b;
}
main.order-form section.login #customer_logins .login-username, main.order-form section.login #customer_logins .login-password {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  color: #646864;
}
main.order-form section.login #customer_logins .login-submit {
  margin-bottom: 15px;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}
main.order-form section.login #customer_logins .forgot-password {
  text-transform: uppercase;
  color: #646864;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.1em;
}
main.order-form section.login #customer_logins .login-submit input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 35px;
  background-color: #249e6b;
  border: solid 1px #249e6b;
  color: #ffffff;
  border-radius: 0 0 0 10px;
  position: relative;
  padding-right: 50px;
}
main.order-form section.login #customer_logins .login-submit:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  margin: -9px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #249e6b;
}
main.order-form section.login #customer_logins .login-submit:before {
  content: "";
  width: 9px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 25px;
  background-image: url(/wp-content/uploads/2023/05/white-arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.5s;
  z-index: 2;
}
main.order-form section.login #customer_logins .login-remember {
  display: none;
}
main.order-form section.login input {
  font-family: "Roboto";
  color: #646864;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 17px 16px;
  border-radius: 0 0 0 10px;
}
main.order-form section.login .data-wrapper .button-trigger .cta-button {
  justify-content: flex-start;
  border-bottom: none;
}
@media (max-width: 991px) {
  main.order-form section.login .data-wrapper .button-trigger .cta-button {
    position: static;
    margin-top: 24px;
  }
}
main.order-form section.order-form-table {
  display: none;
}
@media (max-width: 1024px) {
  main.order-form section.order-form-table > .container {
    width: 100%;
  }
}
main.order-form section.order-form-table.display {
  margin-top: 24px;
}
main.order-form section.order-form-table textarea {
  font-family: "Roboto";
  color: #646864;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 17px 16px;
  border-radius: 0 0 0 10px;
  width: 50%;
  height: 150px;
  resize: none;
}
@media (max-width: 1024px) {
  main.order-form section.order-form-table textarea {
    width: 100%;
  }
}
main.order-form section.order-form-table .item-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}
main.order-form section.order-form-table .item-head > span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
main.order-form section.order-form-table .item-head > span .completed {
  display: none;
}
main.order-form section.order-form-table .item-head > span .completed.display {
  margin-right: 8px;
}
main.order-form section.order-form-table .table-wrapper {
  display: flex;
  flex-direction: column;
}
main.order-form section.order-form-table .table-wrapper .column-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  border: solid 1px #E0E0E0;
  border-bottom: none;
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper .column-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  width: -webkit-fill-available;
  border: solid 1px #E0E0E0;
  border-bottom: none;
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper .column-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 95px;
  max-width: 95px;
  border: solid 1px #E0E0E0;
  border-bottom: none;
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper .column-3 i {
  font-weight: 300;
}
main.order-form section.order-form-table .table-wrapper .column-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  max-width: 300px;
  border: solid 1px #E0E0E0;
  border-bottom: none;
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper .column-4 i {
  font-weight: 300;
}
main.order-form section.order-form-table .table-wrapper .column-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  max-width: 300px;
  border: solid 1px #E0E0E0;
  border-bottom: none;
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper .column-5 i {
  font-weight: 300;
}
main.order-form section.order-form-table .table-wrapper .column-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 225px;
  max-width: 225px;
  border: solid 1px #E0E0E0;
  border-bottom: none;
}
main.order-form section.order-form-table .table-wrapper .table-responsive {
  overflow-x: scroll;
  max-width: calc(100vw - 40px);
}
main.order-form section.order-form-table .table-wrapper .table-head {
  display: flex;
}
main.order-form section.order-form-table .table-wrapper .table-head span {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 8px;
}
main.order-form section.order-form-table .table-wrapper .table-head .subcolumn {
  display: flex;
}
main.order-form section.order-form-table .table-wrapper .table-head .subcolumn span {
  display: inline-block;
  min-width: 75px;
  max-width: 75px;
  border-top: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0;
}
main.order-form section.order-form-table .table-wrapper .table-head .subcolumn span:last-of-type {
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper .table-head .column-4 .subcolumn span {
  min-width: 100px;
  max-width: 100px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row {
  display: flex;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("/wp-content/uploads/2023/05/Vector.svg");
  background-size: 8px;
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column {
  display: flex;
  border: solid 1px #E0E0E0;
  justify-content: center;
  border-bottom: none;
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:last-of-type {
  border-right: solid 1px #E0E0E0;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column .dropdown-list {
  position: absolute;
  top: 34px;
  z-index: 2;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow-y: scroll;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column .dropdown-list a {
  padding: 10px;
  background-color: #E0E0E0;
  font-size: 12px;
  cursor: pointer;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column .dropdown-list a:hover {
  background-color: #f5f5f5;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column select,
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column input {
  width: 100%;
  border: none;
  padding: 8px;
  font-size: 16px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column select {
  background-color: #E9F5F0;
  cursor: pointer;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(1) {
  min-width: 40px;
  max-width: 40px;
  padding: 8px 11px;
  border-bottom: none;
  border-right: none;
  font-size: 16px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(2) {
  min-width: 300px;
  width: -webkit-fill-available;
  position: relative;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(3), main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(4) {
  min-width: 95px;
  max-width: 95px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(3) select, main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(4) select {
  background-color: #FFF;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(5), main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(6) {
  min-width: 100px;
  max-width: 100px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(7) {
  min-width: 100px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(7) select {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  border-right: solid 1px #E0E0E0;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(7) select:last-of-type {
  border-right: none;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(8) {
  min-width: 300px;
  max-width: 300px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row .column:nth-of-type(9) {
  min-width: 225px;
  max-width: 225px;
}
main.order-form section.order-form-table .table-wrapper form .rows .table-row:last-of-type .column {
  border-bottom: solid 1px #E0E0E0;
}
main.order-form section.order-form-table .table-wrapper form .add-row {
  width: 41px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: solid 1px #E0E0E0;
  border-top: none;
}
main.order-form section.order-form-table .table-wrapper form #myfile {
  display: none;
}
main.order-form section.order-form-table .table-wrapper form .addFile-wrapper {
  display: flex;
  align-items: center;
  margin: 32px 0;
}
main.order-form section.order-form-table .table-wrapper form .addFile-wrapper .file-trigger {
  border: solid 1px #249e6b;
  border-radius: 0 0 0 10px;
  cursor: pointer;
  position: relative;
}
main.order-form section.order-form-table .table-wrapper form .addFile-wrapper .file-trigger:after {
  top: 45px;
  left: 0;
  content: "";
  position: absolute;
  margin: -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #249e6b;
}
main.order-form section.order-form-table .table-wrapper form .addFile-wrapper .file-trigger > span {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #249e6b;
  padding: 12px 20px;
}
main.order-form section.order-form-table .table-wrapper form .addFile-wrapper .file-trigger > span svg {
  margin-left: 8px;
}
main.order-form section.order-form-table .table-wrapper form .addFile-wrapper .selected-file {
  margin-left: 24px;
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
main.order-form section.order-form-table .table-wrapper form .info-block {
  margin-bottom: 32px;
  margin-top: 32px;
}
main.order-form section.order-form-table .table-wrapper form .info-block > span {
  display: flex;
  align-items: center;
}
main.order-form section.order-form-table .table-wrapper form .info-block > span svg {
  margin-right: 8px;
}
main.order-form section.order-form-table .table-wrapper form .info-block > span span.info-text {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 991px) {
  main.order-form section.order-form-table .table-wrapper form .info-block > span span.info-text {
    font-size: 14px;
  }
}
main.order-form section.order-form-table .table-wrapper form #finish_button {
  display: none;
}
main.order-form section.order-form-table .table-wrapper form .finish-wrapper {
  display: flex;
}
main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span {
  cursor: pointer;
  background: #249e6b;
  border-radius: 0 0 0 10px;
  position: relative;
}
main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span:after {
  top: 47px;
  left: 0;
  content: "";
  position: absolute;
  margin: -6px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #249e6b;
}
main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span .info-text {
  cursor: not-allowed;
  opacity: 0.8;
  display: flex;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 32px;
  align-items: center;
}
main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span .info-text.active {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span .info-text > svg {
  margin-left: 8px;
}
@media (max-width: 425px) {
  main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span .info-text > svg {
    display: none;
  }
}
@media (max-width: 500px) {
  main.order-form section.order-form-table .table-wrapper form .finish-wrapper > span {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}

/*# sourceMappingURL=OrderForm.css.map */
