/* Корзина */
.header__basket-min {
	position: relative;
	top: 1px;
	right: -57px;
}

.smart-basket__min {
	border: none;
	background-color: #363535;
	border-radius: 15px;
	padding: 10px 13px;
}

.smart-basket__min:hover {
	background-color: #000;
}

.smart-basket__min-count {
	color: #fff;
	margin-left: 7px;
	position: relative;
	top: 2px;
}

@media (max-width: 1200px) {
	.header__basket-min {
		top: -4px;
		right: -26px;
	}
}

@media (max-width: 992px) {
	.header__basket-min {
		right: -22px;
	}
}

@media (max-width: 768px) {
	.header__basket-min {
		right: -1px;
	}
}





/* Сворачиваем sidebar при ширине <= 1100px */
@media (max-width: 1099px) {
  .main-sidebar {
    margin-left: -230px !important;
  }
  .content-wrapper,
  .right-side {
    margin-left: 0 !important;
  }
  .sidebar-collapse .main-sidebar {
    margin-left: -230px !important;
  }
}

@media (min-width: 1100px) {
  .main-sidebar {
    margin-left: 0 !important;
  }
  .content-wrapper,
  .right-side {
    margin-left: 230px !important;
  }
}







