/***** BLOCK CSS START *****/

/***** FAQ BLOCK *****/

/* FAQ Box - Main Container */
/* FAQ Section */
.faq_box .section {
  display: block;
  margin-bottom: 40px;
}

.faq_box .section:last-child {
  margin-bottom: 0;
}

.faq_box .section h2 {
  margin-bottom: 15px;
  padding: 7px 9px;
  font-size: 21px;
  color: var(--primary-color, #2a1f4a);
}

/* FAQ Item Container */
.faq_box .item {
  display: block;
  padding: 20px;
  border: 1px solid #dce0e3;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.faq_box .item:last-child {
  margin-bottom: 0;
}

/* Expanded State */
.faq_box .item.is_expanded {
  background-color: var(--white-color, #ffffff);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.faq_box .item.is_expanded .toggle {
  transform: rotate(90deg);
}

.faq_box .item.is_expanded .toggle:before {
  width: 1px;
  margin-left: -1px;
}

/* FAQ Title/Question */
.faq_box .item .title {
  display: flex;
  align-items: center;
  color: #3f3f3f;
  cursor: pointer;
}

.faq_box .item .title:hover {
  color: var(--primary-color, #2a1f4a);
}

/* FAQ Heading */
.faq_box h1 {
  padding: 0;
  color: #3b332d;
  font-family: Arial;
  font-size: 28px;
}

.faq_box .item h3 {
  display: block;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s;
}

/* FAQ Paragraph */
.faq_box .item p {
  margin-bottom: 12px;
}

.faq_box .item p:last-child {
  margin-bottom: -3px;
}

/* FAQ Content (Answer) */
.faq_box .item .content {
  display: none;
  overflow: hidden;
  padding: 18px 0 0;
  margin-top: 18px;
  border-top: 1px solid #dce0e3;
  font-size: 15px;
}

/* FAQ Toggle Icon */
.faq_box .toggle {
  display: block;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  color: inherit;
  transition: 0.3s;
  background: url("../assets/images/faq-arrow.svg") center center no-repeat;
  transform: rotate(-90deg);

}
.faq_box .toggle:after {
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
}

/* Responsive - Tablet and below */
@media (max-width: 1024px) {
  .faq_box .section {
    margin-bottom: 30px;
  }

  .faq_box .item h3 {
    font-size: 15px;
  }

  .faq_box .item .content {
    font-size: 14px;
  }
}

.faq-image-side{
  flex: 1;
  text-align: center;
  text-align: -webkit-center;
  border: 1px solid lightgray;
  padding: 5px;
}
.mr-0{
    margin:0px !important;
}
/* FAQ Block Button */
.faq-btn {
    display: inline-block;
    padding: 3px 12px;
    background-color: var(--primary-color, #2a1f4a);       
    color: var(--white-color, #ffffff);                    
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;           
    border-radius: 6px;             
    transition: all 0.3s ease;       
    margin-top: 15px;                
    cursor: pointer;
    margin-bottom: 10px;
}

.faq-btn:hover {
    background-color: var(--primary-color, #2a1f4a);       
    color: var(--white-color, #ffffff);
    transform: translateY(-2px); 
    box-shadow : 0 4px 10px rgba(0,0,0,0.1);
}

.faq-btn:active {
    transform: translateY(0);
    box-shadow: none;
}
#contain_width{
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0px auto;
}
/***** FAQ BLOCK END *****/

/***** COMPARE MATERIAL BLOCK START *****/
.switch-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular_tag{
  background-color: #22C55E; /* exact green */
  color: var(--white-color, #ffffff);
  font-size: 12.5px; /* visually matches your screenshot */
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.4;
  margin-left: 12px;
}

#compare_material_block{
margin: 30px 0px;
}

.compare_material_header{
    text-align: left;
    margin: 25px 0px;
}
.comapre_material_title{
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color, #2a1f4a);
}
.comapre_material_desc{
    color: var(--primary-color, #2a1f4a);
}
.compare-material-block .table-fixed-column-outter {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  /* max-width: 1480px; */
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.laminate-table-wrapper {
  border-collapse: collapse;
  border-style: none;
  border-color: white;
  color: #414042;
  width: 100%;
}

.laminate-table-wrapper th,
.laminate-table-wrapper td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 12px;
  text-align: center;
  overflow-y: scroll;
}
.laminate-table-wrapper tbody :first-child{
  text-align: left;
}

.laminate-table-wrapper .header-group {
  background-color: var(--primary-color, #2a1f4a);
  color: var(--white-color, #ffffff);
  border-right: 1px solid #613224;
}

.gloss-option,
.matte-option {
  display: table-cell;
  width: auto;
}
.compare-material-block .table-fixed-column-inner {
  overflow-x: hidden;
  overflow-y: visible;
}

.compare-material-block .table-fixed-column-inner.scrollable {
  overflow-x: scroll;
}
/* Odd rows (1st, 3rd, 5th, ...) */
.compare-material-block table tr:nth-child(odd) {
    background-color: var(--white-color, #ffffff); /* White */
}

/* Even rows (2nd, 4th, 6th, ...) */
.compare-material-block table tr:nth-child(even) {
    background-color:#f7f4f4; /* Red */
}
.bg-blue{
  background-color: var(--primary-color, #2a1f4a);
}
.bg-right-border{
border-right: 1px solid gray !important;
}

.small-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.compare-material-table th{
  text-transform: capitalize;
}

/* Align Left */
.alignleft {
    margin-right: auto;
}

/* Align Center */
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

/* Align Right */
.alignright {
    margin-left: auto;
}

/* Align Wide */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Align Full */
.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* Hide the switch tab by default on desktop */
.switch-tab {
  display: none;
  margin: 1.5rem auto 0.5rem auto;
  text-align: center;
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 2;
}

/* Tab button wrapper */
.tab-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Individual tab buttons */
.tab-btn {
  background: #f5f2ef;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #1b1d4d;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-transform: capitalize;
  white-space: nowrap;
}

/* Active state */
.tab-btn.active {
  background: #1b1d4d;
  color: var(--white-color, #ffffff);
  border-color: #1b1d4d;
  box-shadow: 0 3px 10px rgba(27, 29, 77, 0.25);
}

/* Hover state (desktop only) */
@media (hover: hover) {
  .tab-btn:hover {
    background: #eae7e4;
  }
}

/* Optional underline effect for active tab */
.tab-btn.active::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--white-color, #ffffff);
  border-radius: 2px;
  margin: 4px auto 0;
  width: 40%;
}

/* ================================
   ?? Table Wrapper and Styles
   ================================ */

.laminate-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px; /* ensures space between tab and table */
  padding-top: 5px;
}

.compare-material-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.compare-material-table th,
.compare-material-table td {
  padding: 12px 10px;
  vertical-align: middle;
  border: 1px solid #eee;
}

.compare-material-table td {
  background-color: #f8f8f8;
  color: var(--text_color-color, #58595b);
}

/* Header group (top colored section) */
.header-group {
  background: #1b1d4d;
  color: var(--white-color, #ffffff);
  font-size: 16px;
}

/* Alternate row shading */
.compare-material-table tr:nth-child(even) td {
  background-color: #f5f2ef;
}

/* ================================
   ?? Responsive (Mobile)
   ================================ */

@media (max-width: 768px) {
  /* Show tab switcher on mobile */
  .switch-tab {
    display: block;
    position: sticky;
    top: 0;
    background: var(--white-color, #ffffff);
    padding: 12px 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  /* Smaller buttons */
  .tab-btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  /* Keep tabs centered */
  .tab-btn-wrapper {
    justify-content: center;
  }

  /* Table spacing adjustment */
  .laminate-table-wrapper {
    margin-top: 20px;
  }

  /* Optional: horizontal scroll for many finishes */

  .tab-btn-wrapper::-webkit-scrollbar {
    display: none;
  }
}

/* ================================
   ?? Optional Custom Scroll Styling
   ================================ */
.laminate-table-wrapper::-webkit-scrollbar {
  height: 8px;
}
.laminate-table-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--light_background-color, #f9f8f6);
  border-radius: 4px;
}
.laminate-table-wrapper::-webkit-scrollbar-track {
  background: #f2f2f2;
}
/***** BLOCK CSS END *****/

@media (max-width: 768px) {
  .table-fixed-column-inner {
    overflow-x: scroll;
  }

  .faq_box .section-inner {
    flex-direction: column;
  }

  .faq_box .faq-image-side {
      width: 100%;
  }
}
/**************Cart page version css********************/
.version-preview-image {
    background-color: var(--light_background-color, #f9f8f6);
    border-radius: 4px;
    padding: 5px;
}
h3.version-preview-title {
    font-size: 14px;
    margin-bottom: 5px;
}

/***** COMPARE MATERIAL BLOCK END *****/


tr.fee {
    display: table-row !important;
}

/* Full Page Loader */
#dh-full-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

#dh-full-loader .fp-loader-message {
    margin-top: 10px;
    color: var(--text_color-color, #58595b);
    font-weight: 600;
}

.fp-spinner {
    border: 6px solid #ddd;
    border-top: 6px solid var(--text_color-color, #58595b);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: fp-spin 1s linear infinite;
}

@keyframes fp-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/** Printed Sample **/


/* === Printed Sample Row (start) === */
.printed-sample-row {
    padding: 15px 25px;
    background-color: var(--light_background-color, #f9f8f6);
    border-radius: 0px;
    border-top: 1px solid var(--primary-color, #2a1f4a);
}

.printed-sample-row h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color, #2a1f4a);
    margin-bottom: 0px;
}

.printed-sample-row span.woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 700;
}

.printed-sample-row .printed_sample_description,
.printed-sample-row .printed_sample_shipment {
    font-size: 14px;
    color: var(--primary-color, #2a1f4a);
    font-style: italic;
    font-weight: 400;
    margin: 0px !important;
}

.printed-sample-row .printed_sample_description {
  width: 70%;
}

@media (max-width: 1224px) and (min-width: 992px) {
  .printed-sample-row .printed_sample_description {
    width: 68%;
  }
}

@media (max-width: 690px) {
  .printed-sample-row .printed_sample_description {
    width: 100%;
  }
}

.printed-sample-row .printed-sample-approval strong {
  color: var(--primary-color, #2a1f4a);
  font-weight: 700;
  font-size: 14px;
}

.printed-sample-row small {
  color: var(--text_color-color, #58595b);
  font-size: 0.85rem;
  line-height: 1.4;
  display: block;
}
.printed-row-header{
    display: flex;
    justify-content: space-between;
}

.printed-row-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.default-shipping-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--text_color-color, #58595b);
  cursor: pointer;
}

.default-shipping-checkbox input {
  margin: 0;
}

.printed-row-price {
  white-space: nowrap;
}

@media (min-width: 690px) {
.printed_sample_shipment{
  float: right;
}
}
.remove-printed-sample-remove{
  height: 15px;
}
.remove-printed-sample-remove a{
  float: right;
  color: grey;
  font-size: 12px;
}
/* === Printed Sample Row (end) === */

/* === Responsive Fix === */
@media (max-width: 768px) {
  .product-detail-container {
    grid-template-columns: 1fr;
  }
  .edit-save-later {
    margin-left: 0;
  }
  .printed-sample-row {
    margin-left: 0;
  }
}

/* Nav Top Bar */

div#site-header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-top-bar-widget {
  gap: 5px !important;
  margin-left: auto;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .wp-block-columns.nav-top-bar-widget {
    margin: 0 auto;
    flex-direction: row !important;
  }
  div#site-header-inner{
    display: flex;
    flex-wrap: wrap;
  }

  #site-header-inner .nav-top-bar {
      order: 3;
      flex: 0 0 100%;
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 0;
      margin-bottom: 10px;
  }

  #site-header-inner .oceanwp-mobile-menu-icon.clr.mobile-right {
      order: 2;
  }
}

@media (max-width: 959px) and (min-width: 769px) {
  #site-header-inner .nav-top-bar {
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 0;
      margin-bottom: 10px;
  }
}

body.woocommerce-cart,
body.woocommerce-checkout {
  overflow: unset;
}

/* Mini Cart Section */
.elementor-menu-cart__footer-buttons {
  padding-top: 0px;
}

.cart_item .variation {
  display: none;
}

.cart_pro_quantity_price {
    display: none;
  }
  .elementor-menu-cart__product-name .cart_pro_quantity_price {
    display: flex;
    justify-content: space-between;
  }
  .elementor-menu-cart__product-price {
    display: none;
  }

.cart_item .amount, .elementor-menu-cart__main .amount{
  color: var(--primary-color, #2a1f4a);
}

.cart_item .printed-sample-row {
padding: 5px 8px;
border-top: 0px;
margin-top: 8px;
}

.cart_item .printed-sample-row h2, .cart_item .printed-sample-row .amount{
font-size: 12px;
}

.cart_item .printed-sample-row .printed_sample_description,
.cart_item .printed-sample-row .printed_sample_shipment{
  display: none;
}

.cart_item .printed-sample-row .printed-sample-approval strong{
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  display: block;
}

.cart_item .printed-sample-row .remove-printed-sample-remove a.remove_printed_sample{
  display: flex;
  font-size: 10px;
  justify-content: right;
  gap: 10px;
  color: var(--error_back-color, #e60000);
  font-weight: 500;
}

.cart_item .printed-sample-row .remove-printed-sample-remove a.remove_printed_sample img {
  width: 10px;
  display: none;
}


.cart_item .elementor-menu-cart__product-remove:before {
content: "Remove: ";
font-weight: bold;
color: var(--error_back-color, #e60000);
}


.elementor-menu-cart__products {
  height: 100%; 
}

.elementor-menu-cart__products {
  max-height: calc(100vh - 150px);
}
.elementor-menu-cart__product
{
  overflow: hidden;
}
/********** Guest Checkout Popup **********/

#authModalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 9999;
}

#authModal {
  background: var(--white-color, #ffffff);
  width: 420px;
  height: 100%;
  padding: 30px 50px;
  overflow-y: auto;
  box-shadow: -4px 0 10px rgba(0, 0, 0, .3);
  position: relative;
}

.close-btn {
  position: absolute;
  right: 8px;
  top: 0px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.close-btn:hover {
background: var(--primary-color, #2a1f4a);
color: var(--white-color, #ffffff);
}

#authModal .social-btns {
    margin-top: 20px;
}

.btn-social {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

#authModal button.btn-social {
    background: transparent;
    color: var(—black-color);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#authModal .btn-social .social-icon {
    width: 22px;
}

.divider {
  text-align: center;
  margin: 15px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}

p.divider:before,
p.divider:after {
    content: '';
    flex: 1;
    height: 2px;
    background: #ddd;
}

p.divider:before {
    margin-right: 10px;
}

p.divider:after {
    margin-left: 10px;
}

.btn-primary {
  margin-top: 10px;
    display: block;
  width: 100%;
}

.link, .link:hover {
  color: var(--dark_link-color, #3157ce);
  cursor: pointer;
  text-decoration: underline;
}

.woocommerce-error.woo-cart-modal-error {
  background-color: var(--error_back-color, #e60000);
  color: var(--error_font-color, #ffffff) !important;
}
.woocommerce-error{
  background-color: var(--error_back-color, #e60000) !important;
  color: var(--error_font-color, #ffffff) !important;
  text-transform: none !important;
  font-size: 16px !important;
  letter-spacing: 0.2px !important;
}

#authModal h3 {
    color: var(--primary-color, #2a1f4a);
    font-size: 20px;
    font-weight: 700;
}

#authModal #registerArea h2.b2bking_b2bregistration_only_register_header {
    display: none;
}

#authModal #loginArea .login label,
#authModal #registerArea .register label {
    color: var(--primary-color, #2a1f4a);
    font-size: 14px;
    font-weight: 500;
}

#authModal #loginArea .login input#username,
#authModal #loginArea .login input#password,
#authModal #registerArea .register input#reg_email,
#authModal #registerArea .register input#reg_password,
#authModal #registerArea .register input#reg_confirm_password,
#authModal #registerArea .register input[type="text"],
#authModal #registerArea .register input[type="tel"],
#authModal #registerArea .register select.country_to_state.country_select  {
    background: #f4f4f4;
}

#authModal #loginArea p:last-child,
#authModal #registerArea > p {
    text-align: center;
}

#authModal #loginArea .login button[name="login"],
#authModal #registerArea .register button[name="register"] {
    width: 100%;
    text-transform: capitalize;
}

#authModal .woocommerce-privacy-policy-text p {
    color: var(--primary-color, #2a1f4a);
    font-weight: 500;
}

#authModal #registerArea .register span.select2-selection {
    height: 40px !important;
    background: #f4f4f4 !important;
    align-content: center !important;
}

#authModal h2.guest-checkout-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color, #2a1f4a);
    margin-bottom: 10px;
}

#authModal .guest-checkout p {
    color: var(--primary-color, #2a1f4a);
    font-size: 15px;
    font-weight: 500;
}

#authModal #loginArea label.woocommerce-form-login__rememberme,
#authModal .login>p.lost_password {
    display: none;
}

#authModal #loginArea p.form-row.form-row-last {
    margin-bottom: 5px;
}

#authModal #loginArea p.lost-password {
    text-align: right;
}

/* -------------- pdp page - skip text css (start) -------------- */
.single-product button.single_add_to_cart_button.design-later-link-pdp {
    color: var(--text_color-color, #58595b) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: unset;
    letter-spacing: 0px;
    border: 0px !important;
    width: 100%;
    background: transparent !important;
    background-color: transparent !important;
    margin-top: 20px;
    text-align: center;
    padding: 0;
}

.single-product .design-later-link-pdp:hover {
    background: unset !important;
    border: none;
}

button.design-later-link-pdp span {
    color: var(--dark_link-color, #3157ce);
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}

/* -------------- pdp page - skip text css (end) -------------- */

.woocommerce form .show-password-input{
  width : 30px !important;
}

/* Pricing Unit Label Styling */
.pricing-unit-label {
  text-transform: capitalize !important;
}

/* Quote Required Message Styling */
.request-required-message{
  width: 100%;
    text-align: right;
}

.request-required-message p{
  font-size: 18px;
  font-weight: 600;
}
.request-quote-modal .sprink-modal-content { width: auto; }
.request-quote-modal .sprink-modal-content .sprink-form-actions { flex-direction: row; gap: 14px; }
.request-quote-modal .sprink-modal-content .sprink-form-actions .sprink-btn { color: var(--white-color, #ffffff); }

#vertex-wizard-modal {
  z-index: 999999;
}

.printing-speed-help-text{
  font-size: 12px !important;
  font-style: italic;
  font-weight: 400 !important;
  color: var(--secondary-color, #91206c) !important;
}

/* Hide mobile CTA by default (desktop & tablet) */
.mobile-only-cta {
  display: none;
}

button.mobile-add-to-cart {
    text-transform: capitalize;
}

/* Mobile-only behavior */
@media (max-width: 767px) {

  /* Hide existing CTAs */
  .single_add_to_cart_button.button.alt,
  .design-later-link-pdp {
      display: none !important;
  }
  .single_add_to_cart_button.button.alt.is_sprink_ready_to_ship {
    display: block !important;
  }

  /* Show mobile CTA */
  .mobile-only-cta {
      display: block;
      margin-top: 16px;
      text-align: center;
  }

  /* Mobile Add to Cart button */
  .mobile-add-to-cart {
      width: 100%;
      padding: 14px 18px;
      background: linear-gradient(to right, var(--primary-color, #2a1f4a), var(--secondary-color, #91206c)) !important;
      margin-top: 20px;
      color: var(--white-color, #ffffff) !important;
      border: 0px !important;
      border-radius: 6px;
      font-size: 18px !important;
      font-weight: 600;
      cursor: pointer;
      letter-spacing: 0 !important;
  }

  /* Text below button */
  .mobile-cta-note {
      margin-top: 8px;
      font-size: 14px;
      color: var(--text_color-color, #58595b);
  }
}


/* Order Review Summery shipping speed price css */

#order_review table.shop_table ul#shipping_method.woocommerce-shipping-methods li label{
  font-size: 17.5px !important;
}

/* Privacy Policy and Terms and Conditions css */
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 1.4;
    color: var(--text_color-color, #58595b);
}
.password-mismatch-error{
  color: #e2401c;
}

/* Checkout Thumbnail css */
.order-review-item .item-image-wrapper img {
  object-fit: scale-down !important;
}
button#b2bking_return_agent {
    font-family: var(--cb_font_family, inherit);
}

/* Mini Cart CSS */
body .elementor-menu-cart__product-remove:after, body .elementor-menu-cart__product-remove:before {
  top: 58%;
}
body .cart_item .elementor-menu-cart__product-remove::before {
  content: "" !important;
}
/* privacy-ploicy-text css */
.woocommerce-privacy-policy-text p a {
  color: var(--dark_link-color, #3157ce) !important;
  text-decoration: underline !important;
}
.custom-terms-link {
  color: var(--dark_link-color, #3157ce) !important;
  text-decoration: underline !important;
}
.single-product div.quantity{
  display: none !important;
}