a {
  text-decoration: none !important;
}
body {
  font-family: "Prompt", sans-serif !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #be1e2d;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}
#myBtn:hover {
  background-color: #23272d;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.custom-sidebarHeader .close-button {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 40px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: transparent;
  display: none;
  z-index: 9999999;
  color: black;
}
.custom-sidebarHeader.sidebar-created:has(.sidebar.open) .close-button {
  display: block;
}
.custom-sidebarHeader .sidebar {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 0 0 1px;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  max-width: 350px;
  scrollbar-width: none;
}
.custom-sidebarHeader .sidebar + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 999999;
}
.custom-sidebarHeader .sidebar ul.dropdown-menu {
  border: none;
  padding-left: 15px;
}
.custom-sidebarHeader .sidebar .custom-menuHeader .navbar-nav {
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  color: #000000;
}
.custom-sidebarHeader .sidebar .nav-pills .nav-item {
  flex: 1;
  text-align: center;
  line-height: 25px;
}
.custom-sidebarHeader .sidebar .nav-pills .nav-item .nav-link {
  background-color: #23272d;
  border-radius: 0;
  color: #ffffff;
}
.custom-sidebarHeader .sidebar .nav-pills .nav-item .nav-link.active {
  background-color: #be1e2d;
}
.custom-sidebarHeader .sidebar .tab-content .tab-pane {
  padding: 10px 20px;
}
.custom-sidebarHeader .sidebar .btn-close {
  --bs-btn-close-opacity: 0.2;
}
.custom-sidebarHeader .sidebar .btn-close:focus {
  box-shadow: none;
}
.custom-sidebarHeader .sidebar.open {
  transform: translateX(0);
}
.custom-sidebarHeader .sidebar.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.custom-sidebarHeader .sidebar.close {
  transform: translateX(-100%);
}
.custom-sidebarF .sidebar-f {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: white;
  box-shadow: 0 0 1px;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  max-width: 350px;
}
.custom-sidebarF .sidebar-f + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 999999;
}
.custom-sidebarF .sidebar-f .close-button {
  font-size: 12px;
  text-align: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.custom-sidebarF .sidebar-f ul.dropdown-menu {
  border: none;
  padding-left: 30px;
}
.custom-sidebarF .sidebar-f .sidebar-header {
  background-color: #be1e2d;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  justify-items: center;
  align-items: center;
}
.custom-sidebarF .sidebar-f .sidebar-header h5 {
  color: #ffffff;
}
.custom-sidebarF .sidebar-f .sidebar-sub {
  padding: 30px;
}
.custom-sidebarF .sidebar-f .btn-close {
  --bs-btn-close-opacity: 1;
}
.custom-sidebarF .sidebar-f .btn-close:focus {
  box-shadow: none;
}
.custom-sidebarF .sidebar-f.open {
  transform: translateX(0);
}
.custom-sidebarF .sidebar-f.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.custom-sidebarF .sidebar-f.close {
  padding: 0;
  transform: translateX(-100%);
}
.search-bar {
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  transition: opacity 0.5s ease-in-out;
}
.search-bar .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.5s ease-in-out;
}
.search-bar form {
  width: 500px;
  max-width: 100%;
  margin-top: 20vh;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease-out;
}
.search-bar form input {
  height: 80px;
  font-size: 26px;
  outline: none !important;
  box-shadow: none !important;
  transition: box-shadow 0.5s ease-in-out;
}
.search-bar form input:focus {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.search-bar form .btn {
  background: #ffffff;
  border: 1px solid gainsboro;
  border-left: 0;
  padding: 0 25px;
  transition: background-color 0.5s ease-in-out;
}
.search-bar form .btn:hover {
  background-color: #e6e6e6;
}
.logo-H {
  width: 150px;
}
.custom-dropdown {
  position: relative;
  display: inline-flex;
}
.custom-dropdown .custom-img {
  width: 20px;
  margin-top: -3px;
}
.custom-dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.custom-dropdown .dropdown-toggle {
  background-color: #5b3c27;
}
.custom-dropdown .dropdown-toggle:after {
  display: none;
}
.custom-dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0.1s;
  top: 100%;
}
.custom-dropdown .dropdown-menu .dropdown-item .text-yellow {
  color: #b02c32;
}
.custom-dropdown .dropdown-menu .dropdown-item .text-green {
  color: #538f53;
}
@keyframes fadeBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  animation: fadeBlink 1.5s infinite ease-in-out;
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #5b3c27;
  }
  25% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background-color: #aa8a46;
  }
  40% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    background-color: #94763b;
  }
  60% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    background-color: #aa8a46;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #5b3c27;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
    background-color: #5b3c27;
  }
  25% {
    transform: scale(1.03);
    background-color: #aa8a46;
  }
  40% {
    transform: scale(0.99);
    background-color: #94763b;
  }
  60% {
    transform: scale(1.02);
    background-color: #aa8a46;
  }
  100% {
    transform: scale(1);
    background-color: #5b3c27;
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.custom-dropdown2 {
  position: relative;
  display: inline-flex;
}
.custom-dropdown2 .custom-img {
  width: 20px;
  margin-top: -3px;
}
.custom-dropdown2 .dropdown-toggle {
  background-color: #5b3c27;
}
.custom-dropdown2 .dropdown-toggle:after {
  display: none;
}
.custom-dropdown2 .dropdown-menu .dropdown-item .text-yellow {
  color: #b02c32;
}
.custom-dropdown2 .dropdown-menu .dropdown-item .text-green {
  color: #538f53;
}
.custom-display {
  display: contents;
}
.modal {
  z-index: 9999999 !important;
}
.modal .modal-dialog .modal-header .custom-close {
  position: absolute;
  top: 15px;
  right: 20%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 1;
  z-index: 999999;
}
.modal .modal-dialog .modal-header .custom-close:focus {
  box-shadow: none;
}
.modal .modal-dialog .custom-checkbox {
  position: absolute;
  cursor: pointer;
  bottom: -40px;
  white-space: nowrap;
}
.custom-modal .modal-dialog {
  max-width: 90%;
  margin: auto;
}
.custom-modal .modal-content {
  background: transparent !important;
}
.custom-modal .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  height: auto !important;
  padding: 0;
}
.custom-modal .mySwiper .swiper-wrapper .swiper-slide img {
  max-height: calc(100vh - 100px);
}
.modal-backdrop.show {
  z-index: 999999 !important;
}
.custom-help {
  background-color: #15494f !important;
  padding: 8px 0 6px 0 !important;
}
.custom-help:hover {
  background-color: #dead59 !important;
  color: black !important;
}
.btn-burger {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
}
.btn-burger .bar {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4.9px;
  transition: transform 0.3s ease;
  background-color: #ffffff;
}
.btn-burger .bar:last-child {
  margin-bottom: 0;
}
.top-bar-text {
  width: auto;
  color: #ffffff;
  font-size: 15px;
  flex-basis: auto;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
}
.top-bar-text marquee {
  vertical-align: middle;
}
.top-bar-text p {
  margin: 0;
}
.menu-category .category-menu .level-1 .has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0rem;
}
.menu-category .category-menu .level-1 .has-submenu:hover {
  color: #dead59;
}
.menu-category .category-menu .level-1 .has-submenu .sub-arrow {
  margin-left: auto;
}
.menu-category .category-menu .level-1 .has-submenu .sub-arrow::after {
  content: "+";
  display: inline-block;
  zoom: 1.5;
  color: #555;
  line-height: 1;
}
.menu-category .category-menu .level-1 .has-submenu.highlighted .sub-arrow::after {
  content: "-";
}
.menu-category .category-menu .level-1 .level-2 a {
  font-size: 0.95rem;
  font-weight: 400;
  align-items: center;
  color: #555;
  padding: 0.4rem 0.5rem;
}
.menu-category .category-menu .level-1 .level-2 a:hover {
  color: #dead59;
}
.menu-category .category-menu .level-1 .level-2 a .fa-circle {
  font-size: 12px;
}
.custom-menuHeader .navbar-nav {
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  color: #ffffff;
}
.custom-menuHeader .navbar-nav .nav-item .sub-arrow {
  display: none;
}
.custom-menuHeader .navbar-nav .dropdown-menu {
  position: absolute;
  left: auto !important;
  padding: 10px 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.5s !important;
}
.custom-menuHeader .navbar-nav .dropdown-menu .level-2:not(.active) > .nav-link:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.search-container {
  display: flex;
}
.search-container .input-group {
  display: flex;
}
.search-container .form-control {
  border: none;
  font-size: 14px;
  border-radius: 20px;
  background-color: #f2f2f2;
}
.search-container .form-control:focus {
  border: none;
  box-shadow: none;
}
.search-container .btn {
  border: none;
  background-color: #f2f2f2 !important;
  border-radius: 20px;
}
.search-container .btn:active {
  background-color: #f2f2f2 !important;
}
.search-container .btn .fa-magnifying-glass:hover, .search-container .btn .fa-magnifying-glass:active {
  opacity: 1;
}
.custom-button {
  background-color: #dead59;
  border-radius: 50px;
  padding: 10px 25px 0px 25px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.custom-button .button-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0.9rem;
}
.custom-button .button-row span {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000000;
}
.custom-button .button-row span:hover {
  color: #be1e2d;
}
.custom-button .button-sub-sell {
  background-color: #5b3c27;
  padding: 4px 13px 4px 13px;
  border-radius: 50px;
  position: absolute;
  font-weight: 300;
  bottom: -0.85rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 12px;
}
.custom-button .button-sub-buy {
  background-color: #d78249;
  padding: 4px 13px 4px 13px;
  border-radius: 50px;
  position: absolute;
  font-weight: 300;
  bottom: -0.85rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 12px;
}
.bg-style1 {
  background-color: #be1e2d;
  display: block;
}
.bg-style2 {
  background-color: #f1f1f1;
}
.bg-style3 {
  background-color: #23272d;
}
.bg-style3 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  display: inline;
}
.bg-style3 .navbar-nav .nav-item .nav-link:hover {
  color: #dead59;
}
.bg-style3 .list-group-horizontal {
  gap: 15px;
}
.bg-style3 .list-group-horizontal .list-group-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: all 0.3s linear;
}
.bg-style3 .list-group-horizontal .list-group-item img {
  width: 30px;
}
.bg-style3 .list-group-horizontal .list-group-item:hover {
  transform: scale(1.5);
}
.custom-slide .swiper-container .swiper-button-prev {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-left: 30px;
  width: 30px;
  height: 30px;
}
.custom-slide .swiper-container .swiper-button-prev::after {
  font-size: 16px;
}
.custom-slide .swiper-container .swiper-button-next {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-right: 30px;
  width: 30px;
  height: 30px;
}
.custom-slide .swiper-container .swiper-button-next::after {
  font-size: 16px;
}
.custom-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.custom-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1746a0;
}
.custom-form {
  max-width: 50%;
}
.custom-form input, .custom-form textarea {
  border: 1px solid #23272d;
}
.custom-form .btn-default {
  color: #ffffff;
  background-color: #23272d;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
}
.custom-form .btn-default:hover, .custom-form .btn-default:active {
  background-color: #23272d !important;
  color: #ffffff !important;
}
.blogSwiper {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.blogSwiper .blog-item {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
}
.blogSwiper .blog-item .read-more {
  border-radius: 10px;
  text-decoration: underline !important;
  font-size: 17px;
  color: #dead59 !important;
}
.blogSwiper .blog-item .read-more a {
  color: #dead59 !important;
}
.blogSwiper .blog-item .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.blogSwiper .blog-item .blog-title {
  font-size: 17px;
  color: #222;
  text-decoration: none;
  display: block;
  max-width: 70%;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogSwiper .blog-swiper-button-next {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-right: -15px;
  width: 30px;
  height: 30px;
}
.blogSwiper .blog-swiper-button-next::after {
  font-size: 16px;
}
.blogSwiper .blog-swiper-button-prev {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}
.blogSwiper .blog-swiper-button-prev::after {
  font-size: 16px;
}
.blog-item {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
}
.blog-item .read-more {
  border-radius: 10px;
  text-decoration: underline !important;
  font-size: 17px;
  color: #dead59 !important;
}
.blog-item .read-more a {
  color: #dead59 !important;
}
.blog-item .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.blog-item .blog-title {
  font-size: 17px;
  color: #222;
  text-decoration: none;
  display: block;
  max-width: 70%;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination .page-number, .pagination .page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination .page-number a, .pagination .page-btn a {
  color: #000000;
}
.pagination .page-number.active, .pagination .page-btn.active {
  width: 30px;
  height: 30px;
  background-color: #1746a0;
  color: #ffffff;
  border-radius: 50px;
}
.pagination .page-number .fa-solid, .pagination .page-btn .fa-solid {
  color: #000000;
}
.pagination .page-number.disabled, .pagination .page-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.img-account {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 47%;
  border-radius: 25px;
}
.custom-account {
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.custom-account .form-wrapper {
  height: 385px;
  overflow: hidden;
}
.custom-account .form-wrapper .form-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}
.custom-account .form-wrapper .form-slide.show {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}
.custom-account .form-wrapper .form-slide#signin-form:not(.show) {
  transform: translateX(-100%);
}
.custom-account .form-wrapper .form-slide#register-form:not(.show) {
  transform: translateX(100%);
}
.custom-account .form-wrapper .custom-styA {
  background-color: #114495;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 8px;
  color: #ffffff;
  padding: 12px;
}
.custom-account .form-wrapper .form-control {
  padding: 10px;
}
.custom-account .form-wrapper .form-control:focus {
  border-color: #1746a0;
  box-shadow: 0 0 5px rgba(23, 70, 160, 0.3);
}
.custom-account .form-wrapper .custom-btn {
  background-color: #71b6e2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 8px;
  color: #ffffff;
  padding: 12px;
}
/*.modal {
    .modal-dialog {
        .modal-content {
            margin-top: 65%;

            .modal-body {
                .form-group {
                    .form-control {
                        padding: 10px;

                        &:focus {
                            border-color: $color_4;
                            box-shadow: 0 0 5px rgba(23, 70, 160, 0.3);
                        }
                    }

                }
            }
        }
    }
} */
.custom-attrFilter .toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}
.custom-attrFilter .toggle-icon {
  transition: transform 0.3s ease;
}
.custom-attrFilter .toggle-icon.rotate {
  transform: rotate(180deg);
}
.custom-attrFilter .list-group .list-group-item {
  border: none;
}
.showroom-loader {
  position: fixed !important;
}
.product-card {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: none;
  transition: all 0.3s;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
}
.product-card .product-info {
  padding: 16px;
}
.product-card .product-info .product-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.product-card .product-info .product-price {
  color: #de022b;
  font-size: 18px;
  height: 40px;
}
.product-card .product-cover {
  position: relative;
}
.product-card .product-cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.product-card .product-cover .product-badge {
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #1746a0;
  border-radius: unset;
  pointer-events: none;
  position: absolute;
  top: 10%;
  left: -5%;
  z-index: 1;
}
.product-card .product-cover .placeholder-hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-size: contain;
}
.product-card .product-cover.has-hover:hover .placeholder-hover-img {
  opacity: 1;
}
.product-card .product-cover.has-hover:hover .product-sub-cover {
  opacity: 0;
}
.productSwiper {
  padding: 5px 10px 8px 10px !important;
}
.productSwiper .swiper-button-next {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-right: -8px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
}
.productSwiper .swiper-button-next::after {
  font-size: 16px;
}
.productSwiper .swiper-button-prev {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-left: -8px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
}
.productSwiper .swiper-button-prev::after {
  font-size: 16px;
}
.custom-promotion {
  border: 1px solid #e6e6e6;
  border-radius: 35px;
}
.custom-promotion .custom-promotionLine {
  position: relative;
}
.custom-promotion .custom-promotionLine::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0%;
  height: 85%;
  width: 2px;
  background-color: #c6e3de;
}
.custom-promotion .custom-promotionLine.no-border::after {
  display: none;
}
.custom-promotion .custom-promotionLine .product-card {
  box-shadow: none;
}
.custom-promotion #io7w .gjs-image {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.custom-showroom .product-item {
  border: none;
  transition: all 0.3s;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
}
.custom-showroom .product-item .product-cover {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  transition: all 0.3s;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.custom-showroom .product-item .product-cover:hover .product-sub-cover {
  opacity: 1;
}
.custom-showroom .product-item .product-sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-showroom .product-item .card-title {
  text-align: start;
  font-size: 16px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-showroom .product-item .card-title a {
  color: #222;
  text-decoration: none;
}
.custom-showroom .product-item .card-text .price {
  color: #de022b;
  font-size: 18px;
}
.showroom-tools .input-group .select2-container {
  width: auto !important;
}
.showroom-tools .input-group .select2-container .select2-selection__arrow {
  display: none;
}
.showroom-tools .input-group .select2-container .selection .select2-selection {
  height: 45px;
  display: flex;
  align-items: center;
  border: 1px solid #23272d;
  border-radius: 5px;
}
.showroom-tools .input-group .select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  color: #23272d;
}
.showroom-tools .input-group .select2-container .selection .select2-selection img {
  width: 25px;
  height: 25px;
}
.showroom-tools .input-group .select2-container .select2-dropdown {
  width: auto !important;
  min-width: 180px;
}
.showroom-tools .input-group .select2-container .select2-dropdown .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
  width: 100% !important;
  background-color: #fff;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 100% !important;
  overflow-y: auto;
  width: 100% !important;
  background-color: #fff;
}
.select2-container--default .select2-results__option {
  padding: 10px 12px;
  font-size: 16px;
  color: #23272d;
  white-space: nowrap;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e6eefc;
  color: #2b4f8c;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  color: #dead59 !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}
.select2-dropdown {
  width: auto !important;
  min-width: 180px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none !important;
  margin-top: 6px;
}
.select2-results__option .img-flag {
  width: 25px !important;
  height: 25px !important;
}
.showroom-title {
  color: #be1e2d;
  font-size: 29px;
  font-weight: 500;
}
.custom-filter {
  border: 1px solid #23272d;
  border-radius: 5px;
  padding: 10px 15px;
  color: #23272d;
  display: flex;
  align-items: center;
}
.custom-filter .icon-filter {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.custom-paginate .paginate {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.custom-paginate .paginate .pagination {
  gap: 15px;
  font-size: 18px;
}
.custom-paginate .paginate .pagination .active {
  width: 30px;
  height: 30px;
  background-color: #1746a0;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-paginate .paginate li a {
  color: #000000;
}
.custom-paginate .paginate a[aria-label="pagination.previous"], .custom-paginate .paginate a[aria-label="pagination.next"] {
  color: #000000;
}
.product-detail .brand-image img {
  max-height: 100px;
}
.product-detail .product-caption {
  white-space: pre-wrap;
}
.product-detail .product-description {
  white-space: pre-wrap;
}
.product-detail .boxaddtocart .cart-btn {
  background-color: #1746a0;
  border-radius: 50px;
  padding: 8px 20px;
  color: #ffffff;
}
.product-detail .boxaddtocart .cart-btn:hover {
  background-color: #1746a0;
  color: #ffffff;
}
.product-detail .boxaddtocart .cart-btn .cart-icon {
  width: 25px;
}
.custom-area {
  max-width: 700px !important;
  margin: 0 auto;
}
.category-swiper .swiper-button-prev, .category-swiper .swiper-button-next {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.category-swiper .swiper-button-prev::after, .category-swiper .swiper-button-next::after {
  font-size: 16px;
}
.category-swiper .swiper-slide .cat-name {
  font-size: 15px;
}
.promotion-header {
  background-color: #f2f2f2;
  border-radius: 25px;
  padding: 8px 16px;
}
.promotion-header .promotion-title {
  font-weight: 500;
  font-size: 26px;
  color: #1746a0;
}
.promotion-header .promotion-link {
  color: #1746a0;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.promotion-header .promotion-link:hover {
  background-color: #e6e6e6;
  opacity: 0.5;
}
.custom-brandlist .img-fluid {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 50%;
  width: 100%;
}
.custom-brandFilter .toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}
.custom-brandFilter .toggle-icon {
  transition: transform 0.3s ease;
}
.custom-brandFilter .toggle-icon.rotate {
  transform: rotate(180deg);
}
.custom-brandFilter .toggle-content {
  display: none;
  padding: 10px 0;
}
.custom-brandFilter .toggle-content .list-group .list-group-item {
  border: none;
}
.custom-category .cusmot-img {
  background-repeat: no-repeat;
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}
.cat-section .cat-toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}
.cat-section .cat-toggle-icon {
  transition: transform 0.3s ease;
}
.cat-section .cat-toggle-icon.rotate {
  transform: rotate(180deg);
}
.cat-section .cat-toggle-content {
  display: none;
  padding: 10px 0;
}
.cat-section .cat-toggle-content .cat-bar {
  padding: 8px 16px;
}
.cat-section .cat-toggle-content .cat-bar .nav-item.level-2 {
  list-style-type: disc;
  margin-left: 5px;
  padding: 0;
}
.cat-section .cat-toggle-content .cat-bar .nav-item.level-2::marker {
  color: #666666;
}
.breadcrumb {
  margin: 1.5rem 0 !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #999999;
  font-weight: 300;
}
.breadcrumb .breadcrumb-item a {
  color: #999999;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item.active {
  color: #b28f52;
  font-weight: 400;
  padding-left: 5px;
}
.breadcrumb .breadcrumb-item.active::before {
  padding-right: 5px;
}
.table-responsive th {
  font-weight: 600;
}
.table-responsive td {
  padding: 20px 8px 20px 8px !important;
}
.table-responsive .logo-product {
  width: 150px;
}
.table-responsive .custom-quantity {
  width: 40px;
}
.table-responsive .custom-quantity .input-group .btn-outline-secondary {
  border-radius: 0;
}
.table-responsive .custom-quantity .input-group .form-control {
  font-size: 1rem;
  border: 1px solid #000;
}
.manager-btn .btn-next {
  background-color: #1746a0;
  color: #ffffff;
  /*border: 2px solid $color_2;*/
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.manager-btn .btn-next:hover {
  background-color: #1746a0;
  color: #ffffff;
}
.manager-btn .btn-next:active {
  background-color: #1746a0 !important;
  color: #ffffff !important;
}
#ihfy {
  min-height: 70vh;
}
@media (max-width: 1920px) {
  /*.bg-style1 {
        display: none;
    } */
  .search-container {
    width: 45%;
  }
  .modal .modal-dialog .modal-header .custom-close {
    right: 15%;
  }
}
@media (min-width: 1920px) {
  /* .bg-style1 {
        display: block;
    } */
  .search-container {
    width: 40%;
  }
  .navbar-toggler {
    display: none !important;
  }
  .display-custom {
    display: flex;
  }
  header .container, header .container-lg, header .container-md, header .container-sm, header .container-xl, header .container-xxl, #content .container, #content .container-lg, #content .container-md, #content .container-sm, #content .container-xl, #content .container-xxl {
    max-width: 1620px !important;
  }
  .modal .modal-dialog .modal-header .custom-close {
    right: 20%;
  }
}
@media (max-width: 1400px) {
  .display-custom {
    display: none !important;
  }
  .display-custom2 {
    display: flex;
    justify-content: center;
  }
  .custom-form {
    max-width: 60%;
  }
  .modal .modal-dialog .modal-header .custom-close {
    right: 0%;
  }
}
@media (min-width: 1400px) {
  .display-custom {
    display: flex;
  }
  .display-custom2 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .custom-form {
    max-width: 80%;
  }
  #myIframe {
    height: 1735px;
  }
  .search-container {
    display: flex;
    width: 40%;
  }
  .search-container .input-group {
    display: flex;
  }
  .btn-burger, .text-cat {
    display: none !important;
  }
}
@media (max-width: 768px) {
  /* .modal-dialog {
        .modal-content {
            .modal-header {
                height: 375px !important;
            }
        }
    } */
  .blogSwiper .blog-item .read-more {
    font-size: 16px;
  }
  .blogSwiper .blog-item .blog-title {
    font-size: 16px;
    height: 45px;
  }
  .blog-item .read-more {
    font-size: 16px;
  }
  .blog-item .blog-title {
    font-size: 16px;
    height: 45px;
  }
  .custom-pad {
    padding: 20px !important;
  }
  .custom-promotion .custom-promotionLine::after {
    height: 80%;
  }
  .custom-form {
    max-width: 90%;
  }
  #myIframe {
    height: 2800px;
  }
  .custom-modal .modal-dialog {
    max-width: 70%;
  }
  .modal .modal-dialog .modal-header .custom-close {
    right: 0%;
  }
}
@media (max-width: 576px) {
  /* .modal-dialog {
        .modal-content {
            .modal-header {
                height: 300px !important;
            }
        }
    } */
  .fa-circle-question {
    font-size: 18px;
  }
  .custom-display {
    display: flex;
  }
  .container {
    overflow-x: clip;
  }
  .search-container {
    width: auto;
  }
  .search-container .input-group {
    display: none;
  }
  .search-bar form {
    width: 300px;
  }
  .search-bar form input {
    font-size: 16px;
  }
  .custom-slide .swiper-container .swiper-button-prev {
    margin-left: 3px;
    width: 25px;
    height: 25px;
  }
  .custom-slide .swiper-container .swiper-button-prev::after {
    font-size: 14px;
  }
  .custom-slide .swiper-container .swiper-button-next {
    margin-right: 3px;
    width: 25px;
    height: 25px;
  }
  .custom-slide .swiper-container .swiper-button-next::after {
    font-size: 14px;
  }
  .blogSwiper {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .blogSwiper .blog-swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .blogSwiper .blog-swiper-button-next::after {
    font-size: 14px;
  }
  .blogSwiper .blog-swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .blogSwiper .blog-swiper-button-prev::after {
    font-size: 14px;
  }
  .custom-pad {
    padding: 0 12px !important;
  }
  .custom-promotion {
    border: none;
    border-radius: 0;
  }
  .custom-promotion #io7w .gjs-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .custom-filter {
    font-size: 14px;
    padding: 10px 10px;
  }
  .custom-filter .icon-filter {
    width: 15px;
    height: 15px;
  }
  .showroom-tools .input-group .select2-container .selection .select2-selection {
    height: 40px;
  }
  .showroom-tools .input-group .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: 35px;
    font-size: 14px;
  }
  .showroom-tools .input-group .select2-container .selection .select2-selection img {
    width: 20px;
    height: 20px;
  }
  #myIframe {
    height: 2870px;
  }
  .blogSwiper .blog-item .blog-title {
    max-width: 100%;
  }
  .blog-item .blog-title {
    max-width: 100%;
  }
  .custom-button {
    padding: 10px 12px 0px 12px;
    font-size: 12px;
  }
  .custom-button .button-row {
    margin-bottom: 0.5rem;
  }
  .custom-button .button-sub-sell {
    padding: 3px 12px 3px 12px;
    font-size: 10px;
  }
  .custom-button .button-sub-buy {
    padding: 3px 12px 3px 12px;
    font-size: 10px;
  }
  .custom-dropdown2 .dropdown-menu.show {
    inset: 0px auto auto -40px !important;
  }
  .custom-modal .modal-dialog {
    max-width: 80%;
  }
  .modal .modal-dialog .modal-header .custom-close {
    top: -20px;
    right: -30px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  /* .modal-dialog {
        .modal-content {
            .modal-header {
                height: 270px !important;
            }
        }
    } */
  #myIframe {
    height: 2950px;
  }
  .custom-button {
    font-size: 10px;
  }
  .custom-button .button-sub-sell {
    font-size: 9px;
  }
  .custom-button .button-sub-buy {
    font-size: 9px;
  }
  .custom-dropdown2 .dropdown-menu.show {
    inset: 0px auto auto -15px !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  /* .modal-dialog {
        .modal-content {
            .modal-header {
                height: 230px !important;
            }
        }
    } */
  /* .custom-sidebarHeader {
        .nav-pills {
            .nav-item {
                font-size: 12px;
            }
        }
        
        .tab-content {
            .tab-pane {
                padding: 10px 14px !important;
                
                .menu-category {
                    .category-menu {
                        .level-1 {
                            .has-submenu {
                                font-size: .8rem;
                            }
                        }
                    }
                }
            }
        }
    } */
  .showroom-tools .input-group .select2-container .selection .select2-selection .select2-selection__rendered {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #myIframe {
    height: 3100px;
  }
  .custom-button {
    padding: 6px 6px 0px 6px;
    font-size: 9px;
  }
  .custom-button .button-row {
    margin-bottom: 0.4rem;
    gap: 5px;
  }
  .custom-button .button-sub-sell {
    padding: 2px 8px 2px 8px;
    font-size: 8px;
  }
  .custom-button .button-sub-buy {
    padding: 2px 8px 2px 8px;
    font-size: 8px;
  }
  .custom-dropdown2 .dropdown-menu.show {
    inset: 0px auto auto -8px !important;
    font-size: 14px;
  }
}


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a .sub-arrow::before {
  content: '+';
}
.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*# sourceMappingURL=sm-simple.css.map */
