﻿@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&amp;family=Poppins:wght@400;500;600;700&amp;display=swap";
:root {
  --color-primary: #0a7dcd;
  --light-primary: #8c71db;
  --color-secondary: #ffab04;
  --color-tertiary: #fab8c4;
  --color-white: #ffffff;
  --color-dark: #27272e;
  --color-black: #000000;
  --color-light: #cbd3d9;
  --color-lighter: #f6f7fb;
  --color-lightest: #c4c4c4;
  --color-chart01: #896ba7;
  --color-chart02: #badeff;
  --color-chart03: #e76458;
  --color-heading: #292930;
  --color-body: #777777;
  --color-border-light: #e3e6e9;
  --color-border-dark: #42424a;
  --color-gray: #999fae;
  --color-midgray: #878787;
  --color-extra01: #999fae;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --radius: 6px;
  --radius-big: 16px;
  --radius-small: 6px;
  --border-width: 2px;
  --border-thin: 1px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-bold: 700;
  --s-black: 900;
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
  --transition: 0.3s;
  --font-primary: "DM Sans", sans-serif;
  --font-secondary: "DM Sans", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 14px;
  --font-size-b2: 13px;
  --font-size-b3: 12px;
  --line-height-b1: 1.7;
  --line-height-b2: 1.65;
  --line-height-b3: 1.6;
  --h1: 32px;
  --h2: 26px;
  --h3: 24px;
  --h4: 22px;
  --h5: 18px;
  --h6: 15px;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
  background: #5956e9 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 13px;
  margin-left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #dbdeff none repeat scroll 0 0;
  border-radius: 0;
  height: 4px;
}
.ui-widget.ui-widget-content {
  background: #cbd3d9 none repeat scroll 0 0;
  border: medium none;
  height: 4px;
	width: 96%;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
}
.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
  outline: medium none;
}
.amount-range {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #666;
  font-size: 15px;
  margin-top: 10px;
  padding: 5px 0;
}
.amount-range,
.price-button {
  width: 100%;
  word-spacing: 10px;
  padding: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  margin-top: 0 !important;
}
.input-range {
  font-weight: 500;
  padding-right: 3px;
}
.flter-option.mb-80 {
  padding-right: 15px;
}


.axil-shop-sidebar {
  padding-right: 20px;
  position: relative;
}
.axil-shop-sidebar .form-control{
	border:1px solid #eee;
	line-height: 39px;
	padding: 0 15px;
}
.axil-shop-sidebar .input-group-text {
    border-radius: 6px;
}
.axil-shop-sidebar .form-check {
    padding-left: 0;
    margin-bottom: 0.125rem;
}
.axil-shop-sidebar input[type="checkbox"] ~ label, .axil-shop-sidebar input[type="radio"] ~ label {
    font-size: 13px;
    line-height: 23px;
    color: #545454;
    font-weight: 500;
    padding-left: 25px;
    cursor: pointer;
}
.axil-shop-sidebar .products-div {
    max-height: 146px;
    overflow-y: auto;
}
.axil-shop-sidebar ::-webkit-scrollbar {
    width: 6px;
}

/* button */


/* Handle */
.axil-shop-sidebar ::-webkit-scrollbar-thumb {
    background: #999;
}

/* Handle on hover */
.axil-shop-sidebar ::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee;
}

/* The track NOT covered by the handle.
.axil-shop-sidebar ::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
.axil-shop-sidebar ::-webkit-scrollbar-corner {
    background: #999;
}
