@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import "./bootstrap-5.2.3/dist/css/bootstrap.min.css";
@import "./bootstrap-icons-1.11.3/font/bootstrap-icons.min.css";
@import "./swiper/swiper-bundle.min.css";
@import "./fontawesome-6.7.2/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

* {
  font-family: "Inter", sans-serif;
}

body {
  overflow: auto !important;
  padding: 0 !important;
}

.modal-backdrop.show {
  opacity: 0;
  z-index: -1;
}

.swiper {
  padding: 15px;
}

.profile-avatar1 {
  width: 50px;
  height: 48px;
  margin-right: 5px;
  background-size: 100% 100%;
}

.nav-status {
  color: #129A00;
}

/* Hide default text label if needed */
.custom-lang .taglib-language-list-text {
  display: none;
}

/* Style container */
.custom-lang {
  display: flex;
  align-items: center;
}

/* Style dropdown trigger */
.custom-lang .btn,
.custom-lang select {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Flag styling */
.custom-lang img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.custom-lang svg {
  width: 29px;
  height: 34px;
}

.custom-lang .btn-section {
  font-size: 14px !important;
}

.portlet-decorate .portlet-content {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .blue .cust-item:hover {
    background-color: rgba(107, 142, 249, 0.2901960784);
  }
}
.blue .breadcrumbStyle .breadcrumb-arrows .active a, .blue .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: #6b8ef9 !important;
}

.blue div#heading {
  background: #ffffff;
}

.blue #FShome {
  background-color: #6b8ef9;
}

.blue .icon {
  background: #6b8ef9;
}

.blue .icon a {
  color: #e5ebfd;
}

.blue .btn, .blue .btnTheme {
  color: #000000;
  border-color: #6b8ef9;
}

.blue .catalog span {
  background: #6b8ef9;
  color: black;
}

.blue .btn:hover, .blue .btnTheme:hover {
  background-color: #6b8ef9;
  color: #f9f8f8 !important;
}

.blue #footerbg {
  background-color: #6b8ef9;
}

.blue .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.blue .productName a:hover {
  border-bottom: 2px solid #6b8ef9;
  color: #6b8ef9 !important;
}

.blue .page-item.active .page-link {
  background-color: #3a58e9 !important;
}

.blue #offcanvasRight {
  background: #6b8ef9;
}

.blue .shop-navbar {
  background: linear-gradient(to right, #6b8ef9, #536bb3);
}

.blue .navbarNav-link {
  color: #3a58e9 !important;
}

.blue .navbarNav-link i {
  color: #3a58e9 !important;
}

.blue .navbarNav-link:hover i {
  color: #3a58e9 !important;
}

.blue .navbarNav-link:hover {
  color: #3a58e9 !important;
}

.blue .navbarAdmin-btn {
  background: linear-gradient(to right, #2e4b8b, #8e20b2);
  color: white !important;
}

.blue .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #8e20b2, #2e4b8b);
}

.blue .secondNavLink:hover {
  color: #3a58e9;
  background: transparent;
}

.blue .hamburger span {
  background: #2e4b8b;
}

.blue .shop-nav-link.active {
  color: white;
  background: #2e4b8b;
}

/* Mobile Menu */
.blue .mobile-menu-btn {
  color: #2e4b8b;
}

.blue .mobile-nav-link.active {
  color: #2e4b8b;
}

.blue a.btn {
  background-color: #1e4edf;
  color: white;
}

.blue div#overfull {
  background: #b9caff;
}

.blue .cataloguePage-pagination .page-link::before {
  background: #6b8ef9;
}

.blue .popularOriginal-price {
  color: #3a58e9;
}

.blue div#categories {
  background: #b8c9fa;
}

.blue .subcategory {
  background-color: #89a5f3;
}

.blue .category-count {
  background-color: #6e8adf;
  color: white;
}

.blue .category-link:hover .category-count {
  background-color: #2a41e8;
  color: white;
}

.blue .productTabs .nav-tabs-default .nav-link.active, .blue .accordion-body li a.nav-link.active {
  background: linear-gradient(45deg, #4569d6, #6e8adf) !important;
  color: white !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.blue .btn-add-to-cart {
  background: linear-gradient(45deg, #4569d6, #6e8adf);
}

.blue .btn-add-to-cart:hover {
  background: linear-gradient(45deg, #6e8adf, #4569d6);
}

.blue .supplier-logo-container {
  background: linear-gradient(135deg, #4569d6, #6e8adf);
}

.blue .supplier-business-type {
  background: #4569d6;
  color: white;
}

.blue .timer {
  background-color: #6e8adf;
}

.blue .deal-total {
  color: #4569d6;
}

.blue .customShape .shape-fill {
  fill: #6b8ef9;
}

.blue .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #6b8ef9;
}

.blue .timer-title {
  color: black;
}

.blue button.btn {
  background-color: #4569d6;
  color: white;
}

.blue .productListName {
  color: #4569d6;
}

.blue .original-price {
  color: #4569d6;
}

.blue .shopProRating {
  color: #4569d6;
}

.blue .shopProProduct-price {
  color: #4569d6;
}

.blue .shopProMeta-item i {
  color: #4569d6;
}

.blue .shopProNav-tabs .shopProNav-link.active {
  color: #4569d6;
  background: transparent !important;
}

.blue .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(45deg, #4569d6, #6e8adf);
}

.blue .shopProNav-tabs .shopProNav-link.active:after {
  background: #4569d6;
}

.blue .related-product-card {
  background: linear-gradient(45deg, #4569d6, #6e8adf) !important;
}

.blue .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.blue .shopProThumbnail {
  border: 2px solid #4569d6;
}

.blue .shopProThumbnail:hover,
.blue .shopProThumbnail.active {
  border-color: #6c63ff;
}

.blue .active-subcategory {
  background: linear-gradient(to right, #1353a7, #4569d6);
  color: white;
}

.blue .shopsMap .header-section {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .shopsMap .contact-card {
  border-left: 5px solid #4569d6;
}

.blue .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: #4569d6;
}

.blue .shopsMap .contact-icon {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .shopsMap .detail-icon {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .shopsMap .location-badge {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .shopsMap .info-panel i {
  background: linear-gradient(135deg, #1353a7, #4569d6);
}

.blue .aboutUsSection-titles {
  color: #1353a7;
  font-weight: bold;
}

.skyblue div#heading {
  background: #ffffff;
}

.skyblue .breadcrumbStyle .breadcrumb-arrows .active a, .skyblue .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: rgb(0, 114, 188) !important;
}

@media only screen and (max-width: 992px) {
  .skyblue .cust-item:hover {
    background-color: rgb(0, 114, 188);
  }
}
.skyblue #FShome {
  background-color: rgb(0, 114, 188);
}

.skyblue .icon {
  background: rgb(0, 114, 188);
}

.skyblue .icon a {
  color: #000000;
}

.skyblue .btn, .skyblue .btnTheme {
  color: #0d0d0d;
  border-color: rgb(0, 114, 188);
}

.skyblue .page-item.active .page-link {
  background: #75a3a9;
  color: black;
}

.skyblue .catalog span {
  background: rgb(0, 114, 188);
  color: black;
}

.skyblue .btn:hover, .skyblue .btnTheme:hover {
  background-color: rgb(0, 114, 188);
  color: black !important;
}

.skyblue #offcanvasRight {
  background: rgb(0, 114, 188);
}

.skyblue .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.skyblue .productName a:hover {
  border-bottom: 2px solid rgb(0, 114, 188);
  color: rgb(0, 114, 188) !important;
}

.skyblue .shop-navbar {
  background: linear-gradient(to right, #008ca8, rgb(0, 114, 188));
}

.skyblue .navbarNav-link {
  color: rgb(1, 88, 146) !important;
}

.skyblue .navbarNav-link i {
  color: rgb(1, 88, 146) !important;
}

.skyblue .navbarNav-link:hover i {
  color: rgb(1, 88, 146) !important;
}

.skyblue .navbarNav-link:hover {
  color: rgb(1, 88, 146) !important;
}

.skyblue .navbarAdmin-btn {
  background: linear-gradient(to right, #2e658b, #26bcd5);
  color: white !important;
}

.skyblue .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #26bcd5, #2e658b);
}

.skyblue .secondNavLink:hover {
  color: rgb(1, 88, 146);
  background: transparent;
}

.skyblue .hamburger span {
  background: #2e658b;
}

.skyblue .shop-nav-link.active {
  color: white;
  background: #2e658b;
}

/* Mobile Menu */
.skyblue .mobile-menu-btn {
  color: #2e658b;
}

.skyblue .mobile-nav-link.active {
  color: #2e658b;
}

.skyblue a.btn {
  background-color: #1ea8df;
  color: white;
}

.skyblue div#overfull {
  background: #b9ebff;
}

.skyblue .cataloguePage-pagination .page-link::before {
  background: #6bc5f9;
}

.skyblue .popularOriginal-price {
  color: rgb(1, 88, 146);
}

.skyblue div#categories {
  background: #b8e5fa;
}

.skyblue .subcategory {
  background-color: #b8e5fa;
}

.skyblue .category-count {
  background-color: #6eb2df;
  color: white;
}

.skyblue .category-link:hover .category-count {
  background-color: #2abce8;
  color: white;
}

.skyblue .productTabs .nav-tabs-default .nav-link.active, .skyblue .accordion-body li a.nav-link.active {
  background: linear-gradient(45deg, rgb(0, 114, 188), #a7e7fb) !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.skyblue .btn-add-to-cart {
  background: linear-gradient(45deg, rgb(0, 114, 188), #a7e7fb);
}

.skyblue .btn-add-to-cart:hover {
  background: linear-gradient(45deg, #a7e7fb, rgb(0, 114, 188));
}

.skyblue .supplier-logo-container {
  background: linear-gradient(135deg, rgb(0, 114, 188), #a7e7fb);
}

.skyblue .supplier-business-type {
  background: rgb(0, 114, 188);
  color: white;
}

.skyblue .timer {
  background-color: #b7f1ff;
}

.skyblue .deal-total {
  color: rgb(0, 114, 188);
}

.skyblue .customShape .shape-fill {
  fill: #66a7cd;
}

.skyblue .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #66a7cd;
}

.skyblue .timer-title {
  color: black;
}

.skyblue button.btn {
  background-color: rgb(0, 114, 188);
  color: white;
}

.skyblue .productListName {
  color: rgb(0, 114, 188);
}

.skyblue .original-price {
  color: rgb(0, 114, 188);
}

.skyblue .shopProRating {
  color: rgb(0, 114, 188);
}

.skyblue .shopProProduct-price {
  color: rgb(0, 114, 188);
}

.skyblue .shopProMeta-item i {
  color: rgb(0, 114, 188);
}

.skyblue .shopProNav-tabs .shopProNav-link.active {
  color: rgb(0, 114, 188);
  background: transparent !important;
}

.skyblue .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(45deg, rgb(0, 114, 188), #a7e7fb);
}

.skyblue .shopProNav-tabs .shopProNav-link.active:after {
  background: rgb(0, 114, 188);
}

.skyblue .related-product-card {
  background: linear-gradient(45deg, rgb(0, 114, 188), #a7e7fb) !important;
}

.skyblue .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.skyblue .shopProThumbnail {
  border: 2px solid rgb(0, 114, 188);
}

.skyblue .shopProThumbnail:hover,
.skyblue .shopProThumbnail.active {
  border-color: #63dbff;
}

.skyblue .active-subcategory {
  background: linear-gradient(to right, #14b2ce, rgb(0, 114, 188));
  color: white;
}

.skyblue .shopsMap .header-section {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.skyblue .shopsMap .contact-card {
  border-left: 5px solid #14b2ce;
}

.skyblue .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: #14b2ce;
}

.skyblue .shopsMap .contact-icon {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.skyblue .shopsMap .detail-icon {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.skyblue .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.skyblue .shopsMap .location-badge {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.skyblue .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.skyblue .shopsMap .info-panel i {
  background: linear-gradient(135deg, #14b2ce, rgb(0, 114, 188));
}

.red .aboutUsSection-titles {
  color: #14b2ce;
  font-weight: bold;
}

.yellow div#heading {
  background: #ffffff;
}

.yellow #FShome {
  background-color: rgb(255, 194, 14);
}

.yellow .icon {
  background: rgb(255, 194, 14);
}

.yellow .breadcrumbStyle .breadcrumb-arrows .active a, .yellow .breadcrumbStyle .breadcrumb-arrows .active .entry {
  color: black !important;
  background: rgb(255, 194, 14) !important;
}

@media only screen and (max-width: 992px) {
  .yellow.cust-item:hover {
    background-color: rgb(139, 105, 0);
  }
}
.yellow .icon a {
  color: #000000;
}

.yellow .catalog span {
  background: rgb(255, 194, 14);
  color: black;
}

.yellow #footerbg {
  background-color: rgb(255, 194, 14);
}

.yellow .page-item.active .page-link {
  background-color: rgb(255, 194, 14) !important;
}

.yellow .selected #Header-li {
  border-bottom: 2px solid;
  color: #121211 !important;
}

.yellow .productName a:hover {
  border-bottom: 2px solid rgb(255, 194, 14);
  color: rgb(255, 194, 14) !important;
}

.yellow .btn, .yellow .btnTheme {
  color: #100f0f;
  border-color: rgb(255, 194, 14);
}

.yellow .page-item.active .page-link {
  background: rgb(255, 194, 14);
  color: black;
}

.yellow .btn:hover, .yellow .btnTheme:hover {
  background-color: rgb(255, 194, 14);
  color: black !important;
}

.yellow .timer {
  background-color: #cdba66;
}

.yellow .deal-total {
  color: #ECD06F;
}

.yellow .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #e2d59d;
}

.yellow .timer-title {
  color: black;
}

.yellow .shop-navbar {
  background: linear-gradient(to right, #c3a855, #ffc107);
}

.yellow .navbarNav-link {
  color: #e9d83a !important;
}

.yellow .navbarNav-link i {
  color: #e9d83a !important;
}

.yellow .navbarNav-link:hover i {
  color: #e9d83a !important;
}

.yellow .navbarNav-link:hover {
  color: #e9d83a !important;
}

.yellow .mega-menu {
  background-color: #fff2b9;
}

.yellow .navbarAdmin-btn {
  background: linear-gradient(to right, #c3a855, #c79602);
  color: white !important;
}

.yellow .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #ffc107, #c3a855);
}

.yellow .secondNavLink:hover {
  color: #e9c93a;
  background: transparent;
}

.yellow .hamburger span {
  background: #c3a855;
}

.yellow .shop-nav-link.active {
  color: white;
  background: #c3a855;
}

/* Mobile Menu */
.yellow .mobile-menu-btn {
  color: #c3a855;
}

.yellow .mobile-nav-link.active {
  color: #c3a855;
}

.yellow a.btn {
  background-color: #dfc21e;
  color: white;
}

.yellow div#overfull {
  background: #fff4b9;
}

.yellow .cataloguePage-pagination .page-link::before {
  background: #f9df6b;
}

.yellow .popularOriginal-price {
  color: #e9cf3a;
}

.yellow div#categories {
  background: #f1d585;
}

.yellow .subcategory {
  background-color: #faeeb8;
}

.yellow .category-count {
  background-color: #dfca6e;
  color: white;
}

.yellow .category-link:hover .category-count {
  background-color: #e8bc2a;
  color: white;
}

.yellow .productTabs .nav-tabs-default .nav-link.active, .yellow .accordion-body li a.nav-link.active {
  background: linear-gradient(45deg, rgb(255, 194, 14), #eeca68) !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.yellow .btn-add-to-cart {
  background: linear-gradient(45deg, rgb(255, 194, 14), #eeca68);
}

.yellow .btn-add-to-cart:hover {
  background: linear-gradient(45deg, #eeca68, rgb(255, 194, 14));
}

.yellow .supplier-logo-container {
  background: linear-gradient(135deg, rgb(255, 194, 14), #eeca68);
}

.yellow .supplier-business-type {
  background: rgb(255, 194, 14);
  color: white;
}

.yellow .timer {
  background-color: #fff8b7;
}

.yellow .deal-total {
  color: rgb(255, 194, 14);
}

.yellow .customShape .shape-fill {
  fill: #cdb566;
}

.yellow .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #cdb566;
}

.yellow .timer-title {
  color: black;
}

.yellow button.btn {
  background-color: rgb(255, 194, 14);
  color: white;
}

.yellow .productListName {
  color: rgb(255, 194, 14);
}

.yellow .original-price {
  color: rgb(255, 194, 14);
}

.yellow .shopProRating {
  color: rgb(255, 194, 14);
}

.yellow .shopProProduct-price {
  color: rgb(255, 194, 14);
}

.yellow .shopProMeta-item i {
  color: rgb(255, 194, 14);
}

.yellow .shopProNav-tabs .shopProNav-link.active {
  color: rgb(255, 194, 14);
  background: transparent !important;
}

.yellow .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(45deg, rgb(255, 194, 14), #eeca68);
}

.yellow .shopProNav-tabs .shopProNav-link.active:after {
  background: rgb(255, 194, 14);
}

.yellow .related-product-card {
  background: linear-gradient(45deg, rgb(255, 194, 14), #eeca68) !important;
}

.yellow .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.yellow .shopProThumbnail {
  border: 2px solid rgb(255, 194, 14);
}

.yellow .shopProThumbnail:hover,
.yellow .shopProThumbnail.active {
  border-color: #ffdb63;
}

.yellow .active-subcategory {
  background: linear-gradient(to right, rgb(206, 163, 20), rgb(255, 194, 14));
  color: white;
}

.yellow .shopsMap .header-section {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .shopsMap .contact-card {
  border-left: 5px solid rgb(255, 194, 14);
}

.yellow .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: rgb(255, 194, 14);
}

.yellow .shopsMap .contact-icon {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .shopsMap .detail-icon {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .shopsMap .location-badge {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .shopsMap .info-panel i {
  background: linear-gradient(135deg, rgb(206, 163, 20), rgb(255, 194, 14));
}

.yellow .aboutUsStats-section {
  background: 45deg, rgb(255, 194, 14), rgb(237, 120, 0);
}

.yellow .aboutUsReview-tabs .nav-link.active {
  background: rgb(209, 157, 2);
}

.yellow .aboutUsReview-form-container::before {
  background: rgb(209, 157, 2);
}

.yellow .shopsMap .view-map-btn {
  background-color: rgb(179, 135, 3);
}

.yellow .aboutUsSection-titles {
  color: rgb(255, 194, 14);
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .pink .cust-item:hover {
    background-color: rgba(251, 167, 251, 0.431372549);
  }
}
.pink #heading {
  background: #ffffff;
}

.pink #FShome {
  background-color: #fba7fb;
}

.pink .icon {
  background: #fba7fb;
}

.pink .breadcrumbStyle .breadcrumb-arrows .active a, .pink .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: #fba7fb !important;
}

.pink .icon a {
  color: #000000;
}

.pink .btn, .pink .btnTheme {
  color: #000000;
  border-color: #fba7fb;
}

.pink .catalog span {
  background: #fba7fb;
  color: black;
}

.pink .btn:hover, .pink .btnTheme:hover {
  background-color: #fba7fb;
  color: black !important;
}

.pink #footerbg {
  background-color: #fba7fb;
}

.pink .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.pink .page-item.active .page-link {
  background-color: #fba7fb !important;
}

.pink .productName a:hover {
  border-bottom: 2px solid #fba7fb;
  color: #fba7fb !important;
}

.pink #offcanvasRight {
  background: #fba7fb;
}

.pink .shop-navbar {
  background: linear-gradient(to right, #ed6bf9, #b353ae);
}

.pink .navbarNav-link {
  color: #e93ae9 !important;
}

.pink .navbarNav-link i {
  color: #e93ae9 !important;
}

.pink .navbarNav-link:hover i {
  color: #e93ae9 !important;
}

.pink .navbarNav-link:hover {
  color: #e93ae9 !important;
}

.pink .navbarAdmin-btn {
  background: linear-gradient(to right, #ed6bf9, #b353ae);
  color: white !important;
}

.pink .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #b353ae, #ed6bf9);
}

.pink .secondNavLink:hover {
  color: #e93ae9;
  background: transparent;
}

.pink .hamburger span {
  background: #ed6bf9;
}

.pink .shop-nav-link.active {
  color: white;
  background: #ed6bf9;
}

/* Mobile Menu */
.pink .mobile-menu-btn {
  color: #ed6bf9;
}

.pink .mobile-nav-link.active {
  color: #ed6bf9;
}

.pink a.btn {
  background-color: #df1ebf;
  color: white;
}

.pink div#overfull {
  background: #ffb9ff;
}

.pink .cataloguePage-pagination .page-link::before {
  background: #f96bed;
}

.pink .popularOriginal-price {
  color: #e93ae9;
}

.pink div#categories {
  background: #fab8f4;
}

.pink .subcategory {
  background-color: #fab8f1;
}

.pink .category-count {
  background-color: #df6edf;
  color: white;
}

.pink .category-link:hover .category-count {
  background-color: #e82ae8;
  color: white;
}

.pink .productTabs .nav-tabs-default .nav-link.active, .pink .accordion-body li a.nav-link.active {
  background: linear-gradient(45deg, #e977e9, #fba7fb) !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.pink .btn-add-to-cart {
  background: linear-gradient(45deg, #e977e9, #fba7fb);
}

.pink .btn-add-to-cart:hover {
  background: linear-gradient(45deg, #fba7fb, #e977e9);
}

.pink .supplier-logo-container {
  background: linear-gradient(135deg, #e977e9, #fba7fb);
}

.pink .supplier-business-type {
  background: #e977e9;
  color: white;
}

.pink .timer {
  background-color: #ffb7ff;
}

.pink .deal-total {
  color: #e977e9;
}

.pink .customShape .shape-fill {
  fill: #cd66c8;
}

.pink .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #cd66c8;
}

.pink .timer-title {
  color: black;
}

.pink button.btn {
  background-color: #e977e9;
  color: white;
}

.pink .productListName {
  color: #e977e9;
}

.pink .original-price {
  color: #e977e9;
}

.pink .shopProRating {
  color: #e977e9;
}

.pink .shopProProduct-price {
  color: #e977e9;
}

.pink .shopProMeta-item i {
  color: #e977e9;
}

.pink .shopProNav-tabs .shopProNav-link.active {
  color: #e977e9;
  background: transparent !important;
}

.pink .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(45deg, #e977e9, #fba7fb);
}

.pink .shopProNav-tabs .shopProNav-link.active:after {
  background: #e977e9;
}

.pink .related-product-card {
  background: linear-gradient(45deg, #e977e9, #fba7fb) !important;
}

.pink .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.pink .shopProThumbnail {
  border: 2px solid #e977e9;
}

.pink .shopProThumbnail:hover,
.pink .shopProThumbnail.active {
  border-color: #ff63ff;
}

.pink .active-subcategory {
  background: linear-gradient(to right, rgb(206, 20, 159), #e977e9);
  color: white;
}

.pink .shopsMap .header-section {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .shopsMap .contact-card {
  border-left: 5px solid #e977e9;
}

.pink .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: #e977e9;
}

.pink .shopsMap .contact-icon {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .shopsMap .detail-icon {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .shopsMap .location-badge {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .shopsMap .info-panel i {
  background: linear-gradient(135deg, rgb(206, 20, 159), #e977e9);
}

.pink .aboutUsSection-titles {
  color: rgb(206, 20, 159);
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .light-green .cust-item:hover {
    background-color: rgba(117, 163, 169, 0.4588235294);
  }
}
.light-green div#heading {
  background: #ffffff;
}

.light-green #FShome {
  background-color: #75a3a9;
}

.light-green .icon {
  background: rgb(141, 198, 63);
  box-shadow: 0 0 7px 0 rgb(141, 198, 63);
}

.light-green .breadcrumbStyle .breadcrumb-arrows .active a, .light-green .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: rgb(141, 198, 63) !important;
}

.light-green .icon a {
  color: #f1fafa;
}

.light-green .catalog span {
  background: rgb(141, 198, 63);
  color: black;
}

.light-green .page-item.active .page-link {
  background: rgb(141, 198, 63);
}

.light-green #offcanvasRight {
  background: #75a3a9;
}

.light-green #footerbg {
  background-color: #75a3a9;
  color: #000000 !important;
}

.light-green .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.light-green .productName a:hover {
  border-bottom: 2px solid #75a3a9;
  color: #75a3a9 !important;
}

.light-green .customShape .shape-fill {
  fill: rgb(141, 198, 63);
}

.light-green a.btn {
  background-color: #64ad00;
  color: white;
}

.light-green a.btn:hover {
  color: white;
}

.light-green .navbarNav-link {
  color: #364153 !important;
}

.light-green .navbarAdmin-btn {
  background: linear-gradient(to right, rgb(141, 198, 63), rgb(106, 179, 4));
}

.light-green .navbarAdmin-btn:hover {
  background: linear-gradient(to right, rgb(106, 179, 4), rgb(141, 198, 63));
}

.light-green .secondNavLink:hover {
  color: rgb(141, 198, 63);
  background: transparent;
}

.light-green .hamburger span {
  background: rgb(141, 198, 63);
}

.light-green .shop-nav-link.active {
  color: white;
  background: rgb(141, 198, 63);
}

/* Mobile Menu */
.light-green .mobile-menu-btn {
  color: rgb(141, 198, 63);
}

.light-green .mobile-nav-link.active {
  color: rgb(141, 198, 63);
}

.light-green .popularOriginal-price {
  color: rgb(141, 198, 63);
}

.light-green div#overfull {
  background: #CEF2DF;
}

.light-green .cataloguePage-pagination .page-link::before {
  background: rgb(141, 198, 63);
}

.light-green div#categories {
  background: #CEF2DF;
}

.light-green .subcategory {
  background-color: #f9f9f9;
}

.light-green .category-count {
  color: rgb(54, 65, 83) !important;
}

.light-green .category-link:hover .category-count {
  color: white;
}

.light-green .productTabs .nav-tabs-default .nav-link.active, .light-green .accordion-body li a.nav-link.active {
  background: linear-gradient(180deg, rgb(91, 166, 3), rgb(101, 185, 3)) !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
  color: white !important;
}

.light-green .btn-add-to-cart {
  background: linear-gradient(45deg, rgb(141, 198, 63), #66cdaa);
}

.light-green .btn-add-to-cart:hover {
  background: linear-gradient(45deg, #66cdaa, rgb(141, 198, 63));
}

.light-green .supplier-logo-container {
  background: linear-gradient(135deg, rgb(141, 198, 63), rgb(106, 179, 4));
}

.light-green .supplier-business-type {
  background: rgb(141, 198, 63);
  color: white;
}

.light-green .timer {
  background-color: #66cdaa;
}

.light-green .deal-total {
  color: rgb(141, 198, 63);
}

.light-green .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: rgb(141, 198, 63);
}

.light-green .timer-title {
  color: black;
}

.light-green #navber-dropdown li:hover {
  border-left: 4px solid #8DC63F;
}

.light-green #navber-dropdown a:hover {
  color: #41A508;
}

.light-green .productListName {
  color: rgb(141, 198, 63);
}

.light-green .original-price {
  color: rgb(141, 198, 63);
}

.light-green .shopProRating {
  color: rgb(141, 198, 63);
}

.light-green .shopProProduct-price {
  color: rgb(141, 198, 63);
}

.light-green .shopProNav-tabs .shopProNav-link.active {
  color: rgb(141, 198, 63);
  background: transparent !important;
}

.light-green .shopProNav-tabs .shopProNav-link {
  color: rgb(74, 85, 101);
  background: white;
}

.light-green .shopProNav-tabs .shopProNav-link.active:after {
  background: rgb(141, 198, 63);
}

.light-green .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.light-green .shopProThumbnail {
  border: 2px solid #ececec;
}

.light-green .shopProThumbnail.active {
  border-color: #6c63ff;
}

.light-green .active-subcategory {
  background: #ebebeb;
  color: white;
}

.light-green .shopsMap .header-section {
  background: linear-gradient(135deg, rgb(117, 182, 27), rgb(141, 198, 63));
}

.light-green .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: rgb(141, 198, 63);
}

.light-green .shopsMap .contact-icon {
  background: linear-gradient(135deg, rgb(117, 182, 27), rgb(141, 198, 63));
}

.light-green .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, rgb(117, 182, 27), rgb(141, 198, 63));
}

.light-green .shopsMap .location-badge {
  background: linear-gradient(135deg, rgb(117, 182, 27), rgb(141, 198, 63));
}

.light-green .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, rgb(117, 182, 27), rgb(141, 198, 63));
}

.light-green .aboutUsSection-titles {
  color: rgb(141, 198, 63);
  font-weight: bold;
}

.light-green .aboutUsReview-tabs .nav-link.active {
  background-color: rgb(141, 198, 63) !important;
  color: white !important;
}

.light-green .about-reviews-section .nav-btn {
  background: rgb(141, 198, 63) !important;
  color: white !important;
}

.light-green .aboutCounter .aboutUsStat-number {
  color: rgb(141, 198, 63) !important;
}

.yellow.white div#heading {
  background: #ffffff;
}

.white #FShome {
  background-color: #fff;
  box-shadow: 0 0 7px 0;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
}

.white a.nav-link {
  color: rgba(0, 0, 0, 0.6588235294);
}

.white .icon {
  background: #fff;
  border: 1px solid;
}

.white .icon a {
  color: #000000;
}

.white .catalog span {
  background: #e7af15;
  color: black;
}

.white .page-item.active .page-link {
  background-color: rgba(255, 0, 0, 0.5019607843) !important;
  color: black;
}

.white .selected #Header-li {
  border-bottom: 2px solid;
  color: #121211 !important;
}

.white #cardbg:hover {
  border-color: rgba(255, 0, 0, 0.6588235294);
}

.white .productName a:hover {
  border-bottom: 2px solid rgba(255, 0, 0, 0.6588235294);
  color: rgba(255, 0, 0, 0.6588235294) !important;
}

.white .btn, .white .btnTheme:hover {
  color: #100f0f;
  border-color: #080808;
}

.white .page-item.active .page-link {
  background: rgba(255, 0, 0, 0.6588235294);
}

.white .btn:hover, .white .btnTheme:hover {
  background-color: rgba(231, 21, 21, 0.1411764706);
  color: black !important;
  border-color: rgba(231, 21, 21, 0.6784313725);
}

.white .shopsMap .header-section {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

.white .shopsMap .contact-card {
  border-left: 5px solid rgba(231, 21, 21, 0.6784313725);
}

.white .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: rgba(231, 21, 21, 0.6784313725);
}

.white .shopsMap .contact-icon {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

.white .shopsMap .detail-icon {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

.white .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

.white .shopsMap .location-badge {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

.white .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

.white .shopsMap .info-panel i {
  background: linear-gradient(135deg, rgba(231, 21, 21, 0.6784313725), rgba(250, 96, 96, 0.6784313725));
}

@media only screen and (max-width: 992px) {
  .deep-blue .cust-item:hover {
    background-color: rgba(107, 142, 249, 0.2901960784);
  }
}
.deep-blue .breadcrumbStyle .breadcrumb-arrows .active a, .deep-blue .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: rgb(3, 78, 162) !important;
}

.deep-blue div#heading {
  background: #ffffff;
}

.deep-blue #FShome {
  background-color: rgb(3, 78, 162);
}

.deep-blue .icon {
  background: rgb(3, 78, 162);
}

.deep-blue .icon a {
  color: #e5ebfd;
}

.deep-blue .btn, .deep-blue .btnTheme {
  color: #000000;
  border-color: rgb(3, 78, 162);
}

.deep-blue .catalog span {
  background: rgb(3, 78, 162);
  color: white;
}

.deep-blue .btn:hover, .deep-blue .btnTheme:hover {
  background-color: rgb(3, 78, 162);
  color: #f9f8f8 !important;
}

.deep-blue #footerbg {
  background-color: rgb(3, 78, 162);
}

.deep-blue .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.deep-blue .productName a:hover {
  border-bottom: 2px solid rgb(3, 78, 162);
  color: rgb(3, 78, 162) !important;
}

.deep-blue .page-item.active .page-link {
  background-color: #3a58e9 !important;
}

.deep-blue #offcanvasRight {
  background: rgb(3, 78, 162);
}

.deep-blue .shop-navbar {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .navbarNav-link {
  color: rgb(3, 78, 162) !important;
}

.deep-blue .navbarNav-link i {
  color: rgb(3, 78, 162) !important;
}

.deep-blue .navbarNav-link:hover i {
  color: rgb(3, 78, 162) !important;
}

.deep-blue .navbarNav-link:hover {
  color: rgb(3, 78, 162) !important;
}

.deep-blue .navbarAdmin-btn {
  background: linear-gradient(to right, #2e4b8b, #8e20b2);
  color: white !important;
}

.deep-blue .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #8e20b2, #2e4b8b);
}

.deep-blue .secondNavLink:hover {
  color: rgb(3, 78, 162);
  background: transparent;
}

.deep-blue .hamburger span {
  background: #2e4b8b;
}

.deep-blue .shop-nav-link.active {
  color: white;
  background: rgb(3, 78, 162);
}

/* Mobile Menu */
.deep-blue .mobile-menu-btn {
  color: rgb(3, 78, 162);
}

.deep-blue .mobile-nav-link.active {
  color: rgb(3, 78, 162);
}

.deep-blue a.btn {
  background-color: rgb(3, 78, 162);
  color: white;
}

.deep-blue div#overfull {
  background: rgb(127, 180, 241);
}

.deep-blue .cataloguePage-pagination .page-link::before {
  background: #6b8ef9;
}

.deep-blue .popularOriginal-price {
  color: rgb(3, 78, 162);
}

.deep-blue div#categories {
  background: #b8c9fa;
}

.deep-blue .subcategory {
  background-color: #89a5f3;
}

.deep-blue .category-count {
  background-color: #6e8adf;
  color: white;
}

.deep-blue .category-link:hover .category-count {
  background-color: rgb(3, 78, 162);
  color: white;
}

.deep-blue .productTabs .nav-tabs-default .nav-link.active, .deep-blue .accordion-body li a.nav-link.active {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202)) !important;
  color: white !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.deep-blue .btn-add-to-cart {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .btn-add-to-cart:hover {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .supplier-logo-container {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .supplier-business-type {
  background: rgb(3, 78, 162);
  color: white;
}

.deep-blue .timer {
  background-color: #6e8adf;
}

.deep-blue .deal-total {
  color: rgb(3, 78, 162);
}

.deep-blue .customShape .shape-fill {
  fill: rgb(15, 102, 202) !important;
}

.deep-blue .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #6b8ef9;
}

.deep-blue .timer-title {
  color: black;
}

.deep-blue button.btn {
  background-color: rgb(3, 78, 162);
  color: white;
}

.deep-blue .productListName {
  color: rgb(3, 78, 162);
}

.deep-blue .original-price {
  color: rgb(3, 78, 162);
}

.deep-blue .shopProRating {
  color: rgb(3, 78, 162);
}

.deep-blue .shopProProduct-price {
  color: rgb(3, 78, 162);
}

.deep-blue .shopProMeta-item i {
  color: rgb(3, 78, 162);
}

.deep-blue .shopProNav-tabs .shopProNav-link.active {
  color: rgb(3, 78, 162);
  background: transparent !important;
}

.deep-blue .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopProNav-tabs .shopProNav-link.active:after {
  background: rgb(3, 78, 162);
}

.deep-blue .related-product-card {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202)) !important;
}

.deep-blue .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.deep-blue .shopProThumbnail {
  border: 2px solid rgb(3, 78, 162);
}

.deep-blue .shopProThumbnail:hover,
.deep-blue .shopProThumbnail.active {
  border-color: rgb(15, 102, 202);
}

.deep-blue .active-subcategory {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
  color: white;
}

.deep-blue .shopsMap .header-section {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopsMap .contact-card {
  border-left: 5px solid #4569d6;
}

.deep-blue .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: #4569d6;
}

.deep-blue .shopsMap .contact-icon {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopsMap .detail-icon {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopsMap .view-map-btn:hover {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopsMap .location-badge {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopsMap .custom-tooltip {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .shopsMap .info-panel i {
  background: linear-gradient(to right, rgb(3, 78, 162), rgb(15, 102, 202));
}

.deep-blue .backButtonCss:hover {
  color: black !important;
}

.deep-blue .shopsMap .view-map-btn {
  background-color: rgb(3, 78, 162) !important;
}

.deep-blue .aboutUsReview-form-container::before {
  background: rgb(15, 102, 202);
}

.deep-blue .aboutUsStats-section {
  background-color: rgb(15, 102, 202);
}

.deep-blue .aboutUsReview-tabs .nav-link.active {
  background-color: rgb(15, 102, 202);
}

.deep-blue .aboutUsSection-titles {
  color: rgb(15, 102, 202);
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .red .cust-item:hover {
    background-color: rgba(107, 142, 249, 0.2901960784);
  }
}
.red .breadcrumbStyle .breadcrumb-arrows .active a, .red .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: rgb(237, 28, 36) !important;
}

.red div#heading {
  background: #ffffff;
}

.red #FShome {
  background-color: rgb(237, 28, 36);
}

.red .icon {
  background: rgb(237, 28, 36);
}

.red .icon a {
  color: #e5ebfd;
}

.red .btn, .red .btnTheme {
  color: #000000;
  border-color: rgb(237, 28, 36);
}

.red .catalog span {
  background: rgb(237, 28, 36);
  color: white;
}

.red .btn:hover, .red .btnTheme:hover {
  background-color: rgb(237, 28, 36);
  color: #f9f8f8 !important;
}

.red #footerbg {
  background-color: rgb(237, 28, 36);
}

.red .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.red .productName a:hover {
  border-bottom: 2px solid rgb(237, 28, 36);
  color: rgb(237, 28, 36) !important;
}

.red .page-item.active .page-link {
  background-color: rgb(230, 54, 60) !important;
}

.red #offcanvasRight {
  background: rgb(237, 28, 36);
}

.red .shop-navbar {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(230, 54, 60));
}

.red .navbarNav-link {
  color: rgb(237, 28, 36) !important;
}

.red .navbarNav-link i {
  color: rgb(237, 28, 36) !important;
}

.red .navbarNav-link:hover i {
  color: rgb(237, 28, 36) !important;
}

.red .navbarNav-link:hover {
  color: rgb(237, 28, 36) !important;
}

.red .navbarAdmin-btn {
  background: linear-gradient(to right, #2e4b8b, #8e20b2);
  color: white !important;
}

.red .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #8e20b2, #2e4b8b);
}

.red .secondNavLink:hover {
  color: rgb(237, 28, 36);
  background: transparent;
}

.red .hamburger span {
  background: rgb(237, 28, 36);
}

.red .shop-nav-link.active {
  color: white;
  background: rgb(237, 28, 36);
}

/* Mobile Menu */
.red .mobile-menu-btn {
  color: rgb(237, 28, 36);
}

.red .mobile-nav-link.active {
  color: rgb(237, 28, 36);
}

.red a.btn {
  background-color: rgb(237, 28, 36);
  color: white;
}

.red div#overfull {
  background: rgb(233, 152, 155);
}

.red .cataloguePage-pagination .page-link::before {
  background: #6b8ef9;
}

.red .popularOriginal-price {
  color: rgb(237, 28, 36);
}

.red div#categories {
  background: #b8c9fa;
}

.red .subcategory {
  background-color: rgb(255, 187, 189);
}

.red .category-count {
  background-color: rgb(237, 28, 36);
  color: white;
}

.red .category-link:hover .category-count {
  background-color: rgb(237, 28, 36);
  color: white;
}

.red .productTabs .nav-tabs-default .nav-link.active, .red .accordion-body li a.nav-link.active {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82)) !important;
  color: white !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.red .btn-add-to-cart {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .btn-add-to-cart:hover {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .supplier-logo-container {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .supplier-business-type {
  background: rgb(237, 28, 36);
  color: white;
}

.red .timer {
  background-color: #6e8adf;
}

.red .deal-total {
  color: rgb(237, 28, 36);
}

.red .customShape .shape-fill {
  fill: rgb(255, 84, 90) !important;
}

.red .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: rgb(255, 84, 90);
}

.red .timer-title {
  color: black;
}

.red button.btn {
  background-color: rgb(237, 28, 36);
  color: white;
}

.red .productListName {
  color: rgb(237, 28, 36);
}

.red .original-price {
  color: rgb(237, 28, 36);
}

.red .shopProRating {
  color: rgb(237, 28, 36);
}

.red .shopProProduct-price {
  color: rgb(237, 28, 36);
}

.red .shopProMeta-item i {
  color: rgb(237, 28, 36);
}

.red .shopProNav-tabs .shopProNav-link.active {
  color: rgb(237, 28, 36);
  background: transparent !important;
}

.red .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopProNav-tabs .shopProNav-link.active:after {
  background: rgb(237, 28, 36);
}

.red .related-product-card {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82)) !important;
}

.red .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.red .shopProThumbnail {
  border: 2px solid rgb(237, 28, 36);
}

.red .shopProThumbnail:hover,
.red .shopProThumbnail.active {
  border-color: rgb(237, 28, 36);
}

.red .active-subcategory {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
  color: white;
}

.red .shopsMap .header-section {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopsMap .contact-card {
  border-left: 5px solid rgb(237, 28, 36);
}

.red .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: rgb(237, 28, 36);
}

.red .shopsMap .contact-icon {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopsMap .detail-icon {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopsMap .view-map-btn:hover {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopsMap .location-badge {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopsMap .custom-tooltip {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .shopsMap .info-panel i {
  background: linear-gradient(to right, rgb(237, 28, 36), rgb(240, 76, 82));
}

.red .backButtonCss:hover {
  color: black !important;
}

.red .shopsMap .view-map-btn {
  background-color: rgb(237, 28, 36) !important;
}

.red .aboutUsReview-form-container::before {
  background: rgb(237, 28, 36);
}

.red .aboutUsStats-section {
  background-color: rgb(237, 28, 36);
}

.red .aboutUsReview-tabs .nav-link.active {
  background-color: rgb(237, 28, 36);
}

.red .aboutUsSection-titles {
  color: rgb(237, 28, 36);
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .deep-green .cust-item:hover {
    background-color: rgba(117, 163, 169, 0.4588235294);
  }
}
.deep-green div#heading {
  background: #ffffff;
}

.deep-green #FShome {
  background-color: #75a3a9;
}

.deep-green .icon {
  background: rgb(0, 171, 78);
  box-shadow: 0 0 7px 0 rgb(0, 171, 78);
}

.deep-green .breadcrumbStyle .breadcrumb-arrows .active a, .deep-green .breadcrumb-arrows .active .entry {
  color: #FFF !important;
  background: rgb(0, 171, 78) !important;
}

.deep-green .icon a {
  color: #f1fafa;
}

.deep-green .catalog span {
  background: #75a3a9;
  color: black;
}

.deep-green .page-item.active .page-link {
  background: rgb(0, 171, 78);
  color: black;
}

.deep-green #offcanvasRight {
  background: #75a3a9;
}

.deep-green #footerbg {
  background-color: #75a3a9;
  color: #000000 !important;
}

.deep-green .selected #Header-li {
  color: #060606 !important;
  border-bottom: 2px solid;
}

.deep-green .productName a:hover {
  border-bottom: 2px solid #75a3a9;
  color: #75a3a9 !important;
}

.deep-green .customShape .shape-fill {
  fill: #66cdaa;
}

.deep-green a.btn {
  background-color: rgb(0, 171, 78);
  color: white;
}

.deep-green .navbarNav-link {
  color: rgb(0, 171, 78) !important;
}

.deep-green .navbarNav-link i {
  color: rgb(0, 171, 78) !important;
}

.deep-green .navbarNav-link:hover {
  color: rgb(0, 171, 78) !important;
}

.deep-green .navbarNav-link:hover i {
  color: rgb(27, 151, 83) !important;
}

.deep-green .navbarAdmin-btn {
  background: linear-gradient(to right, rgb(0, 171, 78), rgb(27, 151, 83));
}

.deep-green .navbarAdmin-btn:hover {
  background: linear-gradient(to right, #3cb371, rgb(27, 151, 83));
}

.deep-green .shop-navbar {
  background: linear-gradient(to right, rgb(0, 171, 78), rgb(27, 151, 83));
}

.deep-green .mega-menu {
  background-color: #9DE2C3 !important;
}

.deep-green .secondNavLink:hover {
  color: rgb(0, 171, 78);
  background: transparent;
}

.deep-green .hamburger span {
  background: rgb(0, 171, 78);
}

.deep-green .shop-nav-link.active {
  color: white;
  background: rgb(0, 171, 78);
}

/* Mobile Menu */
.deep-green .mobile-menu-btn {
  color: rgb(0, 171, 78);
}

.deep-green .mobile-nav-link.active {
  color: rgb(0, 171, 78);
}

.deep-green .popularOriginal-price {
  color: rgb(0, 171, 78);
}

.deep-green div#overfull {
  background: #CEF2DF;
}

.deep-green .cataloguePage-pagination .page-link::before {
  background: rgb(0, 171, 78);
}

.deep-green div#categories {
  background: #CEF2DF;
}

.deep-green .subcategory {
  background-color: #a6f4cc;
}

.deep-green .category-count {
  background-color: #66cdaa;
  color: white;
}

.deep-green .category-link:hover .category-count {
  background-color: rgb(27, 151, 83);
  color: white;
}

.deep-green .productTabs .nav-tabs-default .nav-link.active, .deep-green .accordion-body li a.nav-link.active {
  background: linear-gradient(45deg, rgb(0, 171, 78), #66cdaa) !important;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

.deep-green .btn-add-to-cart {
  background: linear-gradient(45deg, rgb(0, 171, 78), #66cdaa);
}

.deep-green .btn-add-to-cart:hover {
  background: linear-gradient(45deg, #66cdaa, rgb(0, 171, 78));
}

.deep-green .supplier-logo-container {
  background: linear-gradient(135deg, rgb(0, 171, 78), #66cdaa);
}

.deep-green .supplier-business-type {
  background: rgb(0, 171, 78);
  color: white;
}

.deep-green .timer {
  background-color: #66cdaa;
}

.deep-green .deal-total {
  color: rgb(0, 171, 78);
}

.deep-green .custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #66cdaa;
}

.deep-green .timer-title {
  color: black;
}

.deep-green button.btn {
  background-color: rgb(0, 171, 78);
  color: white;
}

.deep-green .productListName {
  color: rgb(0, 171, 78);
}

.deep-green .original-price {
  color: rgb(0, 171, 78);
}

.deep-green .shopProRating {
  color: rgb(0, 171, 78);
}

.deep-green .shopProProduct-price {
  color: rgb(0, 171, 78);
}

.deep-green .shopProMeta-item i {
  color: rgb(0, 171, 78);
}

.deep-green .shopProNav-tabs .shopProNav-link.active {
  color: rgb(0, 171, 78);
  background: transparent !important;
}

.deep-green .shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  background: linear-gradient(45deg, rgb(0, 171, 78), #66cdaa);
}

.deep-green .shopProNav-tabs .shopProNav-link.active:after {
  background: rgb(0, 171, 78);
}

.deep-green .related-product-card {
  background: linear-gradient(45deg, rgb(0, 171, 78), #66cdaa) !important;
}

.deep-green .related-product-img {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.deep-green .shopProThumbnail {
  border: 2px solid rgb(0, 171, 78);
}

.deep-green .shopProThumbnail:hover,
.deep-green .shopProThumbnail.active {
  border-color: #6c63ff;
}

.deep-green .active-subcategory {
  background: linear-gradient(to right, rgb(27, 151, 83), rgb(0, 171, 78));
  color: white;
}

.deep-green .shopsMap .header-section {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .shopsMap .contact-card {
  border-left: 5px solid rgb(0, 171, 78);
}

.deep-green .shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: rgb(0, 171, 78);
}

.deep-green .shopsMap .contact-icon {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .shopsMap .detail-icon {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .shopsMap .view-map-btn:hover {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .shopsMap .location-badge {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .shopsMap .custom-tooltip {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .shopsMap .info-panel i {
  background: linear-gradient(135deg, rgb(27, 151, 83), rgb(0, 171, 78));
}

.deep-green .aboutUsSection-titles {
  color: rgb(0, 171, 78);
  font-weight: bold;
}

#swiperimage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.EcomImgP {
  display: block;
  margin: auto;
  mix-blend-mode: multiply;
  min-height: 18vh;
  max-height: 16vh !important;
}

.imagefixed {
  max-width: 18vh;
  max-height: 8vh;
}

div#heading-hover p {
  margin-bottom: 2px;
}

.twoline {
  font-size: 14px;
  color: #1f1f1f;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.6;
}

#carouselbgi {
  margin-top: 30px;
  background-image: url("https://static.vecteezy.com/system/resources/previews/003/278/001/large_2x/new-abstract-pink-and-blue-comic-zoom-background-free-vector.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 15px;
}

#carousel-innerbgi {
  border-radius: 15px;
}

a {
  text-decoration: none !important;
}

.dropend .dropdown-toggle::after {
  content: none !important;
}

.business-left .portlet {
  margin-bottom: 0 !important;
}

.nail-header {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
}

.nail-header.sticked {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  padding-bottom: 20px;
}

.nail-header.sticked .nail-business,
.nail-header.sticked .nail-cart-wrap,
.nail-header.sticked .nail-login-wrap,
.nail-header.sticked .nail-message-wrap {
  display: none !important;
}

.nail-header.sticked .nail-search-bar {
  margin-bottom: 0 !important;
}

.nail-header.sticked .nail-related-search {
  display: none;
}

@media screen and (max-width: 1440px) {
  .nail-header.sticked {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .nail-header.sticked .nail-rfq-wrap {
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .nail-header.sticked .nail-categories-wrap-768,
  .nail-header.sticked .nail-logo-wrap,
  .nail-header.sticked .nail-more-wrap {
    display: none !important;
  }
}
.nail-header .nail-link {
  color: #222 !important;
  text-decoration: none;
}

.nail-header .nail-link:hover {
  color: #e64545;
}

.nail-header .nail-btn {
  display: block;
  height: 28px;
  background: #fff;
  color: #e64545;
  border: 1px solid #e64545;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 26px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

.nail-header .nail-btn:hover {
  color: #b83737;
  border-color: #b83737;
  background-color: transparent;
}

.nail-header .nail-btn.main-btn {
  background: #e64545;
  color: #fff;
}

.nail-header .nail-btn.main-btn:hover {
  color: #fff;
  border-color: #cf3e3e;
  background-color: #cf3e3e;
}

.nail-header .nail-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
}

.nail-header .nail-logo-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
}

.nail-header .nail-header-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: end;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 0;
}

.nail-search-btn-wrap .icon-search {
  font-size: 18px;
  color: #fff;
}

.nail-header .nail-search-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

div#p_p_id_Search_SearchPortlet_ {
  flex-grow: 1;
}

.nail-header .nail-actions-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.nail-header .nail-actions-wrap > div:first-child {
  margin-left: 25px;
}

.nail-header .nail-action-item {
  padding: 0 15px;
}

.nail-header .nail-categories-wrap-768 {
  display: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nail-header .nail-business .business-item-gap {
    margin-right: 20px;
    margin-left: -10px;
    font-size: 0;
    height: 18px;
    border-right: 1px solid #e6e7eb;
    margin-top: 1px;
  }
}
div#Rights .nail-action-item:hover {
  background: antiquewhite;
}

div#langu {
  display: none;
}

@media only screen and (max-width: 1200px) {
  div#langu {
    display: block;
  }
  .nail-header .nail-actions-wrap > div:first-child {
    margin-left: 0px;
  }
  .nail-header .nail-common .nail-actions-wrap {
    display: flow;
    text-align: center;
  }
  div#Rights .nail-popover-trigger,
  .message-refer,
  .nl-refer,
  .nail-cart-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  div#Rights .nail-action-item {
    padding: 10px 10px !important;
    display: flex;
    border-top: 1px solid;
    margin-left: 0;
    justify-content: start;
    border-bottom: 1px;
  }
  div#Rights .btn-success {
    background-color: transparent;
    border-color: transparent;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
    justify-content: end;
  }
  .navbar-expand-xl .offcanvas {
    flex-grow: 0;
  }
  .navbar-expand-xl .offcanvas {
    flex-grow: 0;
  }
  div#Rights .nail-action-item:hover {
    background: transparent !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .nail-header .nail-common .nail-actions-wrap {
    margin: 0 -7.5px;
  }
  .nail-header .nail-common .nail-actions-wrap .nail-action-item {
    padding: 0 7.5px;
  }
  .nail-header .nail-common .nail-actions-wrap > div:first-child {
    margin-left: 20px;
  }
  .nail-header .nail-common .nail-logo-wrap {
    margin-right: 20px;
  }
  .nail-header .nail-business .business-item-gap,
  .nail-header .nail-business .business-right {
    display: none;
  }
  .nail-header .nail-business .nail-grid {
    min-width: 728px;
  }
  .nail-header .nail-business .business-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}
.nail-header.sa-layout {
  direction: rtl;
}

.nail-header.sa-layout .nail-logo-wrap {
  margin-right: 0;
  margin-left: 50px;
}

.nail-header.sa-layout .nail-actions-wrap > div:first-child {
  margin-right: 50px;
  margin-left: 0;
}

.nail-header.sa-layout .business-item {
  margin-right: 0;
  margin-left: 30px;
}

.nail-header.sa-layout .business-item:last-child {
  margin-left: 0;
}

.nail-header.sa-layout .business-item.business-item-categories {
  margin-left: 0;
}

.nail-header.sa-layout .business-item-gap {
  margin-left: 25px;
  margin-right: -5px;
  font-size: 0;
  height: 18px;
  border-right: 1px solid #e6e7eb;
  margin-top: 1px;
}

.nail-header.sa-layout .business-right {
  padding-left: 0;
  padding-right: 80px;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nail-header.sa-layout .business-item-gap {
    margin-left: 20px;
    margin-right: -10px;
    font-size: 0;
    height: 18px;
    border-right: 1px solid #e6e7eb;
    margin-top: 1px;
  }
}
.nail-business {
  padding: 0.8rem 2rem;
  border-top: 1px solid #e6e7eb;
}

.nail-business .business-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  margin-right: -3px;
}

.nail-business .business-left,
.nail-business .nail-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nail-business .business-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}

.nail-business .nail-grid {
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nail-business .business-item {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nail-business .business-item:last-child {
  margin-right: -1px;
}

.nail-business .business-item.auto-height {
  height: auto;
}

.nail-business .business-item.business-item-categories {
  margin-right: 0;
}

.nail-business .business-item-gap {
  margin-right: 25px;
  margin-left: -5px;
  font-size: 0;
  height: 18px;
  border-right: 1px solid #e6e7eb;
  margin-top: 1px;
}

.nail-business .business-item.custom-business,
.nail-business .custom-business {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  min-width: 0;
}

.nail-categories {
  margin-left: -10px;
}

.nail-categories .ob-icon {
  margin-top: -2px;
  margin-right: 3px;
}

.nail-categories .nail-title-box {
  position: relative;
}

.nail-categories .cate-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.nail-categories .panel-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  margin-top: 10px;
}

.nail-categories .panel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  line-height: 21px;
}

.nail-categories .icon-down {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nail-categories .cate-entrance {
  padding: 10px 20px 10px 15px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}

.nail-categories .cate-content,
.nail-categories .cate-entrance.active {
  border-radius: 5px 5px 0 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
}

.nail-categories .cate-entrance.active .icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nail-categories .cate-entrance.active:before {
  position: absolute;
  content: "";
  display: block;
  width: 120%;
  height: 15px;
  top: 100%;
  left: 0;
  background: #fff;
}

.nail-categories .cate-content {
  width: 550px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  padding: 15px;
  border-radius: 0 5px 5px 5px;
}

@media only screen and (max-width: 1024px) {
  .nail-categories {
    margin-left: -20px;
  }
  .nail-categories .cate-entrance {
    padding-left: 20px;
  }
  .nail-categories .entr-link {
    pointer-events: none;
  }
  .nail-categories.sa-layout {
    margin-left: 0;
    margin-right: -20px;
  }
  .nail-categories.sa-layout .cate-entrance {
    padding-right: 20px;
  }
}
.nail-categories.sa-layout {
  margin-left: 0;
  margin-right: -10px;
}

.nail-categories.sa-layout .ob-icon {
  margin-right: 0;
  margin-left: 3px;
}

.nail-categories.sa-layout .cate-entrance {
  padding: 10px 10px 10px 25px;
}

.nail-categories.sa-layout .cate-content,
.nail-categories.sa-layout .cate-entrance.active:before {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .nail-header .nail-common .nail-categories-wrap-768 .icon-category,
  .nail-header .nail-common .nail-login-wrap,
  .nail-header .nail-common .nail-message-wrap {
    display: none;
  }
  .nail-header .nail-common .nail-categories-wrap-768 {
    display: block;
    margin-right: 5px;
  }
  .nail-header .nail-common .nail-actions-wrap > div:first-child {
    margin-left: 30px;
  }
  .nail-header .nail-common .nail-logo-wrap {
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nail-header.sa-layout {
  direction: rtl;
}

.nail-header.sa-layout .nail-logo-wrap {
  margin-right: 0;
  margin-left: 50px;
}

.nail-header.sa-layout .nail-actions-wrap > div:first-child {
  margin-right: 50px;
  margin-left: 0;
}

.nail-header.sa-layout .business-item {
  margin-right: 0;
  margin-left: 30px;
}

.nail-header.sa-layout .business-item:last-child {
  margin-left: 0;
}

.nail-header.sa-layout .business-item.business-item-categories {
  margin-left: 0;
}

.nail-header.sa-layout .business-item-gap {
  margin-left: 25px;
  margin-right: -5px;
  font-size: 0;
  height: 18px;
  border-right: 1px solid #e6e7eb;
  margin-top: 1px;
}

.nail-header.sa-layout .business-right {
  padding-left: 0;
  padding-right: 80px;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nail-header.sa-layout .business-item-gap {
    margin-left: 20px;
    margin-right: -10px;
    font-size: 0;
    height: 18px;
    border-right: 1px solid #e6e7eb;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .nail-header.sa-layout .nail-actions-wrap {
    margin: 0 -7.5px;
  }
  .nail-header.sa-layout .nail-actions-wrap > div:first-child {
    margin-right: 20px;
  }
  .nail-header.sa-layout .nail-action-item {
    padding: 0 7.5px;
  }
  .nail-header.sa-layout .nail-logo-wrap {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .nail-header.sa-layout .nail-common {
    display: block;
  }
  .nail-header.sa-layout .nail-cart-wrap,
  .nail-header.sa-layout .nail-login-wrap,
  .nail-header.sa-layout .nail-message-wrap {
    display: none;
  }
  .nail-header.sa-layout .nail-categories-wrap-768 {
    display: block;
    margin-left: 5px;
    margin-right: 0;
  }
  .nail-header.sa-layout .nail-actions-wrap > div:first-child {
    margin-right: 30px;
  }
  .nail-header.sa-layout .nail-logo-wrap {
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nail-header.sa-layout .business-item-categories,
  .nail-header.sa-layout .business-item-gap,
  .nail-header.sa-layout .business-right {
    display: none;
  }
  .nail-header.sa-layout .nail-grid {
    min-width: 728px;
  }
  .nail-header.sa-layout .business-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}
.nail-custbusi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nail-custbusi .cust-title-box {
  position: relative;
  display: inline-block;
}

.nail-custbusi .cust-pop-bottom {
  position: absolute;
  z-index: 1001;
  padding-top: 10px;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.nail-custbusi .cust-pop-cat {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  top: 4px;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.nail-custbusi .cust-pop-cont {
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  margin-right: -5px;
}

.nail-custbusi .cust-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  /* flex:0 0 auto; */
}

.nail-custbusi .cust-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 0.95rem;
  font-weight: 600;
}

.nail-custbusi .cust-icon-down {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -2px;
}

.nail-custbusi .cust-icon-right {
  margin-left: 10px;
  margin-top: 3px;
  line-height: 16px;
  height: 16px;
}

.nail-custbusi .cust-hover-desc {
  width: 218px;
}

.nail-custbusi .tip-cont {
  width: 150px;
  white-space: normal;
  word-break: break-word;
}

.nail-custbusi .mp-item-tip-sub {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  left: 100%;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  margin-top: -42px;
  margin-left: -5px;
}

.nail-custbusi .mp-item-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 15px;
  position: relative;
}

.nail-custbusi .mp-item-cnt-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nail-custbusi .mp-item-tip {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  white-space: normal;
  left: 100%;
  top: -4px;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: -6px;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}

.nail-custbusi .tip-arr {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid #fff;
  top: 19px;
  left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nail-custbusi .panel-item {
  min-width: 248px;
  position: relative;
}

.nail-custbusi .panel-item:hover .mp-item-tip,
.nail-mp .child-item:hover .mp-item-tip-sub,
.nail-mp .mp-item:hover .mp-item-children,
.nail-mp .mp-item:hover .mp-item-tip {
  visibility: visible;
  opacity: 1;
}

.nail-custbusi.sa-layout .nail-panel {
  -moz-text-align-last: right;
  text-align-last: right;
}

.nail-custbusi.sa-layout .cust-pop-bottom {
  left: auto;
  right: 0;
  top: 100%;
}

.nail-custbusi.sa-layout .cust-pop-cat {
  left: auto;
  right: 0;
}

.nail-custbusi.sa-layout .micro-tag {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.nail-custbusi.sa-layout .mp-item-children {
  left: auto;
  right: 100%;
  border-radius: 5px;
  margin-left: 0;
  border-left: 0;
  -webkit-box-shadow: -10px 5px 10px -5px rgba(0, 0, 0, 0.2), -10px -5px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 5px 10px -5px rgba(0, 0, 0, 0.2), -10px -5px 10px -5px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #dae0e6;
}

.nail-custbusi.sa-layout .mp-item-tip {
  left: auto;
  right: 100%;
}

.nail-custbusi.sa-layout .tip-arr {
  left: auto;
  right: -5px;
}

.nail-custbusi.sa-layout .mp-item-tip-sub {
  left: auto;
  right: 100%;
}

.nail-custbusi.sa-layout .cust-icon-right {
  float: left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nail-custbusi.sa-layout .cust-item {
  padding-left: 30px;
  padding-right: 0;
}

.nail-custbusi.sa-layout .cust-pop-cont {
  margin-right: 0;
  margin-left: -5px;
}

@media only screen and (max-width: 992px) {
  .nail-custbusi .cust-box {
    display: block;
  }
  .nail-custbusi .cust-item {
    padding: 10px;
  }
  span.business-item.custom-business {
    position: absolute;
    z-index: 1001;
    padding-top: 10px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.01s;
    transition: all 0.01s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .nail-custbusi .cust-box {
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-right: -18px;
  }
  div#myNavbars {
    position: absolute;
    bottom: 10px;
  }
}
.nail-mp {
  margin: -10px -15px;
}

.nail-mp .micro-tag {
  margin-top: 3px;
  margin-left: 10px;
}

.nail-mp .mp-items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: auto;
}

.nail-mp .child-item:hover,
.nail-mp .mp-item:hover {
  background-color: #f5f7fa;
}

.nail-mp .mp-item-children-overflow {
  width: 255px;
  max-height: 376px;
  overflow: auto;
  background: #fff;
}

.nail-mp .mp-item-children-overflow::-webkit-scrollbar,
.nail-mp .mp-items::-webkit-scrollbar {
  width: 12px;
  background: #fff;
}

.nail-mp .mp-item-children-overflow::-webkit-scrollbar-thumb,
.nail-mp .mp-items::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 3px 7px 7px 3px/3px 3px 3px 3px;
  border-right: 5px solid #fff;
}

.nail-mp .mp-item-children {
  position: absolute;
  left: 100%;
  top: 10px;
  bottom: 0;
  background: #ccc;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-box-shadow: 10px 5px 10px -5px rgba(0, 0, 0, 0.2), 10px -5px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 5px 10px -5px rgba(0, 0, 0, 0.2), 10px -5px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  border-left: 1px solid #dae0e6;
}

@media only screen and (max-width: 1024px) {
  .nail-custbusi .cust-pop-bottom {
    left: auto;
    right: 0;
    top: 100%;
  }
  .nail-custbusi .cust-pop-cat {
    left: auto !important;
    right: 2px !important;
  }
  .nail-custbusi .mp-item-children {
    left: auto;
    right: 100%;
    border-radius: 5px;
    margin-left: 0;
    border-left: 0;
    -webkit-box-shadow: -10px 5px 10px -5px rgba(0, 0, 0, 0.2), -10px -5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 5px 10px -5px rgba(0, 0, 0, 0.2), -10px -5px 10px -5px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #dae0e6;
  }
  .nail-custbusi .mp-item-tip,
  .nail-custbusi .mp-item-tip-sub {
    display: none !important;
  }
  .nail-custbusi.sa-layout .cust-pop-bottom {
    left: 0;
    right: auto;
    top: 100%;
  }
  .nail-custbusi.sa-layout .cust-pop-cat {
    left: 2px !important;
    right: auto !important;
  }
  .nail-custbusi.sa-layout .mp-item-children {
    left: 100%;
    right: auto;
    border-radius: 5px;
    margin-right: 0;
    border-right: 0;
    -webkit-box-shadow: 10px 5px 10px -5px rgba(0, 0, 0, 0.2), 10px -5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 5px 10px -5px rgba(0, 0, 0, 0.2), 10px -5px 10px -5px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #dae0e6;
  }
}
.nail-entrance {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  cursor: default;
}

.nail-entrance .icon-down {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -2px;
}

.nail-entrance.active .nail-link {
  color: #e64545;
  cursor: default;
}

.nail-categories .cate-entrance.active a.entr-link,
.nail-entrance.active a,
.nail-entrance.active a.nail-link {
  color: #e64545;
  cursor: pointer;
}

.nail-entrance.active .icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nail-panel {
  margin: -5px -15px;
}

.nail-panel .nail-link {
  line-height: 21px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nail-panel .panel-items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nail-panel .panel-item {
  white-space: nowrap;
  font-size: 14px;
}

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

.nail-panel .panel-item:hover {
  background-color: #f5f7fa;
}

.nail-panel .panel-item.selected a,
.nail-panel-buyer .panel-item .nail-link:hover {
  color: #e64545;
}

.nail-panel.panel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nail-panel-buyer,
.nail-panel-supplier {
  width: 248px;
}

.nail-panel-buyer .panel-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px 5px;
}

.nail-panel-buyer .panel-item {
  white-space: normal;
}

.nail-panel-buyer .panel-item .nail-link {
  color: #555;
}

.nail-panel-buyer .panel-group {
  margin-bottom: 10px;
}

.nail-panel-buyer .panel-group:last-child {
  margin-bottom: 0;
}

.nail-panel-buyer .flex-line-item {
  padding-right: 5px;
}

.nail-panel-buyer .flex-line-item:last-child {
  padding-right: 0;
}

.nail-buyer.en-layout .nail-panel-buyer {
  width: 390px;
}

.nail-buyer.sa-layout .flex-line-item {
  padding-right: 0;
  padding-left: 5px;
}

.nail-buyer.sa-layout .flex-line-item:last-child {
  padding-left: 0;
}

.nail-panel-supplier .panel-item {
  white-space: normal;
}

.nail-panel-supplier .nail-link {
  padding: 5px 15px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nail-popover-trigger {
  position: relative;
  display: inline-block;
}

.nail-popover {
  position: absolute;
  min-width: 100px;
  z-index: 1001;
}

.nail-popover .np-content {
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}

.nail-popover .np-caret {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

.nail-popover-bottom {
  padding-top: 10px;
}

.nail-popover-bottom .np-caret {
  top: 4px;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.nail-popover-bottom.align-center .np-caret {
  left: calc(50% - 6px);
}

.nail-popover-bottom.align-start .np-caret {
  left: 10px;
}

.nail-popover-bottom.align-end .np-caret {
  right: 10px;
}

.nail-rfq .rfq-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .nail-rfq .rfq-link {
    position: relative;
    top: 1px;
  }
  .nail-rfq .rfq-link .icon-purchase {
    top: 1px;
  }
}
.nail-rfq .rfq-link.active,
.nail-rfq .rfq-link:hover {
  color: #cf3e3e;
}

.nail-rfq .icon-purchase {
  position: relative;
  font-size: 22px;
}

.nail-rfq .rfq-content {
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .nail-rfq .link-txt {
    font-size: 12px;
  }
}
button#kldx___menu {
  background: transparent;
  color: #373737;
  padding: 0px !important;
}

.nail-logo img {
  max-width: 25vw;
  max-height: 6.8vh;
}

img.imagefixed {
  max-width: 18vh;
  max-height: 8vh;
}

#dropdown {
  padding: 10px;
  width: 160px;
}

.nail-actions-wrap i,
a {
  color: black;
}

.nail-header .nail-link:hover {
  color: #e64545 !important;
}

.nail-actions-wrap i:hover {
  color: #e64545 !important;
}

.nail-actions-wrap a:hover {
  color: #e64545 !important;
}

.nail-rfq a {
  color: black;
}

.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 10s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 1500ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 1s);
  --animation-duration: var(--duration, 1000ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  font-size: 60px;
  font-family: var(--lg-font);
  cursor: default;
}
.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b3b95b;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
h1.text-dark.display-3.fw-bold.mt-4.reveal-text {
  font-size: 100px;
}

span#Header-li {
  transition: 0.3s ease;
  font-size: 20px;
}

#banner {
  position: sticky;
  top: 0;
  z-index: 999;
}

section#portlet_cartCount_CartCountPortlet .portlet-content {
  width: 0;
  background: transparent;
}

#badge {
  background-color: #ed1010;
  top: 9px;
  display: flex;
  font-size: 13px;
  right: -31px;
  justify-content: center;
}

div#iconbg .cadmin {
  display: none !important;
}

.icon {
  position: fixed;
  right: 16px;
  top: 50%;
  display: grid;
  font-size: x-large;
  background: black;
  border-radius: 15px;
  padding: 10px;
  z-index: 1;
}

#footer #sub-menu ul li a {
  color: rgba(183, 182, 182, 0.99) !important;
}

#footer .footer-copyright p {
  color: rgba(183, 182, 182, 0.99) !important;
}

#footer .footer-copyright p a {
  color: rgba(243, 243, 243, 0.99) !important;
}

@media (max-width: 600px) {
  .icon a {
    text-decoration: none;
  }
  .icon {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    display: flex;
    justify-content: space-between;
    font-size: x-large;
    background: black;
    border-radius: 0px;
    padding: 10px;
    z-index: 20;
  }
  #iconbg .iconbgtext {
    top: -40px;
    right: 40%;
  }
  #bottomfooter {
    margin-bottom: 1.5rem !important;
  }
  #footer .footer-copyright {
    padding: 10px;
  }
  #lineh {
    padding: 0px 3% 0 3% !important;
  }
}
div#para {
  padding: 0;
}

#image img {
  position: relative;
}

div#text {
  position: absolute;
  text-align: start;
  left: 15%;
}

@media (max-width: 520px) {
  #text {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  h2.text-dark {
    font-size: 40px;
  }
  #text .row {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  div#text {
    top: 10px;
  }
  #text .row {
    width: 100%;
  }
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 1;
  padding: 0.5rem 1rem !important;
  display: flex;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
}

@media (max-width: 991px) {
  div.sideAdminBar {
    min-height: 5vh !important;
  }
}
.sideAdminBar {
  min-height: 90vh !important;
}

.rate {
  line-height: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  background-color: #388e3c;
}

#cardimgtop {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.totall:after {
  content: "+";
  right: 0;
}

.totall:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #878787;
  font-size: 22px;
}

.shopProProduct-details-container {
  background: white;
  transition: all 0.3s ease;
}

.shopNavItem {
  padding: 0px 1px;
}

.shopProProduct-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #eaeaea;
}

.shopProProduct-image img {
  width: 100%;
  max-height: 500px;
  transition: transform 0.5s ease;
  object-fit: contain;
}

.shopProProduct-image:hover img {
  transform: scale(1.05);
}

.shopProThumbnail {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  object-fit: contain;
}

.shopProThumbnail:hover,
.shopProThumbnail.active {
  transform: translateY(-5px);
}

.shopProProduct-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #343a40;
}

.shopProProduct-price {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 8px;
  background: rgba(134, 212, 20, 0.09);
  padding: 20px;
  border-radius: 10px;
}

.shopProOld-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.3rem;
  margin-left: 10px;
}

.shopProDiscount-badge {
  background-color: #ff6b6b;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-left: 10px;
  display: inline-block;
  animation: pulse 2s infinite;
}

.shopProProduct-description {
  margin-bottom: 15px;
  color: rgb(74, 85, 101);
}

.shopProProduct-meta {
  margin-bottom: 25px;
}

.shopProMeta-item {
  display: flex;
  align-items: center;
  font-size: 1.1em;
}

.shopProMeta-item i {
  margin-right: 3px;
  color: #2e8b57;
  width: 20px;
  text-align: center;
}

.shopProQuantity-selector {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.shopProQuantity-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: #f8f9fa;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shopProQuantity-btn:hover {
  background: #e9ecef;
}

.shopProQuantity-input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  font-size: 1.1rem;
}

.shopProAction-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.shopProBtn-cart {
  background-color: #6c63ff;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shopProBtn-cart :hover {
  background-color: #5a52e0;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.4);
  color: white;
}

.shopProBtn-wishlist {
  background-color: white;
  color: #343a40;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shopProBtn-wishlist:hover {
  background-color: #f8f9fa;
  color: #ff6b6b;
  border-color: #ff6b6b;
}

.shopProProduct-tabs {
  margin-top: 20px;
}

.shopProNav-tabs .shopProNav-link {
  color: #ffffff;
  font-weight: 600;
  border: none;
  position: relative;
  border-radius: 5px;
}

.shopProNav-tabs .shopProNav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px 3px 0 0;
}

.shopProNav-item {
  margin-left: 2px;
}

.shopProTab-content {
  padding: 18px 15px;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: white;
}

.shopProReview-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.shopProReview-item:last-child {
  border-bottom: none;
}

.shopProReview-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.shopProReview-date {
  color: #999;
  font-size: 0.9rem;
}

.shopProRating {
  margin-bottom: 10px;
}

.showProductFormGroup .form-group {
  width: 100%;
}
.showProductFormGroup label {
  width: 28%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animate-delay-1 {
  animation-delay: 0.2s;
}

.animate-delay-2 {
  animation-delay: 0.4s;
}

.animate-delay-3 {
  animation-delay: 0.6s;
}

.swiper-top {
  top: 21.3rem !important;
}

.related-products {
  margin-top: 20px;
}

.related-title {
  font-weight: 700;
}

.related-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #2e8b57;
  border-radius: 3px;
}

.related-product-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  margin-left: 8px;
}

.related-product-img {
  height: 200px;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.5s ease;
}

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

.related-product-body {
  padding: 20px;
}

.related-product-title {
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-product-price {
  color: black;
  font-weight: 700;
  font-size: 1.2rem;
}

.shopViewDetainBtn {
  background-color: #fdfdfd;
  color: #2e8b57;
  border: none;
}
.shopViewDetainBtn :hover {
  background-color: #fdfdfd;
  color: #2e8b57;
  border: none;
}

@media screen and (max-width: 630px) {
  .shopProProduct-details-container {
    margin-top: 10px;
  }
  .shopProProduct-info {
    padding: 20px;
    font-size: 12px;
  }
  .shopProNav-tabs .shopProNav-link {
    padding: 6px 10px;
  }
  .dealsProduct-title h5 {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 631px) {
  .shopProProduct-details-container {
    margin-top: 10px;
  }
  .shopProProduct-info {
    padding: 20px;
    font-size: 12px;
  }
  .shopProNav-tabs .shopProNav-link {
    padding: 6px 10px;
  }
  .dealsProduct-title h5 {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1024px) {
  .shopProProduct-details-container {
    margin-top: 10px;
  }
  .shopProProduct-info {
    padding: 20px;
    font-size: 12px;
  }
  .shopProNav-tabs .shopProNav-link {
    padding: 7px 10px;
  }
  .dealsProduct-title h5 {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1200px) {
  .shopProProduct-details-container {
    margin-top: 15px;
  }
  .shopProProduct-info {
    padding: 22px;
    font-size: 13px;
  }
  .shopProNav-tabs .shopProNav-link {
    padding: 8px 15px;
  }
  .dealsProduct-title h5 {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1400px) {
  .shopProProduct-details-container {
    margin-top: 20px;
  }
  .shopProProduct-info {
    padding: 25px;
    font-size: 13.5px;
  }
  .shopProNav-tabs .shopProNav-link {
    padding: 9px 17px;
  }
  .dealsProduct-title h5 {
    font-size: 1em;
  }
}
@media screen and (min-width: 1600px) {
  .shopProProduct-details-container {
    margin-top: 30px;
  }
  .shopProProduct-info {
    padding: 30px;
    font-size: 14px;
  }
  .shopProNav-tabs .shopProNav-link {
    padding: 10px 25px;
  }
  .dealsProduct-title h5 {
    font-size: 1em;
  }
}
.FullBodyCol {
  margin-bottom: 0 !important;
}

.modal {
  --bs-modal-margin: 0rem !important;
}

.modal-backdrop.show {
  opacity: 0;
  z-index: -1;
}

.modal-backdrop.fade.show {
  display: none;
}

.modal-open .modal {
  display: none;
  background: rgba(0, 0, 0, 0.2784313725);
}

#card {
  text-align: justify;
}

#card img {
  width: 170px;
  height: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#card .card {
  justify-content: center;
  align-items: center;
  padding: 2%;
}

#card a {
  text-decoration: none;
}

.heart {
  padding: 0 0 0 90%;
  color: red;
}

div#overfull {
  background: #CEF2DF;
}

div#overfull::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

div#overfull::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

div#overfull::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9d8b8b;
}

@media screen and (min-width: 992px) {
  .filters button {
    display: none;
  }
  div#overfull {
    overflow: auto;
    width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .filters a {
    display: none;
  }
  .div#overfull {
    height: auto !important;
    overflow: hidden;
    border: none;
  }
  .SideNavFilerOpt #offcanvasExample {
    position: fixed !important;
    top: 0 !important;
  }
  .SideNavFilerOpt {
    width: 0 !important;
    padding: 0 !important;
  }
  #lineh {
    padding: 0 5% 0 5% !important;
  }
}
#lineh {
  padding: 0 10% 0 10%;
}

.SideNavFilerOpt #offcanvasExample {
  position: sticky;
  top: 11rem;
}

#footer {
  background: #303133;
  font-size: 0.9em;
  padding: 17px;
  position: relative;
  clear: both;
}

#footer .footer-copyright nav {
  font-size: 0.9em;
}

#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

#footer .footer-copyright nav ul li:last-child {
  padding-right: 0;
}

#footer .footer-copyright p {
  color: rgba(183, 182, 182, 0.9882352941);
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #212529;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#footer .footer-copyright.footer-copyright-border-grey {
  border-top: 1px solid #E5E5E5;
}

#footer .footer-copyright.footer-copyright-full-width-border-top {
  position: relative;
  border-top: 0;
}

#footer .footer-copyright.footer-copyright-full-width-border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  transform: translate3d(-50%, 0, 0);
}

#footer.footer-reveal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}

ul.list {
  list-style: none;
  line-height: 30px;
  padding-left: 0;
}

#footer img {
  max-width: 100%;
  max-height: 10vh;
}

.footerheight {
  height: 85%;
}

#footer .card h5 {
  color: black;
}

#footer .card {
  text-align: center;
  height: 100%;
}

ul.d-contents.footertext,
ul.d-contents {
  list-style: none;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.slider-category {
  display: none;
}

li.list-group-item a {
  color: #000;
  line-height: 3;
}

.productTextt {
  margin-bottom: 0 !important;
  height: 50px;
  color: rgb(74, 85, 101) !important;
  font-weight: 400;
  line-height: 25px;
  font-size: 0.85rem !important;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin: 0 0 14px;
}

#sizeimg {
  gap: 8px !important;
}

@media screen and (max-width: 900px) {
  .reveal-text {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 900px) {
  div#text {
    top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .svg {
    width: 40px;
    height: 40px;
  }
}
.img-adjuest {
  width: 10rem;
  /* align-items: center; */
  margin-right: auto;
  display: block;
  margin-left: auto;
}

.bg-clr {
  background: rgba(237, 226, 226, 0.52);
  text-align: center;
}

div#sizeimg img {
  height: 100px !important;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  cursor: zoom-in;
  /*set the size of the lens:*/
  width: 400px;
  height: 400px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 100%;
  height: 100%;
}

#text-content {
  position: relative;
}

#myresult {
  display: none;
  box-shadow: 1px 1px 11px 0px;
  background-repeat: no-repeat;
}

#img-brand img {
  border-radius: 100px;
  box-shadow: 1px 1px 9px 1px black;
  object-fit: fill;
  background-color: whitesmoke;
  padding: 10px;
}

.text-end .btn {
  background-color: transparent;
}

.h-c {
  border: none !important;
  background-color: transparent !important;
}

.h-c img {
  width: 150px !important;
  height: 150px !important;
}

span#cs-button\ cs-left i {
  left: -8px;
  background: white;
  box-shadow: 1px 1px 1px 1px;
  border-radius: 100%;
  width: 40px;
  color: black;
  position: absolute;
}

span#cs-button\ cs-right i {
  right: -8px;
  background: white;
  box-shadow: 1px 1px 1px 1px;
  border-radius: 100%;
  width: 40px;
  color: black;
  position: absolute;
}

.carousel-control-next {
  width: 5% !important;
  opacity: 1 !important;
}

.carousel-control-prev {
  width: 5% !important;
  opacity: 1 !important;
}

.chat-icon {
  position: fixed;
  right: 9px;
  bottom: 59px;
  border-radius: 50px;
  display: flex;
  padding: 10px;
  z-index: 5;
  background-color: #f1f2f5;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 7px 1px;
}

#iconbg {
  position: relative;
  display: inline-block;
}

#iconbg .iconbgtext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 1px 2px 1px;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  top: -5px;
  right: 110%;
  font-family: "__Poppins_7aacc2", "__Poppins_Fallback_7aacc2";
}

#iconbg .iconbgtext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

#iconbg:hover .iconbgtext {
  visibility: visible;
}

a {
  text-decoration: none !important;
}

li #iconbg a:active {
  background: white;
}

#EComQuickBtn {
  display: grid;
}

a.nav-link {
  color: white;
}

.btnTheme {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  text-align: center;
  text-transform: none;
  transition: color 0.15sease -in-out, background-color 0.15sease -in-out, border-color 0.15sease -in-out, box-shadow 0.15sease -in-out;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.main-menu {
  display: flex;
  list-style: none;
  padding: 0 1rem;
  border-radius: 5px;
}

.menu-item {
  position: relative;
}

.menu-item > a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 1rem 1.5rem;
  display: block;
  transition: all 0.3s ease;
}

.menu-item > a:hover {
  background-color: #34495e;
}

.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: 100;
  display: flex;
  flex-direction: column;
  max-height: 500px;
}

.menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1000;
}

.mega-menu-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.mega-menu-column {
  flex: 1;
}

.mega-menu-column h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.mega-menu-column ul {
  list-style: none;
}

.mega-menu-column ul li a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
  transform-origin: left center;
}

.mega-menu-column ul li a:hover {
  color: #3498db;
  transform: translateX(5px) scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mega-menu-column ul li {
  animation: fadeIn 0.3s ease forwards;
  opacity: 0;
}

.main-menu {
  display: flex;
  list-style: none;
  padding: 0 1rem;
  border-radius: 5px;
}

.menu-item {
  position: relative;
}

.menu-item:hover {
  background-color: #9DE2C3 !important;
}

.menu-item > a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 1rem 1.5rem;
  display: block;
  transition: all 0.3s ease;
}

.menu-item > a:hover {
  background-color: #34495e;
}

.mega-menu {
  position: absolute;
  left: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 500px;
  overflow: auto;
  width: max-content;
}

.menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.mega-menu-column {
  flex: 1;
}

.mega-menu-column h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.mega-menu-column ul {
  list-style: none;
}

.mega-menu-column ul li a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
  transform-origin: left center;
}

.mega-menu-column ul li a:hover {
  color: #3498db;
  transform: translateX(5px) scale(1.05);
}

.megaMenuLists {
  padding: 6px 15px 10px 3px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mega-menu-column ul li {
  animation: fadeIn 0.3s ease forwards;
  opacity: 0;
}

.newNavbar {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.newNavbar.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 2rem;
}

.navbarLogo-img {
  transition: all 0.3s ease;
}

.navbar-brand:hover .navbarLogo-img {
  transform: scale(1.05);
}

.navbarNav-item {
  margin: 0 5px;
  position: relative;
}

.navbarNav-link {
  font-weight: 600 !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Nunito", sans-serif;
}

.navbarNav-link i {
  margin-right: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.navbarNav-link:hover i {
  transform: scale(1.1);
}

.navbarAdmin-btn {
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(46, 139, 87, 0.25);
  position: relative;
  overflow: hidden;
  margin-left: 15px;
}

.navbarAdmin-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 139, 87, 0.35);
}

.navbarAdmin-btn i {
  margin-right: 8px;
  color: white;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.navbar-toggler[aria-expanded=true] .hamburger span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.navbar-toggler[aria-expanded=true] .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] .hamburger span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.navbarDropdown {
  text-align: right;
}

@media (min-width: 993px) {
  .navbar-collapse {
    flex-wrap: unset;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .navbarNav-link {
    padding: 10px 18px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    margin-top: 10px;
  }
  .navbarNav-link {
    margin: 8px 0;
    padding: 5px 15px !important;
    text-align: right;
  }
  .navbarAdmin-btn {
    display: flex;
    justify-content: center;
  }
}
.seconNavTabs {
  border-bottom: none !important;
}

.secondNavLink {
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

/* Dropdown styles for mobile */
.secondary-nav .dropdown-menu {
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}

.seconNavdropItem {
  padding: 0.75rem 1.5rem;
  color: #495057;
}

@media (max-width: 992px) {
  .seconNavTabs {
    display: none;
  }
  .secondDropdownToggle::after {
    margin-left: 0.5rem;
  }
}
@media (min-width: 993px) {
  .secondDropdown {
    display: none;
  }
}
.shop-navbar {
  background: white;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumbStyle {
  display: none;
}

.shop-nav-items {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  margin-right: 1rem;
}

.shop-nav-item {
  margin-left: 0.8rem;
  position: relative;
}

.shop-nav-link {
  color: rgb(74, 85, 101);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.shop-nav-link i {
  margin-right: 8px;
  color: rgb(74, 85, 101);
  transition: all 0.3s ease;
}

.shop-nav-link:hover {
  color: rgb(74, 85, 101);
  background: white;
}

.shop-nav-link:hover i {
  color: rgb(74, 85, 101);
  transform: scale(1.1);
}

.shop-nav-link.active i {
  color: white;
}

.shop-nav-items li.selected i {
  color: rgb(128, 196, 28);
}

.shop-nav-items li.selected a {
  color: rgb(128, 196, 28) !important;
  border-bottom: 2px solid rgb(128, 196, 28);
}

.shop-nav-items li.active i {
  color: white;
}

.shop-nav-items li.active a {
  color: white !important;
}

.shop-logo {
  transition: all 0.3s ease;
}

.shop-logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin-left: auto;
}

.mobile-nav {
  display: none;
  padding: 1rem 0;
}

.mobile-nav-item {
  padding: 0.8rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-link {
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.mobile-nav-link i {
  margin-right: 12px;
  color: #000000;
  width: 20px;
  text-align: center;
}

.mobile-nav-link.active {
  color: #2e8b57;
  font-weight: 600;
}

.breadcrumbStyle .breadcrumb-arrows .active a, .breadcrumbStyle .breadcrumb-arrows .active .entry {
  color: #FFF;
  font-weight: bold !important;
}

.breadcrumbStyle .breadcrumb-arrows li > a {
  text-decoration: none !important;
}

.breadcrumbStyle .portlet {
  margin: 0 !important;
}

.breadcrumbStyle nav {
  border: none !important;
}

.breadcrumbStyle .breadcrumb-arrows {
  margin: 0 !important;
}

.breadcrumbStyle li {
  margin: 0 !important;
}

.breadcrumbStyle .portlet-decorate .portlet-content {
  border: none !important;
  border-style: none !important;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .shop-nav-items {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .mobile-nav.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  .shop-logo {
    order: -1;
    /* Move logo to left in mobile */
    margin-right: auto;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Mega Menu Styles */
.shopMega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
  border-radius: 0 0 8px 8px;
}

.has-mega-menu:hover .shopMega-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

.shopMega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shopMega-menu-links li {
  margin-bottom: 0.5rem;
  padding: 6px 10px;
}

.shopMega-menu-links a {
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
  padding: 0.3rem 0;
}

.shopMega-menu-links a:hover {
  color: var(--primary);
  padding-left: 5px;
}

.shopMega-menu-links a i {
  color: var(--secondary);
  margin-right: 8px;
  width: 18px;
  text-align: center;
}

.mobile-nav-itemInner {
  display: flex;
}

/* Mobile Submenu */
.mobile-submenu {
  display: none;
  background: rgba(46, 139, 87, 0.05);
  padding-left: 2rem;
}

.mobile-submenu.active {
  display: block;
}

.mobile-submenu-link {
  display: block;
  padding: 0.6rem 2rem;
  color: #2f4f4f;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-submenu-link:hover {
  color: #2e8b57;
}

.mobile-submenu-toggle {
  position: absolute;
  right: 2rem;
  transition: all 0.3s ease;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: none;
}

.mobile-submenu-toggle i {
  padding: 5px 3px;
}

.mobile-submenu-toggle.active {
  transform: rotate(180deg);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .shopMega-menu {
    position: static;
    display: none;
    box-shadow: none;
    padding: 0;
    border: none;
  }
}
.mainContentSection {
  position: relative;
}

.mainContentSection .customShape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
  opacity: 0.9;
}

.mainContentSection .customShape svg {
  position: relative;
  display: block;
  width: calc(173% + 1.3px);
  height: 354px;
}

.navIcon {
  -webkit-animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.nail-rfq-wrap .nail-action-item:hover .navIcon {
  -webkit-animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.sideAdsAnime {
  -webkit-animation: slideRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slideRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateCenter {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotateCenter {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.stylish-tabs {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 10px 25px rgba(46, 139, 87, 0.1);
  border: 1px solid rgba(46, 139, 87, 0.1);
  display: flex;
}

.stylish-tabs .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.stylish-tabs .nav-link {
  color: #2f4f4f;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  opacity: 0.9;
}

.stylish-tabs .nav-link:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.stylish-tabs .nav-link.active {
  color: white;
  opacity: 1;
  transform: translateY(-5px);
}

.stylish-tabs .nav-link i {
  font-size: 1.4rem;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}

.stylish-tabs .nav-link.active i {
  transform: scale(1.2);
  animation: float 3s ease-in-out infinite;
  color: white;
}

.tab-highlight {
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  background: linear-gradient(45deg, #2e8b57, #66cdaa);
  border-radius: 50px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.nav-tabs-default .nav-link {
  border: none !important;
  background: none !important;
}

.nav-tabs-default .nav-item.show .nav-link,
.nav-tabs-default .nav-link.active {
  color: inherit !important;
  background-color: transparent !important;
  border-color: transparent !important;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
}

.productTabs.nav-tabs-default .nav-item.show .nav-link,
.nav-tabs-default .nav-link.active,
.accordion-body li a.nav-link.active {
  border-color: transparent !important;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

/* Hero Carousel */
.hero-carousel {
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.homeCarouselItem {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.homeCarouselCaption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  bottom: 30%;
  left: 10%;
  right: 10%;
  text-align: left;
  animation: fadeInUp 1s ease;
}

.homeCarouselCaption h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.homeCarouselCaption p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.shopNowCarouBtn {
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: rgb(46, 139, 87);
  color: white;
}

.shopNowCarouBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(108, 99, 255, 0.3);
  color: rgb(46, 139, 87);
  background-color: white;
}

/* Brands Section */
.homeAdsBrands-Container {
  border-radius: 10px;
}

.homeAdsBrands-item {
  text-align: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeAdsBrands-item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.homeAdsBrands-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.homeAdsBrands-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Products Section */
.products-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.product-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  background: white;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #6c63ff;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
}

.product-actions {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease;
}

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

.product-action-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.product-action-btn:hover {
  background: #6c63ff;
  color: white;
  transform: scale(1.1);
}

.product-content {
  padding: 20px;
}

.product-category {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
}

.product-title {
  font-weight: 600;
  margin-bottom: 10px;
  height: 45px;
  overflow: hidden;
}

.product-price {
  font-weight: 700;
  color: #6c63ff;
  font-size: 1.2rem;
}

.product-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
  margin-left: 10px;
}

.product-rating {
  color: #ffc107;
  margin-top: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-carousel {
    height: 550px;
  }
  .homeCarouselCaption {
    bottom: 20%;
    padding: 15px;
  }
  .homeCarouselCaption p {
    font-size: 0.9rem;
  }
}
/* Animations */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floating {
  animation: float 3s ease-in-out infinite;
}

span#cs-button\ cs-left i {
  left: -8px;
  background: white;
  box-shadow: 1px 1px 1px 1px;
  border-radius: 100%;
  width: 40px;
  color: black;
  position: absolute;
}

span#cs-button\ cs-right i {
  right: -8px;
  background: white;
  box-shadow: 1px 1px 1px 1px;
  border-radius: 100%;
  width: 40px;
  color: black;
  position: absolute;
}

.deal-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0px 5px #f0f0f0 !important;
  transition: all 0.3s ease;
  background: white;
}

.deal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.dealsProduct-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

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

.dealsProduct-info {
  padding: 15px 5px 0;
}

.dealsProduct-info .shop-deals {
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 14px;
}

.dealsProduct-title {
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2d3748;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dealsProduct-title h5 {
  font-size: 1em;
}

.dealsProduct-price {
  display: flex;
  justify-content: space-between;
}

.dealsCurrent-price {
  font-weight: bold;
  color: #ff6584;
}

.original-price {
  text-decoration: line-through;
  opacity: 0.8;
  font-size: 0.9rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-label {
  color: #2d3748;
  font-size: 1rem;
}

.original-total {
  text-decoration: line-through;
  opacity: 0.7;
}

.deal-total {
  font-weight: bold;
  color: #2e8b57;
  text-align: right;
}

.dealsProduct-image-container {
  text-align: center;
}

.dealsProduct-image-containerImg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.timer {
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.timer-label {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.3rem;
}

.timer-title {
  font-size: 1rem;
  margin-bottom: 8px;
}

.timer-digits {
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  font-family: "Courier New", monospace;
}

.timer-block {
  background: #054b46;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  min-width: 30px;
  text-align: center;
}

.btn-deal {
  background-color: #6c63ff;
  color: white;
  border: none;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: 100%;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-weight: bold;
  color: #ff6584;
  display: inline-block;
  background: linear-gradient(to right, #6c63ff, #ff6584);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
}

.section-title p {
  font-size: 1.2rem;
  color: #6b7280;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: linear-gradient(to right, #6c63ff, #ff6584);
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.animate-pop {
  animation: popIn 0.6s ease-out forwards;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.pack-indicators {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.pack-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pack-indicator.active {
  background-color: #6c63ff;
  transform: scale(1.3);
}

.custom-shape-divider-bottom-1745295039 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -2;
}

.custom-shape-divider-bottom-1745295039 svg {
  position: relative;
  display: block;
  width: calc(122% + 1.3px);
  height: 98px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1745295039 .shape-fill {
  fill: #9DE2C3;
}

.backButtonCss {
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  align-items: center;
  font-weight: 600;
}

.backButtonCss:hover {
  background-color: white !important;
  color: black !important;
}

.floating-decorations {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

@media (max-width: 768px) {
  .deals-header h1 {
    font-size: 2.5rem;
  }
}
div#categories {
  padding: 20px;
  border-radius: 3px;
  overflow: overlay;
}

@media (max-width: 991px) {
  div#categories {
    top: 0 !important;
    border: none !important;
  }
}
@media screen and (max-width: 1023px) {
  div#categories {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  div#categories {
    height: 45rem;
    max-height: 700px;
  }
  #filterchange {
    position: sticky;
    top: 182px;
  }
}
@media screen and (max-width: 1200px) {
  #categories {
    overflow: hidden;
    border: none !important;
  }
  div#b2b_section {
    padding: 0% 2% !important;
  }
}
@media screen and (max-width: 992px) {
  .categoriescol {
    width: 0 !important;
  }
}
.mainContentSection {
  position: relative;
}

.mainContentSection .customShape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
  opacity: 0.9;
}

.mainContentSection .customShape svg {
  position: relative;
  display: block;
  width: calc(173% + 1.3px);
  height: 354px;
}

.navIcon {
  -webkit-animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.nail-rfq-wrap .nail-action-item:hover .navIcon {
  -webkit-animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotateCenter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.sideAdsAnime {
  -webkit-animation: slideRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slideRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateCenter {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotateCenter {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.stylish-tabs {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 10px 25px rgba(46, 139, 87, 0.1);
  border: 1px solid rgba(46, 139, 87, 0.1);
  display: flex;
}

.stylish-tabs .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.stylish-tabs .nav-link {
  padding: 15px 0;
  color: #2f4f4f;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  opacity: 0.9;
}

.stylish-tabs .nav-link:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.stylish-tabs .nav-link.active {
  color: white;
  opacity: 1;
  transform: translateY(-5px);
}

.stylish-tabs .nav-link i {
  font-size: 1.4rem;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}

.stylish-tabs .nav-link.active i {
  transform: scale(1.2);
  animation: float 3s ease-in-out infinite;
  color: white;
}

.tab-highlight {
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  background: linear-gradient(45deg, #2e8b57, #66cdaa);
  border-radius: 50px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  box-shadow: 0 5px 15px rgba(46, 139, 87, 0.3);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.nav-tabs-default .nav-link {
  border: none !important;
  background: none !important;
}

.nav-tabs-default .nav-item.show .nav-link,
.nav-tabs-default .nav-link.active {
  color: inherit !important;
  background-color: transparent !important;
  border-color: transparent !important;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
}

.productTabs.nav-tabs-default .nav-item.show .nav-link,
.nav-tabs-default .nav-link.active,
.accordion-body li a.nav-link.active {
  border-color: transparent !important;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

.category-list {
  list-style: none;
}

.category-item {
  position: relative;
  overflow: hidden;
}

.category-link {
  display: flex;
  align-items: center;
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 650;
  transition: all 0.3s ease;
  position: relative;
  justify-content: space-between;
}

.category-link:hover {
  color: rgb(54, 65, 83) !important;
}

.category-link:hover .category-icon {
  transform: scale(1.1);
}

.category-link.active {
  background-color: #f0f2ff;
  color: #2a41e8;
}

.category-icon {
  margin-right: 12px;
  font-size: 1.1rem;
  color: #777;
  transition: all 0.3s ease;
}

.category-count {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.subcategory {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.category-item.expanded .subcategory {
  max-height: 500px;
}

.subcategory-item .category-link {
  padding-left: 8px;
  font-weight: 400;
}

.expand-icon {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.category-item.expanded .expand-icon {
  transform: rotate(90deg);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.category-item {
  animation: slideIn 0.4s ease forwards;
  opacity: 0;
}

.category-item:nth-child(1) {
  animation-delay: 0.1s;
}

.category-item:nth-child(2) {
  animation-delay: 0.2s;
}

.category-item:nth-child(3) {
  animation-delay: 0.3s;
}

.category-item:nth-child(4) {
  animation-delay: 0.4s;
}

.category-item:nth-child(5) {
  animation-delay: 0.5s;
}

.category-item:nth-child(6) {
  animation-delay: 0.6s;
}

.category-item:nth-child(7) {
  animation-delay: 0.7s;
}

.category-item:nth-child(8) {
  animation-delay: 0.8s;
}

.category-item:nth-child(9) {
  animation-delay: 0.9s;
}

.category-item:nth-child(10) {
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
    position: fixed;
    z-index: 100;
  }
  .sidebar.active {
    transform: translateX(0);
  }
}
div#categories::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

div#categories::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

div#categories::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9d8b8b;
}

.product-card {
  transition: all 0.3s ease;
  overflow: hidden;
  border: none;
  border: 1px solid #dedede;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.product-img-container {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

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

.company-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.company-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 0.5rem;
  object-fit: contain;
}

.product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c757d;
  min-height: 4.5em;
}

.business-badge {
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  padding: 0.375rem 0px;
  font-size: 0.875rem;
}

.popularOriginal-price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #2e8b57;
}

.rating {
  color: #ffc107;
}

.sale-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.btn-add-to-cart {
  background: linear-gradient(45deg, #2e8b57, #66cdaa);
  border: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.btn-add-to-cart:hover {
  background: linear-gradient(45deg, #66cdaa, #2e8b57);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.card-body-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

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

.productListName {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3rem;
}

.popularProductListName {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3rem;
}

@media (max-width: 576px) {
  .product-description {
    -webkit-line-clamp: 2;
  }
  .business-badge {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
.supplier-row-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: white;
  padding: 0;
}

.supplier-row-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.supplier-logo-container {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supplier-logo {
  height: 120px;
  width: 120px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
}

.supplier-info {
  padding: 15px;
  border-right: 1px solid #eee;
}

.supplier-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2c3e50;
}

.supplier-business-type {
  display: inline-block;
  background: #2c3e50;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 8px;
}

.supplier-business-category {
  display: inline-block;
  background: #ecf0f1;
  color: #2c3e50;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.supplier-address {
  margin: 15px 0;
  color: #666;
}

.address-icon {
  color: #3498db;
  margin-right: 5px;
}

.supplier-products-container {
  padding: 15px;
  overflow-x: auto;
}

.Supplier-product-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
  text-align: center;
}

.Supplier-product-card:hover {
  border-color: #2e8b57;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
}

.Supplier-product-card-img {
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.btn-shop-now {
  background: #3498db;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.btn-shop-now:hover {
  background: #2ecc71;
  transform: translateY(-2px);
}

.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  display: inline-block;
}

.supplier-products-container::-webkit-scrollbar {
  height: 6px;
}

.supplier-products-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.supplier-products-container::-webkit-scrollbar-thumb {
  background: #3498db;
  border-radius: 10px;
}

.supplier-products-container::-webkit-scrollbar-thumb:hover {
  background: #2980b9;
}

/* Header Styles */
.advTodayDeals-header {
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  color: white;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}

.todayBestDeallFluid {
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  position: relative;
}

.todayBestDeallFluid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==");
}

.countdown-badge {
  background-color: #ffbe0b;
  color: #292b2c;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* Progress Bar Styles */
.deal-progress {
  height: 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
  margin: 1rem 0;
  overflow: hidden;
}

.deal-progress .progress-bar {
  background: linear-gradient(to right, #ff6b6b, #4ecdc4);
  animation: progressAnimation 2s ease-in-out;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* Featured Deal */
.featured-dealContainFluid {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.featured-deal {
  color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 15px 35px rgba(118, 75, 162, 0.3);
  position: relative;
}

.featured-deal .featured-badge {
  position: absolute;
  top: 20px;
  background-color: #ffbe0b;
  color: #292b2c;
  padding: 0.5rem 2rem;
  transform: rotate(-45deg);
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.featured-deal .row {
  align-items: center;
}

.featured-deal img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-deal:hover img {
  transform: scale(1.05);
}

.featured-deal h2 {
  font-weight: 800;
  margin-bottom: 1rem;
}

.featured-deal .price {
  font-weight: 800;
  margin: 1rem 0;
}

.featured-deal .original-price {
  text-decoration: line-through;
  font-size: 1.5rem;
  opacity: 0.8;
}

.featured-deal .discount {
  background-color: white;
  color: #292b2c;
  padding: 0.25rem 1rem;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  margin-left: 1rem;
}

.featured-deal .btn {
  background-color: white;
  color: #764ba2;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.featured-deal .btn:hover {
  background-color: #ffbe0b;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Categories Section */
.category-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transition: all 0.3s ease;
  text-align: center;
  margin: 0.5rem;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.category-card i {
  font-size: 2.5rem;
  color: #ff6b6b;
  margin-bottom: 1rem;
}

.category-card h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 29px;
  margin-top: 0;
  font-weight: 500;
}

.category-card p {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

/* Today's Best Deals Section */
.todayDealssection-title {
  position: relative;
}

.hotDealContainFluid {
  background-color: rgba(243, 246, 249, 0.5) !important;
}

.todayDealssection-title h3 {
  font-weight: 700;
  background: linear-gradient(to right, #ff6b6b, #764ba2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}

.todayDealssection-title h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #ff6b6b, #4ecdc4);
  border-radius: 3px;
}

.advTodaydeal-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.advTodaydeal-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.advTodaydeal-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  z-index: 2;
}

.badge-hot {
  background: linear-gradient(to right, #ff416c, #ff4b2b);
}

.advTodaydeal-image {
  width: 100%;
  object-fit: contain;
}

.advTodaydeal-content {
  padding: 1.5rem;
}

.advTodaydeal-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.advTodaydeal-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c757d;
}

.advTodaydeal-price {
  font-weight: 800;
}

.advTodaydealoriginal-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 0.5rem;
}

.advTodaydealdiscount {
  background: #e51c1c;
  color: white;
  border-radius: 50px;
  padding: 5px 8px;
}

.advTodaydeal-stock {
  margin: 1rem 0;
}

.advTodaydealstock-progress {
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(to right, #4ecdc4, #556270);
  border-radius: 3px;
}

.advTodaydealstock-text {
  font-size: 0.8rem;
  color: #ff6b6b;
  font-weight: 600;
  margin-top: 5px;
}

.advTodaydealbtn-add-to-cart {
  background: linear-gradient(to right, #ff6b6b, #ff8e53);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  width: 100%;
}

.swiper-button-next {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

.swiper-button-next::after {
  font-size: 1.5em !important;
}

.swiper-button-prev {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

.swiper-button-prev::after {
  font-size: 1.5em !important;
}

.backButtonCss {
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  align-items: center;
  font-weight: 600;
}

.backButtonCss:hover {
  background-color: white !important;
  color: black !important;
}

.homePagedeal-count {
  font-size: 18px;
}

.homePageDealRowContain {
  background: white;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.homePageDealProduct-card {
  border: 1px solid #2e8b57;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.homePageDealProduct-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.homePageDealProduct-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.homePageDealProduct-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.homePageDealProduct-info {
  padding: 15px;
}

.homePageDealProductprice-container {
  margin: 10px 0;
}

.homePageDealProduct-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c757d;
  min-height: 4em;
  font-size: 0.9em;
}

.homePageDealProductoriginal-price {
  text-decoration: line-through;
  color: #95a5a6;
  margin-right: 10px;
}

.homePageDealProductdeal-price {
  font-weight: bold;
  color: #2e8b57;
  font-size: 18px;
}

.homePageDealproductListName {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2e8b57;
}

.homeDealbackButtonCss {
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-weight: 600;
}

.homeDealbackButtonCss:hover {
  background-color: white !important;
  color: black !important;
}

.homeDealPagedeal-summary {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: fit-content;
  border: 1px solid #2e8b57;
}

.homeDealPagedeal-summary h3 {
  margin-top: 0;
  color: #2c3e50;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.homeDealPagedealsummary-item {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.summary-item.highlight {
  color: #e74c3c;
  font-weight: bold;
}

.summary-item.total {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.homeDealPagedealstatus-active {
  color: #27ae60;
  font-weight: bold;
}

.homeDealPagedealdiscount {
  color: #27ae60;
}

.homeDealPagedealcheckout-button {
  width: 100%;
  padding: 12px;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}

.homeDealPagedealcheckout-button:hover {
  background-color: #c0392b;
}

.catalogueCategory-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  justify-content: space-between;
}

.brandCatalogueCategory-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  justify-content: space-between;
}

.catalogueCategory-link:hover {
  color: #2a41e8;
}

.catalogueCategory-link:hover .category-icon {
  color: #2a41e8;
  transform: scale(1.1);
}

.catalogueCategory-count {
  margin-left: auto;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.catalogueCategory-item {
  position: relative;
  overflow: hidden;
}

.catalogueCategory-item.expanded .subcategory {
  max-height: 500px;
}

.catalogueCategory-item.expanded .expand-icon {
  transform: rotate(90deg);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.catalogueCategory-item {
  animation: slideIn 0.4s ease forwards;
  opacity: 0;
}

.catalogueCategory-item:nth-child(1) {
  animation-delay: 0.1s;
}

.catalogueCategory-item:nth-child(2) {
  animation-delay: 0.2s;
}

.catalogueCategory-item:nth-child(3) {
  animation-delay: 0.3s;
}

.catalogueCategory-item:nth-child(4) {
  animation-delay: 0.4s;
}

.catalogueCategory-item:nth-child(5) {
  animation-delay: 0.5s;
}

.catalogueCategory-item:nth-child(6) {
  animation-delay: 0.6s;
}

.catalogueCategory-item:nth-child(7) {
  animation-delay: 0.7s;
}

.catalogueCategory-item:nth-child(8) {
  animation-delay: 0.8s;
}

.catalogueCategory-item:nth-child(9) {
  animation-delay: 0.9s;
}

.catalogueCategory-item:nth-child(10) {
  animation-delay: 1s;
}

.catalogueBgimgContain {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.catalogueProductImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.catalogueSearchInput {
  border-radius: 14px 0px 0px 14px;
}

.catalogueSearchInbtn {
  border-radius: 0px 14px 14px 0px;
}

.catalogueCardThings {
  transition: all 0.3s ease;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid #e1e1e1;
}

.catalogueCardThings .catalogueProductListName:hover {
  text-decoration: underline;
}

.catalogueCardThings:hover .catalogueBgimgContain img {
  transform: scale(1.1);
}

.catalogueTopCont {
  background-color: white;
  padding: 8px;
  border-radius: 13px;
}

.catalogueCompany-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 40px;
  width: 40px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0rem;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.catalogueInventory-count {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #7C2F65;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  z-index: 2;
}

.catalogueProduct-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c757d;
  font-size: 0.9em;
}

.catalogueInventory-countList {
  bottom: 15px;
  left: 15px;
  background: #7C2F65;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  z-index: 2;
}

.cataloguePageNavigation {
  display: flex;
  justify-content: center;
}

/* Gradient Pagination */
.cataloguePage-pagination .page-link {
  color: #121212;
  border: 1px solid #c6c6c6 !important;
  display: flex;
  border-radius: 8px !important;
  border: none;
  margin: 0 2px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: transparent;
  font-weight: 400;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.catalogueStyle.mt-5 {
  margin-bottom: 3rem !important;
}

.cataloguePage-pagination .page-item:not(:first-child) .page-link {
  border: 1px solid #c6c6c6 !important;
}

.cataloguePage-paginationitem {
  padding: 0px 2px;
}

.cataloguePage-pagination .page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e8b57;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.cataloguePage-pagination .page-item.active .page-link,
.cataloguePage-pagination .page-link:hover {
  color: white;
}

.cataloguePage-pagination .page-item.active .page-link::before,
.cataloguePage-pagination .page-link:hover::before {
  opacity: 1;
}

.cataloguePage-pagination .page-link[disabled]:hover {
  background-color: white !important;
}

.aboutUsSection-title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.aboutUsSection-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6c63ff;
  border-radius: 2px;
}

.about-img {
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-img:hover {
  transform: translateY(-5px);
}

.aboutReview-container {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Custom scrollbar */
.aboutReview-container::-webkit-scrollbar {
  width: 6px;
}

.aboutReview-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.aboutReview-container::-webkit-scrollbar-thumb {
  background: #6c63ff;
  border-radius: 10px;
}

.aboutUsCompact-review {
  border-left: 3px solid #6c63ff;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.aboutUsCompact-review:hover {
  transform: translateX(5px);
}

.aboutUsCompact-review.aboutUsProduct-review {
  border-left-color: #ff6584;
}

.aboutUsReview-meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.aboutUsReview-author {
  font-weight: 600;
  margin-right: 1rem;
}

.aboutUsReview-date {
  color: #6c757d;
  font-size: 0.85rem;
}

.aboutUsCompact-stars {
  color: #ffc107;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.aboutUsReview-excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(108, 99, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #2e8b57;
  font-size: 1.5rem;
}

.aboutUsRead-more {
  color: #6c63ff;
  font-size: 0.85rem;
  text-decoration: none;
  font-weight: 500;
}

.aboutUsReview-form-container {
  background: white;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.aboutUsReview-form-container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #2e8b57;
}

.aboutUsForm-title {
  color: #2e8b57;
}

.abouUsForm-control {
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.abouUsForm-control:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 0 0.25rem rgba(108, 99, 255, 0.15);
}

.aboutUsRating-input {
  justify-content: center;
  gap: 5px;
  margin-bottom: 1cqh;
  flex-direction: row-reverse;
}

.aboutUsRating-input input {
  display: none;
}

.aboutUsRating-input label {
  font-size: 2.5rem;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}

.aboutUsRating-input input:checked ~ label,
.aboutUsRating-input label:hover,
.aboutUsRating-input label:hover ~ label {
  color: #ffc107;
  transform: scale(1.1);
}

.aboutUsRating-input input:checked + label {
  color: #ffc107;
  animation: pulse 0.5s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.1);
  }
}
.aboutUsSubmit-btn {
  background: #2e8b57;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s ease;
  width: 100%;
  box-shadow: 0 10px 20px rgba(108, 99, 255, 0.2);
}

.aboutUsSubmit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(108, 99, 255, 0.3);
}

/* Interactive Stats */
.aboutUsStats-section {
  background: #289B79;
  color: white;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.aboutUsStat-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.aboutUsStat-number {
  font-size: 2.5rem;
}

.aboutUsStat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

.aboutUsReview-tabs {
  border-bottom: none;
  margin-bottom: 2rem;
}

.aboutUsReview-tabs .nav-link {
  border: none;
  color: #212529;
  font-weight: 600;
  margin-right: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.aboutUsReview-tabs .nav-link.active {
  background: #2e8b57;
  color: white;
}

#aboutswiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aboutswiper {
  height: auto !important;
}

.active-subcategory {
  background: linear-gradient(to right, #20b2aa, #2e8b57);
  color: white;
}

.floatingShortcut-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  background: white;
  border-radius: 15px 0 0 15px;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1000;
  border: 1px solid #eee;
}

.floatingShortcut-sidebar:hover {
  width: 200px;
  box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.15);
}
.floatingShortcut-sidebar:hover .floatingShortcutbadge-notification {
  right: 15px;
  top: unset;
}

.floatingShortcutsidebar-menu {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.floatingShortcutmenu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  white-space: nowrap;
  color: #555;
  text-decoration: none;
}
.floatingShortcutmenu-item .portlet {
  position: unset !important;
}

.floatingShortcutmenu-item:hover {
  background-color: #f8f9fa;
  color: #6c5ce7;
}

.floatingShortcutmenu-item.active {
  background-color: rgba(108, 92, 231, 0.1);
  color: #6c5ce7;
}

.floatingShortcutmenu-icon {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  color: inherit;
}

.floatingShortcutmenu-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 500;
  font-size: 0.9rem;
  color: inherit;
}

.floatingShortcut-sidebar:hover .floatingShortcutmenu-text {
  opacity: 1;
}

.floatingShortcutmenu-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 3px;
  background-color: #6c5ce7;
  transition: height 0.2s ease;
  border-radius: 3px 0 0 3px;
}

.floatingShortcutmenu-item:hover::after {
  height: 40%;
}

.floatingShortcutmenu-item.active::after {
  height: 60%;
}

.floatingShortcutbadge-notification {
  position: absolute;
  right: 4px;
  top: 6px;
  background-color: #ed1010;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.floatingShortcutdivider {
  height: 1px;
  background-color: #eee;
  margin: 5px 15px;
}

@media (min-width: 1600px) {
  .floatingShortcut-sidebar {
    width: 60px;
  }
  .floatingShortcutmenu-item {
    padding: 12px 15px;
  }
  .floatingShortcutmenu-icon {
    font-size: 1.3rem;
  }
  .floatingShortcutbadge-notification {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .floatingShortcut-sidebar {
    width: 51px;
  }
  .floatingShortcutmenu-item {
    padding: 7px 10px;
  }
  .floatingShortcutmenu-icon {
    font-size: 1.05rem;
  }
  .floatingShortcutbadge-notification {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1199px) {
  .floatingShortcut-sidebar {
    width: 50px;
  }
  .floatingShortcutmenu-item {
    padding: 6px 9px;
  }
  .floatingShortcutmenu-icon {
    font-size: 1rem;
  }
  .floatingShortcutbadge-notification {
    width: 15px;
    height: 15px;
  }
}
/* @media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 600px) and (max-width: 767px) {}

@media (max-width: 599px) {} */
.shopAdminSidebarIconCommon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.Home_icon::before, .መግቢያገፅ_icon::before {
  content: "\f015";
}

.Catalogue_icon::before, .የመጽሐፍዓይነትዝርዝር_icon::before {
  content: "\f02d";
}

.Deals_icon::before, .የዋጋስምምነቶች_icon::before {
  content: "\f4c0";
}

.About_icon::before, .ስለ_icon::before {
  content: "\f05a";
}

.Support-Desk_icon::before, .የድጋፍ-ዴስክ_icon::before {
  content: "\f590";
}

.Help_icon::before, .እገዛ_icon::before {
  content: "\f059";
}

.Help.Desk_icon::before, .እገዛ.ጠረጴዛ_icon::before {
  content: "\f059";
}

.breadcrumb-arrows .active a, .breadcrumb-arrows .active .entry {
  color: #FFF;
  font-weight: bold !important;
}

@media (min-width: 1600px) {
  .newNavbar {
    padding: 0.8rem 2rem;
  }
  .navbarLogo-img {
    height: 40px;
    transition: all 0.3s ease;
  }
  .navbarNav-link {
    font-size: 0.95rem;
  }
  .navbarNav-link i {
    font-size: 0.9rem;
  }
  .navbarAdmin-btn {
    padding: 10px 22px !important;
  }
  .shop-logo {
    height: 36px;
  }
  .shop-nav-link {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
  }
  .shop-nav-link i {
    font-size: 0.9rem;
  }
  .homeCarouselCaption h3 {
    font-size: 2.3rem;
  }
  .shopNowCarouBtn {
    padding: 10px 25px;
  }
  .featured-deal .btn {
    padding: 0.75rem 2rem;
  }
  .hero-carousel {
    height: 65vh;
  }
  .category-card p {
    font-size: 0.9em;
  }
  .category-card h4 {
    font-size: 1.2em;
  }
  .featured-deal .featured-content {
    padding: 3rem;
  }
  .featured-deal h2 {
    font-size: 2em;
  }
  .featured-deal .price {
    font-size: 2.5rem;
  }
  .todayDealssection-title h3 {
    font-size: 1.7em;
  }
  .advTodaydeal-image {
    height: 200px;
  }
  .advTodaydeal-title {
    font-size: 1.2rem;
  }
  .advTodaydeal-description {
    min-height: 4.5em;
    font-size: 0.9em;
  }
  .advTodaydeal-price {
    font-size: 1.5rem;
  }
  .advTodaydealoriginal-price {
    font-size: 1rem;
  }
  .advTodaydealdiscount {
    font-size: 1em;
  }
  .product-description {
    font-size: 0.9em;
    min-height: 4.5em;
  }
  .product-img-container {
    height: 240px;
  }
  .EcomFilter {
    font-size: 1em;
  }
  .catalogueCategory-link {
    padding: 5px 8px;
  }
  .catalogueBgimgContain {
    height: 240px;
  }
  .catalogueProductListName {
    font-size: 1em;
  }
  .productTextt {
    font-size: 13px;
  }
  .dealsProduct-image-container {
    height: 130px;
  }
  .dealsProduct-info {
    font-size: 1em;
  }
  .original-total {
    font-size: 1.3rem;
  }
  .deal-total {
    font-size: 1.4em;
  }
  .btn-deal {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
  .category-link {
    font-size: 0.95rem;
    padding: 12px 10px;
  }
  .category-count {
    font-size: 0.75rem;
  }
  .subcategory-item .category-link {
    font-size: 0.9rem;
  }
  .stylish-tabs .nav-link {
    font-size: 1em;
    padding: 10px 0;
  }
  .aboutUsSection-title {
    font-size: 2em;
  }
  .aboutUsReview-tabs .nav-link {
    padding: 0.75rem 1.5rem;
  }
  .aboutUsReview-form-container {
    padding: 3rem;
  }
  .aboutUsForm-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .aboutUsRating-inputStar {
    font-size: 1.5em;
  }
  .aboutUsSubmit-btn {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.95em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows .active a,
  .breadcrumb-arrows .active .entry {
    color: #FFF;
    font-weight: bold !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li > a {
    text-decoration: none !important;
  }
  .breadcrumbStyle .portlet {
    margin: 0 !important;
  }
  .breadcrumbStyle nav {
    border: none !important;
  }
  .breadcrumbStyle .breadcrumb-arrows {
    margin: 0 !important;
  }
  .breadcrumbStyle li {
    margin: 0 !important;
  }
  .secondSpanNoDeal {
    width: 50%;
  }
  .breadcrumbStyle .portlet-decorate .portlet-content {
    border: none !important;
    border-style: none !important;
  }
  .breadcrumb-arrows .entry {
    color: #031926 !important;
  }
  .e-dealsbg .container-fluid {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .shopHomeWidth {
    padding: 0px 150px 0px 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .newNavbar {
    padding: 0.6rem 1.5rem;
  }
  .navbarAdmin-btn {
    padding: 8px 17px !important;
  }
  .navbarLogo-img {
    height: 36px;
    transition: all 0.3s ease;
  }
  .shop-logo {
    height: 32px;
  }
  .navbarNav-link {
    font-size: 0.93rem;
  }
  .navbarNav-link i {
    font-size: 0.87rem;
  }
  .shop-nav-link {
    font-size: 0.94rem;
    padding: 0.6rem 0.7rem;
  }
  .shop-nav-link i {
    font-size: 0.85rem;
  }
  .homeCarouselCaption h3 {
    font-size: 2.5rem;
  }
  .homeCarouselCaption h3 {
    font-size: 2.2rem;
  }
  .shopNowCarouBtn {
    padding: 9px 22px;
  }
  .category-card h4 {
    font-size: 1em;
  }
  .category-card p {
    font-size: 0.8rem;
  }
  .hero-carousel {
    height: 65vh;
  }
  .e-dealsbg .container-fluid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .featured-deal .featured-content {
    padding: 2rem;
  }
  .featured-deal h2 {
    font-size: 1.5em;
  }
  .featured-deal .price {
    font-size: 2rem;
  }
  .todayDealssection-title h3 {
    font-size: 1.2em;
  }
  .advTodaydeal-image {
    height: 170px;
  }
  .advTodaydeal-title {
    font-size: 1rem;
  }
  .advTodaydeal-description {
    min-height: 4em;
    font-size: 0.8em;
  }
  .advTodaydeal-price {
    font-size: 1.2rem;
  }
  .advTodaydealoriginal-price {
    font-size: 0.8rem;
  }
  .advTodaydealdiscount {
    font-size: 0.8em;
  }
  .productListName {
    font-size: 1em;
  }
  .popularProductListName {
    font-size: 1em;
  }
  .product-description {
    font-size: 0.84em;
    min-height: 4.2em;
  }
  .product-img-container {
    height: 195px;
  }
  .EcomFilter {
    font-size: 0.92em;
  }
  .catalogueCategory-link {
    padding: 5px 7px;
  }
  .catalogueBgimgContain {
    height: 195px;
  }
  .catalogueProductListName {
    font-size: 1em;
  }
  .productTextt {
    font-size: 0.88em;
  }
  .dealsProduct-image-container {
    height: 120px;
  }
  .dealsProduct-info {
    font-size: 0.9em;
  }
  .original-total {
    font-size: 1rem;
  }
  .deal-total {
    font-size: 1.1em;
  }
  .btn-deal {
    font-size: 0.9rem;
  }
  .category-link {
    font-size: 0.83rem;
    padding: 5px 8px;
  }
  #categories > h5 {
    font-size: 1em;
  }
  .category-count {
    font-size: 0.7rem;
  }
  .subcategory-item .category-link {
    font-size: 0.8rem;
  }
  #categories > div:first-child > h5 {
    font-size: 0.95em;
  }
  .stylish-tabs .nav-link {
    font-size: 0.8em;
    padding: 8px 0px;
  }
  .secondSpanNoDeal {
    width: 50%;
  }
  .aboutUsSection-title {
    font-size: 1.3em;
  }
  .aboutUsReview-form-container {
    padding: 1.5rem;
  }
  .aboutUsForm-title {
    font-size: 1.5rem;
  }
  .aboutUsRating-inputStar {
    font-size: 1em;
  }
  .aboutUsSubmit-btn {
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.85em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows .active a,
  .breadcrumb-arrows .active .entry {
    color: #FFF;
    font-weight: bold !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li > a {
    text-decoration: none !important;
  }
  .breadcrumbStyle .portlet {
    margin: 0 !important;
  }
  .breadcrumbStyle nav {
    border: none !important;
  }
  .breadcrumbStyle .breadcrumb-arrows {
    margin: 0 !important;
  }
  .breadcrumbStyle li {
    margin: 0 !important;
  }
  .breadcrumbStyle .portlet-decorate .portlet-content {
    border: none !important;
    border-style: none !important;
  }
  .breadcrumb-arrows .entry {
    color: #031926 !important;
  }
  .deal-card .slide-name {
    font-size: 0.95em;
  }
  .shopHomeWidth {
    padding: 0px 90px 0px 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newNavbar {
    padding: 0.4rem 1.2rem;
  }
  .navbarLogo-img {
    height: 34px;
    transition: all 0.3s ease;
  }
  .shop-logo {
    height: 30px;
  }
  .navbarNav-link {
    font-size: 0.92rem;
  }
  .navbarNav-link i {
    font-size: 0.86rem;
  }
  .navbarAdmin-btn {
    padding: 7px 15px !important;
  }
  .shop-nav-link {
    font-size: 0.93rem;
    padding: 0.6rem 0.6rem;
  }
  .homeCarouselCaption h3 {
    font-size: 1.9rem;
  }
  .shopNowCarouBtn {
    padding: 9px 21px;
  }
  .category-card h4 {
    font-size: 0.9em;
  }
  .category-card p {
    font-size: 0.7rem;
  }
  .e-dealsbg .container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .featured-deal .btn {
    padding: 0.7rem 1.5rem;
  }
  .hero-carousel {
    height: 65vh;
  }
  .featured-deal .featured-content {
    padding: 1.2rem;
  }
  .deal-card .slide-name {
    font-size: 0.9em;
  }
  .featured-deal h2 {
    font-size: 1.3em;
  }
  .featured-deal .price {
    font-size: 1.7rem;
  }
  .todayDealssection-title h3 {
    font-size: 1em;
  }
  .advTodaydeal-image {
    height: 160px;
  }
  .advTodaydeal-title {
    font-size: 0.95rem;
  }
  .advTodaydeal-description {
    min-height: 3.8em;
    font-size: 0.75em;
  }
  .advTodaydeal-price {
    font-size: 1.2rem;
  }
  .advTodaydealoriginal-price {
    font-size: 0.7rem;
  }
  .advTodaydealdiscount {
    font-size: 0.75em;
  }
  .productListName {
    font-size: 0.95em;
  }
  .popularProductListName {
    font-size: 0.95em;
  }
  .product-description {
    font-size: 0.84em;
    min-height: 4.1em;
  }
  .product-img-container {
    height: 185px;
  }
  .EcomFilter {
    font-size: 0.88em;
  }
  .catalogueCategory-link {
    padding: 5px 7px;
  }
  .catalogueBgimgContain {
    height: 185px;
  }
  .catalogueProductListName {
    font-size: 0.95em;
  }
  .productTextt {
    font-size: 0.85em;
  }
  .dealsProduct-image-container {
    height: 110px;
  }
  .dealsProduct-info {
    font-size: 0.86em;
  }
  .original-total {
    font-size: 1rem;
  }
  .deal-total {
    font-size: 1.1em;
  }
  .btn-deal {
    font-size: 0.85rem;
  }
  .secondSpanNoDeal {
    width: 75%;
  }
  .category-link {
    font-size: 0.83rem;
    padding: 5px 8px;
  }
  .subcategory-item .category-link {
    font-size: 0.77rem;
  }
  .category-count {
    font-size: 0.7rem;
  }
  #categories > div:first-child > h5 {
    font-size: 0.95em;
  }
  .stylish-tabs .nav-link {
    font-size: 0.78em;
    padding: 8px 0px;
  }
  .aboutUsSection-title {
    font-size: 1em;
  }
  .aboutUsReview-form-container {
    padding: 1.5rem;
  }
  .aboutUsForm-title {
    font-size: 1.2rem;
  }
  .aboutUsRating-inputStar {
    font-size: 1em;
  }
  .aboutUsSubmit-btn {
    font-size: 0.8rem;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.85em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.85em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows .active a,
  .breadcrumb-arrows .active .entry {
    color: #FFF;
    font-weight: bold !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li > a {
    text-decoration: none !important;
  }
  .breadcrumbStyle .portlet {
    margin: 0 !important;
  }
  .breadcrumbStyle nav {
    border: none !important;
  }
  .breadcrumbStyle .breadcrumb-arrows {
    margin: 0 !important;
  }
  .breadcrumbStyle li {
    margin: 0 !important;
  }
  .breadcrumbStyle .portlet-decorate .portlet-content {
    border: none !important;
    border-style: none !important;
  }
  .shopHomeWidth {
    padding: 0px 30px 0px 30px;
  }
  .breadcrumb-arrows .entry {
    color: #031926 !important;
  }
  .shopHomeWidth {
    padding: 0px 70px 0px 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newNavbar {
    padding: 0.5rem 1rem;
  }
  .navbarLogo-img {
    height: 32px;
    transition: all 0.3s ease;
  }
  .shop-logo {
    height: 30px;
  }
  .navbarNav-link {
    font-size: 0.92rem;
  }
  .navbarNav-link i {
    font-size: 0.86rem;
  }
  .navbarAdmin-btn {
    padding: 9px 20px !important;
  }
  .homeCarouselCaption h3 {
    font-size: 1.8rem;
  }
  .category-card h4 {
    font-size: 0.85em;
  }
  .category-card p {
    font-size: 0.7rem;
  }
  .featured-deal .btn {
    padding: 0.6rem 1.2rem;
  }
  .hero-carousel {
    height: 65vh;
  }
  .e-dealsbg .container-fluid {
    padding: 0 2rem !important;
  }
  .deal-card .slide-name {
    font-size: 0.9em;
  }
  .featured-deal .featured-content {
    padding: 1.2rem;
  }
  .featured-deal h2 {
    font-size: 1.1em;
  }
  .featured-deal .price {
    font-size: 1.5rem;
  }
  .todayDealssection-title h3 {
    font-size: 1em;
  }
  .advTodaydeal-image {
    height: 160px;
  }
  .advTodaydeal-title {
    font-size: 0.95rem;
  }
  .advTodaydeal-description {
    min-height: 3.8em;
    font-size: 0.75em;
  }
  .advTodaydeal-price {
    font-size: 1.2rem;
  }
  .advTodaydealoriginal-price {
    font-size: 0.7rem;
  }
  .advTodaydealdiscount {
    font-size: 0.75em;
  }
  .productListName {
    font-size: 0.95em;
  }
  .popularProductListName {
    font-size: 0.95em;
  }
  .product-description {
    font-size: 0.84em;
    min-height: 4em;
  }
  .product-img-container {
    height: 180px;
  }
  .EcomFilter {
    font-size: 0.88em;
  }
  .catalogueCategory-link {
    padding: 5px 7px;
  }
  .catalogueBgimgContain {
    height: 180px;
  }
  .catalogueProductListName {
    font-size: 0.95em;
  }
  .productTextt {
    font-size: 0.85em;
  }
  .dealsProduct-image-container {
    height: 110px;
  }
  .dealsProduct-info {
    font-size: 0.84em;
  }
  .original-total {
    font-size: 0.9rem;
  }
  .secondSpanNoDeal {
    width: 75%;
  }
  .deal-total {
    font-size: 1em;
  }
  .category-link {
    font-size: 0.83rem;
    padding: 5px 8px;
  }
  .subcategory-item .category-link {
    font-size: 0.76rem;
  }
  .category-count {
    font-size: 0.7rem;
  }
  #categories > div:first-child > h5 {
    font-size: 0.95em;
  }
  .stylish-tabs .nav-link {
    font-size: 0.78em;
    padding: 8px 0px;
  }
  .aboutUsSection-title {
    font-size: 1em;
  }
  .aboutUsReview-form-container {
    padding: 1.3rem;
  }
  .aboutUsForm-title {
    font-size: 1rem;
  }
  .aboutUsRating-inputStar {
    font-size: 1em;
  }
  .aboutUsSubmit-btn {
    font-size: 0.8rem;
  }
  .btn-deal {
    font-size: 0.8rem;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.8em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows .active a,
  .breadcrumb-arrows .active .entry {
    color: #FFF;
    font-weight: bold !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li > a {
    text-decoration: none !important;
  }
  .breadcrumbStyle .portlet {
    margin: 0 !important;
  }
  .breadcrumbStyle nav {
    border: none !important;
  }
  .breadcrumbStyle .breadcrumb-arrows {
    margin: 0 !important;
  }
  .breadcrumbStyle li {
    margin: 0 !important;
  }
  .breadcrumbStyle .portlet-decorate .portlet-content {
    border: none !important;
    border-style: none !important;
  }
  .breadcrumb-arrows .entry {
    color: #031926 !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .newNavbar {
    padding: 0.4rem 1rem;
  }
  .navbarLogo-img {
    height: 32px;
    transition: all 0.2s ease;
  }
  .shop-logo {
    height: 30px;
  }
  .navbarNav-link {
    font-size: 0.92rem;
  }
  .navbarNav-link i {
    font-size: 0.86rem;
  }
  .navbarAdmin-btn {
    padding: 8px 19px !important;
  }
  .homeCarouselCaption h3 {
    font-size: 1.7rem;
  }
  .category-card h4 {
    font-size: 0.95em;
  }
  .category-card p {
    font-size: 0.75rem;
  }
  .featured-deal .btn {
    padding: 0.6rem 1.2rem;
  }
  .hero-carousel {
    height: 60vh;
  }
  .secondSpanNoDeal {
    width: 100%;
  }
  .featured-deal .featured-content {
    padding: 1.2rem;
  }
  .e-dealsbg .container-fluid {
    padding: 0 1rem !important;
  }
  .featured-deal h2 {
    font-size: 1em;
  }
  .featured-deal .price {
    font-size: 1.3rem;
  }
  .deal-card .slide-name {
    font-size: 0.9em;
  }
  .todayDealssection-title h3 {
    font-size: 1em;
  }
  .advTodaydeal-image {
    height: 160px;
  }
  .advTodaydeal-title {
    font-size: 0.95rem;
  }
  .advTodaydeal-description {
    min-height: 3.8em;
    font-size: 0.75em;
  }
  .advTodaydeal-price {
    font-size: 1.2rem;
  }
  .advTodaydealoriginal-price {
    font-size: 0.7rem;
  }
  .advTodaydealdiscount {
    font-size: 0.75em;
  }
  .product-description {
    font-size: 0.84em;
    min-height: 3.8em;
  }
  .product-img-container {
    height: 180px;
  }
  .EcomFilter {
    font-size: 0.88em;
  }
  .catalogueCategory-link {
    padding: 5px 7px;
  }
  .catalogueBgimgContain {
    height: 180px;
  }
  .catalogueProductListName {
    font-size: 0.95em;
  }
  .productTextt {
    font-size: 0.85em;
  }
  .dealsProduct-image-container {
    height: 100px;
  }
  .dealsProduct-info {
    font-size: 0.84em;
  }
  .original-total {
    font-size: 0.9rem;
  }
  .deal-total {
    font-size: 1em;
  }
  .category-link {
    font-size: 0.83rem;
    padding: 5px 8px;
  }
  .subcategory-item .category-link {
    font-size: 0.76rem;
  }
  .category-count {
    font-size: 0.7rem;
  }
  #categories > div:first-child > h5 {
    font-size: 0.9em;
  }
  .stylish-tabs .nav-link {
    font-size: 0.78em;
    padding: 8px 0px;
  }
  .aboutUsSection-title {
    font-size: 1em;
  }
  .aboutUsReview-form-container {
    padding: 1.1em;
  }
  .aboutUsForm-title {
    font-size: 1rem;
  }
  .aboutUsRating-inputStar {
    font-size: 1em;
  }
  .aboutUsSubmit-btn {
    font-size: 0.8rem;
  }
  .btn-deal {
    font-size: 0.8rem;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.8em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows .active a,
  .breadcrumb-arrows .active .entry {
    color: #FFF;
    font-weight: bold !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li > a {
    text-decoration: none !important;
  }
  .breadcrumbStyle .portlet {
    margin: 0 !important;
  }
  .breadcrumbStyle nav {
    border: none !important;
  }
  .breadcrumbStyle .breadcrumb-arrows {
    margin: 0 !important;
  }
  .breadcrumbStyle li {
    margin: 0 !important;
  }
  .breadcrumbStyle .portlet-decorate .portlet-content {
    border: none !important;
    border-style: none !important;
  }
  .breadcrumb-arrows .entry {
    color: #031926 !important;
  }
  .shopHomeWidth {
    padding: 0px 30px 0px 30px;
  }
}
@media (max-width: 599px) {
  .newNavbar {
    padding: 0.4rem 1rem;
  }
  .navbarLogo-img {
    height: 33px;
    transition: all 0.2s ease;
  }
  .shop-logo {
    height: 30px;
  }
  .shopHomeWidth {
    padding: 0px 30px 0px 30px;
  }
  .navbarNav-link {
    font-size: 0.92rem;
  }
  .navbarNav-link i {
    font-size: 0.86rem;
  }
  .navbarAdmin-btn {
    padding: 7px 17px !important;
  }
  .homeCarouselCaption h3 {
    font-size: 1.5rem;
  }
  .category-card h4 {
    font-size: 0.95em;
  }
  .category-card p {
    font-size: 0.75rem;
  }
  .featured-deal .btn {
    padding: 0.5rem 1rem;
  }
  .hero-carousel {
    height: 40vh;
  }
  .featured-deal .featured-content {
    padding: 1.2rem;
  }
  .featured-deal h2 {
    font-size: 1em;
  }
  .featured-deal .price {
    font-size: 1.3rem;
  }
  .todayDealssection-title h3 {
    font-size: 1em;
  }
  .e-dealsbg .container-fluid {
    padding: 0 1rem !important;
  }
  .advTodaydeal-image {
    height: 160px;
  }
  .deal-card .slide-name {
    font-size: 0.9em;
  }
  .advTodaydeal-title {
    font-size: 0.95rem;
  }
  .advTodaydeal-description {
    min-height: 3.8em;
    font-size: 0.75em;
  }
  .advTodaydeal-price {
    font-size: 1.2rem;
  }
  .advTodaydealoriginal-price {
    font-size: 0.7rem;
  }
  .advTodaydealdiscount {
    font-size: 0.75em;
  }
  .product-img-container {
    height: 180px;
  }
  .EcomFilter {
    font-size: 0.88em;
  }
  .catalogueCategory-link {
    padding: 5px 7px;
  }
  .catalogueBgimgContain {
    height: 180px;
  }
  .catalogueProductListName {
    font-size: 0.95em;
  }
  .productTextt {
    font-size: 0.85em;
  }
  .dealsProduct-image-container {
    height: 95px;
  }
  .dealsProduct-info {
    font-size: 0.84em;
  }
  .original-total {
    font-size: 0.9rem;
  }
  .deal-total {
    font-size: 1em;
  }
  .category-link {
    font-size: 0.82rem;
    padding: 5px 8px;
  }
  .subcategory-item .category-link {
    font-size: 0.76rem;
  }
  .category-count {
    font-size: 0.68rem;
  }
  #categories > div:first-child > h5 {
    font-size: 0.9em;
  }
  .stylish-tabs .nav-link {
    font-size: 0.78em;
    padding: 8px 0px;
  }
  .aboutUsSection-title {
    font-size: 1em;
  }
  .aboutUsReview-form-container {
    padding: 1rem;
  }
  .aboutUsForm-title {
    font-size: 1rem;
  }
  .aboutUsRating-inputStar {
    font-size: 1em;
  }
  .aboutUsSubmit-btn {
    font-size: 0.8rem;
  }
  .btn-deal {
    font-size: 0.8rem;
  }
  .breadcrumbStyle .breadcrumb-arrows li {
    font-size: 0.75em;
  }
  .breadcrumbStyle .breadcrumb-arrows .entry {
    line-height: 18px !important;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 7px !important;
  }
  .breadcrumbStyle .breadcrumb-arrows a::after {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #EFEFEF !important;
    border-top: 10px inset transparent !important;
    right: -10px !important;
  }
  .secondSpanNoDeal {
    width: 100%;
  }
  .breadcrumbStyle .breadcrumb-arrows li:nth-child(n+2) a::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li:last-child::before {
    border-bottom: 11px inset transparent !important;
    border-left: 10px solid #FFF !important;
    border-top: 10px inset transparent !important;
  }
  .breadcrumbStyle .breadcrumb-arrows .active a,
  .breadcrumb-arrows .active .entry {
    color: #FFF;
    font-weight: bold !important;
  }
  .breadcrumbStyle .breadcrumb-arrows li > a {
    text-decoration: none !important;
  }
  .breadcrumbStyle .portlet {
    margin: 0 !important;
  }
  .breadcrumbStyle nav {
    border: none !important;
  }
  .breadcrumbStyle .breadcrumb-arrows {
    margin: 0 !important;
  }
  .breadcrumbStyle li {
    margin: 0 !important;
  }
  .breadcrumbStyle .portlet-decorate .portlet-content {
    border: none !important;
    border-style: none !important;
  }
  .breadcrumb-arrows .entry {
    color: #031926 !important;
  }
}
.notify-drawer {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 15px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  width: 360px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.notify-drawer.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.notify-row {
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  background: #ffffff;
}

.notify-row:hover {
  background: #f8faff;
  transform: translateX(5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.notify-row:last-child {
  margin-bottom: 0;
}

.notify-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  background: linear-gradient(to right, #80A4ED, #a7c1f5);
  margin-right: 15px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.notify-row:hover .notify-badge {
  transform: scale(1.05);
}

.notify-content {
  flex-grow: 1;
  max-width: calc(100% - 75px);
  overflow: hidden;
}

.notify-title {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #1a2b3c;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notify-subtitle {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "Inter", sans-serif;
}

.notify-row {
  animation: slideInLeft 0.3s ease forwards;
}

.notify-drawer.show .notify-row:nth-child(1) {
  animation-delay: 0.1s;
}

.notify-drawer.show .notify-row:nth-child(2) {
  animation-delay: 0.2s;
}

.notify-drawer.show .notify-row:nth-child(3) {
  animation-delay: 0.3s;
}

.notify-drawer.show .notify-row:nth-child(4) {
  animation-delay: 0.4s;
}

.viewAll {
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

.viewAll a {
  text-decoration: none;
  color: #6b6bff;
}

.viewAll:hover {
  background-color: #ebf7fb;
  cursor: pointer;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .notify-toggle-btn {
    padding: 8px 14px;
    font-size: 14px;
    width: 140px;
  }
  .notify-drawer {
    width: 300px;
  }
  .notify-badge {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .notify-title {
    font-size: 14px;
  }
  .notify-subtitle {
    font-size: 12px;
  }
  .notify-content {
    max-width: calc(100% - 65px);
  }
}
.topNavNotification-badge {
  position: absolute;
  top: -12px;
  right: -8px;
  background-color: #ff5c5c;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notifyToggleBtn {
  font-weight: 600;
  cursor: pointer;
  background-color: transparent !important;
  border: none !important;
}

.shopsMap {
  background: white;
  min-height: 100vh;
  padding: 2rem;
}

.shopsMap .header-section {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.shopsMap .header-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.shopsMap .page-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.shopsMap .title-icon {
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.shopsMap .title-icon i {
  font-size: 32px;
  color: white;
}

.shopsMap .title-text h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.shopsMap .title-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
}

.shopsMap .main-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.shopsMap .contact-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 0.5rem;
}

.shopsMap .contact-section::-webkit-scrollbar {
  width: 8px;
}

.shopsMap .contact-section::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

.shopsMap .contact-section::-webkit-scrollbar-thumb {
  background: #ff6b35;
  border-radius: 4px;
}

.shopsMap .contact-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0px 5px #d7d7d7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.shopsMap .contact-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.shopsMap .contact-icon {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
}

.shopsMap .contact-icon i {
  color: white;
  font-size: 20px;
}

.shopsMap .contact-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-left: 13px;
}

.shopsMap .contact-subtitle {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.shopsMap .address-info {
  margin-bottom: 1rem;
}

.shopsMap .info-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shopsMap .info-label i {
  color: #667eea;
  font-size: 0.9rem;
}

.shopsMap .info-text {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
}

.shopsMap .contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.shopsMap .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.shopsMap .detail-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shopsMap .detail-icon i {
  color: white;
  font-size: 1rem;
}

.shopsMap .detail-content {
  flex: 1;
}

.shopsMap .detail-label {
  font-size: 0.9rem;
  color: rgb(54, 65, 83);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.shopsMap .detail-value {
  color: rgb(74, 85, 101);
  font-size: 0.95rem;
  font-weight: 400;
}

.shopsMap .marker-list-ul {
  padding: 0 !important;
}

.shopsMap .view-map-btn {
  background: rgb(91, 166, 3);
  width: 100%;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.95rem;
}

.shopsMap .view-map-btn:hover {
  background: rgb(91, 166, 3);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.shopsMap .map-wrapper {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0px 5px #d3d3d3;
  display: flex;
  flex-direction: column;
  height: 60vh;
}

.shopsMap .map-header {
  background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
  border-bottom: 2px solid #f1f5f9;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopsMap .map-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.shopsMap .map-header i {
  color: #667eea;
}

.shopsMap .location-badge {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 700;
}

.shopsMap .map-section {
  flex: 1;
  position: relative;
  background: #f8fafc;
  margin: 12px;
}

#map {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.shopsMap .maplibregl-canvas {
  height: 100% !important;
  width: 100% !important;
}

.shopsMap .custom-tooltip {
  position: absolute;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  font-size: 0.9rem;
  pointer-events: none;
  transform: translate(-50%, -120%);
  z-index: 1000;
  display: none;
  white-space: pre-line;
  max-width: 340px;
  box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
  line-height: 1.6;
  font-weight: 600;
}

.shopsMap .custom-tooltip::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #764ba2;
}

.shopsMap .map-pin {
  filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.4)) brightness(1.05);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.shopsMap .map-pin:hover {
  filter: drop-shadow(0 8px 20px rgba(102, 126, 234, 0.6)) brightness(1.1);
  transform: scale(1.2);
}

.shopsMap .info-panel {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: white;
  padding: 1.25rem 1.75rem;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid #e8ecf1;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 280px;
}

.shopsMap .info-panel i {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.shopsMap .info-panel-text {
  font-size: 0.8rem;
  color: #475569;
  line-height: 1.5;
  font-weight: 500;
}

.shopsMap .info-panel-text strong {
  color: #0f172a;
}

@media (max-width: 1024px) {
  .shopsMap .main-container {
    grid-template-columns: 1fr;
  }
  .shopsMap .contact-section {
    max-height: none;
  }
  .shopsMap .map-wrapper {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .shopsMap {
    padding: 1rem;
  }
  .shopsMap .header-section {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 2rem;
  }
  .shopsMap .title-text h1 {
    font-size: 1.8rem;
  }
  .shopsMap .main-container {
    gap: 1rem;
  }
  .shopsMap .map-wrapper {
    height: 40vh;
  }
  .shopsMap .info-panel {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }
}
.supplier-form, .shopOrderTable th, .adminOrderShopTabs, .btn-action {
  text-transform: capitalize;
}

.editFleet label, #addRateModal label, #updateRateModal label, .adminAddCategory label {
  text-transform: capitalize;
}

.shopOrderTable th {
  vertical-align: middle !important;
}

.showProductFormGroup select {
  text-transform: capitalize !important;
}

@media (max-width: 991px) {
  .headerWidthRes {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row !important;
    min-width: 700px !important;
    justify-content: end !important;
  }
}
.aboutUsSection-paragraphs {
  text-align: center;
  color: #696159;
  font-size: 1.2rem;
}

.aboutUsSectionPara {
  line-height: 1.9 !important;
}

.shopAboutUs .large-img {
  height: 340px !important;
}

.shopAboutUs .small-img {
  height: 220px !important;
}

.m-cate-name {
  color: rgb(106, 114, 130);
  font-size: 0.95em;
}

.menu-item:hover {
  background-color: white !important;
}

.mega-menu {
  background-color: white !important;
}

.shopPubHeader .store-title {
  font-size: 1.07rem !important;
}

.shopPubHeader .stat {
  font-size: 1.02rem !important;
}

.shopPubHeader .store-logo {
  height: 120px !important;
  width: 120px !important;
  padding: 3px !important;
}

.aboutUsReview-form-container button {
  padding: 0.7rem 1.5rem !important;
}

.viewProQuantity {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #eaeaea;
}

.tabsPara p {
  color: rgb(54, 65, 83);
  font-size: 0.95em;
}

.aboutUsReview-form-container .lexicon-icon {
  fill: #dd010b !important;
  font-size: 9px;
}

.shopPubHeader .store-title {
  font-weight: 500 !important;
}

.shopPubHeader .stat {
  font-weight: 300 !important;
}

.SideNavFilerOpt #sidebar {
  border-radius: 10px !important;
}

.catalogueSearchInput:focus {
  box-shadow: none !important;
  border-color: #eaeaea !important;
}

.activeDealsCss .dealsHeaddesc {
  font-size: 1.2rem;
}

.modal-confirm {
  color: #636363;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  color: #262626;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  border: none;
  letter-spacing: 1px;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 12px;
  z-index: 9;
  text-align: center;
  background: rgba(255, 218, 214, 0.3882352941);
}

.modal-confirm .icon-box i {
  color: #E7000B !important;
  font-size: 33px;
  display: inline-block;
  margin-top: 8px;
  margin-left: 12px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  min-height: 40px;
  margin: 0 5px;
}

/* .modal-confirm .btn-secondary {
	background: #c1c1c1;
} */
.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-danger {
  background: #C5050C;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #C5050C;
}

.deal-card .btn-deal {
  padding: 12px 15px !important;
  background: linear-gradient(180deg, rgb(91, 166, 3), rgb(108, 191, 9)) !important;
}

.saveAmountCss {
  color: rgb(128, 196, 28);
  background: rgba(91, 166, 3, 0.15);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 1.05rem;
  margin-right: 8px;
}

.pagination-lg .page-link {
  color: #6c757d;
  border: 1px solid #c6c6c6 !important;
  border-radius: 8px !important;
  border: none;
  margin: 0 2px;
  display: flex;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: transparent;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.btnDealsExplore {
  padding: 12px 15px !important;
  background: linear-gradient(180deg, rgb(91, 166, 3), rgb(108, 191, 9)) !important;
}

.noDealsContainer {
  border: 1px solid #f2f2f2;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  margin-bottom: 20px;
}

.noDealsIcon {
  padding: 30px;
  box-shadow: 0 0 5px #d5d0d0;
  border-radius: 14px;
}

.noDealsIcon i {
  font-size: 4rem;
  color: rgb(93, 173, 0);
}

.firstSpanNoDeal {
  font-size: 1.6em;
  color: black;
  font-weight: 600;
}

.secondSpanNoDeal {
  display: flex;
  color: rgb(64, 73, 61);
  text-align: center;
}

.browseProBtn {
  background: linear-gradient(180deg, rgb(91, 166, 3), rgb(93, 169, 2));
  color: white;
  padding: 15px 25px;
  border-radius: 14px;
  border: none;
}

.todayDealssection-title-brand, .todayDealssection-title-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.todayDealssection-title-brand .title-left, .todayDealssection-title-category .title-left {
  display: flex;
  flex-direction: column;
}

.todayDealssection-title-brand .swiper-nav, .todayDealssection-title-category .swiper-nav {
  display: flex;
  gap: 10px;
}

.todayDealssection-title-brand .swiper-button-next,
.todayDealssection-title-brand .swiper-button-prev,
.todayDealssection-title-category .swiper-button-next,
.todayDealssection-title-category .swiper-button-prev {
  position: static; /* IMPORTANT: override swiper default */
  margin: 0;
  border-radius: 100% !important;
  height: 40px;
  width: 40px;
  font-size: 0.5em;
  font-weight: 600;
  color: rgb(160, 163, 169) !important;
  background: white !important;
  border: 1px solid rgba(107, 114, 128, 0.36) !important;
}

.shopHomeCatagory .swiper {
  width: 100%;
}

.shopHomeCatagory .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 350px;
  cursor: pointer;
}

.shopHomeCatagory .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark gradient overlay */
.shopHomeCatagory .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 27%, rgba(0, 0, 0, 0) 0%);
}

/* Text content */
.shopHomeCatagory .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.shopHomeCatagory .content h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopHomeCatagory .content p {
  margin: 5px 0 0;
  font-size: 0.85rem;
  opacity: 0.9;
}

/* spacing between slides */
.shopHomeCatagory .swiper-slide {
  width: 300px;
}

.todayDealssection-title h2 {
  font-weight: 600 !important;
}

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