.font-size-half-rem {
    font-size: 1.7rem!important;
}
.kt-header .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg g [fill], .kt-svg-icon g [fill] {
	fill: #000000;
}
.kt-pulse.kt-pulse--brand .kt-pulse__ring {
	border-color: #909090;
}
.kt-pulse .kt-pulse__ring {
	border-width: 6px;
}
.cart-count { 
	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    background: #7A7A7A;
    color: #fff;
    border-radius: 5px;    
}
.cart-count.show {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.form-control-label {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}
.font-24 {
    font-size: 24px;
}
.cursor-pointer {
    cursor: pointer;;
}
.error-message {
    color: red;
    font-size: 12px;
    font-weight: 450;
}
.module-list {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 2px;
}
.module-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.module-list::-webkit-scrollbar-thumb { 
    background: #212121;
    border-radius: 5px;
}
.module-list ul {
    list-style: none;
    padding-left: 0px;
    padding: 10px;
    border: 1px solid #a9a9a9;
    border-radius: 7px;
}
.module-list ul .label {
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}
.module-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px dashed #a9a9a9;
    padding-top: 6px;
    padding-bottom: 6px;
}
.module-list ul li .title {
    color: #212121;
    font-weight: 600;
    font-size: 18px;
}
.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}
.custom-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.custom-switch .custom-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.custom-switch .custom-slider:before { 
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.custom-switch input:checked + .custom-slider {
    background-color: #313a3e;
    /*#2196F3;*/
}
.custom-switch input:focus + .custom-slider {
    box-shadow: 0 0 1px #313a3e;
    /*#2196F3;*/
}
.custom-switch input:checked + .custom-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.custom-switch .custom-slider.round {
    border-radius: 34px;
}
.custom-switch .custom-slider.round:before { 
    border-radius: 50%;
}
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
}
.checkbox-container:hover input ~ .checkmark {
    
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #212121;
    border: 0px;
}
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a9a9a9;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #a9a9a9;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #ffffff;
}
.custom-location-button {
    background-color: white;
    border: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 5;
    right: 10px!important;
}

.custom-location-button img {
    width: 20px;
    height: 20px;
}

.custom-location-button:hover {
    
}

.custom-location-button:hover img {
    
}