body .widget_ywraq_mini_list_quote .raq_label::before {
  color: #fff !important;
}
.nasa-single-product-stock {
  display: none !important;
}
.rtl .elementor-widget.elementor-align-right .elementor-icon-list-item {
    justify-content: right !important;
}
.phone-number {
    direction: ltr !important;
    unicode-bidi: embed !important;
}
.woocommerce-shop .min-qty-tag {
  margin-bottom: 0 !important;
}
.htmega-button a{
  background-color: #EFA61C !important;
}
/*Homepage Box*/
.partner-box {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  cursor: default !important;
}
.partner-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  filter: brightness(1.05);
}
/*End*/
/*Order Page*/
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders {
    display: none !important;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
.sub-menu .woocommerce-MyAccount-navigation-link--orders{
  display: none !important;
}
.sub-menu .woocommerce-MyAccount-navigation-link--downloads{
  display: none !important;
}
/* Main wrapper styling */
/* Success message */
.woocommerce-message {
    background: #e8fdf4;
    color: #256d3d;
    padding: 20px 25px;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    display: block;
    width: 100%;
    word-break: break-word;
    white-space: normal;
}

/* Reference number inline */
.woocommerce.ywraq-wrapper.ywraq-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}
.woocommerce-message {
    background: #e8fdf4;
    color: #256d3d;
    padding: 20px 25px;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    font-size: 24px !important;
    line-height: 1.6;
    font-weight: 500;
    width: 100%;
    word-break: break-word;
    white-space: normal;
}
.woocommerce-message a {
    color: #0b8043;
   font-weight: 600;
   background: #d9f2e3 !important; 
   padding: 2px 8px; 
    border-radius: 5px; 
   text-decoration: none; 
    margin: 0 4px; 
    position: unset !important; 
    display: contents !important;            /* keeps inline with text */
}
.woocommerce-message a:hover {
    background: #b2e8cb;
    text-decoration: underline !important;
}
.ywraq-before-form {
  border: none !important;
}
.ywraq-before-form p{
  padding-top: 20px
}
.ywraq-before-form::before{
  margin-top: 0 !important;
}
/* Return to Shop button */
.return-to-shop .button.wc-backward {
    background: #ff9800;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.return-to-shop .button.wc-backward:hover {
    background: #e68900;
}

/* Remove unwanted empty space */
.ywraq-before-form p {
    margin: 0;
}
/*End*/
/*Woocommerce Form*/
/* 1) Make wrappers relative so absolute eye sits inside the input */
.woocommerce-EditAccountForm .woocommerce-input-wrapper,
.woocommerce-account .woocommerce-form-login .woocommerce-input-wrapper,
.woocommerce-account .woocommerce-form-register .woocommerce-input-wrapper {
  position: relative;
}

/* 2) Normalize the toggle button everywhere (remove theme's button styling) */
.woocommerce form .show-password-input {
  position: absolute !important;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  line-height: 1;
}

/* 3a) LOGIN/REGISTER: use WooCommerce’s built-in icon (avoid duplicate) */
.woocommerce-account .woocommerce-form-login .show-password-input::before,
.woocommerce-account .woocommerce-form-register .show-password-input::before {
  content: none !important;
}

/* 3b) EDIT ACCOUNT: add Font Awesome icon */
.woocommerce-EditAccountForm .show-password-input::before {
  content: "\f06e"; /* eye */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

/* when visible, show eye-slash */
.woocommerce-EditAccountForm .show-password-input.display-password::before {
  content: "\f070";
}

/*End*/
/*New Button Colors*/
.nasa-category-horizontal-4 .nasa-cat-thumb img{
  border-radius: 50% !important;
  border: 1px solid #efa61c !important;
}
.product-item a.add-request-quote-button.button {
  width: 100% !important;
  background: transparent !important;
  color:#B35F00 !important;
  font-size: 15px !important;
  border: 1px solid #B35F00 !important;
  padding: 10px !important;
}
.product-item a.add-request-quote-button.button:hover{
  background-color: #efa61c !important;
  color: #000000 !important;
   border: 1px solid #000000 !important;
}
/*End*/
.foot-whatsapp a{color: #fff !important;}
.foot-whatsapp a:hover {color: #25D366 !important;}
.foot-email a{color: #fff !important;}
.foot-email a:hover {color: #25D366 !important;}
/*.yith_ywraq_add_item_browse_message a{
  background-color: #efa61c !important;
  color: #000000 !important;
  padding: 5px;
  position: relative !important;
  top: 20px !important;
  border-radius: 5px;
  text-decoration: none !important;
} */
.yith_ywraq_add_item_browse_message a {
  background-color: transparent !important;
  color: #B35F00 !important;
  font-size: 15px !important;
  border: 1px solid #B35F00 !important;
  padding: 13px 0 !important;
	border-radius: 5px !important;
  text-decoration: none !important;
	display: block;         /* make it a block element */
  width: 100%;            /* take full width */
  box-sizing: border-box; /* ensure padding stays inside width */
  text-align: center !important;
}
.yith_ywraq_add_item_browse_message {
    width: 100%;
}

.yith_ywraq_add_item_browse_message a:hover{
 background-color: #efa61c !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.yith-ywraq-before-table {
  position: relative !important;
  top: 10px;
  left: 5% !important;
}
.rtl .yith-ywraq-before-table {
  position: relative !important;
  top: 10px;
  right: 2% !important;
}
.ns-yith_mini_quote.nasa-hide-for-mobile {
    display: block !important;
}
#main-text-menu .sub-menu li a{
  color: #000000!important;
}
/* Swap the left and right columns */
.ywraq-form-table-wrapper.wide {
    display: flex !important;
    flex-direction: row-reverse !important;
}
.woocommerce-shop .add-request-quote-button{
  width: 100% !important;
}
.raq-tip-counter {
  color: #fff !important;
}
#yith-ywraq-form {
  padding: 20px !important;
}
#ywraq-other-form {
  padding: 20px !important;
}
.min-qty-tag {
    background: #fdf2e9;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    color: #d35400;
    margin-top: 8px;
}

#nasa-footer .nasa-footer-bottom {
    background-color: #141414 !important;
    color: #fff !important;
    padding: 20px 0;
    border-top: 1px solid #ececec;
}
#main-text-menu .header-nav a{
  color: #fff !important;
}
.pum-container {
  max-width: 50% !important;
  top: 100px;
  left: 720px !important;;
}
.gform_fields {
  row-gap: 10px !important;
}
.pum-theme-7282, .pum-theme-default-theme {
  background-color: rgba(255, 255, 255, 0.43) !important;
}
.pum-theme-7282 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 40px !important;
  border-radius: 10px !important;
 background-color: #B5CCD5 !important;
  top: 75px !important;
}
.gform-body input{
  border-radius: 10px !important;
}
.gform-body textarea{
  border-radius: 10px !important;
}
.gform_button {
  border-radius: 10px !important;
		background-color: #87b66e !important;
    border-color: #87b66e !important;
    color: #FFF !important;
}
.nasa-login-register-ajax {
  color: #fff !important;
}
.nasa-login-register-ajax svg{
  height:30px !important;
	width:30px !important;
}
/*.ginput_address_country select{
  border-radius: 10px !important;
  height: 38px !important;
  width: 100%;
  border: 1px solid #2e2d2d !important;
}*/
.pum-theme-7282 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  position: absolute;
  height: 28px;
  width: 28px;
  padding: 8px;
  font-size: 20px;
  border-radius: 10px;
  background-color: rgb(0, 0, 0);
}
.nasa-product-info-scroll button {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
	.yith_ywraq_add_item_browse-list-6537 {
padding-bottom: 35px !important;
}
	.woocommerce.ywraq-wrapper.ywraq-empty {
        padding: 20px 15px;
    }
    .woocommerce-message {
        font-size: 14px;
        padding: 12px 15px;
    }
    .return-to-shop .button.wc-backward {
        padding: 10px 20px;
        font-size: 14px;
    }
  .woocommerce-message a{
    position: relative !important;
  right: 0;
  top: 35px !important;
  }
	.ywraq-form-table-wrapper.wide {
        flex-direction: column !important;
    }
  .nasa-nav-extra-warp {
    position: fixed;
    top: 26% !important;
    left: 15px !important;
    width: 45px;
    height: 45px;
    z-index: 399;
    color: #fff;
  }
	.pum-container {
  max-width: 100% !important;
  top: 100px !important;
  left: 10px !important;
}
.pum-theme-7282 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 30px 20px !important;
}
}