.whb-header_286702 .whb-main-header .px-open-card-request-basket .info-box-icon {
    position: relative;
    display: inline-block;
}

.whb-header_286702 .whb-main-header .px-open-card-request-basket .elementor-icon-nmb {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 15px;
    font-weight: bold;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border-radius: 50%;
    color: #333;
}
	
@media (min-width:1024px) {
	.whb-header_286702 .whb-main-header .whb-header-bottom .whb-col-right .px-open-card-request-basket .elementor-icon-nmb {
           top: 30%;
           transform: translate(50%, -60%);
	}
}


/* Target the default button directly */
.px-cart .single_variation_wrap,
.wd-sticky-btn form.cart button:not(.px-btn-submit),
div.wd-single-add-cart form.cart button:not(.px-btn-submit) {
  display: none !important;
} 


.px-cart-variations-button,
.px-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: var(--content-align);
}

.px-btn-submit {
  flex: 1 1 auto !important;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
  font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.px-btn-submit:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}

.px-btn-submit.px-removing {
  pointer-events: none;
}

.px-btn-submit.px-removing span {
  opacity: 0 !important;
}

.px-btn-submit.px-removing::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-left-color: #fff;
  border-radius: 50%;
  display: inline-block;

  /* animation */
  animation: wd-rotate 0.45s linear infinite;
  opacity: 1;
  /* start visible */
  transition: opacity 0.6s ease;
  z-index: 2;
}

/* Fade out when finished (optional) */
.px-item-img-link:not(.px-removing)::after {
  opacity: 0;
  transition: opacity 0.6s ease;
}











.px-quantity {
  flex: 0 0 auto;
  --wd-form-height: 42px;
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
}

.px-quantity input[type="number"] {
  width: 30px;
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.px-quantity input[type="button"]:hover {
  color: #fff;
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}

.px-quantity .minus {
  border-start-start-radius: var(--wd-form-brd-radius);
  border-end-start-radius: var(--wd-form-brd-radius);
  border-right: 0 !important;
}

.px-quantity .plus {
  border-start-end-radius: var(--wd-form-brd-radius);
  border-end-end-radius: var(--wd-form-brd-radius);
  border-left: 0 !important;
}

.px-quantity input[type="button"]{
  font-weight: 400;
  padding: 0 5px;
  min-width: 25px;
  min-height: unset;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  background: var(--wd-form-bg);
  box-shadow: none;
}

.page.type-page .wd-products-element.title-line-one .wd-carousel:not(.wd-stretch-cont-lg) .wd-add-btn.wd-add-btn-replace {
  display: none !important;
}

.page.type-page .wd-products-element .wd-products.grid-columns-1 .wd-add-btn.wd-add-btn-replace,
.page.type-page .wd-products-element .wd-products.grid-columns-2 .wd-add-btn.wd-add-btn-replace {
  display: none !important;
}

.px-add-to-quote,
.px-add-quote-button {
  display: inline-flex;
  flex: 1 1 auto !important;
}

.px-request-quote-wrapper {
  display: none;
}

.px-request-quote-wrapper.px-show {
  display: block;
}

.px-request-quote-mini-cart.px-show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000005c;
  z-index: 999;
  opacity: 1;
}

.px-request-quote-mini-cart {
  display: none;
  opacity: 0;
}

.px-card-request-basket {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 380px;
  z-index: 99999;
  border-left: solid #e9e6ed 1px;
  background-color: white;
  transform: translateX(100%);
  transition: .4s;
}

.px-card-request-basket.px-show {
  transform: translateX(0%);
}

@media (min-width:768px) {
   #wpadminbar ~ .px-card-request-basket,
   #admin-bar ~ .px-card-request-basket,
   body.admin-bar .px-card-request-basket {
     top: 32px;                 /* offset */
     height: calc(100vh - 32px);
   }
}

@media (max-width:560px) {
  .px-card-request-basket.px-show {
     width: 100vw !important;
  }
}

.px-card-request-basket .px-card-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: solid 1px #e9e6ed;
}

.px-card-head .px-heading-request-basket {
  font-size: 16px;
  font-weight: 600;
  text-transform: math-auto;
  margin: 0;
  color: #2d2d2d;
}

.px-card-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
  gap: 10px;
  height: calc(100vh - 250px);
}

.px-card-content .px-content-body {
  overflow: hidden;
  overflow-y: auto;
}

.px-card-content .px-content-title {
  font-size: 21px;
  text-transform: math-auto;
  margin: 0;
  color: #2d2d2d;
}

.px-card-content .px-items-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.px-card-content .px-content-body::-webkit-scrollbar {
  width: 4px;               
}

.px-card-content .px-content-body::-webkit-scrollbar-track {
  background: #e4e2e2;  
}

.px-card-content .px-content-body::-webkit-scrollbar-thumb {
  background-color: #b3b2b2;  
  transition: background-color 0.3s ease;
}

.px-card-content .px-item-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 99%;
  padding: 10px 16px;
  border: solid 1px #00000016;
  margin: 0;
  border-radius: 8px;
  background: white;
}

.px-card-content .px-item-block:hover {
  border: solid 1px #00000066;
}

.px-card-content .px-item-block .px-item-img-link {
  position: relative;
  opacity: 1;
}

.px-card-content .px-item-block .px-item-img-link,
.px-card-content .px-item-block img {
  display: flex;
  width: 100px;
  height: fit-content;
}

.px-card-content .px-item-block .px-item-img-link.px-removing {
  opacity: .5;
}

.px-item-img-link.px-removing::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;    
  border-left-color: #cf1722; 
  border-radius: 50%;
  display: inline-block;

  /* animation */
  animation: wd-rotate 0.45s linear infinite;
  opacity: 1; /* start visible */
  transition: opacity 0.6s ease;
  z-index: 2;
}

/* Fade out when finished (optional) */
.px-item-img-link:not(.px-removing)::after {
  opacity: 0;
  transition: opacity 0.6s ease;
}

@keyframes wd-rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.px-card-content .px-item-text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.px-card-content .px-item-text-block .px-item-title {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: math-auto;
  color: var(--wd-title-color);
}

.px-card-content .px-item-text-block .px-item-block-attributes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.px-card-content .px-item-text-block .px-item-text-block-attributes {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.px-card-content .px-item-text-block .px-item-attributes, 
.px-card-content .px-item-text-block .px-item-qty, 
.px-card-content .px-item-text-block .px-item-ref {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  color: #474747;
}

.px-card-request-basket .px-close-card-request-basket,
.px-card-content .px-item-text-block .px-item-block-attributes .px-item-block-remove {
  font-size: 19px;
  cursor: pointer;
}

.px-mini-cart-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  min-height: 60%;
  width: 100%;
}

.px-mini-cart-empty-text {
  font-size: 17px;
  font-weight: 400;
  text-transform: math-auto;
}

.px-card-footer {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding: 20px;
  border-top: solid 1px #e9e6ed;
  background: #ffffff;
}

.px-mini-cart-empty .px-button,
.px-card-footer .px-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase !important;
  letter-spacing: 0.04rem;
  color: #474747;
  min-width: fit-content;
  padding: 5px 10px;
  border-radius: 25px;
  background: #f0f0f1;
}

.px-mini-cart-empty .px-button i,
.px-card-footer .px-button i {
  font-size: 18px;
}

.px-mini-cart-empty .px-button:hover,
.px-card-footer .px-button.px-btn-cart:hover {
  background: #dbdadd;
}

.px-card-footer .px-button.px-checkout {
  color: white;
  background: var(--btn-accented-bgcolor);
}
.px-card-footer .px-button.px-checkout:hover {
  background: var(--btn-accented-bgcolor-hover);
}

.px-card-request-quote-form-body .px-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0;
  width: 100%;
  gap: 16px;
}

#px-form-request_quote.px-loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-left-color: var( --e-global-color-primary );
  border-radius: 50%;
  display: inline-block;

  /* animation */
  animation: wd-rotate 0.45s linear infinite;
  opacity: 1;
  /* start visible */
  transition: opacity 0.6s ease;
  z-index: 2;
}

#px-form-request_quote.px-loading::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 40px);
  background: #8080801a;
  z-index: 1;
}

@media (max-width: 560px) {
  .px-card-request-quote-form-body #px-form-request_quote .px-row:nth-child(1),
  .px-card-request-quote-form-body #px-form-request_quote .px-row:nth-child(2) {
    flex-direction: column;
  }
}

.px-card-request-quote-form-body .px-control-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.px-card-request-quote-form-body .px-control-form .px-checkbox-control-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.px-card-request-quote-form-body .px-control-form .px-checkbox-control-form .px-label-form {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var( --e-global-color-cc77f3e ) !important;
  margin: 0;
}

.px-card-request-quote-form-body .px-control-form .px-label-form {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var( --e-global-color-cc77f3e ) !important;
}

.px-card-request-quote-form-body .px-control-form .px-label-form .px-required {
   font-size: 16px;
   font-weight: 400;
   color: #d73131;
}

.px-card-request-quote-form-body .px-control-form .px-input-form,
.px-card-request-quote-form-body .px-control-form .px-select-form,
.px-card-request-quote-form-body .px-control-form .px-textarea-form {
  font-size: 14px;
  font-weight: 500;
  color: var( --e-global-color-cc77f3e ) !important;
  border: solid 1px #0000001A;
  border-radius: 8px;
  height: 40px;
  width: 100%;
}

.px-card-request-quote-form-body .px-control-form .px-input-form.input-error,
.px-card-request-quote-form-body .px-control-form .px-select-form.input-error,
.px-card-request-quote-form-body .px-control-form .px-textarea-form.input-error {
  outline: 1px solid #d73131;
}

.px-card-request-quote-form-body .px-control-form .px-error-form {
  font-size: 12px;
  font-weight: 300;
  color: #d73131;
}

.px-error-form.px-general-message {
  font-size: 14px;
  color: #d73131;
}

.px-card-request-quote-form-body .px-file-form-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  margin: 5px 0 10px 0;
  transition: .3s;
  cursor: pointer;
  border: dashed 1px #B4B4B4;
  width: 100%;
  border-radius: 8px;
}

.px-card-request-quote-form-body .px-file-form-card .px-upload-icon i {
  font-size: 52px;
}

.px-card-request-quote-form-body .px-file-form-card .px-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.px-card-request-quote-form-body .px-file-form-card .px-upload-label label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
}

.px-card-request-quote-form-body .px-file-form-card .px-upload-error  {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: var( --e-global-color-primary );
}

.px-card-request-quote-form-body #px-logo-preview {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #0000000A;
  width: fit-content;
}

.px-card-request-quote-form-body #px-logo-preview .px-logo-preview-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.px-card-request-quote-form-body #px-logo-preview .px-file-name {
  display: inline-block;
  max-width: 200px;    
  white-space: nowrap;  
  overflow: hidden;     
  text-overflow: ellipsis; 
  vertical-align: middle;
}

.px-card-request-quote-form-body #px-logo-preview .px-logo-preview-icon,
.px-card-request-quote-form-body #px-logo-preview .px-logo-preview-remove-icon {
  font-size: 19px;
}

.px-card-request-quote-form-body #px-logo-preview .px-logo-preview-icon {
  transform: rotate(-45deg);
}

.px-card-request-quote-form-body #px-logo-preview .px-logo-preview-remove-icon {
  color: var( --e-global-color-primary );
  margin-left: 20px;
  cursor: pointer;
}

.px-card-request-quote-form-body .px-file-form-card .px-upload-label .px-upload-label-details {
  font-size: 12px;
  font-weight: 400;
}

.px-card-request-quote-form-body .px-deleverydate-form-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.px-card-request-quote-form-body .px-deleverydate-form-card .px-deleverydate {
  font-size: 14px;
  padding: 8px 18px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #0000001A;
  cursor: pointer;
}

.px-card-request-quote-form-body .px-deleverydate-form-card .px-deleverydate.px-active {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.px-card-request-quote-form-body .px-deleverydate label {
  font-size: 14px;  
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
}

.px-card-request-quote-form-body .px-deleverydate input {
  display: none;
}

.px-card-request-quote-products .px-content-body {
  display: flex;
  flex-direction: column;
  max-height: 370px;
}

.px-card-request-quote-products .px-items-block {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
}

.px-card-request-quote-products .px-items-block::-webkit-scrollbar {
  width: 4px;               
}

.px-card-request-quote-products .px-items-block::-webkit-scrollbar-track {
  background: #e4e2e2;  
}

.px-card-request-quote-products .px-items-block::-webkit-scrollbar-thumb {
  background-color: #b3b2b2;  
  transition: background-color 0.3s ease;
}

.px-card-request-quote-products .px-item-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 99%;
  padding: 12px 16px;
  border: solid 1px #00000000;
  margin: 0;
  border-radius: 8px;
  background: white;
}

.px-card-request-quote-products .px-item-block:hover {
  border: solid 1px #00000066;
}

.px-card-request-quote-products .px-item-block .px-item-img-link {
  display: flex;
  width: 120px !important;
  position: relative;
}

.px-card-request-quote-products .px-item-block .px-item-img-link.px-removing {
  opacity: 0.5;
}
.px-card-request-quote-products .px-item-block img {
  width: 120px !important;
  height: fit-content;
}

.px-card-request-quote-products .px-item-text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.px-card-request-quote-products .px-item-text-block .px-item-block-attributes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.px-card-request-quote-products .px-item-text-block .px-item-text-block-attributes {
  display: flex;
  flex-direction: column;
}

.px-card-request-quote-products .px-item-text-block .px-item-title {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: var(--wd-title-color);
  line-height: 24px;
}

.px-card-request-quote-products .px-item-text-block .px-item-attributes,
.px-card-request-quote-products .px-item-text-block .px-item-qty,
.px-card-request-quote-products .px-item-text-block .px-item-ref {
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  color: #474747;
}

.px-card-request-quote-products .px-item-text-block .px-item-block-attributes .px-item-block-remove {
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 520px) {
  .px-card-request-quote-products .px-item-block {
     min-height: 120px;
     gap: 15px;
  }
  .px-card-request-quote-products .px-item-block .px-item-img-link,
  .px-card-request-quote-products .px-item-block img {
     width: 75px !important;
  }
}
