.input-group input {
	z-index: 1 !important;
}

.btn-only-icon>i {
	margin: 0px !important;
}

/* Navbar */
#navbar-main .navbar-brand {
	width: 50px;
	margin-right: 0px;
	margin-left: 0px;
}

#navbar-main form {
	width: calc(100% - 65px - 66px);
	margin: 0px;
}

#navbar-main .navbar-toggler {
	outline: none;
}

/* Categories Badges */
#list-badges .btn-rounded {
	width: 24px !important;
	height: 24px;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	border-radius: 50%;
}

#list-badges>.btn-rounded:nth-child(1) {
	margin-right: 5px;
}

#list-badges .btn-rounded:last-child {
	margin-left: 5px;
}

#container-badges {
	width: calc(100% - 30px - 30px);
	height: 25.5px;
	overflow: hidden;
	position: relative;
}

#container-badges::before, #container-badges::after {
	position: absolute;
	top: 1px;
	content: '';
	width: 30px;
	height: 100%;
}

#container-badges::before {
	left: -1px;
}

#container-badges.left::before, #container-badges.both::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#container-badges::after {
	right: -2px;
}

#container-badges.right::after, #container-badges.both::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

#container-badges .content-overflow {
	display: flex;
	overflow-x: scroll;
}

#container-badges .content-overflow a {
	margin: 0px 5px;
}

/* Profile settings */
.tab-pane label i.fas {
	width: 20px;
	text-align: center;
	margin-right: 3px;
}

/* Card products */
.custom-card {
	border-color: none;
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.custom-card,
.custom-card .like,
.custom-card .card-img,
.custom-card .card-body {
	border-radius: 7px;
}

.custom-card .like {
	top: .5rem;
	right: .5rem;
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
	background: rgba(200, 200, 200, .35);
	backdrop-filter: blur(3px);
}

.custom-card .btn:hover {
	transform: translateY(0px);
}

.custom-card .card-img img {
	transition: ease all .3s;
}

.custom-card .card-img .btn {
	width: calc(100% - 2rem);
	bottom: -2rem;
	margin-left: 1rem;
}

.custom-card .input-group.input-group-sm input {
	font-size: 0.75rem;
}
.custom-card .input-group.input-group-sm .btn {
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
}

.custom-card:hover .card-img img {
	transform: scale(1.3);
}

.custom-card:hover .card-img .btn {
	bottom: calc(0px + 1rem);
}

/**/
.nav.btn-group .active {
	z-index: 0;
}

/* Select picker */
.dropdown.bootstrap-select .btn.dropdown-toggle {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.25rem + 2px);
	padding: 0.625rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #8898aa;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cad1d7;
	border-radius: 0.25rem;
	box-shadow: none;
	outline: none !important;
	text-transform: initial;
}

.dropdown.bootstrap-select .dropdown-toggle::after {
	display: inline-block;
	margin-left: 2px;
}

.dropdown-toggle::after {
	display: none;
	margin-left: 0;
	vertical-align: 0;
	border: 0 !important;
}

.dropdown.bootstrap-select>.btn.dropdown-toggle:hover {
	transform: none;
}

@media (min-width: 992px) {

	/* Navbar */
	#navbar-main .navbar-brand {
		width: auto;
		margin-right: 30px;
	}

	#navbar-main form {
		width: 450px;
	}

	/**/
	#product-list-categories {
		max-height: calc(100vh - 118px - 60px - 3rem);
		position: -webkit-sticky;
		position: sticky;
		top: calc(118px + 2rem);
	}
}

@media (max-width: 600px){
	#navbar-main .navbar-brand {
		display: none;
	}
}

@media (max-width: 992px) {

	/* Search filter */
	#product-list-categories {
		display: none;
	}

	#product-list-categories.show {
		display: initial;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: white;
		z-index: 99;
	}
}

@media (min-width: 993px) {
	#form-search-navbar {
		width: calc(100% - 350px - 200px) !important;
	}
}

/**/

#scroll-categories {
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: none;
}

#scroll-categories::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

#scroll-categories .container-category a {
	border-bottom: 3px solid transparent;
	color: #32325d;
}

#scroll-categories .container-category a.active,
#scroll-categories .container-category a:hover {
	border-color: #5e72e4;
}

#scroll-categories .container-category a.active:hover {
	border-color: #3d55df;
}

#scroll-categories .container-category img {
	transition: ease all .3s;
}

#scroll-categories .container-category a.active img,
#scroll-categories .container-category a:hover img {
	transform: scale(1.2);
}

/*index*/
#featured-products .product-container .info-container span {
	display: block;
}

#list-transports {
	transition: height ease .3s;
}

#list-transports::-webkit-scrollbar, #container-info-store::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

#list-transports::-webkit-scrollbar-thumb, #container-info-store::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}

#info-store .container-info {
	cursor: pointer;
}

#info-store .container-info i {
	transition: transform ease .3s;
}

#info-store .container-info:hover i {
	transform: scale(1.2);
}

@media (max-width: 576px) {

	#featured-products .carousel-control-prev,
	#featured-products .carousel-control-next {
		top: -50%;
	}

	#featured-products .product-container .image-container img {
		width: 50% !important;
		margin: auto;
	}

	#featured-products .product-container .info-container .product-size {
		text-align: right;
	}

	#featured-products .product-container .info-container span {
		display: inline;
	}

	.list-categories-nav {
		justify-content: space-between !important;
	}

	.list-categories-nav .nav-link {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	#container-info-store {
		overflow-y: auto;
	}

	#info-store {
		width: 180%;
		margin-left: 0;
	}
}