@charset "UTF-8";

  /************************************/
 /* DEFAULT ELEMENT OVERRIDES        */
/************************************/
body
{
	background: black top center fixed no-repeat;
	color: black;
	font-family: 'Open Sans', Helvetica;
}

h1,
h2,
h3,
h4,
h5
{
	font-family: 'Open Sans', Helvetica;
	font-weight: bold;
}
h1
{
	font-size: 2em;
	margin-bottom: 1rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a
{
	color: inherit;
}

  /************************************/
 /* GLOBAL STYLES                    */
/************************************/
#content
{
	background-color: white !important;
	padding: 70px 0 0 0;
}
#content_splash
{
	margin-top: 70px;
}

.no-underline
{
	text-decoration: none !important
}

.bg-black
{
	background-color: black;
}
.bg-dealer
{
	background-color: #0048a6;
}
a.switch-site {
	color: #fff;
}
a.switch-site:hover {
	color: #029fdc !important;
	text-decoration: none;
}
@media only screen and (max-width: 607px) {
	a.switch-site {
		font-size: 11px;
	}
}
.bg-super-dark
{
	background-color: #222222;
	color: white;
}

.dropdown-menu-right
{
	right: 0;
	left: auto;
}

.card-center
{
	margin: 0 auto;
	float: none;
	margin-bottom: 10px;
}

.btn-group-xs > .btn,
.btn-xs
{
	padding: .2rem .45rem;
	font-size: .60rem;
	line-height: 1.2;
	border-radius: .2rem;
	white-space: nowrap;
}

.input-group-xs > .custom-select,
.input-group-xs > .form-control,
.input-group-xs > .input-group-append > .btn,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-prepend > .input-group-text
{
	padding: .1rem .35rem;
	font-size: .70rem;
	line-height: 1.2;
	border-radius: .2rem;
	white-space: nowrap;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text
{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.hover-pointer
{
	cursor: pointer;
}

.img-fill
{
	display: block;
	width: 100%;
	height: auto;
}

.w-20
{
	width: 20% !important;
}
.w-40
{
	width: 40% !important;
}
.w-60
{
	width: 60% !important;
}
.w-80
{
	width: 80% !important;
}

.text-success-bright
{
	color: white;
}

.g-recaptcha
{
	display: inline-block;
}

input[type=text].form-control
{
	min-width: 60px !important;
}

  /************************************/
 /* HEADER                           */
/************************************/
.header
{
	font-size: 1.3em;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
}

.navbar-btn
{
	padding: 3px 5px;
}
.navbar-btn .fa-2x
{
	font-size: 1.5em;
}
.navbar-dark .navbar-nav .nav-link {
	color: #bfbfbf;
	display: inline-block;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #1490d0;
}

.navbar-cart,
.navbar-cart a
{
	/* color: #bfbfbf !important; */
	/* font-size: .9em; */
	/* line-height: 1em; */
	/* padding: 0; */
	/* margin: 0; */
	/* font-weight: bold; */
}
.navbar-cart:not(.navbar-nav)
{
	line-height: 1.5em;
}

.brand-list {
	padding: 0;
	margin: 0;
}
.navbar-top .brand-logo-container
{
	padding: 0;
	margin: 0;
	height: 70px;
	font-size: 0;
	overflow: hidden;
}
.navbar-top .brand-logo
{
	display: inline-block;
	padding: 0;
	margin: 0 !important;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	vertical-align: middle;
}
.navbar-top .brand-logo.new img {
	height: 15px;
}
.navbar-top .brand-logo.rc10 img {
	height: 20px;
}
@media only screen and (max-width: 535px) {
	/* .navbar-top .brand-logo
	{
		padding-left: 5px;
		padding-right: 5px;
	} */
	/* .navbar-top .brand-logo.new img {
		height: 33%;
	}
	.navbar-top .brand-logo.hoonigan img {
		height: 25%;
	} */
}
/* .navbar-top .brand-logo:not(:last-child)
{
	border-right: 1px solid black;
} */
.navbar-top .brand-logo a
{
	display: block;
	padding: 0;
	margin: 0;
	height: 70px;
}
.navbar-top .brand-logo.new a {
	line-height: 68px;
}
.navbar-top .brand-logo:hover
{
	transition: all 0.3s;
	-webkit-filter: drop-shadow(0px 0px 5px white);
	filter: drop-shadow(0px 0px 5px white);
}
.navbar-top .brand-logo-img
{
	padding: 0;
	margin: 0 auto;
	height: calc(50px*.20);
	margin-top: calc((70px - (50px*.20)) / 2);
	background-image: url('https://img.associatedelectrics.com/images/logos/navbar-brand-logos.png');
	background-repeat: no-repeat;
	background-size: calc(500px*.20) calc(250px*.20);
}
.navbar-top .brand-logo-img-associated-electrics
{
	width: calc(108px*.80);
	background-position: calc(0px*.80) calc(0px*.80);
	height: calc(50px*.8);
    margin-top: calc((70px - (50px*.8)) / 2);
    background-size: calc(500px*.8) calc(250px*.8);
}
.navbar-top .brand-logo-img-team-associated
{
	width: calc(229px*.20);
	background-position: calc(0px*.20) calc(-50px*.20);
}
.navbar-top .brand-logo-img-reedy
{
	width: calc(226px*.20);
	background-position: calc(0px*.20) calc(-100px*.20);
}
.navbar-top .brand-logo-img-element
{
	width: calc(211px*.20);
	background-position: calc(0px*.20) calc(-150px*.20);
}
.navbar-top .brand-logo-img-factory-team
{
	width: calc(92px*.20);
	background-position: calc(0px*.20) calc(-200px*.20);
}
.navbar-top .brand-logo-selected
{
	background: #ffffff !important;
}
.navbar-top .brand-logo-selected .brand-logo-img
{
	background-position-x: calc(-250px*.20)
}
.navbar-toggler {
	border: 0;
	padding: 3px;
}
.splash
{
	position: relative;
	border-bottom: 1px solid grey;
}
.splash-img
{
	width: 100%;
	height: auto;
}
.splash-text
{
	position: absolute;
	left: 7px;
	bottom: 4px;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'Open Sans Condensed';
	letter-spacing: 0.8px;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	line-height: 1em;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,1);
}
@media(min-width:470px)
{
	.header-center .brand-logo-img
	{
		height: calc(50px*.3);
		margin-top: calc((70px - (50px*.3)) / 2);
		background-size: calc(500px*.3) calc(250px*.3);
	}
	.header-center .brand-logo-img-associated-electrics
	{
		width: calc(108px*.3);
		background-position: calc(0px*.3) calc(0px*.3);
	}
	.header-center .brand-logo-img-team-associated
	{
		width: calc(229px*.3);
		background-position: calc(0px*.3) calc(-50px*.3);
	}
	.header-center .brand-logo-img-reedy
	{
		width: calc(226px*.3);
		background-position: calc(0px*.3) calc(-100px*.3);
	}
	.header-center .brand-logo-img-element
	{
		width: calc(211px*.3);
		background-position: calc(0px*.3) calc(-150px*.3);
	}
	.header-center .brand-logo-img-factory-team
	{
		width: calc(92px*.3);
		background-position: calc(0px*.3) calc(-200px*.3);
	}
	.header-center .brand-logo-selected .brand-logo-img
	{
		background-position-x: calc(-250px*.3)
	}
	.navbar-top .brand-logo.new img {
		height: 15px;
	}
	.navbar-top .brand-logo.rc10 img {
		height: 22px;
	}
}
@media(min-width:650px)
{
	.header-center .brand-logo-img
	{
		height: calc(50px*.35);
		margin-top: calc((70px - (50px*.35)) / 2);
		background-size: calc(500px*.35) calc(250px*.35);
	}
	.header-center .brand-logo-img-associated-electrics
	{
		width: calc(108px*.35);
		background-position: calc(0px*.35) calc(0px*.35);
	}
	.header-center .brand-logo-img-team-associated
	{
		width: calc(229px*.35);
		background-position: calc(0px*.35) calc(-50px*.35);
	}
	.header-center .brand-logo-img-reedy
	{
		width: calc(226px*.35);
		background-position: calc(0px*.35) calc(-100px*.35);
	}
	.header-center .brand-logo-img-element
	{
		width: calc(211px*.35);
		background-position: calc(0px*.35) calc(-150px*.35);
	}
	.header-center .brand-logo-img-factory-team
	{
		width: calc(92px*.35);
		background-position: calc(0px*.35) calc(-200px*.35);
	}
	.header-center .brand-logo-selected .brand-logo-img
	{
		background-position-x: calc(-250px*.35)
	}
	.navbar-top .brand-logo.new img {
		height: 15px;
	}
	.navbar-top .brand-logo.rc10 img {
		height: 24px;
	}
}
@media(min-width:750px)
{
	.header-center .brand-logo-img
	{
		height: calc(50px*.4);
		margin-top: calc((70px - (50px*.4)) / 2);
		background-size: calc(500px*.4) calc(250px*.4);
	}
	.header-center .brand-logo-img-associated-electrics
	{
		width: calc(108px*.4);
		background-position: calc(0px*.4) calc(0px*.4);
	}
	.header-center .brand-logo-img-team-associated
	{
		width: calc(229px*.4);
		background-position: calc(0px*.4) calc(-50px*.4);
	}
	.header-center .brand-logo-img-reedy
	{
		width: calc(226px*.4);
		background-position: calc(0px*.4) calc(-100px*.4);
	}
	.header-center .brand-logo-img-element
	{
		width: calc(211px*.4);
		background-position: calc(0px*.4) calc(-150px*.4);
	}
	.header-center .brand-logo-img-factory-team
	{
		width: calc(92px*.4);
		background-position: calc(0px*.4) calc(-200px*.4);
	}
	.header-center .brand-logo-selected .brand-logo-img
	{
		background-position-x: calc(-250px*.4)
	}
	.navbar-top .brand-logo.new img {
		height: 20px;
	}
	.navbar-top .brand-logo.rc10 img {
		height: 25px;
	}
	.splash-text
	{
		left: 7px;
		bottom: 5px;
		letter-spacing: 1.1px;
		font-size: 10px;
	}
}
@media(min-width:875px)
{
	.header-center .brand-logo-img
	{
		height: calc(50px*.5);
		margin-top: calc((70px - (50px*.5)) / 2);
		background-size: calc(500px*.5) calc(250px*.5);
	}
	.header-center .brand-logo-img-associated-electrics
	{
		width: calc(108px*.5);
		background-position: calc(0px*.5) calc(0px*.5);
	}
	.header-center .brand-logo-img-team-associated
	{
		width: calc(229px*.5);
		background-position: calc(0px*.5) calc(-50px*.5);
	}
	.header-center .brand-logo-img-reedy
	{
		width: calc(226px*.5);
		background-position: calc(0px*.5) calc(-100px*.5);
	}
	.header-center .brand-logo-img-element
	{
		width: calc(211px*.5);
		background-position: calc(0px*.5) calc(-150px*.5);
	}
	.header-center .brand-logo-img-factory-team
	{
		width: calc(92px*.5);
		background-position: calc(0px*.5) calc(-200px*.5);
	}
	.header-center .brand-logo-selected .brand-logo-img
	{
		background-position-x: calc(-250px*.5)
	}
	.navbar-top .brand-logo.new img {
		height: 25px;
	}
	.navbar-top .brand-logo.rc10 img {
		height: 27px;
	}
	.splash-text
	{
		left: 10px;
		bottom: 7px;
		letter-spacing: 1.2px;
		font-size: 15px;
	}
}
@media(min-width:992px)
{
	.splash-text
	{
		left: 12px;
		bottom: 7px;
		letter-spacing: 1.3px;
		font-size: 20px;
	}
}
@media(min-width:1200px)
{
	.splash-text
	{
		left: 15px;
		bottom: 10px;
		letter-spacing: 1.4px;
		font-size: 25px;
	}
}

.header-bottom .brand-logo-img
{
	height: calc(50px*.3);
	margin-top: calc((35px - (50px*.3)) / 2);
	background-size: calc(500px*.3) calc(250px*.3);
}
.header-bottom .brand-logo-img-associated-electrics
{
	width: calc(108px*.3);
	background-position: calc(0px*.3) calc(0px*.3);
}
.header-bottom .brand-logo-img-team-associated
{
	width: calc(229px*.3);
	background-position: calc(0px*.3) calc(-50px*.3);
}
.header-bottom .brand-logo-img-reedy
{
	width: calc(226px*.3);
	background-position: calc(0px*.3) calc(-100px*.3);
}
.header-bottom .brand-logo-img-element
{
	width: calc(211px*.3);
	background-position: calc(0px*.3) calc(-150px*.3);
}
.header-bottom .brand-logo-img-factory-team
{
	width: calc(92px*.3);
	background-position: calc(0px*.3) calc(-200px*.3);
}
.header-bottom .brand-logo-selected .brand-logo-img
{
	background-position-x: calc(-250px*.3)
}

  /************************************/
 /* MAIN CONTENT                     */
/************************************/
.main-links
{
	background-color: black;
	border-bottom: 1px solid grey;
}
.main-links a
{
	color: white;
	font-weight: bold;
	white-space: nowrap;
}
.main-links a:hover,
.main-links a:active
{
	background-color: grey;
}
@media(min-width:576px)
{
	.main-links a
	{
		font-size: 0.7em;
	}
}
@media(min-width:992px)
{
	.main-links a
	{
		font-size: 0.9em;
	}
}
@media(min-width:1200px)
{
	.main-links a
	{
		font-size: 1em;
	}
}

.footer-links
{
	background-color: black;
	border-top: 3px solid grey;
	border-bottom: 3px solid grey;
	padding: 0;
	margin: 0;
}
.footer-links a
{
	color: white;
	white-space: nowrap;
	font-size: 0.7em;
	line-height: 1em;
}
.footer-links a:hover,
.footer-links a:active
{
	background-color: grey;
}
@media(min-width:576px)
{
	.footer-links a
	{
		font-size: 0.9em;
	}
}
@media(min-width:768px)
{
	.footer-links a
	{
		font-size: 1em;
	}
}
@media(min-width:992px)
{
	.footer-links ul
	{
		flex-wrap: nowrap !important;
	}
}

#footer-notices
{
	padding: 3px;
	text-align: center;
	background: black;
	color: white;
	font-size: 0.7em;
	line-height: 1.3em;
}
#footer-vrc
{
	text-align: center;
	background: black;
}

#footer_stats
{
	position: relative;
	padding: 10px;
	text-align: center;
	background: yellow;
	color: #000;
	font-size: 0.8em;
	overflow: auto;
	border-top: 3px black solid;
}
#footer_stats table
{
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	font-size: inherit;
}
#footer_stats table th,
#footer_stats table td
{
	background-color: inherit;
}
#footer_stats table td
{
	vertical-align: top;
	padding: 0 3px;
	font-size: inherit;
	white-space: pre-wrap;
}
#footer_stats table td:first-child
{
	white-space: nowrap;
}
#footer_stats li
{
	padding-left: 50px;
	text-indent: -50px;
	font-size: inherit;
}
#resolution
{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 3px;
	font-weight: bold;
	background: yellow;
	border-left: 2px solid black;
	border-top: 2px solid black;
}

  /************************************/
 /* SALE/PROMOTION STUFF             */
/************************************/
#misc_alert
{
	background-color: yellow;
	color: #333;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	padding: 10px 20px;
	text-align: center;
}

#sale_alert
{
	background-color: lime;
	background: linear-gradient(180deg, rgba(0,255,0,1) 0%, rgba(0,168,255,1) 100%);
	color: #333;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 2.5em;
	padding: 5px;
	text-align: center;
}

#promo
{
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#promo .promo-bg
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	opacity: 0.75;
}
#promo .promo-container
{
	position: relative;
	width: 100%;
	height: 100%;
}
#promo .promo-banner
{
	position: relative;
	width: 75%;
	height: 75%;
	max-width: 75% !important;
	max-height: 75% !important;
	top: 12.5%;
	left: 37.5%;
	margin-left: -25%;
	text-align: center;
}
#promo .promo-banner-img
{
	position: relative;
	max-height: 100%;
	max-width: 100%;
}
#promo .promo-close
{
	position: fixed;
	top: 12.5%;
	left: 50%;
	top: calc(12.5% - 35px);
	left: calc(50% - 25px);
	cursor: pointer;
}

/* header */
.header-main {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
.btn-secondary {
	background-color: inherit;
	border: 0;
}
.btn-secondary:hover {
	background-color: inherit;
}
.btn-secondary:hover svg {
	transition: all .3s;
	color: #029fdc !important;
}
.dropdown-menu {
	top: 54px;
	background-color: #212529;
	color: #bfbfbf;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 0;
}
.header-site-search .dropdown-menu {
	top: 30px;
}
.dropdown-site-search-text {
	padding-right: 4px;
	padding-left: 4px;
}
.dropdown-divider {
	border-top: 1px solid #333;
}
.dropdown-item {
	color: #bfbfbf;
	padding: .5rem 1.5rem;
}
.dropdown-item svg {
	margin-right: 3px;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: inherit;
	color: #029fdc;
	transition: all .3s;
}
.header-left {
	width: 10%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.header-center {
	width: 60%;
	text-wrap: nowrap;
}
.header-right {
	width: 30%;
	text-align: right;
	text-wrap: nowrap;
	align-items: center;
	display: inline-flex;
	justify-content: flex-end;
}
.header-logo {
	height: 41.5px;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: none;
}
.header-logo-container {
	padding: 10px;
	line-height: normal;
	text-align: center;

	margin: 0 !important;
	list-style: none;
}
.header-right .dropdown-toggle:not(.btn-search-opt)::after, .header-bottom .dropdown-toggle:not(.btn-search-opt)::after {
	display: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	background-color: inherit;
	border: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
}
.header-bottom {
	display: none;
	width: 100%;
	text-align: center;
	background: #2f2f2f;
	text-wrap: nowrap;
}
.header-bottom .header-site-search.form-inline {
	width: 90%;
}
.header-right .btn-group {
	padding: 10px;
}
.header-right .form-control.search-input {
	padding-left: 15px;
}
.header-right .header-site-search, .header-right  .header-site-search.form-inline, .social-media-icons {
	display: none;
}
.btn-search-mini {
	display: inline-block;
}
.header-right .form-control.search-input {
	min-width: 100px !important;
	width: 100px;
	border-radius: 50px 0 0 50px;
}
.header-site-search {
	position: absolute;
	top: 70px;
	width: 100%;
	left: 0;
	padding: 10px;
	background: #212529;
}
.header-site-search .input-group {
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
}
.header-site-search .btn.dropdown-toggle {
	border-radius: 0 50px 50px 0;
}
.header-site-search .btn.btn-search {
	padding-right: 0;
}

@media only screen and (max-width: 1262px) {
	.header-right .form-control.search-input {
		width: 150px;
	}
}
@media only screen and (max-width: 1189px) {
	.navbar-top .brand-logo {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media only screen and (max-width: 1061px) {
	.header-logo {
		height: 30.5px;
	}
	.header-right {
		width: 30%;
	}
	.header-center {
		width: 60%;
	}
}

@media only screen and (max-width: 970px) {
	.header-logo-container {
		padding: 10px 5px;
	}
	.header-right {
		width: 20%;
	}
	.header-center {
		width: 70%;
	}
	.header-right .btn-group {
		padding: 6px;
	}
	.header-main .fa-shopping-cart, .header-main .fa-user, .header-main .fa-user-check, .header-main .fa-search {
		vertical-align: middle;
		font-size: 18px;
	}
	.header-main .fa-bars {
		font-size: 22px;
	}
	.social-media-icons {
		display: none;
	}
	.navbar-btn {
		padding: 3px;
	}
}
@media only screen and (max-width: 856px) {
	.header-right {
		width: 20%;
	}
	.header-center {
		width: 70%;
	}
	.header-main .fa-shopping-cart, .header-main .fa-user, .header-main .fa-user-check, .header-main .fa-search {
		font-size: 16px;
	}
	.header-main .fa-bars {
		font-size: 20px;
	}
}
@media only screen and (max-width: 856px) {
	.header-right .btn-group {
		padding: 3px;
	}
}
@media only screen and (max-width: 750px) {
	.header-logo {
		height: 26.5px;
	}
}
@media only screen and (max-width: 607px) {
	/* try new */
	#content {
		padding-top: 105px;
	}
	.header-center, .header-right .header-site-search, .header-right .header-site-search.form-inline {
		display: none;
	}
	.header-bottom, .btn-search-mini {
		display: inline-block;
	}
	.header-left {
		width: 20%;
		height: 70px;
	}
	.header-right {
		width: 80%;
	}
	.header-right .btn-group {
		padding: 8px;
	}
	.header-logo {
		height: 28.5px;
	}
	.navbar-top .brand-logo {
		height: 35px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.navbar-top .brand-logo.new a {
		line-height: 32px;
	}
}
@media only screen and (max-width: 440px) {

	.navbar-top .brand-logo {
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media only screen and (max-width: 391px) {

	.navbar-top .brand-logo {
		padding-left: 2px;
		padding-right: 2px;
	}
}
@media only screen and (max-width: 365px) {

	.navbar-top .brand-logo {
		padding-left: 1px;
		padding-right: 1px;
	}
}
.header-right .btn-group:first-child {
	padding-left: 0;
}
.search-input {
	background: #3a3a3a;
	border: 1px solid #4d4d4d;
	color: #ccc;
}
.search-input::placeholder {
	color: #ccc;
}
.form-control.search-input:focus {
	background: #3a3a3a;
	color: #ccc;
}
button:focus {
	outline: none;
}
.btn-hamburger {
	font-size: 1.25rem;
	background: inherit;
	color: #fff;
	border: 0;
	padding: 10px 20px 10px 10px;
	vertical-align: sub;
}
#navbarCollapse {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -342px;
	width: 342px;
	background-color: #1d1d1f;
	overflow-y: auto;
	z-index: 10;
	padding: 20px 40px;
	text-align: left;
	-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
	transition: all .4s cubic-bezier(.46, .01, .32, 1) 0s;
}
#navbarCollapse.show {
	right: 0;
}
.sidebar-close {
	text-align: right;
}
.close-icon {
	cursor: pointer;
	color: #fff;
	font-size: 1.5rem;
}
.close-icon:hover {
	color: #029fdc !important;
}
.cart-basket {
	font-size: .6rem;
	position: absolute;
	top: -2px;
	right: 0;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #418deb;
	border-radius: 50%;
  }

.sidebar-social {
  border-top: 1px solid #333;
  padding-top: 10px;
  margin-top: 10px;
}