@charset "UTF-8";
/* /*

Theme Name: Twenty Thirteen

Theme URI: https://wordpress.org/themes/twentythirteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.

Version: 2.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready

Text Domain: twentythirteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Noto+Kufi+Arabic:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
body {
  font-family: "Lato", sans-serif;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./css/fonts/glyphicons-halflings-regular.eot");
  src: url("./css/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./css/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("./css/fonts/glyphicons-halflings-regular.woff") format("woff"), url("./css/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("./css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
:root {
  --danger-color: #ff0000;
  --heart-color: #ff4d4d;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-message {
  display: none;
}

ul.wc_payment_methods.payment_methods.methods {
  display: none;
}

.login_dialog .error {
  display: none;
  color: red;
}

.formUISectionLogin {
  max-width: 50%;
  margin: 0px auto;
}

.formUISectionLogin .wppb-form-field.wppb-recaptcha {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.mainWidth .pagination > .active > a,
.mainWidth .pagination > .active > a:focus,
.mainWidth .pagination > .active > a:hover,
.mainWidth .pagination > .active > span,
.mainWidth .pagination > .active > span:focus,
.mainWidth .pagination > .active > span:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.cvf-pagination-nav {
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  width: 100%;
  justify-content: space-between;
}
.cvf-pagination-nav .pagination-range-selector {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.pagination-range-selector .custom-select-my {
  min-width: 70px;
  width: 70px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.pagination-range-selector label {
  display: inline-flex;
  white-space: nowrap;
}

.quick-order-container {
  position: relative;
}

.btn-primary.btn_testing_v10,
.btn_testing_v10 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
}

.btn_testing_v10 svg {
  width: 16px;
  height: 16px;
}

.btn_testing_v10.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: white;
}

.btn_testing_v10.btn-outline-danger {
  color: var(--danger-color);
  border-color: var(--danger-color);
  background-color: white;
}

.btn_testing_v10.btn-outline-primary:focus, .btn_testing_v10.btn-outline-primary:hover {
  outline: none;
}

ul.pagination.prodt_page_click {
  display: flex;
  flex-wrap: wrap;
}

.section_padding_y ul#error-abnNumberexist,
.section_padding_y .parsley-errors-list {
  margin-top: 5px !important;
}

/* i want scss folder all files included on this file */
/* form */
.formUISection {
  margin: 0 auto;
}

.formUISection .form-title_1 {
  font-size: var(--font-size-xxlarge);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.formUISectionLogin .form-group,
.formUISection .form-group {
  margin-bottom: 15px;
}

.formUISectionLogin .form-group .form-control,
.formUISection .form-group .form-control {
  border-radius: var(--border-radius-medium);
  box-shadow: none;
  border-color: var(--border-gray-1);
}

.formUISection .forgot-password {
  text-align: left;
  margin-top: 10px;
}

.formUISection .login-button {
  text-align: right;
}

.formUISectionLogin .size_medium,
.formUISection .size_medium {
  height: 40px;
}

.formUISectionLogin .size_medium {
  width: 100% !important;
  padding: 6px 12px !important;
}

.formUISection .login_btn {
  border-radius: var(--border-radius-medium);
  min-width: 105px;
  margin-right: 0;
  margin-left: auto;
  display: block;
}

#wppb-recover-password-container p,
#wppb-login-wrap p, #select_user_to_edit_form p {
  display: block;
}

#wppb-recover-password-container p.login-submit,
#wppb-login-wrap p.login-submit {
  display: flex;
}

#wppb-login-wrap .wppb-form-field,
#wppb-recover-password-container .wppb-form-field {
  margin: 0;
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
}
#wppb-login-wrap .wppb-form-field .text-input,
#wppb-recover-password-container .wppb-form-field .text-input {
  border-radius: var(--border-radius-medium);
  box-shadow: none;
  border-color: var(--border-gray-1);
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  width: 100% !important;
  padding: 6px 12px !important;
  height: 40px;
}
#wppb-login-wrap .password,
#wppb-login-wrap .input,
#wppb-recover-password-container .password,
#wppb-recover-password-container .input {
  border-radius: var(--border-radius-medium);
  box-shadow: none;
  border-color: var(--border-gray-1);
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  width: 100% !important;
  padding: 6px 12px !important;
  height: 40px;
}

#wppb-login-wrap .form-submit .submit.button,
#wppb-recover-password-container .form-submit .submit.button,
.formUISection .submit_btn_forgot,
.formUISectionLogin .login-submit .button.button-primary {
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  margin: 0px;
  font-size: inherit;
  min-height: 40px;
  min-width: 140px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.formUISectionLogin .login-submit .button.button-primary {
  margin-left: auto;
}

.formUISectionLogin .entry-content {
  display: flex;
  flex-direction: column;
}

.formUISectionLogin .forgot_password_new,
.formUISectionLogin .forgot_password {
  order: 3;
}

.formUISectionLogin .wppb-user-forms .modole-btn {
  display: none;
}

.formUISectionLogin .entry-content .forgot_password_new a,
.formUISectionLogin .entry-content .forgot_password_new .modole-btn,
.formUISectionLogin .entry-content .forgot_password a,
.formUISectionLogin .entry-content .forgot_password .modole-btn {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  border: none;
  background: none;
  background-color: transparent;
  background-image: none;
  color: var(--primary-color);
  box-shadow: none;
  font-size: var(--font-size-medium);
}

.formUISectionLogin .entry-content .forgot_password_new .modole-btn:focus,
.formUISectionLogin .entry-content .forgot_password .modole-btn:focus {
  outline: none;
}

.formUISectionLogin .entry-content .forgot_password_new,
.formUISectionLogin .entry-content .forgot_password {
  display: inline-flex;
  gap: 15px;
}

.formUISectionLogin .entry-content .forgot_password {
  display: none;
}

.strength_input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius-medium);
  padding: 6px 12px;
}

.required_star {
  color: red;
}

.heading_text_ {
  font-size: var(--font-size-large);
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-gray);
}

@media screen and (max-width: 1200px) {
  .formUISectionLogin .form-group label,
  .formUISection .form-group label {
    font-size: var(--font-size-extra-small);
  }
  .formUISectionLogin .size_medium,
  .formUISection .size_medium {
    font-size: var(--font-size-small);
  }
}
.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 40px 0;
  background-image: url("./images/Pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-logo span {
  color: var(--primary-color);
  font-weight: bold;
}

.footer-address {
  margin: 20px 0 50px;
  color: #fff;
  font-size: var(--font-size-medium);
}

.social-links {
  margin: 0px 0;
}

.social-links .social-links_title {
  font-size: var(--font-size-medium);
  margin-bottom: 10px;
}

.social-links a {
  color: white;
  margin-right: 15px;
  font-size: 20px;
  text-decoration: none;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.btn-register,
.btn-contact {
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  margin: 0px;
  font-size: inherit;
  min-height: 40px;
  min-width: 140px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-register:hover,
.btn-contact:hover {
  background-color: var(--hover-color);
  text-decoration: none;
  color: var(--text-color);
}

.btn-register:focus,
.btn-contact:focus {
  outline: none;
  color: var(--text-color);
}

.contact-info {
  text-align: right;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info .contact-info_text {
  font-size: var(--font-size-large);
}

.contact-info .contact-info_text a {
  color: var(---text-color);
  text-decoration: none;
}

.contact-info .contact-info_div {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}

.footer-links_box {
  display: flex;
  justify-content: flex-end;
}

.footer-links .textwidget p,
.footer-links .textwidget {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links span {
  display: inline-flex;
  height: 37px;
  width: 1px;
  background: var(--text-color);
}

.call_to_section {
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 15px 0;
  text-align: center;
}

.call_to_section .call_to_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.call_to_section .call_to_box .left_contact_text {
  font-size: var(--font-size-large);
}

.call_to_section .call_to_box .left_contact_text a {
  color: var(--text-color);
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-links, .contact-info {
    text-align: left;
    margin-top: 20px;
  }
  .footer-links {
    margin-top: 40px;
  }
  .footer-links a {
    min-width: 122px;
    text-align: left;
  }
  .footer-links_box {
    justify-content: center;
  }
  .contact-info .contact-info_div {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }
  .contact-info .contact-info_text {
    font-size: var(--font-size-small);
  }
  .footer-address {
    font-size: var(--font-size-small);
  }
  .social-links .social-links_title {
    font-size: var(--font-size-small);
  }
  .footer-logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .call_to_section .call_to_box .left_contact_text {
    font-size: var(--font-size-small);
  }
  .call_to_section .call_to_box {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
  }
  .menu-main-menu-new-container {
    width: 100%;
  }
}
.home_hero {
  background-color: var(--secondary-color);
  color: var(--text-color);
  padding: 40px 0;
  background-image: url("./images/PatternSlider.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.home_hero .slider-header {
  text-align: center;
  margin-bottom: 40px;
}

.home_hero .slider-header h1 {
  font-size: 48px; /* You can use --font-size-large if you want */
  margin-bottom: 10px;
  font-weight: 800;
}

.home_hero .un-highlight {
  color: var(--text-color);
  display: block;
  margin-bottom: 10px;
}

.home_hero .owl-carousel .owl-item img.brand_logo_header {
  height: 65px;
  width: auto;
  margin: 0px auto;
}

.home_hero .highlight {
  color: var(--primary-color);
}

.home_hero .product-item-box {
  display: flex;
}

.home_hero .product-item {
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
  flex: 1;
}

.home_hero .product-item:hover {
  transform: scale(1.05);
}

.home_hero .product-item-wapper {
  overflow: hidden;
}

.home_hero .product-circle {
  /* width: 150px; */
  height: 150px;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  text-align: center;
  transition: background-color 0.3s ease;
  flex-direction: column;
}

.home_hero .product-circle .product-image {
  height: calc(100% - 0px);
  display: flex;
  align-items: center;
}

.home_hero .product-circle .product-image img {
  object-fit: fill;
  padding: 15px;
}

.home_hero .product-item:hover .product-circle {
  background-color: transparent;
}

.home_hero .product-name {
  font-weight: 600;
  color: var(--text-color);
  font-size: var(--font-size-large);
  text-align: center;
}

.home_hero .product-name a {
  color: var(--text-color);
}

.home_hero .owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
}

.home_hero .owl-theme .owl-controls .owl-page span {
  background: var(--text-color);
  opacity: 0.5;
}

.home_hero .owl-theme .owl-controls .owl-page.active span,
.home_hero .owl-theme .owl-controls .owl-page:hover span {
  background: var(--primary-color);
  opacity: 1;
}

.home_hero .owl-theme .owl-dots .owl-dot.active span,
.home_hero .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  opacity: 1;
}

/* Product hover */
.product-card {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--text-color);
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.product-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.product-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-bg);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.product-card .content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  align-self: flex-end;
}

.product-card .content h3 {
  margin: 0;
  font-size: 18px;
  color: var(--text-color);
  margin: 0;
}

.product-card .content .arrow {
  font-size: 24px;
  color: var(--text-color);
  margin: 0;
  line-height: 24px;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card:hover .overlay {
  opacity: 1;
}

/* Section Title */
.Section-title {
  font-weight: 800;
  text-align: center;
  padding-bottom: 50px;
  color: var(--text-dark);
  margin: 0;
}

.Section-title div {
  margin-bottom: 5px;
}

.Section-title span {
  color: var(--primary-color);
}

/* product */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--text-color); /* Adjust background as needed */
}

.marquee {
  display: flex;
  gap: 20px; /* Space between logos */
  position: relative;
  /* animation: marquee 10s linear infinite normal none running;  */
}

.marquee .js-marquee {
  display: flex;
  gap: 50px; /* Space between logos */
}
.marquee .js-marquee img {
  height: 130px;
}

.marquee img {
  object-fit: contain;
}

.marquee-container {
  position: relative;
}

.marquee-container::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.968627451);
  filter: blur(10px);
  left: -30px;
  top: 0;
}

.marquee-container::after {
  content: "";
  position: absolute;
  width: 146px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.968627451);
  filter: blur(10px);
  right: -30px;
  top: 0;
}

/* Keyframe animation for marquee */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.owl_old_apol_section .owl_old_apol .owl-item .item {
  background: #000;
}
:root {
  --buttonColorPrimary: rgba(0, 123, 246, 1);
  --buttonColorPrimaryHover: rgba(0, 123, 246, 0.8);
  --buttonColorPrimaryActive: rgba(0, 123, 246, 0.6);
  --buttonColorSecondary: rgba(231, 32, 109, 1);
  --buttonColorSecondaryHover: rgba(231, 32, 109, 0.8);
  --buttonColorSecondaryActive: rgba(231, 32, 109, 0.6);
  --buttonColorDanger: rgba(255, 0, 0, 1);
  --buttonColorDangerHover: rgba(255, 0, 0, 0.8);
  --buttonColorDangerActive: rgba(255, 0, 0, 0.6);
  --buttonColorSuccess: rgba(0, 255, 0, 1);
  --buttonColorSuccessHover: rgba(0, 255, 0, 0.8);
  --buttonColorSuccessActive: rgba(0, 255, 0, 0.6);
  --buttonColorWarning: rgba(255, 255, 0, 1);
  --buttonColorWarningHover: rgba(255, 255, 0, 0.8);
  --buttonColorWarningActive: rgba(255, 255, 0, 0.6);
  --buttonColorInfo: rgba(0, 255, 255, 1);
  --buttonColorInfoHover: rgba(0, 255, 255, 0.8);
  --buttonColorInfoActive: rgba(0, 255, 255, 0.6);
  --buttonColorLight: rgba(255, 255, 255, 1);
  --buttonColorLightHover: rgba(255, 255, 255, 0.8);
  --buttonColorLightActive: rgba(255, 255, 255, 0.6);
  --buttonColorDark: rgba(0, 0, 0, 1);
  --buttonColorDarkHover: rgba(0, 0, 0, 0.8);
  --buttonColorDarkActive: rgba(0, 0, 0, 0.6);
  --buttonColorLink: rgba(0, 123, 246, 1);
  --buttonColorLinkHover: rgba(0, 123, 246, 0.8);
  --buttonColorLinkActive: rgba(0, 123, 246, 0.6);
}

.animated-button {
  position: relative;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(45deg, #007bf6, #0067ce);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 123, 246, 0.4);
  min-width: 140px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.animated-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 7px 20px rgba(0, 123, 246, 0.5);
  color: white;
  text-decoration: none;
}
.animated-button:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.animated-button:active {
  transform: translateY(1px) scale(0.98);
}
.animated-button.primary {
  background: var(--buttonColorPrimary);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorPrimaryHover);
}
.animated-button.primary:hover {
  background: var(--buttonColorPrimaryHover);
  box-shadow: 0 7px 20px var(--buttonColorPrimaryHover);
}
.animated-button.primary:active {
  background: var(--buttonColorPrimaryActive);
}
.animated-button.secondary {
  background: var(--buttonColorSecondary);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorSecondaryHover);
}
.animated-button.secondary:hover {
  background: var(--buttonColorSecondaryHover);
  box-shadow: 0 7px 20px var(--buttonColorSecondaryHover);
}
.animated-button.secondary:active {
  background: var(--buttonColorSecondaryActive);
}
.animated-button.danger {
  background: var(--buttonColorDanger);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorDangerHover);
}
.animated-button.danger:hover {
  background: var(--buttonColorDangerHover);
  box-shadow: 0 7px 20px var(--buttonColorDangerHover);
}
.animated-button.danger:active {
  background: var(--buttonColorDangerActive);
}
.animated-button.success {
  background: var(--buttonColorSuccess);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorSuccessHover);
}
.animated-button.success:hover {
  background: var(--buttonColorSuccessHover);
  box-shadow: 0 7px 20px var(--buttonColorSuccessHover);
}
.animated-button.success:active {
  background: var(--buttonColorSuccessActive);
}
.animated-button.warning {
  background: var(--buttonColorWarning);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorWarningHover);
}
.animated-button.warning:hover {
  background: var(--buttonColorWarningHover);
  box-shadow: 0 7px 20px var(--buttonColorWarningHover);
}
.animated-button.warning:active {
  background: var(--buttonColorWarningActive);
}
.animated-button.info {
  background: var(--buttonColorInfo);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorInfoHover);
}
.animated-button.info:hover {
  background: var(--buttonColorInfoHover);
  box-shadow: 0 7px 20px var(--buttonColorInfoHover);
}
.animated-button.info:active {
  background: var(--buttonColorInfoActive);
}
.animated-button.light {
  background: var(--buttonColorLight);
  color: #000;
  box-shadow: 0 4px 15px var(--buttonColorLightHover);
}
.animated-button.light:hover {
  background: var(--buttonColorLightHover);
  box-shadow: 0 7px 20px var(--buttonColorLightHover);
}
.animated-button.light:active {
  background: var(--buttonColorLightActive);
}
.animated-button.dark {
  background: var(--buttonColorDark);
  color: white;
  box-shadow: 0 4px 15px var(--buttonColorDarkHover);
}
.animated-button.dark:hover {
  background: var(--buttonColorDarkHover);
  box-shadow: 0 7px 20px var(--buttonColorDarkHover);
}
.animated-button.dark:active {
  background: var(--buttonColorDarkActive);
}

@media (max-width: 1024px) {
  .marquee .item img {
    height: 60px;
  }
  .marquee-container::before,
  .marquee-container::after {
    width: 90px;
  }
  .marquee .js-marquee {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .home_hero .product-circle {
    width: 100px;
    height: 100px;
  }
  .home_hero .product-name {
    font-size: var(--font-size-small);
  }
  .home_hero .slider-header h1 {
    font-size: var(--font-size-xxlarge);
  }
  .home_hero .product-item-box {
    overflow-x: auto;
  }
  .Section-title {
    font-size: var(--font-size-xlarge);
    padding-bottom: 25px;
  }
  .animated-button {
    display: none;
  }
}
.breadcumb-wrapper-section {
  background-color: var(--secondary-color);
  color: var(--text-color);
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding-top: 110px;
}

.breadcumb-wrapper-section.img_1 {
  background-image: url("./images/PatternSlider.png");
}

.breadcumb-wrapper-section h1 {
  font-size: 48px;
  margin: 0;
  font-weight: 600;
}

.breadcumb-wrapper-section .un-highlight {
  display: block;
  margin-bottom: 10px;
}

.breadcumb-wrapper-section .highlight {
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .breadcumb-wrapper-section {
    padding-top: 80px;
    min-height: 225px;
  }
  .breadcumb-wrapper-section h1 {
    font-size: var(--font-size-xxlarge);
  }
  .product-card_new .product-card_single_items_images {
    height: auto;
  }
}
:root {
  /* Color Variables */
  --primary-color: #007BF6;
  --secondary-color: #1a1a1a;
  --background-color: #333;
  --text-color: #fff;
  --border-color: #343434;
  --hover-color: #0066cc;
  --text-dark: #161616;
  --background-gray: #f8f8f8;
  --overlay-bg: rgba(0, 0, 0, 0.6);
  --text-gray: #777777;
  --border-gray-1: #DFDFDF;
  /* Font Size Variables */
  --font-size-extra-small: 12px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 18px;
  --font-size-xlarge: 20px;
  --font-size-xxlarge: 24px;
  /* Border Radius */
  --border-radius: 10px;
  --border-radius-small: 5px;
  --border-radius-medium: 8px;
}

.site-main {
  padding-top: 72px;
}

/* Navbar Styles */
.apol_navbar.navbar-inverse {
  background-color: var(--secondary-color);
  background-image: var(--secondary-color);
  border: none;
}

.apol_navbar {
  font-size: var(--font-size-small);
}

.apol_navbar .navbar-brand {
  font-weight: bold;
  color: var(--text-color) !important;
  padding: 0;
}

.apol_navbar.navbar > .container .navbar-brand {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.apol_navbar.navbar > .container .navbar-brand img {
  height: 48px;
}

.apol_navbar .navbar-brand span {
  color: var(--primary-color);
}

.apol_navbar .navbar-nav > li {
  font-size: inherit;
  position: inherit;
}

.apol_navbar .navbar-nav > li > a {
  color: var(--text-color) !important;
  padding: 10px 10px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.apol_navbar .navbar-nav > li.active > a {
  border-bottom: 1px solid white;
}

.apol_navbar .navbar-nav > li > a:hover {
  background: black;
}

.apol_navbar .navbar-nav > li > a svg {
  display: none;
}

.apol_navbar .search-box {
  padding: 0px 0;
  margin: 0;
}

.apol_navbar .right_itmes_header .navbar-right {
  margin: 0;
}

.apol_navbar .search-box input {
  width: 250px;
  padding: 8px 12px;
  background-color: transparent;
  border: none;
  color: var(--text-color);
  font-size: inherit;
  border: 1px solid var(--border-color);
  height: 40px;
  border-radius: 8px;
}

.apol_navbar .btn-register {
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  margin: 0px;
  font-size: inherit;
  min-height: 40px;
  min-width: 140px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apol_navbar .btn-register:hover {
  background-color: var(--hover-color);
}

.apol_navbar .btn-login:focus,
.apol_navbar .btn-register:focus {
  outline: none;
}

.apol_navbar .btn-login {
  background-color: var(--text-color);
  color: #000;
  border: 1px solid var(--text-color);
  margin: 0px;
  font-size: inherit;
  min-height: 40px;
  min-width: 140px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Category Grid Styles */
.apol_navbar .category-grid {
  padding: 20px 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1;
  left: 0;
  transform: translate(0px, 0px);
  top: 72px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #222;
}

.apol_navbar .category-item {
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.apol_navbar .category-item:hover {
  transform: translateY(-5px);
}

.apol_navbar .category-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 0px;
  fill: var(--text-color);
}

.apol_navbar .category-name {
  color: var(--text-color);
  font-size: var(--font-size-small);
}

/* Right Items Header */
.apol_navbar .right_itmes_header {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  align-items: center;
}

.apol_navbar .navbar-collapse {
  padding: 0px;
  margin: 0px;
}

.apol_navbar .navbar-collapse.collapse {
  display: flex !important;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 30px;
}

.apol_navbar .navbar-collapse.collapse::after,
.apol_navbar .navbar-collapse.collapse::before {
  display: none;
}

.apol_navbar .navbar_header_flex {
  display: flex;
  align-items: center;
  min-height: 72px;
  justify-content: center;
}

.menu_header_top_bar {
  display: none;
}

.menu_header_top_bar button {
  background: transparent;
  border: 0;
}

.after_login_showing_icon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.dropdown_color .icon-circle {
  width: 32px;
  height: 32px;
  background-color: #3A3A3A;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
}

.dropdown_color .icon-circle svg {
  font-size: 22px;
}

/* Custom Dropdown Styles */
.dropdown_color .dark-dropdown {
  background-color: var(--background-color);
  border: 1px solid var(--hover-color);
  border-radius: 4px;
  padding: 0;
  min-width: 200px;
}

.dropdown_color .dark-dropdown > li > a {
  color: var(--text-color);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
}

.dropdown_color .dark-dropdown > li:last-child > a {
  border-bottom: none;
}

.dropdown_color .dark-dropdown > li > a:hover,
.dropdown_color .dark-dropdown > li > a:focus {
  background-color: var(--hover-color);
  background-image: var(--hover-color);
  color: var(--text-color);
}

.dropdown_color .dark-dropdown .menu-icon {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  display: inline-flex;
}

/* Open State for Dropdown */
.dropdown_color .dropdown.open .icon-circle {
  background-color: var(--hover-color);
}

.hide_on_mobile_show_on_dekstop_icons.dropdown_color .dark-dropdown {
  margin-top: 20px;
}

.menu_header_top_bar .dropdown_color .dark-dropdown {
  margin-top: 10px;
}

.menu_header_top_bar .dropdown_color .icon-circle {
  background: transparent;
}

/* Search Modal Styles */
.apol_search_modal .modal-fullscreen {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
}

.apol_search_modal .modal-content {
  background-color: rgba(0, 0, 0, 0.8); /* Grey background with opacity */
  color: var(--text-color);
  height: 100vh;
  border: none;
  border-radius: 0;
}

.apol_search_modal .modal-header {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}

.apol_search_modal .close {
  font-size: 2rem;
  color: var(--text-color);
  opacity: 1;
}

.close-icon-search_div {
  padding: 8px 15px;
  display: flex;
  justify-content: flex-end;
}

.apol_search_modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
}

.apol_search_modal .search-input {
  width: 100%;
  max-width: 600px;
  height: 50px;
  padding: 10px 20px;
  font-size: var(--font-size-large);
  border-radius: 8px;
  border: none;
  outline: none;
  background-color: #333;
  color: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.apol_search_modal .search-input::placeholder {
  color: #888;
}

.apol_search_modal .search-input:focus {
  background-color: var(--text-color);
}

/* Margin Top */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

/* Margin Bottom */
.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .apol_navbar .menu-main-menu-container {
    width: 100%;
  }
  .hide_on_mobile_show_on_dekstop_icons {
    display: none;
  }
  .apol_navbar .navbar_header_flex {
    flex-direction: column;
    min-height: 56px;
  }
  .apol_navbar .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .apol_navbar .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 56px;
  }
  .apol_navbar .navbar-collapse.collapse {
    display: none !important;
    width: 100%;
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0;
  }
  .apol_navbar .navbar-collapse.collapse.in {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    overflow-y: auto !important;
    height: calc(100vh - 56px) !important;
    justify-content: flex-start;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0px;
  }
  .apol_navbar .search-box {
    display: none;
  }
  .apol_navbar .category-grid {
    position: inherit;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }
  .apol_navbar.navbar-inverse {
    min-height: 56px;
    margin-bottom: 0;
  }
  .apol_navbar.navbar > .container .navbar-brand img {
    height: 32px;
  }
  .apol_navbar .navbar-nav > li {
    width: 100%;
  }
  .apol_navbar .navbar-nav {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .apol_navbar .right_itmes_header {
    width: 100%;
    padding-bottom: 30px;
  }
  .apol_navbar .right_itmes_header #searchform- {
    display: none;
  }
  .apol_navbar.navbar-fixed-top .navbar-collapse {
    height: 100%;
    width: 100%;
  }
  .apol_navbar .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }
  .apol_navbar .right_itmes_header .navbar-right {
    display: flex;
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    gap: 5px;
    flex-direction: column;
  }
  .apol_navbar .menu_header_top_bar {
    display: flex;
    align-items: center;
  }
  .apol_navbar .navbar-header::after,
  .apol_navbar .navbar-header::before {
    display: none;
  }
  .apol_navbar .navbar-nav > li > a svg {
    display: inline-flex;
  }
  .site-main {
    padding-top: 56px;
  }
}
/* Dark Search Box Styles */
.mobile_search .dark-search,
.apol_navbar .dark-search {
  background: var(--secondary-color);
  padding: 0px 10px;
}

.mobile_search .dark-search .form-control,
.apol_navbar .dark-search .form-control {
  background-color: #2d2d2d;
  border: none;
  color: var(--text-color);
  padding-left: 40px;
  width: 250px;
  height: 40px;
  border-radius: 8px;
  margin: 0;
  font-size: var(--font-size-small);
}

.mobile_search .dark-search .form-control:focus,
.apol_navbar .dark-search .form-control:focus {
  box-shadow: none;
  background-color: #2d2d2d;
  color: var(--text-color);
}

.mobile_search .dark-search .form-control::placeholder,
.apol_navbar .dark-search .form-control::placeholder {
  color: #999;
}

.mobile_search .dark-search .form-group,
.apol_navbar .dark-search .form-group {
  position: relative;
  margin: 0;
}

.mobile_search .dark-search .search-icon,
.apol_navbar .dark-search .search-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #999;
  z-index: 3;
}

.mobile_search .navbar-form {
  border: none;
  box-shadow: none;
}

.section_padding_y {
  padding: 50px 0;
}

.cart_page_section_padding {
  padding: 0 0 30px 0;
}

.return_sectoin_ {
  padding: 0 0 30px 0;
}

.product_sectoin_ {
  padding: 30px 0 30px 0;
}

@media (min-width: 1024px) {
  .product-card-image {
    height: 180px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .product-card-image img.product-img {
    object-fit: contain;
    width: auto;
    height: 100%;
    margin: 0px auto;
  }
  .new_searching_box .ellipsis_text_2,
  .Product_Categorie_box .ellipsis_text_2 {
    min-height: 40px;
  }
}
/* Media Queries for Larger Screens */
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .apol_navbar .category-icon {
    width: 32px;
    height: 32px;
  }
  .cart_page_section_padding {
    padding: 80px 0;
  }
  .return_sectoin_ {
    padding: 0 0 40px 0;
  }
  .section_padding_y {
    padding: 80px 0;
  }
  .single_page_section {
    padding-top: 50px;
  }
  .mobile_search .dark-search .form-control, .apol_navbar .dark-search .form-control {
    width: 200px;
  }
  .product-card-image {
    height: 160px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
  .apol_navbar .category-name,
  .apol_navbar {
    font-size: var(--font-size-medium);
  }
  .apol_navbar .category-icon {
    width: 48px;
    height: 48px;
  }
  .apol_navbar .category-grid {
    background-color: #222;
    padding: 40px 0;
  }
  .mobile_search .dark-search .form-control, .apol_navbar .dark-search .form-control {
    width: 250px;
  }
  .product-card-image {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1420px;
  }
  .product-card-image {
    height: 180px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .product-card-image img.product-img {
    object-fit: contain;
    width: auto;
    height: 100%;
    margin: 0px auto;
  }
  .Product_Categorie_box .ellipsis_text_2 {
    min-height: 34px;
  }
}
.btn-primary {
  background-color: var(--primary-color);
  background-image: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: var(--border-radius);
  box-shadow: none;
}

.table_style .btn-primary {
  color: white;
}

.btn-primary:hover {
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.text-primary {
  color: var(--primary-color);
}

.cart_icon_showing {
  position: relative;
}

.cart_icon_showing span {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: var(--font-size-extra-small);
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

/************** Table ****************/
.hide_searchbar_table .dataTables_filter {
  display: none;
}

/* The circular status light indicator */
.status-light {
  height: 24px;
  border-radius: 15px;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Status colors with decreased background opacity */
.light-pending-approval {
  background-color: rgba(255, 235, 59, 0.3); /* Yellow with decreased opacity */
  border: 1px solid #FFEB3B;
  color: #AB8F00;
}

.light-pending-receipt {
  background-color: rgba(255, 152, 0, 0.3); /* Orange with decreased opacity */
  border: 1px solid #FF9800;
  color: #FF9800;
}

.light-credited {
  background-color: rgba(33, 150, 243, 0.3); /* Blue with decreased opacity */
  border: 1px solid #2196F3;
  color: #2196F3;
}

.light-received {
  background-color: rgba(76, 175, 80, 0.3); /* Green with decreased opacity */
  border: 1px solid #4CAF50;
  color: #005D30;
}

.light-on-hold {
  background-color: rgba(158, 158, 158, 0.3); /* Gray with decreased opacity */
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}

.light-return-cancelled {
  background-color: rgba(244, 67, 54, 0.3); /* Red with decreased opacity */
  border: 1px solid #F44336;
  color: #F44336;
}

/* Status colors with text and border */
.status-wc-pending,
.status-wc-pending-quoutes {
  background-color: #FFA500; /* Orange */
  color: #000000; /* Black text */
  border: 1px solid #FFA500; /* Orange border */
}

.status-wc-processing,
.status-wc-processing-quoutes {
  background-color: rgba(255, 235, 59, 0.3);
  border: 1px solid #FFEB3B;
  color: #AB8F00;
}

.status-wc-on-hold,
.status-wc-on-hold-quoutes {
  background-color: #FFC107; /* Amber */
  color: #000000; /* Black text */
  border: 1px solid #FFC107; /* Amber border */
}

.status-wc-completed,
.status-wc-completed-quoutes {
  background-color: #28A745; /* Green */
  color: #FFFFFF; /* White text */
  border: 1px solid #28A745; /* Green border */
}

.status-wc-cancelled,
.status-wc-cancelled-quoutes {
  background-color: #DC3545; /* Red */
  color: #FFFFFF; /* White text */
  border: 1px solid #DC3545; /* Red border */
}

.status-wc-refunded,
.status-wc-refunded-quoutes {
  background-color: #6C757D; /* Gray */
  color: #FFFFFF; /* White text */
  border: 1px solid #6C757D; /* Gray border */
}

.status-wc-failed,
.status-wc-failed-quoutes {
  background-color: #343A40; /* Dark Gray */
  color: #FFFFFF; /* White text */
  border: 1px solid #343A40; /* Dark Gray border */
}

.status-wc-return-processing,
.status-wc-return-processing-quoutes {
  background-color: #17A2B8; /* Teal */
  color: #FFFFFF; /* White text */
  border: 1px solid #17A2B8; /* Teal border */
}

.status-wc-re-quote,
.status-wc-re-quote-quoutes {
  background-color: #6610F2; /* Purple */
  color: #FFFFFF; /* White text */
  border: 1px solid #6610F2; /* Purple border */
}

.status-wc-invoiced-done,
.status-wc-invoiced-done-quoutes {
  background-color: #FFC0CB; /* Pink */
  color: #000000; /* Black text */
  border: 1px solid #FFC0CB; /* Pink border */
}

.status-wc-invoiced-part,
.status-wc-invoiced-part-quoutes {
  background-color: #FFD700; /* Gold */
  color: #000000; /* Black text */
  border: 1px solid #FFD700; /* Gold border */
}

.status-wc-invoiced-bill,
.status-wc-invoiced-bill-quoutes {
  background-color: #FF4500; /* Orange Red */
  color: #FFFFFF; /* White text */
  border: 1px solid #FF4500; /* Orange Red border */
}

.status-wc-closed,
.status-wc-closed-quoutes {
  background-color: #4B0082; /* Indigo */
  color: #FFFFFF; /* White text */
  border: 1px solid #4B0082; /* Indigo border */
}

.status-wc-order-draft,
.status-wc-order-draft-quoutes {
  background-color: #8B4513; /* Saddle Brown */
  color: #FFFFFF; /* White text */
  border: 1px solid #8B4513; /* Saddle Brown border */
}

.status-wc-invoiced-partialy,
.status-wc-invoiced-partialy-quoutes {
  background-color: #FF6347; /* Tomato */
  color: #FFFFFF; /* White text */
  border: 1px solid #FF6347; /* Tomato border */
}

.status-wc-pending-recipent,
.status-wc-pending-recipent-quoutes {
  background-color: #20B2AA; /* Light Sea Green */
  color: #FFFFFF; /* White text */
  border: 1px solid #20B2AA; /* Light Sea Green border */
}

.status-wc-pending-refund,
.status-wc-pending-refund-quoutes {
  background-color: #40E0D0; /* Turquoise */
  color: #000000; /* Black text */
  border: 1px solid #40E0D0; /* Turquoise border */
}

.status-wc-pending-process,
.status-wc-pending-process-quoutes {
  background-color: #5F9EA0; /* Cadet Blue */
  color: #FFFFFF; /* White text */
  border: 1px solid #5F9EA0; /* Cadet Blue border */
}

.status-wc-processed,
.status-wc-processed-quoutes {
  background-color: var(--primary-color); /* Steel Blue */
  color: #FFFFFF; /* White text */
  border: 1px solid var(--primary-color); /* Steel Blue border */
}

.status-wc-ywraq-new,
.status-wc-ywraq-new-quoutes {
  background-color: #B0E0E6; /* Powder Blue */
  color: #000000; /* Black text */
  border: 1px solid #B0E0E6; /* Powder Blue border */
}

.status-wc-ywraq-pending,
.status-wc-ywraq-pending-quoutes {
  background-color: #FFDEAD; /* Navajo White */
  color: #000000; /* Black text */
  border: 1px solid #FFDEAD; /* Navajo White border */
}

.status-wc-ywraq-expired,
.status-wc-ywraq-expired-quoutes {
  background-color: #FA8072; /* Salmon */
  color: #000000; /* Black text */
  border: 1px solid #FA8072; /* Salmon border */
}

.status-wc-ywraq-accepted,
.status-wc-ywraq-accepted-quoutes {
  background-color: #3CB371; /* Medium Sea Green */
  color: #FFFFFF; /* White text */
  border: 1px solid #3CB371; /* Medium Sea Green border */
}

.status-wc-ywraq-rejected,
.status-wc-ywraq-rejected-quoutes {
  background-color: #8B0000; /* Dark Red */
  color: #FFFFFF; /* White text */
  border: 1px solid #8B0000; /* Dark Red border */
}

.status-wc-pending-approval,
.status-wc-pending-approval-quoutes {
  background-color: #9ACD32; /* Yellow Green */
  color: #000000; /* Black text */
  border: 1px solid #9ACD32; /* Yellow Green border */
}

.status-wc-voided,
.status-wc-voided-quoutes {
  background-color: #800000; /* Maroon */
  color: #FFFFFF; /* White text */
  border: 1px solid #800000; /* Maroon border */
}

.status-wc-expired-quotes {
  background-color: #fa0808; /* Orange Red */
  color: #FFFFFF; /* White text */
  border: 1px solid #fa0808; /* Orange Red border */
}

/* ******** cases ******** */
.status-cases-processing {
  background-color: rgba(76, 175, 80, 0.3); /* Green with decreased opacity */
  border: 1px solid #4CAF50;
  color: #005D30;
}

.status-cases-closed {
  background-color: rgba(244, 67, 54, 0.3); /* Red with decreased opacity */
  border: 1px solid #F44336;
  color: #F44336;
}

.status-cases-pending {
  background-color: rgba(255, 235, 59, 0.3);
  border: 1px solid #FFEB3B;
  color: #AB8F00;
}

.status-cases-on-hold {
  background-color: rgba(255, 235, 59, 0.3);
  border: 1px solid #FFEB3B;
  color: #AB8F00;
}

.status-cases-re-opened {
  background-color: rgba(255, 235, 59, 0.3);
  border: 1px solid #FFEB3B;
  color: #AB8F00;
}

/****************** breadcrumb-section ******************/
.breadcrumb-section {
  background-color: transparent;
  padding: 20px 0;
}
.breadcrumb-section .breadcrumb {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  font-size: var(--font-size-medium);
  font-weight: 700;
}
.breadcrumb-section .breadcrumb a {
  color: var(--text-gray);
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb-section .breadcrumb a:hover {
  color: var(--primary-color);
}
.breadcrumb-section .breadcrumb span:not(:last-child) {
  color: var(--text-gray);
  cursor: pointer;
}
.breadcrumb-section .breadcrumb span:not(:last-child):hover {
  color: var(--primary-color);
}
.breadcrumb-section .breadcrumb span:last-child {
  cursor: default;
  /* i want stop event */
  pointer-events: none;
}
.breadcrumb-section .breadcrumb .breadcrumb-tmc-separator {
  display: inline-flex;
  align-items: center;
}
.breadcrumb-section .breadcrumb .breadcrumb-tmc-separator svg {
  display: inline-flex;
  align-items: center;
}

.breadcrumb-hidden-mobile,
.breadcrumb-dots {
  display: inline;
}

/* On mobile: hide middle items and show dots */
@media (max-width: 768px) {
  .breadcrumb-hidden-mobile {
    display: none !important;
  }
  .breadcrumb-dots {
    display: inline !important;
  }
}
/* On desktop: hide dots */
@media (min-width: 769px) {
  .breadcrumb-arrow-dektop-hide,
  .breadcrumb-dots {
    display: none !important;
  }
}
.page-title {
  font-size: var(--font-size-xlarge);
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 7px;
}

.title_padding_set {
  padding: 30px 0;
}

.my_button_clear {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn-outline {
  background: transparent;
  background-color: transparent;
  background-image: transparent;
  color: var(--primary-color); /* Primary color */
  border: 1px solid var(--primary-color);
  box-shadow: none;
  text-shadow: none;
}

.btn-outline:hover,
.btn-outline:focus {
  background: var(--hover-color);
  background-color: var(--hover-color);
  background-image: var(--hover-color);
  border-color: var(--hover-color);
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border-radius: var(--border-radius);
}

.btn-danger.btn-outline {
  color: red;
  border: 1px solid red;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus {
  background: red;
  background-color: red;
  background-image: red;
  border-color: red;
  color: #fff;
}

.checkout_place_order_btn {
  width: 100% !important;
  min-height: 40px;
}

.close-icon-search {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 100%;
}

.mobile_search .dark-search .search-icon {
  display: none;
}

.mobile_search .dark-search .form-control {
  padding-left: 15px;
}

body .daterangepicker .ranges li.active {
  background-color: #007bf6;
  color: #fff;
}
body .daterangepicker td.active,
body .daterangepicker td.active:hover {
  background-color: #007bf6;
  color: #fff;
}
body .daterangepicker td.in-range {
  background-color: rgba(0, 123, 246, 0.15);
  color: #333;
}
body .daterangepicker .applyBtn {
  background-color: #007bf6;
  color: #fff;
}
body .daterangepicker .applyBtn:hover {
  background-color: rgb(0, 110.25, 220.5);
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #007bf6 !important;
  background: #007bf6 !important;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background-color: rgb(0, 97.5, 195) !important;
  background: rgb(0, 97.5, 195) !important;
  color: #fff;
}
.owl-carousel .owl-prev i,
.owl-carousel .owl-prev span,
.owl-carousel .owl-next i,
.owl-carousel .owl-next span {
  font-size: 20px;
  line-height: 1;
}
.owl-carousel .owl-prev {
  left: -50px;
}
.owl-carousel .owl-next {
  right: -50px;
}

.no-record {
  display: flex;
  padding: 10px;
}

@media (max-width: 1199px) {
  .right_itmes_header .hide_in_mobile {
    display: none;
  }
  .breadcrumb-section {
    padding: 10px 0;
  }
  .breadcrumb-section .breadcrumb {
    font-size: var(--font-size-small);
  }
  .page-title {
    display: none;
  }
  .title_padding_set {
    padding: 10px 0;
  }
  .mobile_search .dark-search,
  .apol_navbar .dark-search {
    background: var(--secondary-color);
    padding: 0px 0px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6196078431) !important;
    margin: 0;
    width: 100%;
  }
  .apol_navbar .btn-register {
    width: 100%;
  }
  .single_page_section {
    padding-top: 30px;
  }
  .apol_search_modal .modal-content {
    height: 120px;
  }
  .apol_search_modal .close {
    position: absolute;
    right: 30px;
    z-index: 1;
  }
  .mobile_search .dark-search .form-control, .apol_navbar .dark-search .form-control {
    width: 100%;
  }
  .mobile_search .dark-search .form-group, .apol_navbar .dark-search .form-group {
    width: 100%;
  }
}
.table_style {
  padding-bottom: 0px;
}

.padding_bottom_table {
  padding-bottom: 30px;
}

.table_style .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.table_style table.dataTable {
  border: 1px solid var(--border-gray-1);
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  width: 100% !important;
}

.table_style table.dataTable thead th,
.table_style table.dataTable thead td {
  border-bottom: 1px solid var(--border-gray-1);
}

.table_style .table > tbody > tr > th,
.table_style .table > tfoot > tr > th,
.table_style .table > thead > tr > th {
  border-top: 1px solid transparent;
  /* padding-left:0; */
}

.table_style .table > tbody > tr > td,
.table_style .table > tfoot > tr > td,
.table_style .table > thead > tr > td {
  border-top: 1px solid var(--border-gray-1);
  vertical-align: middle;
  /* padding-left:0; */
  color: var(--text-gray);
  font-size: var(--font-size-medium);
}

.table_style a {
  color: var(--primary-color);
}

.table_style .responsive-row {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 0px;
  padding: 15px 0px;
  border-bottom: 1px solid var(--border-gray-1);
}

.table_style .responsive-row:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.table_style .responsive-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cell-label {
  font-size: var(--font-size-extra-small);
  color: var(--text-dark);
  margin-bottom: 5px;
}

.cell-value {
  font-size: var(--font-size-small);
  color: var(--text-gray);
  font-weight: 500;
}

.table_style div.dataTables_paginate.paging_simple_numbers {
  display: flex;
  justify-content: end;
  float: none;
}

a.myTableButton,
.myTableButton,
.table_style a.myTableButton {
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 40px;
  min-height: 40px;
  background: transparent;
  background-color: transparent;
  color: var(--text-dark);
}

a.myTableButton:hover,
.myTableButton:hover {
  background-color: #dad8da;
}

.table_style a.myTableButton.disbale_button {
  pointer-events: none;
  opacity: 0.07;
}

.btn_return_click.myTableButton {
  border: 0px;
  margin-top: 20px;
}

.btn_return_click.myTableButton:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.search-container_my {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.search-container_my .search-input-wrapper {
  position: relative;
  flex: 1;
  min-width: 250px;
}

.search-container_my .search-input {
  width: 100%;
  padding: 10px 15px 10px 35px;
  border: 1px solid var(--border-gray-1);
  border-radius: 6px;
  font-size: var(--font-size-small);
  line-height: 1.5;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out;
}

.search-container_my .search-input:focus {
  outline: none;
  border-color: #cbd5e0;
  box-shadow: 0 0 0 1px rgba(66, 153, 225, 0.5);
}

.search-container_my .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray);
  display: flex;
}

.search-container_my .date-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray);
  display: inline-flex;
}

/* Placeholder styling */
.search-container_my .search-input::placeholder {
  color: var(--text-gray);
}

.dataTables_length {
  display: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .search-container_my .search-container {
    flex-direction: column;
    gap: 10px;
  }
  .search-container_my .search-input-wrapper {
    width: 100%;
  }
  .table_style div.dataTables_paginate.paging_simple_numbers {
    justify-content: center !important;
  }
}
.return_details_ui .order-details-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 15px;
}
.return_details_ui .order-details-body .order-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-gray-1);
}

.return_details_ui .order-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.return_details_ui .order-item .product-thumbnail-img {
  border: 1px solid var(--border-gray-1);
  border-radius: var(--border-radius-small);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.return_details_ui .product-thumbnail {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}

.return_details_ui .product_item_des_tr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.return_details_ui .product_item_des_td {
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.return_details_ui .product_item_des_td .product-label {
  font-size: var(--font-size-small);
  font-weight: 600;
}

.return_details_ui .product_item_des_td .product-price,
.return_details_ui .product_item_des_td .product-quantity,
.return_details_ui .product_item_des_td .product-Subtotal,
.return_details_ui .product_item_des_td .product-GST,
.return_details_ui .product_item_des_td .product-Total,
.return_details_ui .product_item_des_td .product-subtotal {
  font-size: var(--font-size-medium);
  font-weight: 600;
}

.return_details_ui .title-box .product-code {
  font-size: var(--font-size-extra-small);
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--text-gray);
}
.return_details_ui .title-box .product-code .product_href_ui {
  color: inherit;
}
.return_details_ui .title-box .product-code .product_href_ui:hover {
  color: var(--primary-color);
}

.return_details_ui .title-box .product-code-title {
  font-size: var(--font-size-small);
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 10px;
}
.return_details_ui .title-box .product-code-title .product_href_ui {
  color: inherit;
}
.return_details_ui .title-box .product-code-title .product_href_ui:hover {
  color: var(--primary-color);
}

.return_details_ui .product_item_des_td .product-subtotal,
.return_details_ui .product_item_des_td .product-price,
.return_details_ui .product_item_des_td .product-Total {
  color: var(--primary-color);
}

.order-item .product_item_des_td {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.order-item .product_item_des_tr {
  flex-direction: row;
}

.return_details_ui .product-thumbnail-img img {
  width: 100%;
  height: auto;
}

.return_details_ui .order-details-wrapper {
  border-right: 1px solid var(--border-gray-1);
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.product_right_side_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-backdrop {
  background: #161616 !important;
}

.modal-backdrop.in {
  opacity: 0.2 !important;
}

.Forgot_modal_design_UI .modal-content,
.Order_Case_Modal_UI .modal-content,
.Order_modal_design_UI .modal-content,
.Request_Assistance_Modal_UI .modal-content {
  border-radius: 16px;
  box-shadow: none;
  border: 0px;
}

.Forgot_modal_design_UI .modal-header,
.Order_Case_Modal_UI .modal-header,
.Order_modal_design_UI .modal-header,
.Request_Assistance_Modal_UI .modal-header {
  border-bottom: 0px;
  padding: 30px 30px;
}

.Forgot_modal_design_UI .modal-title,
.Order_Case_Modal_UI .modal-title,
.Order_modal_design_UI .modal-title,
.Request_Assistance_Modal_UI .modal-title {
  font-size: var(--font-size-xlarge);
  font-weight: 600;
  color: var(--text-dark);
}

.Forgot_modal_design_UI .my_close_button,
.Order_Case_Modal_UI .my_close_button,
.Order_modal_design_UI .my_close_button,
.Request_Assistance_Modal_UI .my_close_button {
  display: inline-flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: var(--text-dark);
  border: 1px solid transparent;
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

.Forgot_modal_design_UI .modal-body,
.Order_Case_Modal_UI .modal-body,
.Request_Assistance_Modal_UI .modal-body {
  padding: 0px 30px 30px;
}

.Order_modal_design_UI .return_details_ui {
  padding: 30px 30px;
  padding-top: 0px;
}

.Request_Assistance_Modal_UI .modal-footer {
  padding: 15px;
  display: flex;
  gap: 15px;
}

/* Custom CSS to vertically center the modal */
.Forgot_modal_design_UI .modal-dialog,
.Order_Case_Modal_UI .modal-dialog,
.Order_modal_design_UI .modal-dialog,
.Request_Assistance_Modal_UI .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 60px); /* Adjust the height as needed */
}

.Forgot_modal_design_UI .modal-content,
.Order_Case_Modal_UI .modal-content,
.Order_modal_design_UI .modal-content,
.Request_Assistance_Modal_UI .modal-content {
  margin: auto;
  width: 100%;
  border-radius: 16px;
  box-shadow: none;
  border: 0px;
}

.Order_Case_Modal_UI .info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  justify-content: center;
  list-style: none;
}

/********************/
.app-download-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.app-download-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
  box-shadow: none;
  flex: 1;
  min-width: 300px;
  border: 1px solid var(--border-gray-1);
}

.app-download-card__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.app-download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.app-download-link:last-child {
  border-bottom: none;
}

.app-download-link:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.app-download-icon {
  color: var(--primary-color);
}

.app-form-control {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  box-shadow: none;
  margin-bottom: 15px;
}

.app-form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
}

.app-download-card .app-btn-download {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.app-download-card .app-btn-download.focus,
.app-download-card .app-btn-download:focus,
.app-download-card .app-btn-download:hover {
  background: #0056b3;
  color: white !important;
}

/* Bootstrap Select Styling */
.app-download-section .bootstrap-select .btn {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  padding: 8px 12px;
}

.app-download-section .bootstrap-select .btn:focus {
  outline: none !important;
}

.app-download-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.app-download-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s ease;
}

.app-download-button:hover {
  background-color: #f8f9fa;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.app-download-icon {
  color: var(--primary-color);
}

.custom-select-my {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: white;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

.custom-select-my:focus {
  outline: none;
  border-color: var(--primary-color);
}

.select-wrapper {
  margin-bottom: 16px;
}

/* Custom styling for multiselect */
.custom-multiple-select-my .btn-group {
  width: 100%;
}

.custom-multiple-select-my .btn-group .multiselect {
  display: flex;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: white;
  color: #666;
  background-image: none;
  align-items: center;
  justify-content: space-between;
}

.custom-multiple-select-my .btn-default.active,
.custom-multiple-select-my .btn-default:active,
.custom-multiple-select-my .open > .dropdown-toggle.btn-default {
  background-image: none !important;
  background-color: white !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

.custom-multiple-select-my .input-group-btn .btn {
  display: flex;
  align-items: center;
  height: 34px;
}

.custom-multiple-select-my .dropdown-menu > .active > a,
.custom-multiple-select-my .dropdown-menu > .active > a:focus,
.custom-multiple-select-my .dropdown-menu > .active > a:hover {
  background-image: none !important;
  background-color: white !important;
  box-shadow: none !important;
  background: var(--primary-color) !important;
}

.text-error {
  color: red;
  font-size: var(--font-size-small);
}

.quantity_btn_box {
  display: flex;
  gap: 0px;
  align-items: center;
  border: 1px solid var(--border-gray-1);
  border-radius: var(--border-radius-small);
  justify-content: space-between;
}

.quantity_btn_box span {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.quantity_btn_box input {
  border: none;
  text-align: center;
  width: 50px;
}

.quantity_btn_box svg {
  width: 16px;
  height: 16px;
}

.product_items_list .product-thumbnail {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}

.product_items_list .product-thumbnail-wrapper {
  /* border: 1px solid var(--border-gray-1); */
  border-radius: var(--border-radius-small);
  overflow: hidden;
}

.product_items_list .product-thumbnail-wrapper img {
  width: 100% !important;
}

.product_items_list .title-box .product-code {
  font-size: var(--font-size-extra-small);
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--text-gray);
}

.product_items_list .title-box .product-code-title {
  font-size: var(--font-size-small);
  color: var(--text-dark);
  font-weight: 600;
}

.fixed_after_issue_and_position::before,
.fixed_after_issue_and_position::after {
  display: none;
}

.fixed_after_issue_and_position {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text_error {
  color: red;
  font-size: var(--font-size-small);
}

.my_heading_border_new {
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 20px;
}

.my_heading_border_new::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border-gray-1);
  z-index: -1;
}

.my_heading_border_new span {
  background: white;
  padding-right: 10px;
  font-size: var(--font-size-xlarge);
}

abbr.required {
  text-decoration: none;
  border: none;
  color: red;
}

.woocommerce .my_cart_collaterals a.button.alt,
.woocommerce-cart .wc-proceed-to-checkout .my_cart_collaterals a.checkout-button,
.woocommerce .my_cart_collaterals .btn,
.my_cart_collaterals .btn {
  background-color: var(--primary-color);
  background-image: var(--primary-color);
  color: var(--text-color);
  margin: 0px;
  min-height: 40px;
  min-width: 140px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  padding: 0px 20px;
  font-weight: 500;
  font-size: var(--font-size-medium);
  box-shadow: none !important;
}

.woocommerce .my_cart_collaterals a.button.alt.outline_btn,
.woocommerce-cart .wc-proceed-to-checkout .my_cart_collaterals a.checkout-button.outline_btn,
.woocommerce .my_cart_collaterals .btn.outline_btn,
.my_cart_collaterals .btn.outline_btn {
  background-color: transparent;
  background-image: transparent;
  color: var(--primary-color);
}

.woocommerce .my_cart_collaterals a.button.alt.outline_btn:focus,
.woocommerce-cart .wc-proceed-to-checkout .my_cart_collaterals a.checkout-button.outline_btn:focus,
.woocommerce .my_cart_collaterals .btn.outline_btn:focus,
.my_cart_collaterals .btn.outline_btn:focus {
  outline: none;
}

.my_cart_collaterals .cart-subtotal {
  margin-bottom: 20px;
}

/****** thank you *********/
.thank-you-container .lead {
  font-size: var(--font-size-xlarge);
  font-weight: 500;
  margin-bottom: 20px;
}

.thank-you-container {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}

.thank-you-container .contact-info_thank_ {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.thank-you-container .contact-info_thank_ a {
  margin: 10px 0;
  color: var(--primary-color);
  text-decoration: none;
}

.thank-you-container .contact-info_thank_ a:hover {
  text-decoration: underline;
}

.thank-you-container .panel {
  border: 0px;
  box-shadow: none;
}

.thank-you-container .panel-body {
  padding: 0px;
}

.contact-info_thank_ a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--font-size-medium);
  margin: auto;
}

.contact-info_thank_ a span {
  display: inline-flex;
  align-items: center;
}

.card_empty_box {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  text-align: center;
}

.card_empty_box img {
  max-width: max-content;
  margin-bottom: 30px;
}

.card_empty_box .cart-empty {
  font-size: var(--font-size-xxlarge);
  margin-bottom: 30px;
}

.card_empty_box .btn {
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  margin: 0px;
  font-size: var(--font-size-medium);
  min-height: 40px;
  min-width: 165px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.remove-product-row {
  background-color: transparent;
  background: transparent;
  border: none;
}

.quick-order-container {
  margin-bottom: 30px;
}

.quick_order_product {
  display: grid;
  grid-template-columns: 1fr 45px;
}

.quick-order-product-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.content_flex_01 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.remove_from_wishlist {
  background: transparent;
  border: none;
  cursor: pointer;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--text-dark);
}

.cart-totals-row {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.cart-totals-cell {
  font-size: var(--font-size-medium);
}

.cart-totals-cell:nth-child(2) {
  font-weight: 800;
  color: var(--text-dark);
}

.cart-totals-cell:nth-child(2) strong {
  font-weight: 800;
}

.cart-totals-cell:first-child {
  font-weight: 700;
}

.size_220 {
  max-width: 220px;
}

.size_220_min {
  min-width: 220px;
}

.size_90 {
  max-width: 90px;
  min-width: 90px;
}

#my_account_quotes + .dataTables_paginate {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .table_style .table > tbody > tr > th, .table_style .table > tfoot > tr > th, .table_style .table > thead > tr > th {
    font-size: var(--font-size-extra-small);
  }
  .table_style .table > tbody > tr > td, .table_style .table > tfoot > tr > td, .table_style .table > thead > tr > td {
    font-size: var(--font-size-small);
  }
  .custom-select-my {
    font-size: var(--font-size-extra-small);
    padding: 7px 35px 7px 15px;
  }
  .product_items_list .product-thumbnail {
    grid-template-columns: 40px 1fr;
    gap: 8px;
  }
  .fixed_after_issue_and_position {
    grid-template-columns: 1fr;
  }
  .search-container_my .search-input {
    font-size: var(--font-size-extra-small);
    padding: 7px 15px 7px 35px;
  }
  .search-container_my .search-icon {
    left: 10px;
    display: inline-flex;
  }
  .search-container_my {
    gap: 7px;
  }
  .product_items_list .title-box .product-code-title {
    font-size: var(--font-size-extra-small);
  }
  .my_heading_border_new span {
    font-size: var(--font-size-medium);
  }
  .my_cart_collaterals {
    margin-top: 50px;
  }
  .return_details_ui .order-details-wrapper {
    border-right: 0px;
  }
  .order-details-wrapper {
    margin-bottom: 30px;
  }
  /****** Modal ********/
  .Forgot_modal_design_UI .modal-header,
  .Order_Case_Modal_UI .modal-header,
  .Order_modal_design_UI .modal-header,
  .Request_Assistance_Modal_UI .modal-header {
    padding: 15px 15px;
  }
  .Order_modal_design_UI .return_details_ui {
    padding: 15px 15px;
    padding-top: 0px;
  }
  .Forgot_modal_design_UI .my_close_button, .Order_Case_Modal_UI .my_close_button, .Order_modal_design_UI .my_close_button, .Request_Assistance_Modal_UI .my_close_button {
    right: 5px;
    top: 5px;
  }
  .Forgot_modal_design_UI .modal-title, .Order_Case_Modal_UI .modal-title, .Order_modal_design_UI .modal-title, .Request_Assistance_Modal_UI .modal-title {
    font-size: var(--font-size-medium);
  }
  .heading_user_det {
    font-size: var(--font-size-small);
    font-weight: 600;
  }
  .cell-label {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .responsive-row.row-my.gap-rows-3 {
    row-gap: 24px;
  }
  .app-download-section .app-download-card {
    padding: 0;
    border: 0;
  }
  .app-download-section .app-download-card .app-download-card__title {
    margin: 0;
    font-size: var(--font-size-medium);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .app-download-section .app-download-card .app-download-button {
    border-color: transparent;
    margin: 0px -15px;
  }
  .app-download-section .app-download-form {
    gap: 0;
  }
}
@media screen and (max-width: 1199px) and (orientation: landscape) {
  .return_details_ui .order-details-wrapper {
    max-height: calc(100vh - 57px);
  }
}
.custom-hero-section h2 {
  font-size: var(--font-size-xlarge);
  font-weight: 600;
}

.founder-text p,
.custom-hero-section p {
  font-size: var(--font-size-large);
  margin-bottom: 20px;
  font-weight: 500;
}

.founder-section {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.founder-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary-color);
}

.founder-image {
  margin: 0px auto;
}

.terms_section {
  color: var(--text-dark);
}
.terms_section .section {
  margin-top: 30px;
}
.terms_section .section-content {
  font-size: 16px;
  color: var(--text-dark);
}
.terms_section .section-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
}

@media (min-width: 1200px) {
  .founder-section {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-top: 50px;
    flex-direction: row;
  }
  .founder-image {
    min-width: 370px;
  }
}
@media (max-width: 768px) {
  .founder-text p,
  .custom-hero-section p {
    font-size: var(--font-size-small);
  }
  .founder-title {
    font-size: var(--font-size-xlarge);
  }
}
.featured_section .owl-stage .featured_item .featured_item_box .featured_item_img {
  height: 290px;
}
.featured_section .owl-stage .featured_item .featured_item_box .featured_item_img img {
  height: 100%;
  object-fit: cover;
}

.featured_item .featured_item_box {
  display: flex;
  border: 1px solid var(--border-gray-1);
  flex-direction: column;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.featured_item .featured_item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--background-gray);
}

.featured_item .featured_item_content {
  padding: 15px;
}

.featured_item .btn-add_to_card {
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  border-radius: var(--border-radius);
  padding: 7px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-flex;
  font-size: var(--font-size-small);
  align-items: center;
  gap: 5px;
  flex: 1;
  justify-content: center;
  min-height: 40px;
}

.featured_item .btn-add_to_card > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
}

.featured_item .btn-add_to_card:hover {
  background-color: var(--hover-color);
  text-decoration: none;
  color: var(--text-color);
}

.featured_item .featured_item_title {
  font-size: var(--font-size-small);
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--text-gray);
}

.featured_item .featured_item_decs {
  font-size: var(--font-size-medium);
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 46px;
}

.featured_item .featured_item_btn {
  display: inline-flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.featured_item .featured_item_price {
  font-size: var(--font-size-medium);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.map {
  min-height: 350px;
}

.box_brand_border {
  border: 1px solid var(--border-gray-1);
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  padding: 5px;
  transition: transform 0.2s;
}

.box_brand_border .woocommerce-placeholder {
  margin: 0px auto;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.product_image_placeholder,
.product_text_placeholder,
.product_button_placeholder {
  background: linear-gradient(to right, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}

.product_grid_placeholder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.product_grid_placeholder .product_card_placeholder {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}
.product_grid_placeholder .product_image_placeholder {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.product_grid_placeholder .product_text_placeholder {
  height: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.product_grid_placeholder .text_line_short {
  width: 50%;
}
.product_grid_placeholder .text_line_medium {
  width: 70%;
}
.product_grid_placeholder .text_line_long {
  width: 90%;
}
.product_grid_placeholder .text_price_short {
  width: 30%;
  margin: 20px 0 10px;
}
.product_grid_placeholder .product_buttons_placeholder {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.product_grid_placeholder .product_button_placeholder {
  flex: 1;
  height: 32px;
  border-radius: 6px;
}
.product_grid_placeholder .product_favorite_icon_placeholder {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  right: 22px;
}

.product_grid_placeholder_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product_grid_placeholder_header .product_grid_placeholder_header_right {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 10%;
  gap: 5px;
}
.product_grid_placeholder_header .product_grid_placeholder_header_left {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 24%;
  gap: 5px;
}
.product_grid_placeholder_header .product_text_placeholder {
  height: 25px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.product_grid_placeholder_header .product_grid_placeholder_header_text_1 {
  width: 50%;
}
.product_grid_placeholder_header .product_grid_placeholder_header_text_2 {
  width: 30%;
}
.product_grid_placeholder_header .product_grid_placeholder_header_text_3 {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .featured_section .owl-stage .featured_item .featured_item_box .featured_item_img {
    height: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .featured_section .owl-stage .featured_item .featured_item_box .featured_item_img {
    height: 190px;
  }
  .map {
    min-height: 190px;
  }
  .formUISectionLogin {
    max-width: 100%;
  }
  .featured_item .featured_item_decs {
    font-size: var(--font-size-small);
    min-height: 40px;
  }
  .featured_item .featured_item_title {
    font-size: var(--font-size-extra-small);
  }
  .featured_item .featured_item_price {
    font-size: var(--font-size-extra-small);
  }
}
@media screen and (max-width: 991px) {
  .featured_section .owl-stage .featured_item .featured_item_box .featured_item_img {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .featured_section .owl-stage .featured_item .featured_item_box .featured_item_img {
    height: auto;
  }
}
.row-my {
  display: -webkit-box; /* Safari */
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col-my {
  -webkit-box-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex-grow: 1;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-1 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 8.3333333333%; /* IE 10 */
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-2 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 16.6666666667%; /* IE 10 */
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-3 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 25%; /* IE 10 */
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-4 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 33.3333333333%; /* IE 10 */
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-5 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 41.6666666667%; /* IE 10 */
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-6 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 50%; /* IE 10 */
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-7 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 58.3333333333%; /* IE 10 */
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-8 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 66.6666666667%; /* IE 10 */
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-9 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 75%; /* IE 10 */
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-10 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 83.3333333333%; /* IE 10 */
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-11 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 91.6666666667%; /* IE 10 */
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-my-12 {
  -webkit-box-flex: 0; /* Safari */
  -ms-flex: 0 0 100%; /* IE 10 */
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .col-sm-my-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm-my-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .col-md-my-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-my-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .col-lg-my-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-my-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-my-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xl-my-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-my-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xxl-my-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.gap-rows-1 {
  -webkit-row-gap: 0.5rem; /* Safari */
  grid-row-gap: 0.5rem;
}

.gap-rows-2 {
  -webkit-row-gap: 1rem; /* Safari */
  grid-row-gap: 1rem;
}

.gap-rows-3 {
  -webkit-row-gap: 1.5rem; /* Safari */
  grid-row-gap: 1.5rem;
}

.gap-rows-4 {
  -webkit-row-gap: 2rem; /* Safari */
  grid-row-gap: 2rem;
}

.gap-rows-5 {
  -webkit-row-gap: 2.5rem; /* Safari */
  grid-row-gap: 2.5rem;
}

@media (min-width: 576px) {
  .gap-rows-sm-1 {
    -webkit-row-gap: 0.5rem; /* Safari */
    grid-row-gap: 0.5rem;
  }
  .gap-rows-sm-2 {
    -webkit-row-gap: 1rem; /* Safari */
    grid-row-gap: 1rem;
  }
  .gap-rows-sm-3 {
    -webkit-row-gap: 1.5rem; /* Safari */
    grid-row-gap: 1.5rem;
  }
  .gap-rows-sm-4 {
    -webkit-row-gap: 2rem; /* Safari */
    grid-row-gap: 2rem;
  }
  .gap-rows-sm-5 {
    -webkit-row-gap: 2.5rem; /* Safari */
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .gap-rows-md-1 {
    -webkit-row-gap: 0.5rem; /* Safari */
    grid-row-gap: 0.5rem;
  }
  .gap-rows-md-2 {
    -webkit-row-gap: 1rem; /* Safari */
    grid-row-gap: 1rem;
  }
  .gap-rows-md-3 {
    -webkit-row-gap: 1.5rem; /* Safari */
    grid-row-gap: 1.5rem;
  }
  .gap-rows-md-4 {
    -webkit-row-gap: 2rem; /* Safari */
    grid-row-gap: 2rem;
  }
  .gap-rows-md-5 {
    -webkit-row-gap: 2.5rem; /* Safari */
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .gap-rows-lg-1 {
    -webkit-row-gap: 0.5rem; /* Safari */
    grid-row-gap: 0.5rem;
  }
  .gap-rows-lg-2 {
    -webkit-row-gap: 1rem; /* Safari */
    grid-row-gap: 1rem;
  }
  .gap-rows-lg-3 {
    -webkit-row-gap: 1.5rem; /* Safari */
    grid-row-gap: 1.5rem;
  }
  .gap-rows-lg-4 {
    -webkit-row-gap: 2rem; /* Safari */
    grid-row-gap: 2rem;
  }
  .gap-rows-lg-5 {
    -webkit-row-gap: 2.5rem; /* Safari */
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .gap-rows-xl-1 {
    -webkit-row-gap: 0.5rem; /* Safari */
    grid-row-gap: 0.5rem;
  }
  .gap-rows-xl-2 {
    -webkit-row-gap: 1rem; /* Safari */
    grid-row-gap: 1rem;
  }
  .gap-rows-xl-3 {
    -webkit-row-gap: 1.5rem; /* Safari */
    grid-row-gap: 1.5rem;
  }
  .gap-rows-xl-4 {
    -webkit-row-gap: 2rem; /* Safari */
    grid-row-gap: 2rem;
  }
  .gap-rows-xl-5 {
    -webkit-row-gap: 2.5rem; /* Safari */
    grid-row-gap: 2.5rem;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.order-first {
  order: -1;
}

.order-last {
  order: 9999;
}

/* Base Parent Class */
/* Child Classes */
.product-base .product-card {
  padding: 15px;
  margin-bottom: 0px;
  position: relative;
  background: var(--background-gray);
  border-radius: var(--border-radius-medium);
  height: 100%;
  width: 100%;
}

.featured_item .featured_item_box {
  position: relative;
}

.featured_item .featured_item_box .wishlist-btn,
.product-gallery_single .wishlist-btn,
.product-base .wishlist-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  color: #ccc;
  transition: color 0.3s;
  z-index: 1;
}

.featured_item .featured_item_box .wishlist-btn:hover,
.featured_item .featured_item_box .wishlist-btn.active,
.product-gallery_single .wishlist-btn:hover,
.product-gallery_single .wishlist-btn.active,
.product-base .wishlist-btn:hover,
.product-base .wishlist-btn.active {
  color: var(--heart-color);
}

.product-base .product-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.product-base .product-info {
  font-family: inherit;
}

.product-base .product-title {
  font-size: var(--font-size-extra-small);
  color: var(--text-gray);
  margin-bottom: 10px;
}

.product-base .product-title .product_title_01v {
  color: var(--text-gray);
  margin-bottom: 5px;
  display: block;
}

.product-base .product-title .product_des_01v {
  color: var(--text-dark);
  font-size: var(--font-size-extra-small);
  display: block;
  font-weight: 500;
}

.product-base .product-price {
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 15px;
}

.product-base .quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--text-gray);
  border-radius: var(--border-radius-medium);
  justify-content: space-between;
  background-color: #fff;
}

.product-base .product-addtocart {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

.product-base .quantity-btn {
  width: 20px;
  height: 32px;
  border: 0px solid var(--secondary-color);
  background: #fff;
  color: var(--text-gray);
  display: inline-flex;
  align-items: center;
  padding: 0px;
  border-radius: var(--border-radius-medium);
}

.product-base .quantity-btn svg {
  width: 16px;
  height: 16px;
}

button.quantity-btn.minus-btn {
  justify-content: flex-end;
}

button.quantity-btn.plus-btn {
  justify-content: flex-start;
}

.product-base .quantity-input {
  width: 32px;
  height: 32px;
  text-align: center;
  border: 0px solid var(--secondary-color);
  margin: 0 -1px;
  color: var(--text-dark);
  padding: 0;
}

.product-base .quantity-input:focus {
  outline: none;
}

.product-base .addtocart_single,
.product-base .add-to-cart {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: var(--border-radius-medium);
  transition: background-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  justify-content: center;
}

.product-base .add-to-cart.Know_More_btn {
  background: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.product-base .addtocart_single:hover,
.product-base .add-to-cart:hover,
.product-base .addtocart_single:focus,
.product-base .add-to-cart:focus {
  text-decoration: none;
}

.product-base .addtocart_single svg,
.product-base .add-to-cart svg {
  width: 16px;
  height: 16px;
}

.product-base .add-to-cart:hover {
  background: var(--hover-color);
}

.product-base .add-to-cart.Know_More_btn:hover {
  color: white;
}

/* Unique Product Variants */
.product-base.camera-product {
  --heart-color: #ff4d4d;
}

.product-base.special-product {
  --primary-color: #28a745;
  --heart-color: #dc3545;
}

.product-base {
  height: 100%;
}

.product-base .product-card:hover .product-img {
  transform: scale(1);
}

.ellipsis_text_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis_text_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce .product_box_searching_ui ul.products li.product,
.woocommerce-page .product_box_searching_ui ul.products li.product {
  float: none;
  margin: initial;
  position: relative;
  width: initial;
  margin-left: initial;
  padding-right: 1rem;
  padding-left: 1rem;
}

.woocommerce .product_box_searching_ui .row-my {
  margin-right: -1rem;
  margin-left: -1rem;
}

.my_nav_pills {
  margin-bottom: 15px;
  border-bottom: 2px solid var(--border-gray-1);
  padding-bottom: 0px;
}

.my_nav_pills.nav-pills > li.active > a,
.my_nav_pills.nav-pills > li.active > a:focus,
.my_nav_pills.nav-pills > li.active > a:hover {
  background-color: transparent;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.my_nav_pills.nav-pills > li > a {
  border-radius: 0px;
  font-size: var(--font-size-medium);
  font-weight: 500;
  line-height: 19.2px;
  color: var(--text-dark);
  border-bottom: 2px solid var(--border-gray-1);
  margin-bottom: -2px;
}

.twentythirteen .woocommerce-breadcrumb {
  display: none;
}

.custom-select-box .select2-container .select2-selection--single {
  height: 40px;
}

.custom-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 10px;
}

.custom-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: initial;
  background-color: initial;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--primary-color);
  background-image: var(--primary-color);
  color: var(--text-color);
  margin: 0px;
  min-height: 40px;
  min-width: 140px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  padding: 0px 20px;
  font-weight: 500;
  font-size: var(--font-size-medium);
  box-shadow: none !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--hover-color);
  background-image: var(--hover-color);
  color: var(--text-color);
}

.woocommerce-checkout.checkout {
  float: none !important;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .hide_mobile_in_text {
    display: none;
  }
  .right_side_product {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .mobile_view_in_add_to_cart_sticky {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 12px 15px;
    background: #fff;
    z-index: 11111;
    width: 100%;
    border-top: 1px solid var(--border-gray-1);
  }
  .header_product {
    display: none;
  }
}
@media (max-width: 1199px) {
  .woocommerce-checkout.checkout {
    width: 100% !important;
  }
}
/** side menu */
.side-menu-new {
  padding: 0px;
  max-width: 270px;
  background-color: #fff;
}

.side-menu-new .menu-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.side-menu-new ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: -10px;
}

.side-menu-new ul li {
  margin-bottom: 5px;
}

.side-menu-new ul li a {
  text-decoration: none;
  font-size: var(--font-size-medium);
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: "Work Sans", serif;
  font-weight: 500;
}

.side-menu-new ul li a:hover {
  background-color: #f0f0f0;
}

.side-menu-new ul li ul {
  margin-left: 10px;
  display: none;
  list-style: none;
  margin-top: 5px;
}

.side-menu-new ul li ul li a {
  font-size: var(--font-size-small);
}

.side-menu-new ul li ul li ul a {
  font-size: var(--font-size-extra-small);
  font-size: var(--font-size-small);
}

.caret-icon {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.caret-icon.open {
  transform: rotate(180deg);
}

.product_rows {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 15px;
}

.toggle-menu.active {
  background-color: rgba(60, 138, 255, 0.2196078431);
  position: relative;
}

.toggle-menu.active::after {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--primary-color);
}

.open_filter_button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--text-color);
}
.open_filter_button svg path {
  stroke: var(--text-color);
}

.open_filter_button:hover,
.open_filter_button:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--hover-color);
  color: var(--text-color);
}

.hidden_footer_sticky {
  display: none !important;
}

@media (max-width: 1024px) {
  .product_rows {
    grid-template-columns: 1fr;
  }
  .product_columns_sidebar {
    display: none;
  }
  .hidden_footer_sticky {
    display: flex !important;
  }
  .open_filter_button {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .side-menu-new ul li a {
    font-size: var(--font-size-small);
  }
  .side-menu-new .caret-icon svg {
    width: 20px;
  }
}
.filter-modal.modal {
  background: rgba(255, 255, 255, 0);
}

.filter-modal .modal-dialog {
  margin: 0;
  position: fixed;
  right: 0;
  top: 72px;
  bottom: 0;
  width: 300px;
}

.filter-modal .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.filter-modal .modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-modal .modal-header::after,
.filter-modal .modal-header::before {
  content: "";
  display: none;
}

.filter-modal .modal-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.filter-modal .close {
  font-size: 21px;
  opacity: 0.5;
  margin: -8px;
  padding: 8px;
}

.filter-modal .modal-body {
  padding: 16px 20px;
  flex: 1;
  overflow-y: auto;
}

.filter-modal .checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-modal .checkbox-item {
  margin-bottom: 12px;
}

.filter-modal .checkbox-item:last-child {
  margin-bottom: 0;
}

.filter-modal .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-modal .custom-checkbox input[type=checkbox] {
  margin: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.filter-modal .custom-checkbox input[type=checkbox]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  position: relative;
}

.filter-modal .custom-checkbox input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-modal .custom-checkbox label {
  font-weight: normal;
  color: #333;
  margin: 0;
  cursor: pointer;
}

.filter-modal .modal-footer {
  padding: 16px 20px;
  border-top: 1px solid #eee;
  background: white;
  display: flex;
}

.filter-modal .btn-apply {
  width: 100%;
  background-color: var(--primary-color);
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
}

.filter-modal .btn-apply:hover,
.filter-modal .btn-apply:focus {
  background-color: #0056b3;
}

/* Animation */
.filter-modal.fade .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.filter-modal.in .modal-dialog {
  transform: translateX(0);
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.sticky-footer-btn {
  flex: 1;
  padding: 15px;
  text-align: center;
  background: var(--primary-color);
  border: none;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
  border-top: 1px solid var(--primary-color);
  transition: background-color 0.2s;
}

.sticky-footer-btn:first-child {
  border-right: 1px solid #e5e5e5;
}

.sticky-footer-btn:hover,
.sticky-footer-btn:focus {
  background-color: var(--hover-color);
  text-decoration: none;
  color: var(--text-color);
}

.filterDropdown {
  /* Hide default checkbox */
  /* Custom checkbox container */
  /* Hide check icon initially */
  /* Checkbox checked state */
  /* Show the SVG check icon when checked */
}
.filterDropdown .custom-checkbox input[type=checkbox] {
  display: none;
}
.filterDropdown .custom-checkbox .checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  transition: 0.3s;
}
.filterDropdown .custom-checkbox .checkmark .check-icon {
  display: none;
}
.filterDropdown .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.filterDropdown .custom-checkbox input[type=checkbox]:checked + .checkmark .check-icon {
  display: block;
}

.filterDropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filterDropdown .checkbox label {
  padding: 0px;
  font-size: var(--font-size-small);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filter-modal .modal-footer .btn {
  width: 100%;
}

.filter-wapper .filter-header[aria-expanded=true] .plus-icon {
  display: none !important;
}
.filter-wapper .filter-header[aria-expanded=false] .minus-icon {
  display: none !important;
}
.filter-wapper .filter-section {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.filter-wapper .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.filter-wapper .filter-content {
  padding-top: 10px;
}
.filter-wapper .checkbox-item {
  margin-bottom: 10px;
}
.filter-wapper .checkbox-label {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-wapper .item-count {
  color: #777;
}
.filter-wapper .show-results-btn {
  background-color: #000;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  font-size: 16px;
}
.filter-wapper .icon-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .sticky-footer-btn {
    font-size: 14px;
    padding: 12px;
  }
  .filter-modal .modal-dialog {
    width: 280px;
    top: 56px;
  }
}
@media (max-width: 1199px) {
  .filter-modal.fade .modal-dialog {
    transform: translateX(-100%);
  }
  .filter-modal.in .modal-dialog {
    transform: translateX(0);
  }
  .filter-modal .modal-dialog {
    left: 0;
    right: initial;
  }
}
.product-gallery_single {
  padding: 0px;
  background: #fff;
  position: relative;
}

.product-gallery_single .main-image-container {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.product-gallery_single .main-image {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.product-gallery_single .thumbnail-container {
  margin-top: 20px;
}

.product-gallery_single.thumbnail-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.product-gallery_single .thumbnail-item:hover, .product-gallery_single .thumbnail-item.active {
  border-color: #007bff;
}

.product-gallery_single .thumbnail-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.product-gallery_single .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white !important;
  padding: 10px !important;
  border-radius: 50% !important;
  margin: 0 !important;
}

.product-gallery_single .owl-prev {
  left: 10px;
}

.product-gallery_single .owl-next {
  right: 10px;
}

.product-gallery_single .zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 250%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: zoom-in;
}

.product-gallery_single .zoom-overlay:hover {
  opacity: 1;
}

.product-gallery_single .slide-number {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

.product-gallery_single .thumbnail-item {
  position: relative; /* Ensure the slide number is positioned correctly */
  border: 1px solid;
  border-color: var(--text-gray);
}

.product-gallery_single .thumbnail-item.active .slide-number {
  background: #007bff;
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff;
}

.product-gallery_single .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.product-gallery_single .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.product-gallery_single .owl-dot.active {
  background: #007bff; /* Highlight active dot */
}

.product-gallery_single .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #f7f7f7;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.product-gallery_single .owl-dot .dot-number {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.product-gallery_single .owl-dot:hover,
.product-gallery_single .owl-dot.active {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.1); /* Slightly enlarge active or hovered dots */
}

.single_page_section .right_side_product .product-code {
  font-size: var(--font-size-medium);
  font-weight: 500;
  color: var(--text-gray);
  line-height: 20.8px;
  text-align: left;
}

.single_page_section .right_side_product .product-title {
  font-size: var(--font-size-xxlarge);
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  margin-bottom: 30px;
}

.single_page_section .right_side_product .addtocartpage {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: var(--border-radius-medium);
  transition: background-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: var(--font-size-medium);
  width: 100%;
  justify-content: center;
}

.single_page_section .right_side_product .addtocartpage:hover {
  text-decoration: none;
  background: var(--hover-color);
  cursor: pointer;
}

.single_page_section .right_side_product .addtocartpage svg {
  fill: white;
}

.single_page_section .right_side_product .quantity_box_v10 {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: 0px;
  border: 1px solid var(--border-gray-1);
  justify-content: space-between;
  border-radius: var(--border-radius-medium);
  width: 100%;
}

.single_page_section .right_side_product .plusitem,
.single_page_section .right_side_product .minusitem {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.single_page_section .right_side_product .allownumericwithoutdecimal {
  text-align: center;
  border: none;
  width: 100%;
}

.single_page_section .right_side_product .productbox .amount {
  font-size: var(--font-size-xxlarge);
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  color: var(--primary-color);
}

.single_page_section .right_side_product .productbox {
  display: inline-flex;
  align-items: baseline;
}

.single_page_section .right_side_product .quantity-box_and_add_to_card {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.flex-grow-1 {
  flex-grow: 1;
}

.single_page_section .right_side_product .addtocart-box {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_page_section .right_side_product .addtocart-boxs {
  margin-bottom: 30px;
}

.single_page_section .right_side_product .bulk-pricing-table thead th {
  font-size: var(--font-size-medium);
  font-weight: 500;
  color: var(--text-gray);
  line-height: 20.8px;
  text-align: left;
  padding: 10px 10px;
  background-color: #EEEEEE;
  border-bottom: 0px;
  color: var(--text-dark);
}

.single_page_section .right_side_product .bulk-pricing-table .table {
  border-collapse: collapse;
  margin-bottom: 30px;
}

.single_page_section .right_side_product .bulk-pricing-table tbody td {
  font-size: var(--font-size-medium);
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
  color: var(--text-gray);
}

.single_page_section .right_side_product .overview h4,
.single_page_section .right_side_product .description h4,
.single_page_section .right_side_product .manufacturer h4 {
  font-size: var(--font-size-large);
  font-weight: 600;
  line-height: 20.8px;
  text-align: left;
  color: var(--primary-color);
}

.single_page_section .right_side_product .description p {
  font-size: var(--font-size-medium);
  margin-bottom: 30px;
  color: var(--text-gray);
}

.single_page_section .right_side_product .description p * {
  width: 100% !important;
}

.single_page_section .right_side_product .overview ul {
  margin-bottom: 30px;
}

.single_page_section .right_side_product .overview ul li {
  font-size: var(--font-size-medium);
  color: var(--text-gray);
}

.single_page_section .right_side_product .manufacturer .manufactur_but {
  display: inline-flex;
  padding: 6px 15px;
  border-radius: var(--border-radius-medium);
  transition: background-color 0.3s;
  align-items: center;
  gap: 3px;
  flex: 1;
  justify-content: center;
  background: white;
  color: var(--text-gray);
  border: 1px solid var(--text-gray);
  margin-bottom: 30px;
}

.single_page_section .right_side_product .manufacturer .manufactur_but:focus,
.single_page_section .right_side_product .manufacturer .manufactur_but:hover {
  text-decoration: none;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.single_page_section .right_side_product .sectioN_tab .nav-tabs > li.active > a,
.single_page_section .right_side_product .sectioN_tab .nav-tabs > li.active > a:focus,
.single_page_section .right_side_product .sectioN_tab .nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 1px solid var(--border-gray-1);
  border-bottom-color: var(--primary-color);
}

.single_page_section .right_side_product .sectioN_tab .nav-tabs .last-li a {
  border: 0;
  border-bottom: 1px solid var(--border-gray-1);
  color: var(--text-dark);
  font-size: var(--font-size-medium);
  font-weight: 600;
  line-height: 19.2px;
  text-align: center;
}

.single_page_section .right_side_product .sectioN_tab .nav-tabs .last-li.active a {
  color: var(--primary-color);
}

.related_product_section {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}

.related_product_section h4 {
  font-size: var(--font-size-large);
  font-weight: 600;
  line-height: 26px;
}

.single_page_section .product_list_widget::after, .single_page_section .product_list_widget::before {
  display: none;
}

.single_page_section .addtocart-single {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: var(--border-radius-medium);
  transition: background-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.single_page_section .addtocart-single:hover {
  text-decoration: none;
  background: var(--hover-color);
}

.single_page_section .addtocart-single svg {
  height: 16px;
  width: 16px;
}

.product-button_bottom {
  display: flex;
  gap: 5px;
}

.file-link {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  text-align: left;
  padding: 5px;
  margin-top: 10px;
  color: var(--text-dark);
}

.file-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.file-title {
  max-width: 100%;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  min-width: 100%;
  word-break: break-word;
}

.quick_order_select .select2-container {
  width: 100% !important;
}

.quick_order_select .select2-container .select2-selection--single {
  height: 32px;
}

.quick_order_select .select2-container--default .select2-selection--single {
  border: 1px solid var(--border-gray-1);
}

.quick_order_select .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.breadcrumb-tmc-separator .cat_breadcrumb_mobile, .cat_breadcrumb_mobile {
  display: none !important;
}

.breadcrumb-tmc-separator .cat_breadcrumb_desktop, .cat_breadcrumb_desktop {
  display: block !important;
}

@media (max-width: 767px) {
  .breadcrumb-tmc-separator .cat_breadcrumb_mobile, .cat_breadcrumb_mobile {
    display: block !important;
  }
  .breadcrumb-tmc-separator .cat_breadcrumb_desktop, .cat_breadcrumb_desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .breadcrumb-tmc-separator .cat_breadcrumb_mobile, .cat_breadcrumb_mobile {
    display: none !important;
  }
  .breadcrumb-tmc-separator .cat_breadcrumb_desktop, .cat_breadcrumb_desktop {
    display: flex !important;
  }
}
@media (max-width: 1199px) {
  .single_page_section .right_side_product .addtocartpage {
    padding: 8px 15px;
    font-size: var(--font-size-extra-small);
  }
  .single_page_section .right_side_product .plusitem svg,
  .single_page_section .right_side_product .minusitem svg {
    width: 16px;
    height: 16px;
  }
  .product-gallery_single .main-image {
    height: 250px;
  }
  .product-gallery_single .thumbnail-item img {
    height: 75px;
  }
  .single_page_section .right_side_product .product-title {
    margin: 0 !important;
    font-size: var(--font-size-medium);
  }
  .single_page_section .right_side_product .product-title p {
    margin-bottom: 0px;
  }
  .single_page_section .right_side_product .product-code {
    font-size: var(--font-size-extra-small);
  }
  .single_page_section .right_side_product .overview h4,
  .single_page_section .right_side_product .description h4,
  .single_page_section .right_side_product .manufacturer h4 {
    font-size: var(--font-size-medium);
  }
  .single_page_section .right_side_product .overview ul li,
  .single_page_section .right_side_product .description p {
    font-size: var(--font-size-small);
    line-height: 22px;
  }
  .related_product_section h4 {
    font-size: var(--font-size-medium);
    margin-top: 30px;
  }
}
.file-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-download {
  display: inline-block;
  margin-top: 0px;
  text-align: center;
  color: var(--text-dark);
  transition: color 0.3s;
}

.file-download:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.file-download .file-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: var(--text-dark);
  transition: color 0.3s;
}

.file-link:hover {
  color: var(--primary-color);
}

.file-icon {
  margin-right: 10px;
}

.file-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.file-actions a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.3s;
}

.file-actions a:hover {
  color: var(--primary-color);
}

.file-actions .file-view svg,
.file-actions .file-download svg {
  width: 20px;
  height: 20px;
}

#ohsnap {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.alert, .woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  position: relative;
  min-width: 250px;
  max-width: 350px;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 0.3s ease-out forwards;
  display: flex;
  align-items: center;
  gap: 12px;
}
.alert::before, .woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
}
.alert-close {
  margin-left: auto;
  background: none;
  border: none;
  color: inherit;
  opacity: 0.7;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.alert-close:hover {
  opacity: 1;
}
.alert-red, .woocommerce-error {
  background-color: #FF4757;
  color: white;
}
.alert-red::before, .woocommerce-error::before {
  background-color: #FF0000;
}
.alert-green, .woocommerce-message {
  background-color: #2ED573;
  color: white;
}
.alert-green::before, .woocommerce-message::before {
  background-color: #1DB954;
}
.alert-blue, .woocommerce-info {
  background-color: #1E90FF;
  color: white;
}
.alert-blue::before, .woocommerce-info::before {
  background-color: #0066CC;
}
.alert-yellow {
  background-color: #FFA502;
  color: #2F3542;
}
.alert-yellow::before {
  background-color: #FF7F00;
}
.alert-orange {
  background-color: #FF6348;
  color: white;
}
.alert-orange::before {
  background-color: #FF4500;
}
.alert.fade-out, .fade-out.woocommerce-error,
.fade-out.woocommerce-message,
.fade-out.woocommerce-info {
  animation: fadeOut 0.3s ease-in forwards;
}

/* WooCommerce Notices — styled via alert system */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  min-width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  list-style: none;
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-family: "Segoe UI", system-ui, sans-serif;
}
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-error {
  display: flex;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.alert-icon {
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  #ohsnap {
    left: 20px;
    right: 20px;
    top: 10px;
  }
  #ohsnap .alert, #ohsnap .woocommerce-error,
  #ohsnap .woocommerce-message,
  #ohsnap .woocommerce-info {
    min-width: auto;
    width: calc(100% - 40px);
  }
}
.my_sync_UI {
  padding-top: 70px;
  margin-bottom: 30px;
}
.my_sync_UI .categ_list_show .ui-sortable {
  margin: 0;
}
.my_sync_UI .category_main_array1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.my_sync_UI .category_main_array1 .ab.sortable1.ui-sortable {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.my_sync_UI .category_main_array1 .ab.sortable1.ui-sortable .sortable1.ui-sortable li {
  margin-bottom: 10px;
}
.my_sync_UI .category_main_array1 li {
  list-style: none;
  padding: 10px 15px;
  font-size: var(--font-size-medium);
  border-color: #e3e3e3;
  margin: 0;
}
.my_sync_UI .category_main_array1 li ul {
  margin-top: 10px !important;
}
.my_sync_UI .category_main_array1 li .toggle {
  font-size: var(--font-size-xxlarge);
  line-height: 22px;
}
.my_sync_UI .category_main_array1 li a {
  padding: 15px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: var(--border-radius);
  color: var(--text-dark);
}
.my_sync_UI .category_main_array1 li a.active {
  background-color: var(--text-dark) !important;
  color: white;
  cursor: default;
}
.my_sync_UI .category_main_array1 li a.active:hover {
  text-decoration: none;
}
.my_sync_UI .handle {
  font-size: var(--font-size-xxlarge);
  font-weight: 600;
  margin-bottom: 15px;
}
.my_sync_UI #buttonupdate {
  margin-top: 15px;
}
.my_sync_UI #buttonupdate,
.my_sync_UI .woocommerce a.button {
  padding: 15px 25px;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
  color: white;
  font-weight: 500;
}
.my_sync_UI h1 {
  font-size: var(--font-size-xxlarge);
  margin-bottom: 15px;
}
.my_sync_UI .cart-side-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.my_sync_UI .cart-side-menu li.last-li {
  list-style: none;
  width: 100%;
}
.my_sync_UI .cart-side-menu li.last-li a {
  padding: 15px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: var(--border-radius);
  color: var(--text-dark);
}
.my_sync_UI .cart-side-menu li.last-li a.active {
  background-color: var(--text-dark) !important;
  color: white;
  cursor: default;
}
.my_sync_UI .cart-side-menu li.last-li a.active:hover {
  text-decoration: none;
}
.my_sync_UI .panel-group {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.my_sync_UI .panel-group .panel + .panel {
  margin: 0;
}
.my_sync_UI .panel-heading {
  padding: 0;
  border: 0;
}
.my_sync_UI .panel-title > a, .my_sync_UI .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: var(--font-size-medium);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.my_sync_UI .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  transition: all 0.5s;
}
.my_sync_UI .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.my_sync_UI .new_wraper .panel-title > a, .my_sync_UI .new_wraper .panel-title > a:active {
  padding: 12px 15px;
}
.my_sync_UI .new_wraper .panel-default > .panel-heading {
  background: #eee !important;
  background-image: #eee !important;
}
.my_sync_UI .new_wraper {
  padding-top: 0px;
}
.my_sync_UI .new_wraper h4.panel-title h2 {
  font-size: var(--font-size-medium);
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.my_sync_UI .new_wraper .panel-group .panel {
  border-radius: 0px !important;
}
.my_sync_UI .new_wraper h5 {
  font-weight: 400;
  font-size: var(--font-size-medium);
}
.my_sync_UI .new_wraper h5 b {
  font-weight: 600;
  margin: 0px;
  font-size: var(--font-size-medium);
}
.my_sync_UI .new_wraper .btnConfirm {
  background: var(--primary-color);
  padding: 15px 25px;
  color: #fff !important;
  margin-bottom: 15px !important;
  border-radius: var(--border-radius);
}
.my_sync_UI .new_wraper h5 b:first-child {
  font-size: 16px;
  line-height: 29px;
  font-family: RobotoCondensed-Bold !important;
  color: var(--primary-color);
}

.filter-product-page-scroll {
  overflow-y: auto !important;
}

.back_to_login_btn_style {
  float: right;
}

#wppb-recover-password-container p.form-submit {
  text-align: right !important;
}

@media (max-width: 1024px) {
  .new_searching_box .ellipsis_text_2, .Product_Categorie_box .ellipsis_text_2 {
    min-height: 34px;
  }
  .product-card-image {
    display: block;
    height: 150px;
    margin-bottom: 10px;
    background: #FFF;
  }
  .product-card-image img {
    width: auto;
    height: 100% !important;
    object-fit: contain;
    margin: auto;
  }
  .product_grid_placeholder {
    grid-template-columns: 1fr 1fr;
  }
  .cvf-pagination-nav {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .product_grid_placeholder .product_image_placeholder,
  .product-card-image {
    height: 120px;
  }
  .product_grid_placeholder .product_text_placeholder {
    height: 9px;
    border-radius: 4px;
    margin-bottom: 2px;
  }
}
@media (max-width: 567px) {
  .product_grid_placeholder .product_image_placeholder,
  .product-card-image {
    height: 100px;
  }
  .product_grid_placeholder .product_text_placeholder {
    height: 9px;
    border-radius: 4px;
    margin-bottom: 2px;
  }
}

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