/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.cart-products .panel-outline-default {
	border: 1px solid #14495e;
}

.slider .product-selector .irs-from,
.slider .product-selector .irs-to,
.slider .product-selector .irs-single,
.slider .product-selector .irs-bar,
.slider .product-selector .irs-bar-edge,
.slider .product-selector .irs-bar:after {
	background: #103c4f !important;
	background-color: #103c4f !important;
}

.sidebar-left {
        width: 300px;
}

@media screen and (min-width: 661px) {
	#header {
		min-height: 100px;
	}

	#header .logo {
		padding: 10px 20px;
		height: 100px;
	}

	#header .brand {
		width: 280px;
		height: 100px;
	}

	#header .toggle-navigation.toggle-left {
		margin-top: 33px;
	}

	#header .user-nav {
		padding-top: 33px;
	}
}

@media only screen and (max-width: 660px) {
	.sidebar-left {
		left: -300px;
	}

	#header .logo {
		top-padding: 10px;
	}
}
