@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
:root {
  font-size: 14px;
  font-family: 'Poppins', 'sans-serif';
}
.main-container {
  margin-top: 80px;
  padding: 0 0 40px;
  background: #f8f9fb;
  margin-top: calc(128px);
}
@media only screen and (max-width: 900px) {
  .main-container {
    margin-top: calc(140px);
    margin-top: calc(188px);
  }
}
.async {
  margin: 0;
}
.async.row.mceNonEditable {
  margin-bottom: 1rem;
}
.index-container {
  padding-top: 20px;
}
.index-container > * {
  max-width: 1200px;
  margin: auto;
}
.cart-container {
  padding-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
.cart-container > * {
  max-width: 1200px;
  margin: auto;
}
.user-container {
  padding-top: 40px;
  background: #ffffff;
}
.user-container > * {
  max-width: 1200px;
  margin: auto;
}
.hidden {
  display: none;
}
.form-control:focus {
  border-color: #2e2e2e;
  box-shadow: none;
}
h1 {
  font-size: 2em;
  font-weight: bold;
}
a {
  color: #2e2e2e;
}
a:hover {
  color: #0c96c9;
  text-decoration: none;
}
.tab-pane {
  background: #ffffff;
}
.thin-main-container {
  max-width: 1400px;
  margin: 30px auto;
}
@media only screen and (min-width: 900px) {
  .phone {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .desktop {
    display: none !important;
  }
}
.element-container > * {
  max-width: 1200px;
  margin: auto;
}
.mobile-margins {
  margin-right: 15px;
  margin-left: 15px;
}
.flexbox-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hide-arrows input {
  -moz-appearance: textfield;
}
.hide-arrows input::-webkit-outer-spin-button,
.hide-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list-price {
  text-align: right;
}
.product-list-price .discount {
  font-size: 0.8em;
  background: #7fbc39;
  width: 50%;
  margin-left: auto;
}
.product-list-price .price-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-list-price .price-secondary {
  font-size: 0.8em;
}
.order-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .order-buttons {
    flex-direction: column-reverse;
  }
}
.order-buttons a,
.order-buttons button,
.order-buttons input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .order-buttons a,
  .order-buttons button,
  .order-buttons input {
    width: 100%;
    justify-content: center;
  }
}
.topbar-container {
  height: 48px;
  background: #2e2e2e;
  display: none;
  display: block;
}
.topbar-container > * {
  max-width: 1200px;
  margin: auto;
}
.topbar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #0c96c9;
}
.topbar .navbar-nav {
  flex-direction: column;
  gap: 16px;
}
.topbar a {
  color: #0c96c9;
}
.navbar-container {
  background: #ffffff;
  margin-top: 48px;
}
.navbar-container > * {
  max-width: 1200px;
  margin: auto;
}
.navbar-brand > img {
  height: 56px;
}
.navbar {
  height: 80px;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .navbar {
    height: calc(140px);
    flex-wrap: wrap;
  }
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .navbar-left {
  flex: 2;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-left {
    width: 40%;
  }
}
.navbar .navbar-center {
  flex-grow: 0;
}
.navbar .navbar-center .search-form {
  width: 100%;
}
.navbar .navbar-center .search-form form {
  width: 100%;
}
.navbar .navbar-center .search-form form .search-part {
  width: 100%;
}
.navbar .navbar-center .inner-form {
  display: flex;
}
.navbar .navbar-center .inner-form input {
  height: 100%;
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 7px 16px;
  border: 1px solid #cccccc;
}
.navbar .navbar-center .inner-form input:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.navbar .navbar-center .inner-form button {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  background: #cccccc;
  border: 0;
}
.navbar .navbar-center .inner-form .search-btn {
  width: 60px;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-center {
    width: 100%;
    order: 3;
  }
}
.navbar .navbar-right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-right .mobile-categories,
.navbar .navbar-right .mobile-filters {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  background: #ffffff;
  overflow-x: scroll;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-right {
    width: 60%;
    order: 2;
    font-size: 1.6em;
  }
  .navbar .navbar-right .nav-link {
    margin-left: 14px;
  }
  .navbar .navbar-right #cartTopHeader {
    margin-left: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: #3dc2f3;
  }
  .navbar .navbar-right #cartTopHeader a {
    margin: 0;
  }
}
.footer {
  background: #1e1e35;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer a {
  color: #ffffff;
}
.footer a.navigate {
  color: #0c96c9;
}
.footer-credits {
  background: #13132c;
  color: #ffffff;
}
.footer-credits .byArit {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .footer-credits .byArit {
    margin-top: -20px;
  }
}
.footer-credits .cpShop {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .footer-credits .cpShop {
    margin-bottom: -20px;
  }
}
.footer-credits p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .footer-credits p {
    text-align: center;
  }
}
.footer-credits a {
  color: #ffffff;
}
.btn {
  border-radius: 0;
  display: flex;
  padding: 6px 12px;
}
.btn.btn-primary {
  border: #0c96c9;
  background: #0c96c9;
  color: #ffffff;
}
.btn.btn-primary:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
  transition: 0.1s !important;
}
.btn.btn-primary:focus {
  box-shadow: none !important;
}
.btn.btn-primary:active {
  box-shadow: none !important;
  background: #0c96c9 !important;
  opacity: 0.7 !important;
}
.btn.btn-delete {
  border: #d93d3d;
  background: #d93d3d;
  color: #ffffff;
}
.btn.btn-delete:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
  transition: 0.1s !important;
}
.btn.btn-delete:focus {
  box-shadow: none !important;
}
.btn.btn-delete:active {
  box-shadow: none !important;
  background: #d93d3d !important;
  opacity: 0.7 !important;
}
.cookies {
  background: #cccccc;
  padding: 15px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.login-modal .modal-body button {
  margin-right: auto;
  margin-left: auto;
  width: 20%;
  justify-content: center;
  align-items: center;
}
.login-modal .modal-body button i {
  height: 14px;
  margin-right: 10px;
  display: none;
}
.login-modal .modal-footer {
  justify-content: center;
}
.form-container fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .form-container fieldset {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 900px) {
  .form-container fieldset legend {
    grid-column: span 2;
  }
}
.form-container fieldset .form-group input,
.form-container fieldset select {
  width: 100%;
}
.form-container fieldset .checkbox input {
  width: 20px;
}
.form-container input[type="checkbox"],
.form-container input[type="radio"] {
  margin-right: 8px;
}
.form input[type="radio"] {
  margin-right: 8px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}
.category-container > * {
  max-width: 1200px;
  margin: auto;
}
.category-tiles-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 -6px 48px -6px;
  min-height: 80px;
}
@media only screen and (max-width: 900px) {
  .category-tiles-container {
    grid-template-columns: 1fr;
  }
}
.category-tiles-container .category {
  background: #ffffff;
  margin: 6px;
  min-height: 64px;
}
.category-tiles-container .category:hover {
  box-shadow: 0 8px 16px 0 rgba(140, 140, 164, 0.3);
  transition: 0.1s;
}
.category-tiles-container .category a {
  color: #1e1e35;
}
.category-tiles-container .category a:hover {
  color: #0c96c9;
  text-decoration: none;
  transition: 0.1s;
}
.category-tiles-container .category-wrapper {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  min-height: 64px;
}
.category-tiles-container .category-img-wrapper {
  width: 40px;
  margin-right: 18px;
}
.category-tiles-container .category-img {
  max-width: 40px;
  max-height: 42px;
  color: transparent;
}
.product-list-sort-view {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.product-list-sort-view .sort-view {
  display: flex;
  border-collapse: collapse;
  margin-bottom: 16px;
  background: #ffffff;
}
.product-list-sort-view .sort-view .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e6eef6;
  padding: 12px;
}
.product-list-sort-view .sort-view .button a,
.product-list-sort-view .sort-view .button span {
  color: #1e1e35;
}
.product-list-sort-view .sort-view .button a:hover,
.product-list-sort-view .sort-view .button span:hover {
  color: #0c96c9;
  transition: 0.1s;
}
.slider.slider-horizontal {
  width: 215px;
  margin: 0 0 5px 11px;
}
.slider-handle.round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slider-selection {
  background-color: #f3f3f3;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}
.form-group .slider-horizontal:nth-of-type(2) {
  display: none;
}
.filter-name {
  font-size: 15px;
  font-weight: bold;
}
.active-filter {
  background: #fff;
  padding: 3px;
  border: 1px solid #e6eef6;
}
.pl-navigation {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.pagination li a {
  text-align: center;
  color: #1e1e35;
}
.breadcrumb-container {
  background: #f8f8f8;
}
.breadcrumb-container.category-breadcrumbs {
  background: none;
  margin-bottom: 0;
}
.breadcrumb-container.category-breadcrumbs .breadcrumb {
  padding-left: 0;
}
.breadcrumb-container > * {
  max-width: 1200px;
  margin: auto;
}
.breadcrumb {
  background: none;
}
.breadcrumb ol {
  padding: 18px 0;
  margin-bottom: 0;
  border: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "•";
}
.product-card {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding: 18px;
  border: 1px solid #e6eef6;
  border-collapse: collapse;
  background: #ffffff;
}
@media only screen and (max-width: 900px) {
  .product-card {
    flex-basis: 50%;
    max-width: 50%;
    padding: 8px;
  }
}
.product-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: 0.1s;
}
.product-card a {
  text-decoration: none;
}
.product-card a:hover {
  text-decoration: none;
  color: inherit;
}
.product-card .stitky {
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
  font-size: 0.8em;
  color: #ffffff;
  width: 60px;
}
.product-card .stitky .green-stitek {
  background: #7fbc39;
  margin-bottom: 5px;
  padding-left: 4px;
}
.product-card .stitky .red-stitek {
  background: #d93d3d;
  margin-bottom: 5px;
  padding-left: 4px;
}
.product-card .stitky .blue-stitek {
  background: #48b7da;
  margin-bottom: 5px;
  padding-left: 4px;
}
.product-card .product {
  height: 407px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card .product-image {
  display: flex;
  justify-content: center;
  height: 140px;
}
.product-card .product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.product-card .product-title {
  text-align: center;
  height: 80px;
}
.product-card .product-title h3 {
  font-size: 14px;
  color: #1e1e35;
}
.product-card .product-info .prices {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card .product-info .prices .discount {
  font-size: 0.8em;
  font-weight: bold;
  background: #7fbc39;
  width: 50px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.product-card .product-info .prices .price-crossed {
  text-decoration: line-through;
  font-size: 11px;
}
.product-card .product-info .prices .price-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-card .product-info .prices .price-secondary {
  font-size: 0.8em;
}
.product-card .product-info .stock {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9em;
  color: #b0b6cc;
  margin-bottom: 14px;
}
.product-card .product-info .buy {
  display: flex;
  justify-content: space-between;
}
.product-card .product-info .buy input {
  -moz-appearance: textfield;
}
.product-card .product-info .buy input::-webkit-outer-spin-button,
.product-card .product-info .buy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card .product-info .buy input {
  text-align: center;
  width: 20%;
  margin-right: auto;
}
.product-card .product-info .buy .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 4px;
}
.product-line,
.slim-product-line {
  background: #ffffff;
  padding: 8px 14px;
  border: 1px solid #e6eef6;
  border-collapse: collapse;
}
@media only screen and (min-width: 900px) {
  .product-line,
  .slim-product-line {
    height: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .product-line,
  .slim-product-line {
    min-height: 160px;
    max-height: 200px;
  }
}
.product-line:hover,
.slim-product-line:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: 0.1s;
}
.product-line .product,
.slim-product-line .product {
  display: grid;
  grid-template-columns: 4fr 6fr;
}
@media only screen and (max-width: 900px) {
  .product-line .product,
  .slim-product-line .product {
    grid-template-columns: 1fr;
  }
}
.product-line .product a,
.slim-product-line .product a {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.product-line .product-image,
.slim-product-line .product-image {
  display: flex;
  justify-content: flex-start;
  height: 60px;
}
@media only screen and (max-width: 900px) {
  .product-line .product-image,
  .slim-product-line .product-image {
    grid-template-columns: 1fr;
    height: 56px;
  }
}
.product-line .product-image img,
.slim-product-line .product-image img {
  max-height: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .product-line .product-image img,
  .slim-product-line .product-image img {
    max-height: 56px;
  }
}
.product-line .product-title,
.slim-product-line .product-title {
  display: flex;
  align-items: center;
  text-align: left;
}
.product-line .product-title h3,
.slim-product-line .product-title h3 {
  font-size: 14px;
  color: #1e1e35;
  margin: 0;
}
.product-line .product-info,
.slim-product-line .product-info {
  display: grid;
  grid-template-columns: 8fr 6fr 10fr;
}
@media only screen and (max-width: 900px) {
  .product-line .product-info,
  .slim-product-line .product-info {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
.product-line .product-info .stock,
.slim-product-line .product-info .stock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .product-line .product-info .stock,
  .slim-product-line .product-info .stock {
    margin-left: 40px;
  }
}
.product-line .product-info .prices,
.slim-product-line .product-info .prices {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}
.product-line .product-info .prices .discount,
.slim-product-line .product-info .prices .discount {
  font-size: 0.8em;
  background: #7fbc39;
  width: 50%;
  margin-left: auto;
}
.product-line .product-info .prices .price-primary,
.slim-product-line .product-info .prices .price-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-line .product-info .prices .price-secondary,
.slim-product-line .product-info .prices .price-secondary {
  font-size: 0.8em;
}
@media only screen and (min-width: 900px) {
  .product-line .product-info .prices,
  .slim-product-line .product-info .prices {
    margin-right: 20px;
  }
}
.product-line .product-info .prices .price-crossed,
.slim-product-line .product-info .prices .price-crossed {
  text-decoration: line-through;
  font-size: 11px;
}
.product-line .product-info .prices .price-primary,
.slim-product-line .product-info .prices .price-primary {
  font-size: 1.2em;
}
.product-line .product-info .prices .discount,
.slim-product-line .product-info .prices .discount {
  width: 30%;
  text-align: center;
}
.product-line .product-info .buy,
.slim-product-line .product-info .buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-line .product-info .buy input,
.slim-product-line .product-info .buy input {
  -moz-appearance: textfield;
}
.product-line .product-info .buy input::-webkit-outer-spin-button,
.slim-product-line .product-info .buy input::-webkit-outer-spin-button,
.product-line .product-info .buy input::-webkit-inner-spin-button,
.slim-product-line .product-info .buy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .product-line .product-info .buy,
  .slim-product-line .product-info .buy {
    height: 36px;
    align-items: end;
    grid-column: span 2;
  }
}
.product-line .product-info .buy input,
.slim-product-line .product-info .buy input {
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: auto;
}
.product-line .product-info .buy .btn,
.slim-product-line .product-info .buy .btn {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  margin-left: 4px;
}
.slim-product-line {
  color: #474747;
  height: 44px;
  padding: 0 14px;
}
.slim-product-line .product-image,
.slim-product-line .product-info,
.slim-product-line .prices {
  height: 44px;
}
.slim-product-line .prices {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.slim-product-line .prices .price-secondary {
  padding-left: 10px;
}
.sidebar {
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .sidebar {
    display: none;
  }
}
.sidebar .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.sidebar .nav-tabs .nav-item a {
  border-radius: 0;
}
.sidebar .nav-tabs .nav-item a:not(.active) {
  background: #b0b6cc;
  border: 1px solid #b0b6cc;
}
.categorymenu-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categorymenu-item a .menu-icon {
  width: 40px;
  text-align: right;
}
.categorymenu-item a:hover {
  color: #0c96c9;
}
.categorymenu-item a.active {
  background: #e6eef6;
  border: inherit;
  color: #2e2e2e;
  font-weight: bold;
}
.categorymenu-item .categorymenu-item {
  font-size: 0.9em;
}
.categorymenu-item .categorymenu-item > a {
  padding-left: 24px;
}
.filter {
  padding: 10.5px 17.5px;
}
.filter .btn {
  justify-content: center;
}
.filter .price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.filter .price-range input {
  width: 100%;
}
.filter .input-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.filter .input-range input {
  width: 100%;
}
.index-side {
  margin-top: 0;
}
