.c-col-1 {
	flex: 0 0 auto;
	width: 10%
}

.c-col-2 {
	flex: 0 0 auto;
	width: 20%
}

.c-col-3 {
	flex: 0 0 auto;
	width: 30%
}

.c-col-4 {
	flex: 0 0 auto;
	width: 40%
}

.c-col-5 {
	flex: 0 0 auto;
	width: 50%
}

.c-col-6 {
	flex: 0 0 auto;
	width: 60%
}

.c-col-7 {
	flex: 0 0 auto;
	width: 70%
}

.c-col-8 {
	flex: 0 0 auto;
	width: 80%
}

.c-col-9 {
	flex: 0 0 auto;
	width: 90%
}

.c-col-10 {
	flex: 0 0 auto;
	width: 100%
}

@media (max-width : 575px) {
	.c-col-xs-1 {
		flex: 0 0 auto;
		width: 10%
	}

	.c-col-xs-2 {
		flex: 0 0 auto;
		width: 20%
	}

	.c-col-xs-3 {
		flex: 0 0 auto;
		width: 30%
	}

	.c-col-xs-4 {
		flex: 0 0 auto;
		width: 40%
	}

	.c-col-xs-5 {
		flex: 0 0 auto;
		width: 50%
	}

	.c-col-xs-6 {
		flex: 0 0 auto;
		width: 60%
	}

	.c-col-xs-7 {
		flex: 0 0 auto;
		width: 70%
	}

	.c-col-xs-8 {
		flex: 0 0 auto;
		width: 80%
	}

	.c-col-xs-9 {
		flex: 0 0 auto;
		width: 90%
	}

	.c-col-xs-10 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width : 576px) {
	.c-col-sm-1 {
		flex: 0 0 auto;
		width: 10%
	}

	.c-col-sm-2 {
		flex: 0 0 auto;
		width: 20%
	}

	.c-col-sm-3 {
		flex: 0 0 auto;
		width: 30%
	}

	.c-col-sm-4 {
		flex: 0 0 auto;
		width: 40%
	}

	.c-col-sm-5 {
		flex: 0 0 auto;
		width: 50%
	}

	.c-col-sm-6 {
		flex: 0 0 auto;
		width: 60%
	}

	.c-col-sm-7 {
		flex: 0 0 auto;
		width: 70%
	}

	.c-col-sm-8 {
		flex: 0 0 auto;
		width: 80%
	}

	.c-col-sm-9 {
		flex: 0 0 auto;
		width: 90%
	}

	.c-col-sm-10 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width : 768px) {
	.c-col-md-1 {
		flex: 0 0 auto;
		width: 10%
	}

	.c-col-md-2 {
		flex: 0 0 auto;
		width: 20%
	}

	.c-col-md-3 {
		flex: 0 0 auto;
		width: 30%
	}

	.c-col-md-4 {
		flex: 0 0 auto;
		width: 40%
	}

	.c-col-md-5 {
		flex: 0 0 auto;
		width: 50%
	}

	.c-col-md-6 {
		flex: 0 0 auto;
		width: 60%
	}

	.c-col-md-7 {
		flex: 0 0 auto;
		width: 70%
	}

	.c-col-md-8 {
		flex: 0 0 auto;
		width: 80%
	}

	.c-col-md-9 {
		flex: 0 0 auto;
		width: 90%
	}

	.c-col-md-10 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width : 992px) {
	.c-col-lg-1 {
		flex: 0 0 auto;
		width: 10%
	}

	.c-col-lg-2 {
		flex: 0 0 auto;
		width: 20%
	}

	.c-col-lg-3 {
		flex: 0 0 auto;
		width: 30%
	}

	.c-col-lg-4 {
		flex: 0 0 auto;
		width: 40%
	}

	.c-col-lg-5 {
		flex: 0 0 auto;
		width: 50%
	}

	.c-col-lg-6 {
		flex: 0 0 auto;
		width: 60%
	}

	.c-col-lg-7 {
		flex: 0 0 auto;
		width: 70%
	}

	.c-col-lg-8 {
		flex: 0 0 auto;
		width: 80%
	}

	.c-col-lg-9 {
		flex: 0 0 auto;
		width: 90%
	}

	.c-col-lg-10 {
		flex: 0 0 auto;
		width: 100%
	}
}

.navbar-brand {
	max-width: 250px;
}

.menu-burger-bar {
	margin-bottom: 10px;
}

@media (max-width: 460px) {
	.header-right {
		width: 100%;
		justify-content: flex-end;
	}
}

.pull-right-admin-panel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 5px;
}

.swiper-slide .is-block {
	display: block;
}

.product-card-1 .badge-ribbon .badge {
	display: block;
	margin-bottom: 5px;
}

.brandSwiper .swiper img {
	width: 80%;
	object-fit: contain;
	height: 70px;
}

.brandSwiper .swiper-wrapper {
	padding: 12px 0;
}

.product-card-1 .product-media {
	height: 400px;
	overflow-y: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-media a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}


.product-media .img-fluid {
	height: 90%;
	width: 100%;
	object-fit: contain;
}

@media (min-width: 576px) and (max-width: 768px) {
	.product-card-1 .product-media {
		height: 380px;
	}
}

@media (max-width: 576px) {
	.product-cart-btn {
		display: none;
	}
}

.product-card-1 .product-title {
	height: 53px;
	overflow-y: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-card-1 .product-title a {
	max-height: 100%;
}

.brandSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .15);
	border-radius: 4px;
}

.brandSwiper {
	margin-bottom: 25px;
}

html[data-bs-theme="dark"] .home-page-i svg path {
	fill: #fff;
}

.catalog-list .hover-scale .hover-scale-in {
	height: 255px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* price-range */
.price-range {
	width: 100%;
}

.widget .price-range .ui-range-values {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.widget .price-range .ui-range-values .ui-range-value-max,
.widget .price-range .ui-range-values .ui-range-value-min {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #000;
}

.widget .price-range .ui-range-slider {
	margin: 30px 0 20px;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: calc(100% - 15px);
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: top 0s, right 0s, bottom 0s, left 0s;
	-moz-transition: top 0s, right 0s, bottom 0s, left 0s;
	-ms-transition: top 0s, right 0s, bottom 0s, left 0s;
	-o-transition: top 0s, right 0s, bottom 0s, left 0s;
	transition: top 0s, right 0s, bottom 0s, left 0s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 3px;
	position: relative;
}

.noUi-horizontal::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 15px;
	height: 15px;
	background: #E0E0E0;
	border-radius: 50%;
}

.noUi-horizontal::after {
	content: "";
	position: absolute;
	right: 0;
	top: -6px;
	width: 15px;
	height: 15px;
	background: #E0E0E0;
	border-radius: 50%;
}

.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	left: -1px;
	top: -6px;
	border-radius: 50%;
	background: #000;
}

.noUi-target {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.noUi-connect {
	background: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	cursor: default;
}

.noUi-active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

[disabled] .noUi-connect {
	background: #E0E0E0;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

html[data-bs-theme="dark"] .noUi-target {
	background-color: rgb(173 173 173 / 71%);
}

html[data-bs-theme="dark"] .price-range .ui-range-values,
html[data-bs-theme="dark"] .price-range .ui-range-values .ui-range-value-max,
html[data-bs-theme="dark"] .price-range .ui-range-values .ui-range-value-min {
	color: var(--bs-body-color);
}

html[data-bs-theme="dark"] .noUi-horizontal::before,
html[data-bs-theme="dark"] .noUi-horizontal::after {
	background: #6b6b6b;
}

html[data-bs-theme="dark"] .noUi-connect,
html[data-bs-theme="dark"] .noUi-horizontal .noUi-handle,
tml[data-bs-theme="dark"] .noUi-connect {
	background: #fff;
}

/* DETAIL PAGE */
.pd-gallery-slide-thumb {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pd-gallery-slide-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.products-brand {
	font-size: 1.2em;
}

.products-brand a {
	color: var(--bs-body-color);
}

/* END DETAIL PAGE */

.cart-qty .cart-qty-input {
	padding: .675rem 1.5rem;
}

.cart_item .btn-outline-danger svg g {
	fill: var(--bs-btn-color);
}

.cart_item .btn-outline-danger:hover svg g {
	fill: var(--bs-btn-hover-color);
}

select+.select2 {
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.675rem;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	border: 1px solid var(--bs-gray-300);
	background-color: var(--bs-gray-200);
}

select+.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

select+.select2-container--default .select2-selection--single {
	background-color: transparent;
	border-width: 0;
}

select+.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--bs-body-color);
}

.footer__logo {
	max-width: 250px;
}

.group__wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.profile-wrap {
	display: grid;
	grid-template-columns: 1fr 4fr;
}

.main-slider h1,
.main-slider h2 {
	color: #C5B678;
}

.main-slider a {
	color: white;
}

@media (max-width: 900px) {
	.group__wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.profile-wrap {
		grid-template-columns: 1fr;
	}

	.mob_user_photo {
		margin-left: 0;
	}
	
}
