:root {
  --bnn-primary-color:  #4d6389; 
}
/* #87690d */
body {
  overflow-x: hidden;
  background-color: #f5f5f5 !important;
}
.site-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.breadcrumb-item a {
  color: var(--bnn-primary-color);
  font-size: 13px;
}
h1 {
  margin-bottom: 15px;
  font-size: 26px;
  color: var(--bnn-primary-color);
}
h2, h3, h4 {
  color: var(--bnn-primary-color);
}
header {
  background-color: #fff;
  z-index: 10;
}
.header-content {
  max-width: 1720px;
  margin: auto;
  padding-left: .75rem;
  padding-right: .75rem;
  height: 80px;
}
.header-content > * {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo  {
  height: 100%;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-logo a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.075s ease-out;
  -o-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
}
.header-logo a > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
.header-actions > * {
  padding: 0 20px;
  font-size: 24px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-actions > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  border-right: 1px solid #999;
}
.mobile-menu-toggler {
  width: 60px;
  height: 100%;
  margin-right: 10px;
  padding: 0.5rem 0.5rem;
  background-color: var(--bnn-primary-color);
  color: #fff;
  border: none;
}
.mobile-menu-toggler i {
  font-size: 28px;
}
#column-left>div, .main-products-wrapper, .category-menu, .not-found-wrapper, .card, .module-filter, .account-menu  {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  overflow: hidden;
}
.not-found-wrapper {
  padding: 20px;
}
@media (max-width: 1024px) {
  .container {
      width: 100%;
      max-width: 100%;
  }
  #left-content, .nav {
   display: none;
  }
  #content {
    max-width: 100%;
  }
  .header-content {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  #cart-slider .offcanvas-header {
    height: 61px;
  }
}

@media (min-width: 1025px) {
  .container {
      width: 100%;
      max-width: 100%;
  }
  #left-content {
    max-width: 260px;
  }
  #content {
    max-width: calc(100% - 260px);
  }
  .mobile-menu-toggler {
    display: none;
  }
  #cart-slider .offcanvas-header {
    height: 81px;
  }
}

@media (min-width: 1280px) {
  #left-content {
    max-width: 300px;
  }
  #content {
    max-width: calc(100% - 300px);
  }
}
@media (min-width: 1760px) {
  .container {
      max-width: 1720px
  }
}
@media (min-width: 1459px) {
  .upper-filter-title {
    display: none;
  }
}
@media (max-width: 1459px) {
  .filter-title {
    display: none;
  }
}
/* .vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: center;
} */
.fs-7 {
  font-size: 0.8rem!important;
}
.not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  overflow: hidden;
}

.not-found-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
/* Animation Spinner */
.spinner-container,
.success-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.507); */
}

/* =============== Start Success Animation =============== */

/* USE THIS <div class="success-checkmark"><div class="check-icon"><span class="icon-line line-tip"></span><span class="icon-line line-long"></span><div class="icon-circle-"></div><div class="icon-fix"></div></div></div> */


.success-checkmark:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgb(255,255,255);
  background: -o-radial-gradient(circle, #fffffffc 6%, #fff0 64%);
  background: radial-gradient(circle, #fffffffc 6%, #fff0 64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle- {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, .5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  
}
@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
 }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
 }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
 }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
 }
}
@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
 }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
 }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
 }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
 }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
 }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
 }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
 }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
 }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
 }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
 }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
 }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
 }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
 }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
 }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
 }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
 }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
 }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
 }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
 }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
 }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
 }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
 }
}
/* =============== End Success Animation =============== */

.desktop ::-webkit-scrollbar-thumb {
  background: #c3c6c9;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  border-radius: 10px;
}
.desktop ::-webkit-scrollbar {
  width: 10px;
}
.btn-outline-secondary {
  color: #7387a9;
  border-color: #7387a9;
}
.btn-success {
  background-color: #458266;
}

/* Slide left animation */
.slide-left {
	-webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 @-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
            -moz-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            -o-transform: translateX(-10px);
}
}

/* Slide left animation End */

/* Shake animation */
.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

 @-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
/* shake animation end */

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus, button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spinner-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; 
  width: 100%;
  background-color: rgba(255, 255, 255, 0.336);
}
.stickyHeader {
  position: fixed;
  width: 100%;
}
button:disabled, .not-allowed {
  cursor: not-allowed;
}

.page-link {
  color:#7387a9;
}
.page-item.active .page-link {
  background-color: #7387a9;
  border-color: #6b7e9e;
}
#nav-cart > i span {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  font-style: normal;
}
/* Cart slider style */

#cart-slider .offcanvas-header {
  background-color: #f5f9fc;
  color: var(--bnn-primary-color);
}
.offcanvas-title {
  font-size: 16px;
  font-weight: 500;
}
.offcanvas-body {
  padding-left: 10px;
  padding-right: 10px;
}
.product-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--bnn-primary-color);
}
.product-options {
  color:#6d767d;
}
.product-options i {
  font-size: 8px;
}
.cart-product-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-products .out-of-stock-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-bottom: 10px;
}
.cart-remove {
  color: #cb0000;
  font-size: 18px;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: right;
}
.cart-item {
  border-bottom: 1px dashed #dee2e6;
}
.product-total {
  color: #458266;
  font-size: 14px;
  min-width: 88px;
}
.product-quantity {
  color: var(--bnn-primary-color);
  font-size: 14px;
}
.td-total-title {
  width: 66%;
}
.cart-totals {
  font-size: 14px;
  -webkit-box-shadow: 0px -8px 15px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px -8px 15px 0px rgb(0 0 0 / 5%);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}
.cart-totals table tbody tr td:first-child {
  font-weight: 500;
  padding: 10px;
}
.cart-totals table tbody tr td:last-child {
  font-weight: 500;
  color: #458266;
}
.cart-products {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 320px);
}
.cart-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 16px;
  background: #f5f9fc;
  border-top: 1px solid #c4c4c4;
}
.btn-checkout {
  width: 100%;
  background-color: #157347;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  line-height: 1.8;
}
.btn-checkout:hover {
  color: #fff;
  background-color: #11613c;
  border-color: #115837;
}
#btn-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.checkout-content {
  max-width: 768px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-row:first-of-type {
  border-bottom: 1px dashed #ccc;
}
.total-row:last-of-type {
  color: #157347;
  font-weight: 500;
}
.checkout-totals, .shipping-options, .payment-options, .checkout-comment {
  max-width: 300px;
  margin: auto;
}
.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  #btn-confirm {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #checkout-slider .btn-close {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .pagination {
    font-size: 14px;
  }
  #mobile-wrapper {
    max-width: 85%;
  }
}
.checkout-title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #458266;
  display: block;
  position: relative;
  margin: 14px auto 0;
}
.shipping-options {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-comment {
  color: #212529;
}
.btn-comment i {
  font-size: 13px;
}
.btn-primary {
  background-color: #7387a9;
  border-color: #6b7e9e;
}
.btn-primary:hover {
  background-color: #586d91;
  border-color: #405579;
}

.category-menu {
  overflow: hidden;
  list-style-type: none;
}
.category-menu li {
  list-style-type: none;
}
.main-cat-title {
  padding: 10px 15px;
  
}
.main-cat-title span {
  font-size: 20px;
  color: var(--bnn-primary-color);
}
.category-menu a {
  color: var(--bnn-primary-color);
}
.list-group-item {
  border: none;
  border-bottom: 1px solid #00000020;;
}
.category-menu li a.active.active, .category-menu li a.active.open {
  background: #ffc1073b !important;
  border: none;
  border-bottom: 1px solid #c8dceb;
  font-weight: 500;
  color: #9d6402;
}
.category-menu .menu-item > .open-menu:hover,
.category-menu .menu-item > .open-menu[aria-expanded="true"] {
    color: red !important;
}
.category-menu .menu-item {
  position: relative;
}
.category-menu .open-menu {
  position: absolute;
  width: 36px;
  top: 16px;
  right: 0;
  z-index: 4;
  color: var(--bnn-primary-color);
  text-align: center;
}

.category-menu li a.open {
background: -o-linear-gradient(top, #f8f8f8 0%, #fff 74%);
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(74%, #fff));
background: linear-gradient(180deg, #f8f8f8 0%, #fff 74%);
color: var(--bnn-primary-color);
font-weight: 500;
}
.category-menu ul li ul li > a {
  padding-left: 12px;
}
.category-menu ul li ul li ul li > a {
  padding-left: 20px;
}
.category-menu ul li ul li ul li ul li > a {
  padding-left: 24px;
}
.btn-light {
  background-color: #f5f9fc;
  border-color: #ced4da;
}
.btn-light:active, .btn-light:focus {
  color: var(--bnn-primary-color);
  background-color: #dde9f1;
  border-color: #b9c9d3;
}
.category-menu .menu-item .collapse.show ul li a {
  background: #fff6f5;
}
.spinner-height {
  height: 145px;
  position: absolute;
  width: 100%;
}
/* Mobile Wrapper */

#mobile-wrapper .offcanvas-header, #mobile-wrapper-title .header-logo {
  height: 61px;
}
.mobile-container > div {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  -webkit-box-shadow: none;
          box-shadow: none;
}



.b2b-inner-home .border {
  border-color: var(--bnn-primary-color) !important;
  background-color: #fff;
}

.b2b-inner-home {
  color: var(--bnn-primary-color) !important;
}

.b2b-inner-home .border:hover {
  background: #f8f9fa;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.category-menu ul {
  font-size: 14px;
}
.list-group-item {
  padding: 4px 8px;
}
.module-banners .module-item > a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s 
ease;
  -o-transition: all 0.2s ease;
  -o-transition: all 0.2s 
ease;
  transition: all 0.2s 
ease;
}
.module-banners .module-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.15s 
ease-out;
  -o-transition: all 0.15s ease-out;
  -o-transition: all 0.15s 
ease-out;
  transition: all 0.15s 
ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.safari .module-banners a, .safari .module-gallery a, .safari .category-thumb a, .safari .manufacturer-thumb a {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* wrapper */
.subcat-wrapper {

  padding-bottom: 5px;
  scrollbar-gutter: stable;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}

/* scroll area */
.subcat-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  gap: 12px;
}

/* cards */
.subcat-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px;
  width: 160px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* active state */
.subcat-card.active {
  border: 2px solid #d6a600;
  background-color: #fff9e6;
  pointer-events: none;
}

.subcat-card:hover:not(.active) {
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
          box-shadow: 0 3px 10px rgba(0,0,0,.08);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
/* image */
.subcat-img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}

/* title */
.subcat-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--bnn-primary-color);
}
.subcat-card.active .subcat-title {
  color: #9d6402;
}
/* Mobile adjustments */
@media (max-width: 767.98px) {

  .subcat-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 10px 12px;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .subcat-img {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 12px;
  }
}

/* Desktop horizontal scroll */
@media (min-width: 768px) {

  .subcat-wrapper {
    overflow-x: auto;
    padding-inline: 12px;
  }
  .subcat-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* стрелки */
.subcat-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.15);
          box-shadow: 0 2px 6px rgba(0,0,0,.15);
  display: none; /* скриваме по подразбиране */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  z-index: 5;
}

.subcat-arrow:hover {
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .subcat-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subcat-arrow-prev {
  left: 2px;
}

.subcat-arrow-next {
  right: 2px;
}

.subcat-wrapper.is-dragging,
.subcat-wrapper.is-dragging * {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


/* Scrollbar styling */
.subcat-scroll::-webkit-scrollbar {
  height: 3px;
}
.subcat-scroll::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 20px;
}
.subcat-scroll::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 20px;
}
.subcat-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
