﻿label ~ input[type=checkbox] {
  display: inline;
  vertical-align: middle;
  margin-left: 6px;
}

.product-item .picture > a {
  height: 100%;
}

a {
    outline: none !important;
}

input[type=radio] + label::before {
  border: 1px solid #1e73be;
}
input[type=radio]:checked + label::before {
  background: #1e73be;
  border: 1px solid #1e73be;
  box-shadow: 0 0 0 2px var(--white) inset;
}
.text-center {
    text-align: center;
}
/*registration page*/
.registration-page .card {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.registration-page .inputs > label:first-child::before {
    display: none;
}

.registration-page .inputs > label:first-child  {
    color: #000;
    font-weight: bold;
}
.registration-page .card .title, .account-page .page-body .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.registration-page .account-type label {
    font-weight: 800;
}
.registration-page .account-type .accounttype-description {
    padding-left: 25px;
}
.registration-page .fieldset {
    margin-bottom: 30px;
}
.registration-page .fieldset .inputs:last-child {
    margin-bottom: 0;
}

.master-wrapper-page input[type=text],
.master-wrapper-page input[type=number],
.master-wrapper-page input[type=email],
.master-wrapper-page input[type=tel],
.master-wrapper-page input[type=url],
.master-wrapper-page input[type=password],
.master-wrapper-page input[type=search],
.master-wrapper-page select,
.master-wrapper-page textarea, .registration-page .input-text {
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.master-wrapper-page button:focus,
.master-wrapper-page .button.alt:focus,
.master-wrapper-page input:focus, textarea:focus,
.master-wrapper-page input[type="button"]:focus,
.master-wrapper-page input[type="reset"]:focus,
.master-wrapper-page input[type="submit"]:focus,
.master-wrapper-page input[type="email"]:focus,
.master-wrapper-page input[type="tel"]:focus,
.master-wrapper-page input[type="url"]:focus,
.master-wrapper-page input[type="password"]:focus,
.master-wrapper-page input[type="search"]:focus {
  outline: 2px solid #1e73be;
  border: none !important;
}
.registration-page #inputProductOfInterest select, .registration-page #inputProductOfManufacture select, 
.registration-page #inputLawEnforcementType select {
  height: 100px;
}

.contact-page .inputs label {
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.contact-page .topic-block-body {
   font-size: 18px;
   margin-bottom: 15px;
}
.header {
    background: url(../images/header_bg.jpg) no-repeat center center;
    background-size: cover;
    border-top: 4px solid var(--secondary-color);
}
.mega-menu-toggle {
  border: none;
  background: transparent;
  font-weight: 700;
  color: var(--white);
}

/*testimonial page */
.testimonial-page .rating {
  background: url('../images/rating1.png') repeat-x;
  background-size: 15px;
}

.testimonial-page .rating div {
  background: url('../images/rating2.png') repeat-x;
  background-size: 15px;
}
iframe {
    max-width: 100%;
}
.yt-wrapper {
  padding-top: 56.25%;
  position: relative;
}
.yt-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.law-enforcement-page .button-1 {
  display: inline-block;
  text-decoration: none;
  background: var(--secondary-color);
  color: var(--black);
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  transition: all 0.3s;
  font-weight: 700;
}
.law-enforcement-page .button-1:hover {
    background: var(--black);
    color: var(--white);
}
.loan-form-page .fieldset ~ .buttons,
.evolution-form-page .fieldset ~ .buttons {
    text-align: center;
}
.loan-form-page form,
.evolution-form-page form {
  display: block;
  padding: 15px;
  box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
}
.loan-form-page .inputs,
.evolution-form-page .inputs {
  margin-bottom: 20px;
}
.evolution-form-page .inputs textarea {
    width: 100% !important;
}
.evolution-form-page .form-fields > .inputs {
    padding: 20px;
    border: 1px dashed #ddd;
}
.breadcrumb .page-title h1 {
    margin-bottom: 0;
}

.supplier-product .product-item .details {
    padding-bottom: 15px;
}

.supplier-product .product-item .prices {
    min-height: initial;
}

.create-supply-request-button {
    border: none;
    outline: none;
    margin-bottom: 15px;
}

button:focus {
    outline: none !important;
}

.supplier-product .edit-address-button {
    font-size: 14px;
    padding: 4px 15px;
    line-height: 1;
}

.supplier-product .edit-address-button::before {
    content: "\e940";
    display: inline;
    font-family: "icomoon";
    font-size: 12px;
    line-height: 14px;
    margin-right: 4px;
}
.supplier-product-form label {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.supplier-product-form {
  display: block;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}
.inputs textarea {
    width: 100% !important;
}
/* product details styling */

.product-details-page .add-to-cart .add-to-cart-checkout-button {
  color: var(--black);
}

/* order details styling */
.order-details-page .shipping-info-wrap,
.order-details-page .billing-info-wrap {
  border: none;
  padding: 15px;
  background-color: #fafafa;
}
.order-details-page .totals {
  background-color: #fafafa;
}
.order-details-page .order-overview {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  margin: 20px auto;
  background-color: #fafafa;
  text-align: left;
}
.order-details-page .section.totals .actions .re-order-button {
  color: var(--black);
  border: none;
  border-radius: 0;
}
.order-details-page .section.totals .actions .re-order-button:hover {
    background: var(--black);
    color: var(--secondary-color);
}
.order-details-page .section.totals .actions .return-items-button {
  padding: 8px 15px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s;
  border: none;
  background: var(--black);
  color: var(--white);
  margin-left: 6px;
  border-radius: 0;
}
.table-wrapper .data-table {
    box-shadow: none;
}
/* Order number styling */
.order-number {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
}

/* List styling */
.order-overview-content {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

  /* List items styling */
  .order-overview-content li {
    margin-bottom: 8px;
    font-size: 0.95em;
    color: #555;
  }

/* Strong text for order total */
.order-total strong {
  font-size: 1.1em;
  color: #333;
}
.impersonate {
    color: var(--white);
}
/* Order status styles (reusing refactored CSS from before) */
.order-status {
  margin-bottom: 6px;
}
.order-status span {
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  background-color: #3498db
}

/* Order status variations */
.please-wait {
    margin-left: 15px;
}
.order-status .pending {
  background-color: #f39c12; /* Orange */
}

.order-status .processing, .order-status .ordered {
  background-color: #3498db; /* Blue */
}

.order-status .complete,
.order-status .complete {
  background-color: #27ae60; /* Green */
}

.order-status .cancelled {
  background-color: #e74c3c; /* Red */
}

.order-status .converted ,
.order-status .refunded {
  background-color: #8e44ad; /* Purple */
}

.order-status .rejected,
.order-status .on-hold {
  background-color: #d35400; /* Dark orange */
}

.order-status .expired,
.order-status .failed {
  background-color: #c0392b; /* Dark red */
}
.info-list .label {
    font-weight: bold;
}
.order-list .order-item .buttons {
  text-align: left;
}
.account-page .page-body {
    box-shadow: none;
}
.order-list .order-item {
  border: none;
}
.order-list .title strong::before {
    display: none;
}
.order-list .title strong {
    padding: 0;
}
.order-details-page .section.totals {
    max-width: 100%;
}
/* Scoped CSS for the order list and table */
.order-list {
  width: 100%%;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 8px;
}


.order-table {
    width: 100%;
    border-collapse: collapse;
}

.order-table thead {
    background-color: #e0e0e0; /* Light gray */
    color: #333; /* Dark gray text */
}

.order-table th, .order-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #efefef; /* Border in medium gray */
    color: #333; /* Text in dark gray */
}

.order-table tr:nth-child(even) {
    background-color: #f7f7f7; /* Light gray for even rows */
}

.order-table tr:nth-child(odd) {
    background-color: #fff; /* White for odd rows */
}

.order-table tr:hover {
    background-color: #eaeaea; /* Slightly darker gray on hover */
}

.order-table th {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.desktop-order-list {
    display: none;
}
.mobile-order-list {
    display: block;
}

/*contact page*/
.contact-page form {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 41px;
  border-radius: 10px;
}
.block-account-navigation .list a::before {
  content: "\e945";
  display: inline-block;
  font-family: 'icomoon';
  margin-right: 6px;
}
.block-account-navigation .list li.customer-info a::before {
  content: "\e95e";
}

.block-account-navigation .list li.customer-addresses a::before {
  content: "\e936"; /* Assign unique icons for each */
}

.block-account-navigation .list li.customer-orders a::before {
  content: "\e950";
}

.block-account-navigation .list li.back-in-stock-subscriptions a::before {
  content: "\e956";
}
.block-account-navigation .list li.reward-points a::before {
  content: "\e950";
}

.block-account-navigation .list li.change-password a::before {
  content: "\e937";
}

.block-account-navigation .list li.customer-products a::before {
  content: "\e950";
}

.block-account-navigation .list li.customer-reviews a::before {
  content: "\e955";
}

.block-account-navigation .list li.agreement-forms a::before {
  content: "\e966";
}
.product-item .picture > a img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.product-reviews-overview .product-review-links {
  margin-right: 4px;
}
.contact-us {
  background: var(--black);
  color: var(--white);
  padding: 40px 15px;
  padding-top: 100px;
  position: relative;
  text-align: center;
  margin-top: 100px;
}
.contact-us .container > a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
span.yellow_strat, span.white_strat, span.white_strat a, span.bar {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.5;
}
span.white_strat, span.white_strat a, span.bar {
    color: var(--white) !important;
    text-decoration: none;
    outline: none;
}
span.yellow_strat {
  color: var(--secondary-color);
}
.order-details-page .table-wrapper .data-table tr {
  box-shadow: none;
}
.order-details-page .table-wrapper .data-table td {
  border: 1px solid #ddd;
}
.order-details-page .table-wrapper .data-table td label {
  display: none;
}
#product-details-tab .ui-widget-header .ui-tabs-tab.ui-state-active a {
    color: var(--black);
}
.button-2.product-box-add-to-cart-button:hover {
    color: var(--white);
}
.button-2.add-to-compare-list-button:hover,
.button-2.quick-view-button:hover,
.button-2.add-to-wishlist-button:hover,
.button-2.product-box-add-to-cart-button,
.button-2.quick-view-btn:hover,
.product-item .picture ~ .add-info .buynow-btn,
.overview .add-to-cart-checkout-button {
  color: var(--primary-color);
}

/*agreement page*/
.agreement-page .page-body {
    padding: 20px;
}
.agreement-page .fieldset .form-fields:not(:only-child) a {
    display: block;
    padding: 15px;
    font-size: 16px;
}
.agreement-page .fieldset .form-fields:not(:only-child) a::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 28px;
    background: url(../images/pdf.png) no-repeat center center;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
}
.agreement-page .fieldset {
  border: 1px solid #eee;
}
.agreement-page .fieldset .form-fields:nth-child(even) a {
    background: #eee;
    transition: all 0.3s;
}
.agreement-page .fieldset .form-fields:hover a {
    background: #ddd;
    position: relative;
}
/*category box ui*/
.category-item .picture {
  margin-bottom: 10px;
}
.category-item .picture a {
    display: block;
    position: relative;
}
.category-item .picture a::before {
    content: "";
    display: block;
    padding-top: 60%;
}
.category-item .picture img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: transform 0.3s ease;
  object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*law enforcement library*/

.library-section {
  margin-bottom: 30px;
}

.library-section h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--black);
}

.document-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.document-item {
  position: relative;
  padding-left: 40px; 
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
}

.document-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;

}

.document-item.pdf::before {
  background-image: url('../images/pdf.png'); /* Replace with actual path to PDF icon */
}

.document-item.download::before {
  background-image: url('../images/file-zipper-regular.svg'); /* Replace with actual path to DOC icon */
}
.document-item.report::before {
  background-image: url('../images/link.png'); /* Replace with actual path to DOC icon */
}

.w-100 {
    width: 100% !important;
}

/*quote cart ui*/
.totals {
  background: var(--light-grey);
  color: var(--black);
}
.totals .checkout-buttons .button-1 {
    color: var(--black);
    border: none;
}
.totals .checkout-buttons .button-1:not(:last-child)  {
    margin-bottom: 6px;
}

/*checkout page ui*/
.checkout-page .opc .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.checkout-page .opc .back-link {
    margin-bottom: 0;
    margin-right: 10px;
}
.checkout-page .opc .back-link a {
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  padding: 8px 15px;
  color: var(--black);
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
  height: 36px;
  display: inline-block;
  min-width: 105px;
  text-align: center;
}
.checkout-page .opc .back-link small {
    font-size: 0;
    margin-right: 6px;
}
  .checkout-page .opc .back-link small::before {
    content: "\e92f";
    font-family: 'icomoon';
    font-size: 14px;
    display: inline;
  }

.checkout-page .opc select {
  border-bottom: none;
  margin-bottom: 10px;
}
.checkout-page .opc .edit-address label,
.checkout-page .opc .select-billing-address label {
  margin-bottom: 10px;
  display: block;
}

.order-details-page .print-buttons {
  text-align: center;
}
.order-details-page .print-buttons a {
    width: auto;
    min-width: 130px;
    white-space: nowrap;
}
.order-details-page .print-buttons a.pdf-invoice-button {
    color: var(--black);
}
.flyout-cart .flyoutcart-footer .buttons button.checkout-button {
    color: var(--black);
}
.page  > .page-title h1 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
}

.quote-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px; /* Adds space between the buttons */
    padding-top: 15px;
}

.quote-buttons .button-2 {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    background-color: var(--secondary-color);
}
.quote-buttons .button-2:hover {
    opacity: 0.9;
}
/* Individual button styles */
.quote-buttons  .add-to-quote-button {
  background-color: #4CAF50; /* Green background */
  color: white;
}

.quote-buttons  .add-to-quote-button:hover {
  background-color: #45a049;
  transform: translateY(-2px); /* Slight lift effect */
}

.quote-buttons  .delete-from-quote-button {
  background-color: #f44336; /* Red background */
  color: white;
}

.quote-buttons  .delete-from-quote-button:hover {
  background-color: #d32f2f;
  transform: translateY(-2px);
}

.quote-buttons .approve-from-quote-button {
  background-color: #008CBA; /* Blue background */
  color: white;
}

.quote-buttons .approve-from-quote-button:hover {
  background-color: #007bb5;
  transform: translateY(-2px);
}

.quote-send-email {
    margin: 0 auto;
}

.quote-send-email label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.email-container {
    position: relative;
    text-align: right;
}

#emailTextArea {
  flex-grow: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  resize: vertical; /* Allows vertical resizing */
  min-height: 100px;
  width: 100%; /* Ensures full width usage */
  text-align: left;
}

#sendEmailButton {
    padding: 10px 20px;
    background-color: #4CAF50; /* Green background */
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;

}

#sendEmailButton:hover {
    background-color: #45a049;
    transform: translateY(-2px); /* Slight lift effect on hover */
}

.quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.quantity-wrap input[type="text"] {
    width: 80px;
}
.quantity-up, .quantity-down {
  width: 18px;
  height: 18px;
  border: none !important;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quantity-up span, .quantity-down span {
  font-size: 12px;
  font-weight: 500;
}

.quantity-up:hover, .quantity-down:hover {
  background-color: #e0e0e0;
}

.icon {
  font-size: 14px;
}

.product-quantity {
  width: auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#loading-overlay .lds-facebook div {
    background: var(--white) !important;
}
td.remove-from-cart {
  text-align: center;
}
td.remove-from-cart button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--red);
}
/* Popup container */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 15px;
  z-index: 100;
}


#selected-items:not(:empty) {
  max-height: 200px;
  overflow-y: auto; /* Scroll if too many items */
  padding: 20px 0;
}

/* Each selected item */
#selected-items > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

/* Product link styling */
#selected-items a {
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  margin-right: 10px;
  display: block;
  width: 50%;
}

  #selected-items a:hover {
    text-decoration: underline;
  }

/* Input for quantity */
#selected-items input[type="number"] {
  width: 50px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* Remove button for each item */
#selected-items .remove-item {
  border: none;
  background: none;
  color: #ff0000;
  font-size: 18px;
  cursor: pointer;
}

#selected-items .remove-item:hover {
  color: #d32f2f;
}
/* Hide the arrows/spinners in number input */
#selected-items input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

#selected-items input[type="number"]::-webkit-outer-spin-button,
#selected-items input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
  margin: 0;
}

/* Optional: Style the number input to look like a normal text input */
#selected-items input[type="number"] {
  width: 50px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Search box styling */
#small-searchterms-quote {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  width: 100%;
}

.search-popup .ui-autocomplete li a,
.search-box .ui-autocomplete li a {
  display: flex;
  width: 100%;
  align-items: center;
}

.search-popup .ui-autocomplete li a img,
.search-box .ui-autocomplete li a img {
  width: 54px;
  margin-right: 10px;
}
#selected-items:empty ~ .add-button-wrapp {
    display: none;
}
.add-button-wrapp {
  text-align: right;
}
/* Add button */
.add-button-wrapp .add-button {
  padding: 8px 20px;
  background-color: #28a745;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transform: translateY(-50%);
}

  .add-button-wrapp .add-button:hover {
    background-color: #218838;
  }

/* Close button */
.close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  border: none;
  background: #ff0000;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.close-button:hover {
  color: var(--secondary-color);
}

/* jQuery UI Autocomplete Menu Styling */
.ui-autocomplete {
  position: absolute;
  z-index: 1001;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin-top: 5px;
  border-radius: 5px;
}

.ui-autocomplete .ui-menu-item {
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
  background-color: #f8f9fa;
}
.search-item {
    position: relative;
}


/* Content inside the popup */
.search-popup-content {
  width: 600px;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  z-index: 1000;
  padding: 40px;
}
.ui-menu .ui-menu-item-wrapper {
  display: block;
  width: 100%;
}
.ui-menu .ui-menu-item-wrapper span {
  display: block;
  width: 100%;
}
.quote-order-details .selected-checkout-attributes {
  padding: 0;
  margin-bottom: 6px;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
  border: 1px solid transparent;
  background: none;
  font-weight: normal;
  color: var(--black);
}
.html-shopping-cart-page .ui-dialog-titlebar-close::before {
  color: var(--black);
}

/*product box ui*/
.cart-quantity-wrapp {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.cart-quantity-wrapp .product-box-add-to-cart-button {
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  flex: 1;
  min-width: 90px;
  height: 36px;
  border-radius: 5px;
}
.cart-quantity-wrapp .product-box-add-to-cart-button::before {
    margin-right: 4px;
    display: none;
}
.product-item .cart-quantity-wrapp .product-box-input {
  margin-bottom: 0;
  flex: 1;
  min-width: 90px;
  max-width: initial;
  width: auto;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  height: 36px;
  margin: 0;
}
.product-item .cart-quantity-wrapp .product-box-input .qty-input {
    width: 100%;
    box-shadow: none;
    height: 36px;
    font-weight: 600;
}
.product-item .cart-quantity-wrapp .product-box-input .qty-button {
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
    height: 36px;
    width: 30px;
    background: #ddd;
}
.product-item .cart-quantity-wrapp .product-box-input .btn-increase {
    left: auto;
    right: 0;
}
.store-search-box .ui-autocomplete {
  max-height: 400px;
  scrollbar-width: thin;
}
.checkout-data .payment-info table td:first-child {
    width: 300px;
}
.checkout-data .payment-info table td input[type="text"] {
  width: 100% !important;
}
.account-page .product-sorting {
  margin-bottom: 10px;
}
.account-page .product-sorting span {
  margin-right: 10px;
}
.cart-right textarea {
  width: 100% !important;
}
.prices .product-price {
    color: var(--black);
}
.add-to-cart .add-to-cart-button:hover {
    color: var(--secondary-color);
}
.bar-notification a {
  color: #000;
  font-weight: bold;
}
.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.ui-widget.ui-widget-content {
    border: none !important;
}
.ui-dialog .ui-dialog-content {
    background: #fff;
}
.megamenu-grid-view .header-left-menu-dropdown .has-children  a {
    position: relative;
}
.megamenu-grid-view .header-left-menu-dropdown .has-children  a .ribbon-container {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 8px;
    padding: 2px 4px;
    line-height: 1;
    border-radius: 2px;
}
.ui-selectmenu-menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#products-orderby-menu li {
  white-space: nowrap;
}
#products-orderby-menu li:hover div {
  color: #28b1e0;
}
.tags ul li {
  list-style-type: none;
  display: inline-block;
  border: 1px solid var(--dark-grey);
  background: var(--dark-grey);
  color: var(--white);
  padding: 3px 5px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
}
.tags ul li a {
    color: var(--white);
}
.news-items .news-item,
.blog-posts .post {
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.news-items .news-item:hover,
.blog-posts .post:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.news-items .buttons .button-1,
.blog-posts .post .button-1,
.home-page-polls .news-items .buttons .button-2 {
  text-transform: uppercase;
  line-height: 1;
  padding: 7px 10px;
} 
.news-items .buttons .button-1:hover, 
.blog-posts .post .button-1:hover, 
.home-page-polls .news-items .buttons .button-2:hover {
  color: var(--secondary-color);
  background: var(--black);
  border: 1px solid var(--black);
}
#wpd-enforcer-slider {
  padding: 40px 20px;
}

.wpb_row {
  position: relative;
}

.wpd-container .slide_prod_title h2 {
  font-family: 'Alex';
  font-size: 60px;
  line-height: 1;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  margin-top: 20px;
}

  .wpd-container .slide_prod_title h2 span.yellow {
    color: yellow;
    line-height: 1;
    font-size: 50px;
  }

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
}

.wpd-container .wpb_wrapper h2 img {
  max-width: 445px;
  width: 100%;
  display: block;
}

.wpd-container .wpb_wrapper h3 {
  font-size: 24px;
  font-weight: 600;
}

.wpd-container ul {
  list-style-type: disc;
  padding-left: 30px;
  margin: 40px 0;
}

  .wpd-container ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

.shop_now_home_btn a {
  text-decoration: none !important;
  background-image: url(../images/btn_back.png);
  background-repeat: no-repeat;
  line-height: 40px;
  height: 40px;
  display: block;
  max-width: 200px;
  background-size: contain;
  text-align: center;
  background-position: center;
  outline: none;
}

span.btn_shop {
  font-family: 'Strat';
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
}

.product-essential .overview .short-description,
.category-description {
  margin-bottom: 15px;
}


.product-item .details, .product-item .add-info {
  padding: 0 8px;
}
/* For smaller screens */
@media screen and (max-width: 556px) {
  .search-popup {
    padding: 15px;
  }

  #selected-items input[type="number"] {
    width: 40px;
  }

  .add-button {
    font-size: 12px;
    padding: 8px 15px;
  }
  .footer .contact-us {
    padding-top: 40px;
    margin-top: 60px;
  }
}

/*mobile only css*/
@media (max-width: 991px) {


  .cart-quantity-wrapp {
    margin-bottom: 10px;
  }
  .cart-quantity-wrapp .product-box-add-to-cart-button {
      width: 100%;
  }
  .footer-logo {
    text-align: center;
  }
  .footer .footer-upper .footer-block.follow-us {
    padding: 0 20px;
  }
  .footer .contact-us {
    padding-top: 60px;
    margin-top: 80px;
  }
  span.yellow_strat, span.white_strat,
  span.white_strat a, span.bar {
    font-size: 14px;
  }
  .product-item .product-box-input {
    display: none !important;
  }
  .header .header-lower {
    padding-right: 40px;
  }
  .header-links-wrapper {
      display: none;
  }
  .mega-menu-toggle {
    font-size: 18px;
  }
  .header .header-lower .header-logo {
    max-width: 160px;
    width: 50%;
    margin-left: auto;
  }
  .header .header-lower .header-logo img {
    width: 100%;
  }
  .mobile-bottom-navigation {
    background: var(--black);
  }
  .mobile-bottom-navigation a {
    color: var(--secondary-color);
  }
  .customer-popup {
    background: var(--black);
  }
  .customer-popup a {
    font-size: 14px;
  }
  .category-grid .item-box .category-item .picture::before {
    padding-top: 60%;
  }
  .category-grid .item-box .category-item .picture {
    border-radius: 4px;
    border: none;
    box-shadow: none;
  }
  .category-grid .item-box .category-item .picture a {
    height: 100%;
    width: 100%;
  }
  .category-grid .item-box .category-item .picture a img {
    height: 100%;
    width: 100%;
  }
  .category-grid .item-box .category-item .title {
    margin-bottom: 0;
  }

  .order-details-page .shipping-info-wrap, .order-details-page .billing-info-wrap {
      background: none;
      border: none;
  }
  .order-details-page .order-overview {
    padding: 0;
    border: none;
    background: none;
    text-align: left;
  }
  .order-details-page .print-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}


@media (min-width: 992px) {
  #topcartlink > a {
      position: relative;
  }
    #topcartlink > a .cart-qty {
      position: absolute;
      left: calc(100% + 5px);
      top: 50%;
      transform: translateY(-50%);
    }

  .center-2 .product-list .cart-quantity-wrapp .product-box-add-to-cart-button {
    width: 130px;
  }
  .product-list .item-box .product-item .buttons .button-2:hover {
    color: var(--black);
  }
  /*---common page layout style---*/
  html .center-1 .move-topic-page, html .center-1 .active-discussions-pages, html .center-1 .forum-group-pages, html .center-1 .forum-topic-pages, html .center-1 .forum-edit-page, html .center-1 .forum-pages, html .center-1 .forum-search-page, html .center-1 .forums-main-page, html .center-1 .product-reviews-page, html .center-1 .apply-vendor-page, html .center-1 .store-closed-page, html .center-1 .not-found-page, html .center-1 .contact-page, html .center-1 .order-completed-page, html .center-1 .order-confirm-page, html .center-1 .payment-info-page, html .center-1 .payment-method-page, html .center-1 .shipping-method-page, html .center-1 .shipping-address-page, html .center-1 .billing-address-page, html .center-1 .topic-page, html .center-1 .multistep-checkout-page, html .center-2 .move-topic-page, html .center-2 .active-discussions-pages, html .center-2 .forum-group-pages, html .center-2 .forum-topic-pages, html .center-2 .forum-edit-page, html .center-2 .forum-pages, html .center-2 .forum-search-page, html .center-2 .forums-main-page, html .center-2 .product-reviews-page, html .center-2 .apply-vendor-page, html .center-2 .store-closed-page, html .center-2 .not-found-page, html .center-2 .contact-page, html .center-2 .order-completed-page, html .center-2 .order-confirm-page, html .center-2 .payment-info-page, html .center-2 .payment-method-page, html .center-2 .shipping-method-page, html .center-2 .shipping-address-page, html .center-2 .billing-address-page, html .center-2 .topic-page, html .center-2 .multistep-checkout-page {
    width: calc(100% - 80px);
  }
  .registration-page .form-fields, .registration-page .edit-address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  
  .registration-page .edit-address {
      margin: 0;
  }
  .registration-page .form-fields .inputs.full-width {
      width: 100%;
  }
  .registration-page .form-fields .inputs {
      padding: 0 10px;
  }
  .registration-page .form-fields .inputs:not(.full-width) {
      width: 50%;
  }
  .header-menu {
      background: #000;
      border-top: 1px solid var(--secondary-color);
  }
  .header-links ul li:not(#topcartlink) a {
    color: var(--black);
    background: var(--secondary-color);
    padding: 6px 8px;
  }
  .header-links ul li a::before {
    color: var(--black);
  }
  .header-lower-right {
      max-width: 400px;
  }
    .header-lower-right .search-box {
      max-width: 100%;
    }
  .header-links ul {
    margin-bottom: 10px;
  }
  .header-links ul li {
    display: inline-block;
    padding: 0 15px 0 0;
  }
  .button-1.search-box-button, 
  .home-page-polls .search-box-button.button-2 {
      background: var(--black);
      padding: 6px;
  }
  .button-1.search-box-button::before, 
  .home-page-polls .search-box-button.button-2::before {
    line-height: 16px;
}
  .search-box form input {
      height: 36px;
  }
  .header-links ul #topcartlink > a {
    color: var(--white);
  }
  .header-links ul #topcartlink > a::before {
      content: "\e94f";
      color: var(--white);
}
  .header-links ul li a::before {
      font-size: 15px;
  }
  .header-links ul li .ico-account::before {
    content: "\e95e";
  }
  .header-links ul li .ico-login::before,
  .header-links ul li .ico-logout::before {
    content: "\e95f";
  }
  .header-links ul li .ico-register::before {
    content: "\e940";
  }
  .header .header-lower .header-links-wrapper {
    text-align: left;
  }

  .mega-menu-toggle {
    display: none;
  }
  .header-left-menu-dropdown .nav-menu > li > .sublist > .sublist-list > li {
    width: 33%;
  }
  .header-left-menu-dropdown .mm-navbar .sublist .has-children > a {
    padding: 15px !important;
    margin-bottom: 0 !important;
    font-size: 16px;
  }
  .header-left-menu-dropdown .mm-navbar li .sublist .nav-icon ~ .category-name {
      padding: 0 !important;
  }
  .header-left-menu-dropdown .nav-icon {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  .header-left-menu-dropdown .nav-icon::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 66%;
      background: var(--white);
  }
  .header-left-menu-dropdown .nav-icon img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: scale-down;
  }
  .header-left-menu-dropdown .sublist-list .sublist-list .nav-icon {
    display: none !important;
  }
  .header-left-menu-dropdown .mm-navbar a.mm-nav-image {
      padding: 0;
      margin-bottom: 10px;
  }
  .evolution-form-page form {
      padding: 20px;
  }
  .evolution-form-page .form-fields > .inputs {
    position: relative;
  }
  .evolution-form-page .form-fields > .inputs > label {
    position: absolute;
    background: #fff;
    display: inline-block;
    left: 10px;
    max-width: 70%;
    padding: 4px 8px;
    bottom: 100%;
    transform: translateY(50%);
    margin: 0;
  }
  .supplier-product-form,
  .loan-form-page form, .evolution-form-page form {
    padding: 33px 44px;
  }
  /*account page sidebar*/
  .side-2 .block-account-navigation {
    padding: 0;
  }
  .side-2 .block-account-navigation li {
    margin: 0;
  }
  .side-2 .block-account-navigation li a {
    display: block;
    padding: 8px 15px;

  }
  .side-2 .block-account-navigation li:not(:last-child) a {
    border-bottom: 1px dashed #ddd;
  }
  .breadcrumb {
    padding: 10px 50px;
  }
  .breadcrumb .page-title {
      margin-bottom: 10px;
  }
  .order-details-page .shipping-info-wrap,
  .order-details-page .billing-info-wrap {
      max-width: 100%;
  }
  .desktop-order-list {
    display: block;
  }

  .mobile-order-list {
    display: none;
  }
  .contact-page .topic-block {
      padding-right: 30px;
  }
  .product-share-button div {
    text-align: left !important;
  }
  .order-details-page .order-overview {
      text-align: center;
  }
  .category-item {
      text-align: center;
      background-color: #fefefe; /* Light gray to contrast with white background */
      border: 1px solid #efefef; /* Subtle border for separation */
      padding: 10px;
      border-radius: 4px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .category-item:hover {
      transform: translateY(-5px); /* Slight hover effect for interactivity */
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
  }

  .category-item .title {
      margin: 0
  }

  .category-item .title a {
      font-size: 18px;
      color: #333; /* Darker text color for readability */
      text-decoration: none;
      font-weight: 600;
      display: block;
      margin-top: 10px;
      transition: color 0.3s ease;
  }
  .sticky-add-tocart {
      display:none;
  }

  .document-item {
    width: 32%;
    padding: 0 15px;
    padding-left: 40px
  }
  .documents .document-item {
    width: 100%;
  }
  .agreements .document-item {
    width: 50%;
  }
  .method-list {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
  }
  .method-list > li {
    width: calc(33.33% - 10px);
  }
  .method-list > li:nth-child(3n + 2) {
      margin: 0 10px;
  }
  .method-list > li img {
    width: 53px;
    height: 36px;
    object-fit: scale-down;
    object-position: left bottom;
  }
  .account-page .page-body {
      margin-top: 0;
  }
  .header-left-menu-dropdown .mm-navbar .sublist .sublist li {
      padding: 0 15px;
  }
  .header-left-menu-dropdown .mm-navbar .sublist .sublist a {
    padding: 8px 0;
    border-bottom: 1px solid transparent;
  }
  .header-left-menu-dropdown .mm-navbar .sublist .sublist a:hover {
      border-bottom: 1px solid var(--secondary-color);
  }
  .header-left-menu-dropdown .nav-menu > li:hover > a {
      background: var(--secondary-color);
      color: #000 !important;
  }
  .wpb_row {
    display: flex;
    margin: 0 -20px;
  }

  .wpb_row > .ult-item-wrap,
  .wpb_row > .wpb_single_image {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .cart-quantity-wrapp .product-box-add-to-cart-button {
    width: calc(100% - 105px);
  }
  .center-2 .cart-quantity-wrapp .product-box-add-to-cart-button {
    width: calc(100% - 75px);
  }
  .container, .checkout-page .page-body, .order-summary-content, .eu-cookie-bar-notification .content, .footer .footer-upper, .header-menu .top-menu.notmobile, .header .header-lower, .home-page-polls, .home-page .topic-block, .home-page .home-page-product-grid, .home-page .news-list-homepage, .home-page .home-page-category-grid {
    max-width: 1440px;
  }

  .megamenu-grid-view .header-left-menu-dropdown .mm-navbar .nav-menu > li > .sublist {
    width: 1420px !important;
  }

  .side-2 {
    width: 20%;
  }

  .center-2 {
    width: 80%;
  }
}
