html {
	height: 100%;
	background-color: #d1d2d4;
}

a:focus {
	text-decoration: none;
	outline: none;
}


/*====================================
	RESET RULES
=====================================*/

#aec-container {
	background: transparent none repeat scroll 0 0;
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
	overflow-x: hidden;
}

#aec-errorpage {
	background-color: #d1d2d4;
	height: 800px;
	margin: 0;
	text-align: center;
}

#aec-errorpage > h1 {
	color: #676767;
	font-size: 22px;
	font-weight: 600;
	margin-top: 50px;
}

#aec-errorpage > h1:before {
	content: "\f883";
	font-family: 'WebGlyphs';
	margin-right: 5px;
	font-weight: normal !important;
}

#aec-error404 > div,
#aec-errorpage > div {
	color: #512e35;
	font-size: 14px;
	margin: 5px;
}

#aec-errorpage > div + div {
	background-color: #ccff66;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-size: 13px;
	margin: 10px auto 0;
	padding: 10px 12px;
	width: 200px;
	font-weight: 600;
}

#aec-errorpage > div + div:hover {
	box-shadow: none !important -webkit-box-shadow: none !important;
	background-color: #ccff66;
	box-shadow: 0 0 10px #ccff66;
	-webkit-box-shadow: 0 0 10px #ccff66;
}

#aec-errorpage > div a {
	color: #512e35;
}

#aec-header,
#aec-left,
#aec-main,
#aec-sidebar,
#aec-footer {
	border: none;
}

/* iframe { display: none; }*/

a:link,
a:hover,
a:active,
a:hover {
	outline: none;
}

.col-md-offset-1-2 {
	margin-left: 4.16667%;
}


/*====================================
	HEADER
=====================================*/

body {
	font-family: 'Mukta Vaani', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	transition: margin-left 0.2s;
	-webkit-transition: margin-left 0.2s;
	height: 100%;
	background-color: #d1d2d4;
}

@media (min-width: 0px) and (max-width: 1024px) {
	body {
		width: 100vw;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#aec-body .container:not(.home-landing) {
		width: 100%;
	}
}

#aec-wrapper {
	height: auto;
	position: relative;
}

#aec-body {
	background: #d1d2d4 none repeat scroll 0 0;
	height: auto;
	min-height: 250px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

#aec-body > .container {
	background-color: #d1d2d4;
	min-height: 480px;
	padding-top: 15px;
}

@media (min-width: 0px) and (max-width: 1024px) {
	#aec-body > .container {
		width: 100%;
	}
}

#aec-header {
	margin-bottom: 0;
	background-color: #512e35;
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-header {
		padding-top: 70px;
	}
}

.header-container {
	margin-left: -15px;
	margin-right: -15px;
}

.site-tag {
	background: #676767 url("/customers/ccmusic/img/footer-slogan.svg") no-repeat scroll center center / auto 36px;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	text-indent: -9999px;
	width: 100%;
	float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-tag {
		min-width: 308px;
	}
}

@media (min-width: 510px) and (max-width: 767px) {
	.site-tag {
		min-width: 290px;
	}
}

@media (min-width: 0px) and (max-width: 509px) {
	.site-tag {
		background-size: 85% auto !important;
	}
}

.header {
	margin-left: auto;
	margin-right: auto;
	min-height: 70px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	display: table;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
}

.header-container .ccmusic-user-nav .container {
	position: relative;
}

.skinny-banner {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

.skinny-banner * {
	color: #ccff66 !important;
	font-size: 24px;
	text-transform: uppercase;
}

.skinny-banner .aec-adzone-container .aec-adzone-link {
	display: none;
}

.skinny-banner .aec-adzone-container .adzone-txt-below {
	font-size: 23px;
}

.skinny-banner .aec-adzone-container {
	width: 100% !important;
}

.skinny-banner .aec-adzone-text > a {
	display: inline-block;
}

.skinny-banner .aec-adzone-container .aec-adzone {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #676767;
}

.skinny-banner .adzone-txt-below:after {
	content: "\f823";
	font-family: WebGlyphs;
	font-size: 28px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.skinny-banner .aec-adzone-container .aec-adzone-text {
	display: inline;
}

.skinny-banner .aec-adzone-container .adzone-txt-below {
	font-weight: 500;
	line-height: 22px;
}
@media (min-width: 0px) and (max-width: 767px) {
 .skinny-banner {
    display: inline-block;
  }
}

@media (min-width: 0px) and (max-width: 519px) {
	.skinny-banner * {
		font-size: 16px !important;
	}
	.skinny-banner .adzone-txt-below:after {
		font-size: 18px;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.header,
	.header-container .ccmusic-user-nav .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 320px) and (max-width: 991px) {
	.header div[class^='col-'],
	.header div[class*=' col-'] {
		display: table;
	}
}

@media (min-width: 768px) {
	.header {
		width: 750px;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	#aec-body .container {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.header {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.header {
		width: 970px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.header {
		width: 1170px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.header {
		margin-top: 0;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	.header {
		padding-left: 5px;
		padding-right: 5px;
	}
	#nav-ccmusic-departments ul.nav {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#aec-all-departments .navbar-header {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.ccmusic-user-nav .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

.navbar-default.ccmusic-user-nav {
	background-color: #512E35;
	border: medium none;
	height: auto;
	min-height: 50px;
	height: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.navbar-default.ccmusic-user-nav {
		background-color: #babbbc;
	}
}

.navbar-default.ccmusic-user-nav .navbar-toggle {
	color: #676767;
	background-image: none;
	border-radius: 0 !important;
	float: right;
	margin: 0 70px 0 0;
	padding: 8px;
	position: relative;
	border: none;
	height: 50px;
	width: 50px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.navbar-default.ccmusic-user-nav .navbar-toggle.collapsed {
	background-color: transparent;
}

.navbar-default.ccmusic-user-nav .navbar-toggle:focus,
.navbar-default.ccmusic-user-nav .navbar-toggle:hover {
	background-color: #676767;
	color: #ccff66;
}

.navbar-default.ccmusic-user-nav .navbar-toggle:hover {
	background-color: #676767;
	color: #ccff66;
}

.nav-user-icon:before {
	border: 2px solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "\f862";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 16px;
	height: 22px;
	overflow: hidden;
	position: relative;
	width: 22px;
}

.navbar-default.ccmusic-user-nav .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default.ccmusic-user-nav a,
.navbar-default.ccmusic-user-nav {
	color: #d1d2d4;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.navbar-default.ccmusic-user-nav a:hover {
	color: #ccff66;
}

#navbar-ccmusic .navbar-right {
	margin-right: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
	#navbar-ccmusic .navbar-right {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-default.ccmusic-user-nav {
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	}
}

.navbar-default.ccmusic-user-nav .navbar-nav > li > a {
	color: #d1d2d4;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 10px;
	text-transform: uppercase;
	transition: color 0.2s ease-in 0s;
	-moz-transition: color 0.2s ease-in 0s;
	-webkit-transition: color 0.2s ease-in 0s;
}

.navbar-default.ccmusic-user-nav .navbar-nav > li > a.aec-myacc-link {
	font-weight: 400;
}

@media (min-width: 0px) and (max-width: 1024px) {
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a,
	.navbar-default.ccmusic-user-nav a,
	.navbar-default.ccmusic-user-nav {
		font-size: 17px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.aec-top-nav {
		position: fixed;
		z-index: 1000;
		width: 100%;
		width: 100vw;
		top: 0;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a:hover,
	#navbar-ccmusic .aec-loginlinks-login:hover,
	#navbar-ccmusic .aec-loginlinks-register:hover {
		color: #ccff66 !important;
	}
	#navbar-ccmusic .navbar-right {
		display: inline-block;
		float: none !important;
		position: relative;
		width: auto;
	}
	#navbar-ccmusic {
		text-align: center;
	}
	.header-container .aec-loginlinks a {
	  display: block;
	  height: 100%;
	  position: relative;
	  z-index: 1;
	}
}

li span.aec-loginlinks a {
	display: block;
	line-height: 20px;
	padding: 15px 10px;
}

.aec-loginlinks-loggedoff .aec-loginlinks-login {
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px) {
	#navbar-ccmusic.navbar-collapse {
		background-color: #676767;
		border: none !important;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25) !important;
		-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25) !important;
	}
	#navbar-ccmusic.navbar-collapse a {
		transition: color 0.2s ease-in-out 0s;
		-webkit-transition: color 0.2s ease-in-out 0s;
	}
	#navbar-ccmusic ul {
		margin-bottom: 0;
		margin-top: 0;
	}
	#navbar-ccmusic ul.nav > li {
		border-top: 1px solid #babbbc;
		display: block;
		position: relative;
		transition: background-color 0.2s ease-in-out 0s;
		-webkit-transition: background-color 0.2s ease-in-out 0s;
	}
	#navbar-ccmusic ul.nav > li:first-child {
		border-top: 0 none;
	}
	#navbar-ccmusic ul.nav > li:hover a {
		color: #ccff66 !important;
	}
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a,
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a,
	.navbar-default.ccmusic-user-nav a,
	.navbar-default.ccmusic-user-nav,
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a.aec-myacc-link {
		font-weight: 700;
	}
}


/*====================================
	SM CART ICON
=====================================*/

.navbar-header a#aec-goto-cart {
	background-color: #D1D2D4;
	color: #676767;
	height: 50px;
	position: absolute;
	right: 0;
	width: 55px;
}

.navbar-header a#aec-goto-cart .icon-cart-full {
	font-size: 24px;
	left: 0;
	position: relative;
	top: 7px;
}

.navbar-header a#aec-goto-cart span#aec-cartqty {
	background-color: #676767;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	color: #CCFF66;
	font-size: 12px;
	left: 0;
	padding: 2px 4px;
	position: relative;
	top: 1px;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.navbar-header a#aec-goto-cart {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.navbar-header a#aec-goto-cart {
		height: 50px;
		width: 70px;
		line-height: 50px;
	}
	.navbar-header a#aec-goto-cart .icon-cart-full:before {
		margin-left: 8px;
		position: relative;
		top: -2px;
		transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		content: "\f838";
	}
}

.home-link {
    display: block;
    margin: 0 auto;
    background: transparent url("/customers/ccmusic/img/ccm-logo.svg") no-repeat scroll center center / auto 100%;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 992px) and (max-width: 7680px) {
	.home-link {
		float: left;
		height: 117px;
		max-width: 249px;
		position: relative;
		top: 0;
		width: 100%;
	}
	.header-custom-buttons {
		padding-top: 5px;
	}
	#aec-searchholder {
		margin-top: 50px !important;
	}
}

@media (min-width: 580px) and (max-width: 991px) {
	.home-link {
		height: 90px;
		margin: 0 auto 15px;
		width: 254px;
	}
}

@media (min-width: 520px) and (max-width: 579px) {
	.home-link {
		background-size: auto 100%;
		height: 90px;
		margin: 0 auto 20px;
		width: 100%;
	}
}

@media (min-width: 360px) and (max-width: 519px) {
	.home-link {
		background-size: auto 100%;
		height: 90px;
		margin: 20px auto 20px;
		width: 100%;
	}
}

@media (min-width: 0px) and (max-width: 359px) {
	.home-link {
		background-size: 100% auto;
		height: 90px;
		margin: 20px auto 20px;
		width: 100%;
	}
}


/*====================================
	SEARCH
=====================================*/

.header-search {
	background: transparent url("/customers/ccmusic/img/music-box.svg") no-repeat scroll center center / 500px auto;
	min-height: 170px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	#aec-searchholder {
		margin-top: 50px;
	}
}

.aec-globalsearch {
	border: 2px solid #676767;
	clear: none;
	display: inline-block;
	float: none;
	margin: 40px auto 0;
	padding-left: 0 !important;
	position: relative;
	width: 285px;
	height: 38px;
}

form#aec-globalsrch {
	display: inline-block;
	height: 34px;
	width: 100%;
}

.aec-globalsearch .aec-globalsearchcontainersel {
	background: #ccff66 none repeat scroll 0 0;
	border-radius: 0 !important;
	display: block;
	height: 34px;
	left: 0;
	position: absolute;
	transition: background 0.2s ease 0s;
	width: 35%;
	z-index: 11;
	padding-left: 7px;
}

.aec-globalsearch .aec-globalsearchcontainersel:hover {
	background: #CCFF66 none no-repeat scroll left top;
}

.aec-globalsearch .aec-globalsearchcontainersel:hover .aec-selectedTxt {
	color: #CCFF66;
}

.aec-globalsearch .aec-globalsearchcontainertxt {
	background: #ccff66 none no-repeat scroll left top;
	border: medium none;
	border-radius: 0 !important;
	display: block;
	float: left;
	height: 34px;
	left: 35%;
	padding-left: 0;
	position: relative;
	width: 65%;
}

.aec-globalsearch .aec-newListSelected {
	background-color: #676767;
	background-image: none;
	border: medium none;
	border-radius: 0 !important;
	color: #ccff66;
	float: none;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	margin-top: 8px;
	position: relative;
	text-align: center;
}

.aec-globalsearch .aec-selectedTxt {
	height: 100%;
	line-height: 20px;
	padding: 0;
	width: 100%;
}

.aec-globalsearch ul.aec-newList {
	border: 2px solid #676767;
	height: auto;
	left: 0;
	overflow-x: auto;
	overflow-y: auto;
	position: absolute;
	text-align: left;
	top: 20px;
	width: 100%;
	color: #ccff66;
	background-color: #676767;
	border-radius: 0 !important;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.24) !important;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.24) !important;
}

.aec-globalsearch ul.aec-newList li:hover {
	background: #ccff66 none repeat scroll 0 0 !important;
	color: #676767 !important;
	cursor: pointer;
}

.aec-globalsearch .aec-modChild {
	font-weight: normal;
	padding-left: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
	.aec-globalsearch .aec-selectedTxt {
		font-size: 11px;
	}
}

.aec-globalsearch .aec-selectedTxt:after {
	color: #ccff66;
	content: "\f853";
	font-family: "WebGlyphs";
	font-weight: normal;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.aec-globalsearch .aec-globalsearchcontainertxt input {
	background: transparent none repeat scroll 0 0;
	border: medium none !important;
	color: #3d3d3d;
	display: inline-block;
	float: left;
	font-size: 14px !important;
	height: 34px;
	line-height: 34px;
	padding-top: 0;
	text-indent: 10px;
	width: calc(100% - 30px);
}

.aec-searchwithin #aec-searchwithintxt {
	font-family: "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #512e35;
}

#q::-webkit-input-placeholder,
#aec-searchwithintxt::-webkit-input-placeholder {
	color: #512e35;
	opacity: 1;
}

#q:-moz-placeholder,
#aec-searchwithintxt:-moz-placeholder {
	/* Firefox 18- */
	color: #512e35;
	opacity: 1;
}

#q::-moz-placeholder,
#aec-searchwithintxt::-moz-placeholder {
	/* Firefox 19+ */
	color: #512e35;
	opacity: 1;
}

#q:-ms-input-placeholder,
#aec-searchwithintxt:-ms-input-placeholder {
	color: #512e35;
	opacity: 1;
}

.aec-globalsearch button {
	background-color: transparent;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 34px;
	left: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 30px;
	border: none !important;
}

.aec-globalsearch button:before {
	font-family: 'WebGlyphs';
	content: '\f81d';
	color: #676767;
	font-weight: normal;
	margin-right: 2px;
	font-size: 28px;
	position: relative;
	top: -3px;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

.aec-globalsearch button:hover:before {
	color: #676767;
}

@media (min-width: 320px) and (max-width: 480px) {
	.aec-globalsearch ul.aec-newList {
		font-size: 11px;
		width: 110px;
	}
	.aec-globalsearch .aec-newList li {
		line-height: normal;
	}
	.aec-globalsearch button:before {
		top: 2pxpx;
	}
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	background: #ffffff none repeat-x scroll 50% 50%;
	border: 1px solid #676767;
	border-top: 2px solid #676767 !important;
	-webkit-box-shadow: none !important;
	color: #222222;
	font-family: 'Mukta Vaani', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aec-gstextsearch {
	color: #676767 !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	height: auto !important;
	line-height: 30px !important;
	margin: 0;
	text-transform: capitalize;
}

.aec-gstextsearch span {
	color: #512E35 !important;
	font-weight: 700;
	text-transform: none;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
	background-color: #CCFF66 !important;
}

.ui-menu .ui-menu-divider {
	border-color: #676767;
	margin: 0 !important;
}

.aec-gslabel {
	color: #676767;
	left: 0;
	padding: 5px 5px 5px 50px;
	width: 100%;
}

.aec-gspersoninfo {
	margin: 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aec-gspersonname,
.aec-gstitle {
	color: #676767;
}

.aec-gsimage {
	display: block;
	height: auto;
	max-width: 32px;
	width: 100%;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	z-index: 10;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
		max-width: 185px !important;
	}
	.ui-autocomplete .aec-gsitemsearch {
		height: 38px;
		max-width: 40px;
		overflow: hidden;
	}
}

@media (min-width: 770px) and (max-width: 991px) {
	.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
		max-width: 235px !important;
	}
	.aec-gsimage {
		max-width: 44px;
	}
	.aec-gslabel {
		left: 0;
		overflow: hidden;
		padding: 6px 4px 5px 58px;
		position: absolute;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-searchholder {
		margin-top: 10px;
	}
}


/*====================================
	EMAIL LIST
=====================================*/

.email-container,
.login-container,
.cart-container {
	display: block;
	float: left;
	height: 149px;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	width: 33.3333%;
	position: relative;
}

.join-our-email,
.aec-loginlinks,
.aec-main-minicart {
	padding-top: 5px;
}

.email-container a,
.header-custom-buttons .login-container .aec-loginlinks,
.aec-main-minicart {
	background-color: #d1d2d4;
	border: 2px solid #676767;
	border-radius: 8px;
	color: #676767;
	display: block;
	font-weight: 700;
	height: 100%;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 100%;
}

.icon-mail-1,
.icon-basket-1 {
	display: block;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
}

.icon-mail-1:before {
	display: inline-block;
	font-size: 30px;
	height: 30px;
	margin-bottom: 10px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	text-align: center !important;
	width: 100% !important;
}

.icon-basket-1:before {
	display: inline-block;
	font-size: 37px;
	height: 30px;
	margin-bottom: 5px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	text-align: center !important;
	width: 100% !important;
}

.login-container a:before {
	content: "\f85c";
	font-family: "WebGlyphs";
	display: inline-block;
	font-size: 38px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 20px;
	width: 100%;
}

.login-container a {
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #676767;
}

.aec-cart-icon {
	color: #676767;
}

.outer-circle {
	border: 2px solid #676767;
	border-radius: 50%;
	bottom: 6px;
	display: block;
	height: 40px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	width: 40px;
}
#aec-cartinfo .outer-circle {
  bottom: 4px;
}
.circle-ring {
	border: 1px solid #676767;
	border-radius: 50px;
	display: block;
	height: 26px;
	margin: 0 auto;
	position: relative;
	top: 5px;
	width: 26px;
}

.inner-cirle {
	background-color: #676767;
	border: 1px solid #676767;
	border-radius: 50px;
	display: block;
	height: 20px;
	margin: 0 auto;
	position: relative;
	top: 2px;
	width: 20px;
	transition: background-color 0.25s ease-in-out 0s;
	-webkit-transition: background-color 0.25s ease-in-out 0s;
}

.join-our-email:hover,
.join-our-email:active,
.login-container:hover,
.login-container .aec-loginlinks a:hover,
.login-container .aec-loginlinks a:active,
.aec-main-minicart:hover,
.aec-main-minicart .aec-cart-icon:hover,
.aec-main-minicart .aec-cart-icon:active {
	text-decoration: none;
	color: #676767;
}

.join-our-email:hover .inner-cirle,
.join-our-email:active .inner-cirle,
.login-container:hover .inner-cirle,
.login-container .aec-loginlinks:hover + .outer-circle .inner-cirle,
.login-container .aec-loginlinks:active+ .outer-circle .inner-cirle,
.aec-main-minicart:hover .inner-cirle,
.aec-main-minicart .aec-cart-icon:hover .inner-cirle,
.aec-main-minicart .aec-cart-icon:active .inner-cirle {
	background-color: #ccff66;
}

@media (min-width: 992px) and (max-width: 1145px) {
	.email-container,
	.login-container,
	.cart-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.login-container a,
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart {
		font-size: 17px;
	}
}

@media (min-width: 992px) and (max-width: 1032px) {
	.header-search {
		background-size: 465px auto !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-custom-buttons {
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.home-link {
		background-size: auto 100% !important;
	}
	.email-container,
	.login-container,
	.cart-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-search {
		background: #676767 url("/customers/ccmusic/img/simple-mesh.svg") repeat scroll center center / 14px 22px;
		border: 2px solid #676767;
		height: 80px;
		min-height: 80px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.aec-globalsearch .aec-globalsearchcontainersel {
		left: 2px;
		/* compensate new border*/
	}
	#aec-searchholder {
		border: 4px solid #d1d2d4;
		display: block;
		height: 100%;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0;
		padding: 15px;
	}
	.aec-globalsearch {
		clear: none;
		border: none;
		display: inline-block;
		float: none;
		padding-left: 0 !important;
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	form#aec-globalsrch {
		background: #ccff66 none repeat scroll 0 0;
		border: 2px solid #4d4b4d;
		display: inline-block;
		height: 38px;
		width: 100%;
	}
	.aec-globalsearch {
		margin: 0 auto;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.email-container,
	.login-container,
	.cart-container {
		height: 80px;
	}
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart,
	.login-container a {
		font-size: 14px;
	}
	.icon-mail-1:before,
	.icon-basket-1:before {
		font-size: 25px;
		height: 15px;
	}
	.login-container a:before {
		font-size: 25px;
		height: 10px;
		margin-bottom: 10px;
		margin-top: 4px;
	}
	.outer-circle {
		bottom: 6px;
		height: 26px;
		width: 26px;
	}
	#aec-cartinfo .outer-circle {
		bottom: 4px;
	}
	.circle-ring {
		display: block;
		height: 16px;
		top: 3px;
		width: 16px;
	}
	.inner-cirle {
		height: 10px;
		top: 2px;
		width: 10px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.header-custom-buttons {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.email-container {
		padding-left: 0;
		padding-right: 15px;
	}
	.cart-container {
		padding-left: 15px;
		padding-right: 0;
	}
	.icon-mail-1,
	.icon-basket-1 {
		display: inline-block;
	}
	.icon-mail-1:before,
	.icon-basket-1:before {
		display: inline-block;
		font-size: 28px;
		height: 35px;
		line-height: 35px;
		width: 35px;
		position: relative;
		top: 4px;
	}
	.login-container a:before {
		font-size: 25px;
		height: 35px;
		line-height: 29px;
		margin: 0;
		width: 35px;
		text-align: center;
		position: relative;
		top: 2px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart {
		text-align: left;
		padding: 5px;
	}
	.email-container,
	.login-container,
	.cart-container {
		height: 50px;
	}
	.outer-circle {
		left: auto;
	}
	.aec-cart-icon {
		display: inline-block;
		height: 100%;
		position: relative;
		width: 100%;
	}
	.outer-circle {
		border-radius: 50%;
		bottom: auto;
		left: auto;
		right: 0;
		top: 50%;
		transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
	}
	.email-container .outer-circle {
		right: 22px;
	}
	.login-container .outer-circle {
		right: 17px;
	}
	.outer-circle {
		height: 30px;
		width: 30px;
	}
	.circle-ring {
		display: block;
		height: 20px;
		top: 3px;
		width: 20px;
	}
	.inner-cirle {
		height: 14px;
		top: 2px;
		width: 14px;
	}
}

@media (min-width: 361px) and (max-width: 550px) {
	.outer-circle {
		display: none
	}
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart {
		font-size: 14px;
	}
	.email-container,
	.login-container,
	.cart-container {
		height: 40px;
	}
	.login-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.cart-container {
		padding-left: 5px;
		padding-right: 0;
	}
	.email-container {
		padding-left: 0;
		padding-right: 5px;
	}
	.login-container a:before {
		font-size: 18px;
		height: 28px;
		line-height: normal;
		margin: 0;
		position: relative;
		text-align: center;
		top: 0px;
		width: 20px;
	}
	.login-container a {
		color: #676767;
		font-size: 14px;
		line-height: 27px;
		text-transform: uppercase;
	}
	.icon-mail-1:before,
	.icon-basket-1:before {
		display: inline-block;
		font-size: 20px;
		height: 18px;
		line-height: 18px;
		position: relative;
		top: 2px;
		width: 35px;
	}
}

@media (min-width: 0px) and (max-width: 370px) {
	.header {
		padding-left: 5px;
		padding-right: 5px;
	}
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart {
		border: 1px solid #676767;
	}
	.outer-circle {
		display: none
	}
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart {
		font-size: 12px;
		line-height: 28px;
	}
	.email-container,
	.login-container,
	.cart-container {
		height: 40px;
	}
	.login-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.cart-container {
		padding-left: 5px;
		padding-right: 0;
	}
	.email-container {
		padding-left: 0;
		padding-right: 5px;
	}
	.email-container a,
	.header-custom-buttons .login-container .aec-loginlinks,
	.aec-main-minicart {
		padding: 5px;
		text-align: left;
	}
	.login-container a:before {
		font-size: 19px;
		height: 28px;
		line-height: normal;
		margin: 0;
		position: relative;
		text-align: center;
		top: 1px;
		width: 20px;
	}
	.login-container a {
		color: #676767;
		font-size: 12px;
		line-height: 27px;
		text-transform: uppercase;
	}
	.icon-mail-1:before,
	.icon-basket-1:before {
		display: inline-block;
		font-size: 20px;
		height: 18px;
		line-height: 18px;
		position: relative;
		top: 2px;
		width: 35px;
	}
	#aec-searchholder {
		padding: 10px;
	}
	.header-search {
		background-size: 11px 17px !important;
		height: 70px;
		min-height: 70px;
	}
	.home-link {
		margin: 0 auto 20px;
	}
}

#aec-email-signup .modal-header {
	background-color: #512e35;
	border-bottom: 5px solid #ccff66;
	color: #ccff66;
}

#aec-email-signup h4.modal-title {
	font-size: 16px !important;
	font-weight: 700;
	text-transform: uppercase;
}

#aec-email-signup button.close {
	background-color: #d1d2d4;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	opacity: 1;
	padding: 0 8px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-email-signup button.close:hover {
	background-color: #ccff66;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#aec-email-signup button.close span {
	color: #512e35;
	font-size: 30px;
	line-height: 1em;
	opacity: 1 !important;
	overflow: hidden;
	position: relative;
	text-shadow: 0 0;
	top: 0px;
}

#aec-email-signup h4.modal-title .icon-newspaper {
	margin-right: 4px;
}

#aec-email-signup .modal-content {
	border: medium none;
	border-radius: 0 5px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
}

#aec-email-signup .modal-body .optInSignUp-title > p {
	font-weight: normal;
	text-align: left;
	color: #d1d2d4;
}

#aec-email-signup .modal-body .optInSignUp-title > span {
	background-color: #babbbc;
	border-radius: 0 !important;
	color: #676767;
	display: block;
	font-size: 85%;
	font-weight: 400;
	line-height: 1;
	padding: 4px;
	text-align: left;
	vertical-align: baseline;
}

#aec-email-signup .modal-body {
	background-color: #676767;
	padding: 2px;
}

.email-form-container {
	background-color: #676767;
	padding: 15px;
}
.modal-body .optInResult-Panel {
  color: #ccff66;
  font-size: 20px;
  padding: 15px;
}
.modal-body .optInResult-Panel > b > br + br {
  display: none;
}
.modal-body .optInResult-Panel > br {
  display: none;
}
.email-form-container label {
	color: #d1d2d4;
	display: block;
	font-size: 14px !important;
	font-weight: 600;
	text-align: left;
	width: 100%;
}

.email-form-container .optInSignUp-title b {
	color: #d1d2d4;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.email-form-container h5.optInSignUp-title {
	margin-bottom: 15px;
	margin-top: 0;
}

.email-form-container label[for="optInSignUp-email-address"] {
	margin-top: 10px;
}

.email-form-container .optInSignUp-Form {
	display: table;
	width: 100%;
}

.email-form-container input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #512e35;
	background-color: #d1d2d4;
	background-image: none;
	border: 1px solid #d1d2d4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.email-form-container input:focus {
	border-color: #ccff66 !important;
	outline: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.email-form-container .optInSignUp-button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	background-color: #ccff66;
	color: #512e35;
	float: right;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.email-form-container .optInSignUp-button:before {
	font-family: 'WebGlyphs';
	content: '\f84e';
	font-weight: normal;
	margin-right: 4px;
}

.email-form-container .optInSignUp-button:hover {
	box-shadow: 0 0 10px #ccff66 !important;
	-webkit-box-shadow: 0 0 10px #ccff66 !important;
	background-color: #ccff66;
	color: #512e35;
}

.optInSignUp-button > span > b {
	font-weight: 400 !important;
}

.aec-redStandard {
	color: #ccff66;
}

.aec-redStandard.optInSignUp-frmValidations {
	text-align: left;
}

.aec-redStandard.optInSignUp-frmValidations > p {
	font-size: 12px;
	margin: 0 0 5px;
}


/*====================================
	SHOPING CART
=====================================*/

.aec-cart-icon .icon-basket-alt:before {
	left: 0;
	position: relative;
	top: 5px;
}

#aec-cartinfo-cartname {
	display: none;
}

#aec-cart-arrow {
	display: none !important;
}

#aec-cartinfo-minicart {
	background-color: #fff;
	border-top: medium none;
	-webkit-box-shadow: none !important;
	cursor: pointer;
	left: 0;
	max-height: 500px;
	min-width: 100%;
	overflow-y: auto;
	margin-top: 50px;
	position: absolute;
	top: 0;
	z-index: 100;
	display: none;
	display: none !important;
}

#aec-miniCartDiv {
	background-color: #fff;
	min-height: 120px;
}

#aec-miniCart2 {
	margin-bottom: 0;
	width: 100%;
}

#aec-miniCart2 th:nth-child(2),
#aec-miniCart2 td:nth-child(2) {
	text-align: center;
}

#aec-miniCart2 thead tr {
	background: #676767 none repeat scroll 0 0;
	border-top: medium none;
}

#aec-miniCart2 th {
	color: #d1d2d4;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 0;
	padding: 0 5px;
	text-decoration: none;
}

#aec-miniCart2 td {
	color: #676767;
	line-height: normal;
	padding: 4px 0 4px 7px;
	text-align: left;
}

#aec-miniCart2 tbody a {
	color: #676767;
	display: block;
	font-size: 13px;
	width: 100%;
}

#aec-miniCart2 tbody a:hover {
	color: #d1d2d4;
}

#aec-minicart-checkoutlink {
	background-color: #ccff66;
	border-radius: 0 !important;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}

#aec-minicart-checkoutlink > a {
	color: #676767;
	font-weight: 700;
	text-transform: uppercase;
}

#aec-cartinfo,
#aec-cartinfo.aec-hovertab.aec-cartinfo-on {
	background-color: transparent !important;
	border-radius: 0 !important;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	left: 0;
	line-height: normal;
	padding-top: 0;
	position: relative;
	width: 100%;
}

#aec-cartinfo > span#aec-cartinfo-inner {
	display: none;
}

#aec-cartinfo-inner {
	display: inline-block;
	float: left;
	height: 50px;
	position: relative;
	width: calc(100% - 50px);
}

#aec-cartinfo-inner > a {
	display: inline-block;
	text-align: center;
	width: 90%;
}

#aec-cartinfo-inner a,
#aec-cartinfo-inner a:hover,
#aec-cartinfo-inner a:active {
	text-decoration: none !important;
}

#aec-cartinfo-inner * {
	color: #676767;
	font: 700 15px/50px "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#aec-carthead {
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-right: 5px;
	padding: 0;
	position: relative;
	text-align: center;
	top: 8px;
	width: auto;
	line-height: 100%;
}

#aec-carthead a {
	background-color: #676767;
	color: #fff;
	display: inline;
	font-weight: bold;
	line-height: normal;
	padding: 7px 10px;
	position: relative;
	text-transform: uppercase;
	top: 1px;
	transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
}

#aec-cartinfo-inner span#aec-cartitems-total:before {
	color: #676767;
	content: "\f845";
	font-family: 'WebGlyphs';
	position: absolute;
	right: 7px;
	top: -2px;
	font-weight: normal;
	font-size: 12px;
}

#aec-carthead a:hover,
#aec-carthead a:active,
#aec-carthead a:focus {
	color: #fff !important;
	background-color: #676767 !important;
	text-decoration: none !important;
	outline: none !important;
	text-decoration: none !important;
}

#aec-cartinfo,
#aec-cartinfo.aec-hovertab.aec-cartinfo-on #aec-carthead > a {
	color: #fff !important;
	outline: none !important;
	text-decoration: none !important;
}

.header-custom-buttons .aec-cart-icon:focus {
  color: #676767;
}
#aec-cartinfo .icon-cart-full:before {
	line-height: 50px;
	font-size: 35px;
}

@media (min-width: 0px) and (max-width: 991px) {
	#aec-carthead a {
		padding: 6px 25px;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.header-cart {
		margin-top: 15px;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.header-cart {}
}

@media (min-width: 768px) and (max-width: 991px) {
	#aec-carthead a {
		display: inline-block;
		width: 100%;
	}
	#aec-carthead {
		top: 2px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	#aec-cartinfo-inner {
		width: 55%;
	}
	#aec-carthead {
		margin-right: 1%;
		width: 31%;
	}
	#aec-carthead a {
		display: inline-block;
		position: relative;
		top: -6px;
		width: 100%;
	}
}

@media (min-width: 360px) and (max-width: 420px) {
	#aec-cartinfo-inner * {
		color: #676767;
		font: bold 14px/34px arial;
	}
}


/*====================================
	HEADER DEPARTMENTS NAV MENU
=====================================*/

#aec-all-departments {
	background-color: #d1d2d4;
	border: medium none !important;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 15px;
	padding-top: 15px;
	z-index: 10;
}

#nav-ccmusic-departments .dot {
	border: 2px solid #676767;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	margin-right: 8px;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
	line-height: 0;
}

#nav-ccmusic-departments .innerdot {
	background-color: #512e35;
	border: 1px solid #676767;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	position: relative;
	top: 2px;
	width: 8px;
	transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
}

#nav-ccmusic-departments .single-line.short-cell {
	width: 9% !important;
}

#nav-ccmusic-departments [class^="icon-"]:before,
#nav-ccmusic-departments [class*=" icon-"]:before {
	font-size: 22px;
	line-height: 0;
	position: relative;
	top: 2px;
	width: auto;
}

#nav-ccmusic-departments .icon-movie-star:before {
	font-size: 30px;
}

#nav-ccmusic-departments .dropdown-toggle,
#nav-ccmusic-departments .nav.navbar-nav a {
	color: #512E35;
	font-size: 14px;
	font-weight: 700;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
}

#nav-ccmusic-departments .dropdown-menu a {
	color: #676767 !important;
}

#nav-ccmusic-departments .nav.navbar-nav > li {
	transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
	display: table-cell;
	float: none;
	width: 12.5%;
	text-align: left;
}

#nav-ccmusic-departments .nav.navbar-nav > li a:hover .capsule {
	color: #512e35;
	background-color: #ccff66;
	box-shadow: 0 0 10px #ccff66;
	-webkit-box-shadow: 0 0 10px #ccff66;
}

#nav-ccmusic-departments .nav.navbar-nav > li a:hover .innerdot {
	background-color: #ccff66;
}

#nav-ccmusic-departments .nav.navbar-nav li ul li a:hover {
	background-color: #d1d2d4;
}

.dropdown-menu .divider {
	background-color: #d1d2d4;
	margin: 5px 0;
}

#nav-ccmusic-departments .dropdown-menu > li > a {
	color: #512e35 !important;
	font-weight: 600 !important;
	text-align: left !important;
}

#nav-ccmusic-departments .dropdown-menu > li.aec-parentDpt > a {
	font-weight: 700 !important;
}

@media (min-width: 1200px) and (max-width: 7680px) {
	#aec-all-departments > .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 1024px) {
	#aec-all-departments > .container {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 7680px) {
	#nav-ccmusic-departments .navbar-nav > li > a {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	#nav-ccmusic-departments.navbar-collapse {
		display: table;
		width: 100%;
	}
	#nav-ccmusic-departments .dropdown-menu > li > a {
		color: #676767;
		font-size: 13px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}
	#nav-ccmusic-departments ul.navbar-nav {
		float: none;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#nav-ccmusic-departments .dropdown-menu {
		background-color: #fff;
		border: medium none;
		-webkit-box-shadow: none !important;
		font-size: 13px;
	}
	#nav-ccmusic-departments .navbar-nav > li > a > .capsule {
		background-color: #babbbc;
		border-radius: 12px;
		display: inline-block;
		padding: 0 5px;
		position: relative;
		width: calc(100% - 40px);
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		vertical-align: middle;
	}
	#nav-ccmusic-departments .dropdown-menu > li > a:focus,
	#nav-ccmusic-departments .dropdown-menu > li > a:hover {
		background-color: #E6FAFF;
		text-decoration: none;
		color: #676767;
	}
	#nav-ccmusic-departments .open > a,
	#nav-ccmusic-departments .open > a:focus,
	#nav-ccmusic-departments .open > a:hover {
		background-color: transparent;
	}
	#nav-ccmusic-departments .open {
		background-color: transparent;
		border-radius: 0 !important;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li.req-cat .capsule {
		background-color: #babbbc !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li.req-cat a:hover .capsule {
		background-color: #ccff66 !important;
		color: #512e35;
	}
	#nav-ccmusic-departments .navbar-nav > li.req-cat > a {
		color: #676767;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#nav-ccmusic-departments {
		margin-left: 0;
		margin-right: 0;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li {
		display: table-cell;
		float: none;
		width: 10%;
		vertical-align: middle;
	}
	#nav-ccmusic-departments .navbar-nav > li > a > .capsule {
		display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 2px;
		position: relative;
		top: 2px;
		border: none !important;
		height: 44px;
		width: 100% !important;
	}
	#nav-ccmusic-departments .navbar-nav > li {
		left: -7px;
	}
	#nav-ccmusic-departments .navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#nav-ccmusic-departments .dropdown-toggle,
	#nav-ccmusic-departments .nav.navbar-nav a {
		text-align: center;
	}
	#nav-ccmusic-departments .dot {
		height: 26px;
		margin-right: 0;
		top: -2px;
		width: 26px;
	}
	#nav-ccmusic-departments .innerdot {
		height: 10px;
		top: 6px;
		width: 10px;
	}
	#nav-ccmusic-departments .innerdot:before {
		border: 1px solid #676767;
		border-radius: 50%;
		content: "";
		height: 16px;
		left: -4px;
		position: absolute;
		top: -4px;
		width: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1184px) {
	#aec-all-departments .container {
		padding-left: 0;
		padding-right: 0;
	}
	#nav-ccmusic-departments .navbar-nav > li > a > .capsule {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 2px;
		position: relative;
		top: 2px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header {
		margin: 15px auto 30px;
	}
	.header-container .ccmusic-user-nav .container,
	#aec-all-departments .container {
		width: 100%
	}
	.header-container .header {
		padding: 0 15px;
		width: 100% !important;
	}
	#nav-ccmusic-departments .dropdown-toggle,
	#nav-ccmusic-departments .nav.navbar-nav a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li {
		vertical-align: middle;
	}
	.header-custom-buttons,
	.header-search {
		padding-top: 10px;
	}
	.header-search {
		padding-left: 25px;
		padding-right: 25px;
	}
	.home-link {
		height: 100px;
		max-width: 350px;
		top: 22px;
	}
}

#aec-all-departments .navbar-toggle {
	background-color: #babbbc;
	border: medium none;
	border-radius: 0 !important;
	color: #512E35;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0 !important;
	transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	line-height: 1em;
}

.aec-parentDpt > a {
	color: #512e35 !important;
	font-weight: 700 !important;
}

@media (min-width: 0px) and (max-width: 480px) {
	#nav-ccmusic-departments ul.nav {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 481px) and (max-width: 520px) {
	#nav-ccmusic-departments ul.nav {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-all-departments {
		background-color: #d1d2d4;
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 10px;
	}
	#nav-ccmusic-departments ul.nav {
		margin-top: 0;
	}
	#aec-all-departments .navbar-toggle {
		background-color: #BABBBC;
		width: 100%;
	}
	#aec-all-departments button.shop-departments .nav-label {
		line-height: 1em;
	}
	#aec-all-departments .navbar-header {
		margin-left: 15px;
		margin-right: 15px;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li {
		background-color: #d1d2d4;
		display: block;
		float: none;
		width: 100% !important;
	}
	#nav-ccmusic-departments {
		border: 3px solid #babbbc;
		border-radius: 0 0 10px 10px !important;
		-webkit-border-radius: 0 0 10px 10px !important;
		border-top: medium none !important;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		margin: 0 5px;
	}
	#aec-all-departments .dropdown-menu li,
	#aec-all-departments .dropdown-menu {
		background-color: #fff;
		border-bottom: medium none;
		font-size: 13px;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li a:hover {
		background-color: transparent;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li ul li a:hover {
		background-color: #DBF4FB;
	}
	#nav-ccmusic-departments .dropdown-toggle,
	#nav-ccmusic-departments .nav.navbar-nav a {
		font-size: 18px !important;
		padding: 5px 7px;
	}
	#aec-all-departments .dropdown-menu li a {
		color: #676767;
		font-size: 13px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}
	#nav-ccmusic-departments .dropdown-menu > li > a:focus,
	#nav-ccmusic-departments .dropdown-menu > li > a:hover {
		background-color: #d1d2d4;
		text-decoration: none;
	}
	#nav-ccmusic-departments .capsule {
		background-color: #babbbc;
		border-radius: 12px;
		display: inline-block;
		padding: 4px 15px;
		width: calc(100% - 40px);
	}
	#nav-ccmusic-departments ul li {
		background-color: #676767;
		/*border-bottom: 1px solid #d1d2d4;*/
		text-align: left;
	}
	#nav-ccmusic-departments ul.nav.navbar-nav > li:first-child {
		/*border-top: 1px solid #d1d2d4;*/
	}
	#nav-ccmusic-departments .dropdown-toggle {
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		font-size: 14px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		text-transform: uppercase;
	}
	#nav-ccmusic-departments .dropdown.open .dropdown-toggle,
	#nav-ccmusic-departments .dropdown .dropdown-toggle:hover {
		background-color: #512e35;
	}
	#nav-ccmusic-departments .dropdown-menu .divider {
		background-color: #d1d2d4 !important;
	}
	#aec-all-departments .dropdown-menu {
		border-left: medium none;
		border-radius: 0 !important;
		border-right: medium none;
	}
	#nav-ccmusic-departments .navbar-nav > li > a {
		text-align: left !important;
		padding-left: 20px !important;
	}
	#nav-ccmusic-departments .caret {
		border: medium none;
		position: absolute;
		right: 35px;
		top: 10px;
	}
	#nav-ccmusic-departments .caret:before {
		content: "\f845";
		font-family: "WebGlyphs";
	}
	#nav-ccmusic-departments [class^="icon-"]:before,
	#nav-ccmusic-departments [class*=" icon-"]:before {
		font-size: 27px;
		height: 25px;
		left: 5px;
		line-height: 25px;
		position: absolute;
		text-align: center !important;
		width: 30px;
		top: 8px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#aec-all-departments .navbar-header {
		padding-left: 0;
		padding-right: 0;
		margin-left: 5px;
		margin-right: 5px;
	}
	#aec-all-departments .navbar-toggle {
		padding: 10px;
	}
	#aec-all-departments > .container {
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 778px) {
	#nav-ccmusic-departments {
		margin-left: 5px;
		margin-right: 5px;
	}
	#aec-all-departments .container {
		padding: 0;
	}
}

#aec-all-departments .navbar-toggle:hover {
	background-color: #676767;
	color: #ccff66;
}

@media (min-width: 992px) and (max-width: 1184px) {
	#nav-ccmusic-departments .navbar-nav > li > a > .capsule {
	  font-size: 13px;
	  padding-left: 8px;
	  padding-right: 8px;
	  padding-top: 1px;
	  position: relative;
	  top: 0;
	}
	#nav-ccmusic-departments .dropdown-toggle, #nav-ccmusic-departments .nav.navbar-nav a {
	  margin-left: 0;
	  margin-right: 0;
	  padding-left: 5px;
	  padding-right: 5px;
	}
	#nav-ccmusic-departments .nav.navbar-nav > li:first-child {
	  padding-left: 10px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.dropdown-menu-right-sm {
		left: auto !important;
		right: 0 !important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#ui-id-1.ui-autocomplete {
		left: 2% !important;
		width: 96% !important;
		z-index: 10;
	}
}

@media (min-width: 0px) and (max-width: 479px) {
	#ui-id-1.ui-autocomplete {
		left: 6% !important;
		width: 88% !important;
		z-index: 10;
	}
}

@media (min-width: 768px) and (max-width: 769px) {
	#ui-id-1.ui-autocomplete {
		left: 2% !important;
		width: 96% !important;
		z-index: 10;
	}
}


/*====================================
	TOGGLE LEFT NAVIGATION
=====================================*/

.aec-toggle-leftnav {
	background-color: transparent;
	background-image: none;
	border: medium none;
	border-radius: 0 !important;
	color: #676767;
	float: left;
	height: 50px;
	margin: 0;
	padding: 8px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	width: 50px;
	display: none;
}

.aec-toggle-leftnav .icon-list-justify {
	font-size: 20px;
}

.aec-toggle-leftnav:hover,
body.open-nav .aec-toggle-leftnav {
	background-color: #676767;
	color: #ccff66;
}

body.open-nav .aec-toggle-leftnav .icon-list-justify:before {
	content: '\f82c' !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
	.aec-toggle-leftnav {
		display: block;
	}
	.navbar-default.ccmusic-user-nav {
		background-color: #babbbc;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a,
	.navbar-default.ccmusic-user-nav a,
	.navbar-default.ccmusic-user-nav,
	.navbar-default.ccmusic-user-nav .navbar-nav > li > a.aec-myacc-link {
		color: #512e35;
		font-weight: 600;
	}
}


/*====================================
	END HEADER
=====================================*/


/*====================================
	FOOTER
=====================================*/

#aec-footer {
	bottom: 0;
	left: 0;
	margin-top: 0;
	width: 100%;
}

#aec-footer-siteswitch {
	display: none;
}

.footer {
	background-color: #512e35;
	color: #d1d2d4;
	display: block;
	padding-top: 80px;
	text-align: left;
}

.footer-col {
	margin-bottom: 40px;
	min-height: 160px;
}

.footer-col.aec-helpful-links {
	border-left: 0 none;
}

.footer li {
	line-height: 25px;
	height: 25px;
}

.footer h4 {
	font-size: 18px;
	font-weight: 800;
	margin-top: 0;
	text-transform: uppercase;
}

.footer ul {
	list-style: none;
	overflow: hidden !important;
}

.footer-nav a {
	line-height: 14px;
}

.footer a {
	color: #d1d2d4;
	font-size: 16px;
	font-weight: 300;
	transition: color 0.2s ease-in-out 0s;
	-webkit-transition: color 0.2s ease-in-out 0s;
}

.footer a:hover,
.footer a:active {
	color: #ccff66;
}

.footer a i {
	margin-right: 0px;
	width: auto;
}

.footer #aec-user-list a i,
.footer #aec-categories-list a i {
	font-size: 18px;
	text-align: center;
}

.footer #aec-categories-list a i {
	left: -2px;
	position: relative;
}

.aec-helpful-links a i {
	width: 1em;
}

ul.footer-social-links {
	overflow: visible !important;
	margin-bottom: 40px;
}

.footer-social-links li {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	width: auto;
	height: 40px;
}

.top-left > p {
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding-right: 20px;
}

.footer .footer-social-links a i {
	background-color: #d1d2d4;
	border-radius: 4px !important;
	color: #512e35;
	display: block;
	margin-right: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	line-height: 100%;
}

.footer .footer-social-links a i.icon-gplusnew:before,
.footer .footer-social-links a i.icon-twitter-1:before {
	position: relative;
	left: -2px;
}

.footer .footer-social-links a i.icon-twitter-1:hover,
.footer .footer-social-links a i.icon-twitter-1:active {
	background-color: #ccff66;
	color: #512e35;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.footer .footer-social-links a i.icon-facebook:before {
	font-size: 24px;
	left: 5px;
	position: relative;
}

.footer .footer-social-links a i.icon-facebook:hover,
.footer .footer-social-links a i.icon-facebook:active {
	background-color: #ccff66;
	color: #512e35;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.footer .footer-social-links a i.icon-gplusnew:hover,
.footer .footer-social-links a i.icon-gplusnew:active {
	background-color: #DD4E42;
	color: #fff;
}

.footer .footer-social-links a i.icon-instagram:before {
	font-size: 18px;
	line-height: 14px;
}

.footer .footer-social-links a i.icon-instagram:hover,
.footer .footer-social-links a i.icon-instagram:active {
	background-color: #BB815A;
	color: #fff;
}

h4.social-header {
	margin-top: 0px;
}

.credit-cards a {
	font-size: 24px;
}

@media (min-width: 650px) and (max-width: 991px) {
	.credit-cards {
		padding-top: 35px;
	}
	.aec-youracc-links,
	.aec-conpanyinfo-links {
		border-left: 2px solid #d1d2d4;
	}
}

.aec-disclaimer {
	font-size: 13px;
	margin-top: 0;
	min-height: 50px;
	padding-top: 15px;
	text-align: left;
}

.aec-dtu-footer {
	min-height: 50px;
	text-align: right;
}

.aec-dtu-footer a {
	color: #d1d2d4;
	font-size: 24px;
}

.footer .container-fluid {
	background-color: #512e35;
	color: #d1d2d4;
}

.footer-bottom {
	display: table;
	margin: 0 auto;
	width: 1170px;
}

@media (min-width: 0px) and (max-width: 1170px) {
	.footer-bottom {
		width: 100%;
	}
}

.aec-dtu-footer ul {
	display: block;
	margin: 0 auto;
	float: none;
}

#aec-footer .aec-copyAndLogo {
    min-height: 50px;
    justify-content: flex-end;
    color: #d1d2d4;
    font-family: "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.footer {
		padding-top: 30px;
	}
}

@media (min-width: 650px) and (max-width: 767px) {
	.footer .col-smd-4 {
		float: left;
		width: 33.33333333%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	ul.footer-social-links {
		margin-bottom: 20px;
	}
}

@media (min-width: 650px) and (max-width: 991px) {
	.aec-disclaimer {
		font-size: 11px;
	}
	.footer-col {
		min-height: 165px;
	}
	.footer-col.last-col {
		border: medium none;
		height: auto;
		min-height: 0;
		width: 100%;
	}
	.top-left,
	.botton-right {
		float: left;
		width: 50%;
	}
	.botton-right {
		text-align: right;
	}
	h4.social-header {
		margin-top: 0;
	}
	.footer-col.last-col {
		margin-bottom: 0;
		padding-top: 0;
	}
	.footer-social-links li {
		margin-left: 10px;
		margin-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 649px) {
	.aec-disclaimer,
	.aec-dtu-footer {
		float: left;
		width: 100%;
		text-align: center;
	}
	.ts-1 {
		clear: none;
		float: none;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 165px;
	}
	.footer-col {
		margin-bottom: 0;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 650px) and (max-width: 7680px) {
	.footer-btn {
		display: none;
	}
	.footer .collapse {
		display: table !important;
	}
	.footer .navbar-collapse {
		border-top: none !important;
		-webkit-box-shadow: none !important;
		overflow-x: visible;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
	.col-xs-12.footer-col:not(.aec-helpful-links) {
		padding-left: 20px !important;
		padding-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 7680px) {
	.col-xs-12.footer-col:not(.aec-helpful-links) {
		border-left: 1px solid #d1d2d4;
	}
}

@media (min-width: 0px) and (max-width: 649px) {
	.col-xs-12.footer-col {
		padding-left: 0;
		padding-right: 0;
	}
	.footer {
		padding-top: 50px;
	}
	.footer .col-smd-4 h4 {
		display: none;
	}
	.footer-col {
		min-height: 0;
		border: none;
	}
	.footer-btn {
		border-bottom: 1px solid #d1d2d4;
		border-radius: 0 !important;
		font-size: 18px;
		font-weight: 800;
		margin: 0 auto 0;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	.footer-nav {
		border-bottom: 1px solid #D1D2D4;
		-webkit-box-shadow: none !important;
		margin-bottom: 0;
	}
	.footer-nav li {
		border-top: 1px solid #512e35;
		height: auto;
		line-height: normal;
		margin-left: -15px;
		margin-right: -15px;
		padding: 8px 0px;
	}
	.footer-nav li:first-child {
		border-top: none;
	}
	.footer a {
		display: block;
	}
	.footer-nav li:hover a {
		color: #ccff66;
	}
	.footer-col.last-col {
		margin-top: 15px;
		padding-top: 10px;
		text-align: center;
	}
	.aec-dtu-footer {
		float: left;
		text-align: center !important;
		width: 100%;
		height: 30px;
		margin-top: 0;
		min-height: auto;
		padding: 5px 0;
	}
	.aec-disclaimer {
		float: left;
		text-align: center !important;
		width: 100%;
		margin-top: 5px !important;
		font-size: 11px;
		height: auto;
		margin-top: 0;
		min-height: auto;
		padding: 5px 0;
	}
	ul.footer-social-links {
		margin-bottom: 20px;
		text-align: left;
		width: 50%;
		float: left;
	}
	.ts-1 {
		margin-bottom: 15px;
		top: 0;
	}
	.credit-cards {
		float: left;
		width: 100%;
	}
	.top-left > p {
		display: inline-block;
		float: left;
		line-height: 32px;
		padding-right: 10px;
		text-align: right;
		width: 50%;
	}
	.aec-helpful-links,
	.aec-youracc-links,
	.aec-conpanyinfo-links {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.footer button[aria-expanded="false"] .nav-label:before {
		content: "\f845";
		font-family: 'WebGlyphs';
		left: 0;
		position: absolute;
		color: #ccff66;
	}
	.footer button[aria-expanded="true"] .nav-label:before {
		content: "\f848";
		font-family: 'WebGlyphs';
		left: 0;
		position: absolute;
		color: #ccff66;
	}
	.footer button[aria-expanded="true"] {
		border-bottom: 1px solid #D1D2D4 !important;
	}
	#aec-information-list,
	#aec-user-list,
	#aec-help-list {
		border-radius: 0 !important;
	}
}


/*====================================
	FOOTER END
=====================================*/


/*====================================
	LEFT NAVIGATION
=====================================*/

body.open-nav {
	/* removed margin causing extra space when the left nav is open */
	/*margin-left: 200px;*/
	margin-right: -200px;
}

body #aec-left {
	transition: left .2s ease-in-out 0s;
	-webkit-transition: left .2s ease-in-out 0s;
	-moz-transition: left .2s ease-in-out 0s;
	-o-transition: left .2s ease-in-out 0s;
}

#aec-leftnavspacer {
	height: 33px;
	width: 180px !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
	body.open-nav #aec-left {
		left: 0;
		overflow-y: scroll;
		height: 100%;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
	}
}

body.open-nav #aec-left::-webkit-scrollbar {
	display: none;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1023px) and (max-width: 7680px) {
	#aec-left {
		width: 16.6667% !important;
		float: left;
		list-style: outside none none;
		padding-left: 0;
		padding-right: 15px;
		background-color: #d1d2d4;
		border: medium none;
	}
	body.open-nav {
		margin-left: 0;
		margin-right: 0;
	}
	.aec-dcsnavAccordian .aec-dcsnavHead a {
		margin-left: -5px;
		padding: 5px 0 5px 15px !important;
	}
	.aec-dcsRefine {
		margin-left: -10px !important;
	}
}

.hidden-toggle {
	display: none;
	height: 50px;
	left: 0;
	line-height: 50px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	z-index: 99999;
}

@media (min-width: 0px) and (max-width: 1023px) {
	.hidden-toggle {
		display: block;
	}
}

@media (min-width: 0px) and (max-width: 1023px) {
    #aec-left {
        /*position: fixed;*/
        position: absolute;
        width: 200px !important;
        left: -200px;
        top: 0;
        z-index: 9999;
        padding-left: 0;
        padding-right: 0;
    }
	body.open-nav #aec-left {
		-webkit-box-shadow: none !important;
	}
	.aec-dcsnavTitle,
	.aec-navTitle {
		padding-left: 8px !important;
	}
	.aec-dcsnavAccordian .aec-dcsnavHead {
		padding: 0 8px !important;
	}
	.aec-dcsnavAccordian .aec-dcsnavHead a {
		padding: 5px 0 5px 15px;
		border-radius: 7px;
	}
	.aec-dcsSelections > h3,
	.aec-dcsMore {
		border-radius: 7px !important;
	}
	.aec-dcsLinks ul li {
		padding-bottom: 4px;
		padding-top: 4px;
	}
	.aec-dcsIcon {
		margin: 6px 0 0;
	}
	.aec-dcsSelections {
		padding: 0 8px !important;
	}
}

.help-nav,
.aec-res-deals-nav {
	display: none;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
	border-bottom: medium none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.aec-dcsSelections > h3 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 5px 0;
}

.aec-dcsSelections > ul {
	margin-bottom: 0;
}

.aec-dcsRefine {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.aec-dcsnavTitle,
.aec-navTitle {
	background-color: transparent;
	color: #676767;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
	text-decoration: none;
}

.aec-dcsnavTitle a,
.aec-navTitle a {
	color: #676767;
	display: block;
	font-size: 22px;
	font-weight: 800;
	padding: 5px 0;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
}

.aec-dcsnavAccordian .aec-dcsnavHead a {
	background-color: #babbbc;
	color: #512e35;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsnavAccordian .aec-dcsnavHead:first-child {
	border-top: medium none;
}

.aec-dcsLinks a,
.aec-navLinks > ul > li a {
	color: #676767;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-boutique-link > a {
	text-transform: capitalize;
}

.aec-dcsLinks a:hover,
.aec-dcsnavTitle a:hover,
.aec-navTitle a:hover,
.aec-dcsnavAccordian .aec-dcsnavHead a:hover,
.aec-navLinks > ul > li a:hover {
	color: #512e35 !important;
	text-decoration: none !important;
}

.aec-navLinks > ul > li {
	list-style-type: none;
	padding: 2px 0 2px 5px;
}

.aec-dcsLinks ul li {
	padding-right: 4px;
}

.aec-navLinks.translate {
	border-top: 1px solid #d1d2d4;
	margin-top: 0;
	padding-top: 5px;
}

.aec-dcsIcon {
	background-image: url("/customers/ccmusic/img/ui-icons_222222_256x240D.svg");
	background-position: -32px -16px;
	height: 16px;
	margin: 6px -5px 0;
	position: absolute;
	width: 16px;
}

.aec-dcsLinks {
	margin-left: 10px;
}

.aec-dcsMore {
	background: #676767 none repeat scroll 0 0;
	color: #ccff66;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	padding: 7px 4px 4px;
	text-decoration: none;
	width: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.aec-dcsMore:hover {
	background: #ccff66 none repeat scroll 0 0;
	color: #676767;
	box-shadow: 0 0 10px #ccff66;
	-webkit-box-shadow: 0 0 10px #ccff66;
}

.aec-dcsSelections {
	background-color: transparent;
	border: medium none;
	color: #676767;
	padding: 0;
}

.aec-dcsRefine {
	color: #676767;
	font-size: 22px;
	font-weight: 800;
	padding: 5px 10px 10px;
	margin-top: 15px;
}

.aec-dcsSelections > h3 {
	background-color: #babbbc;
	border-radius: 12px;
	color: #512e35;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelections a {
	color: #676767;
	font-size: 16px;
	padding: 2px 2px 2px 18px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelectionsIcon {
	background-image: none;
	cursor: pointer;
	height: 16px;
	margin: 0;
	position: absolute;
	width: 16px;
}

.aec-dcsSelectionsIcon:before {
	content: "\f800";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 20px;
	position: relative;
	top: -4px;
	color: #676767;
}

.aec-dcsSelections a:hover {
	color: #512E35 !important;
	text-decoration: none !important;
}

.aec-dcsSelections li:hover .aec-dcsSelectionsIcon:before {
	color: #512E35 !important;
}


/*====================================
	LEFT NAVIGATION END
=====================================*/


/*====================================
	INFO BOX
=====================================*/

.bt-content {
	background: none repeat scroll 0 0 #d1d2d4;
	border: 4px solid #ccff66;
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.48) !important;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.48) !important;
	border-radius: 0 !important;
}

.b1f,
.b2f,
.b3f,
.b4f,
.bt-content h3,
.contentf {
	background: none repeat scroll 0 0 #d1d2d4;
}

.contentf div {
	margin-left: 0;
}

.aec-listview .aec-quickviewhover,
.aec-listview.aec-gridview .aec-quickviewhover {
	left: 50% !important;
	padding: 2px !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	width: 64%;
}

.contentf span:empty {
	display: none;
}

.bt-content #aec-rated {
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	line-height: 14px;
	margin: 1px 4px 1px 10px;
	min-width: 17px;
	padding: 2px 2px 1px;
	color: #000;
}

#aec-closex {
	background-color: #ccff66;
	border: medium none;
	color: #512e35;
	cursor: pointer;
	display: block;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	height: 22px;
	margin: 0;
	overflow: hidden;
	padding: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 22px;
	text-indent: 2px;
	border-radius: 0 !important;
}

.bt-content h2 {
	background-color: transparent !important;
	color: #000;
	display: inline-block;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 24px 0;
	text-align: center;
	width: 100%;
}

.contentf h3 {
	margin: 0;
}

.bt-content h2 > a,
.bt-content h3 {
	color: #512e35;
	font-size: 1.4em;
	text-decoration: none;
}

.bt-content h2 > a:hover {
	color: #512e35 !important;
}

.bt-content h3 span {
	color: #676767;
	display: inline-block;
	font: 13px/15px "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 5px;
}

.bt-content #aec-quickviewcontent {
	border-top: 2px solid #babbbc;
	clear: left;
	color: #333;
	font: 14px/22px "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 10px;
	position: relative;
	width: 100%;
}

.bt-content #aec-quickviewcontent dt {
	clear: left;
	color: #676767;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin: 0 6px 0 0;
	padding-bottom: 6px;
	text-align: left;
	width: 70px;
}

.bt-content #aec-quickviewcontent dd {
	color: #676767;
	margin-left: 80px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.bt-wrapper.ui-draggable #canvas {
	display: none !important;
}

#aec-quickviewcontent a {
	color: #512e35;
}

#aec-quickviewcontent a:hover {
	color: #512e35 !important;
}

#aec-quickviewcontent h3, #aec-quickviewcontent h2 {
  color: #512e35 !important;
  font-family: "Mukta Vaani","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: left;
}
/*====================================
	GRID
=====================================*/

.aec-next:hover,
.aec-prev:hover {
	box-shadow: none;
}


/* Hide Categories */

.aec-navTitle:first-child + .aec-dcsnavAccordian {
	display: block;
}

.aec-navTitle:first-child {
	display: block !important;
}

.aec-staticleft + .aec-navTitle {
	display: block !important;
}

.aec-navTitle {
	display: none !important;
}

.aec-dcsnavAccordian {
	display: none;
}

.aec-navLinks {
	display: none;
}

.aec-dcsRefine + .aec-dcsnavAccordian {
	display: block;
}

#aec-left > .aec-navTitle:first-child + .aec-navLinks {
	display: block;
}

.aec-staticleft + .aec-navTitle + .aec-dcsnavAccordian {
	display: block;
}


/* Hide Categories */

html > body #aec-main {
	height: auto !important;
	margin: 0;
	min-height: 1%;
	padding: 0;
	vertical-align: top;
	width: 83.3333%;
	/* Match initial Bootstrap container width */
	float: left;
	padding: 0 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	html > body #aec-main {
		width: 82.3333%;
	}
}

@media (min-width: 0px) and (max-width: 1023px) {
	html > body #aec-main {
		width: 100%;
	}
}

.aec-searchresults {
	color: #512e35;
	font-size: 16px;
	margin-bottom: 10px;
}

.aec-searchresults-notfound {
	color: #512e35;
	font-size: 16px;
	padding: 0;
}

.aec-otherpossibilities {
	font-size: 16px;
	color: #512e35;
}

.aec-otherpossibilities {
	color: #512e35;
	font-size: 16px;
}

.aec-expandResults {
	color: #512e35;
	font-size: 16px;
}

.aec-otherpossibilities a,
.aec-expandResults a,
.aec-searchresults-notfound a {
	color: #512e35 !important;
	font-weight: 700;
}

.aec-otherpossibilities a:hover,
.aec-expandResults a:hover,
.aec-searchresults-notfound a:hover {
	color: #ccff66 !important;
}

@media (min-width: 0px) and (max-width: 640px) {
	.aec-expandResults {
		float: none;
	}
}


/*====================================
	PRODUCT GRID
=====================================*/

.aec-listview span.aec-buybutton:before {
	top: 0;
	font-size: 14px;
}

.aec-listview .aec-noresults, .aec-noresults {
	color: #512e35;
	font-size: 16px;
}

#aec-prodgrid .aec-noresults {
  background-color: #d1d2d4;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -5px;
}

.aec-listview .aec-noresults:before {
	content: "\f883";
	font-family: "WebGlyphs";
	font-weight: normal !important;
	margin-left: 10px;
	margin-right: 5px;
}

ul.aec-listview {
	background-color: #676767;
	border-left: medium none;
	border-right: none;
	display: inline-block;
	list-style: outside none none;
	padding: 0.5% 15px 0;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

ul.aec-listview li {
	position: relative;
	padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	ul.aec-listview#aec-prodgrid {
		padding: 0.5% 15px 0 !important;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	ul.aec-listview#aec-prodgrid {
		padding: 0.5% 10px 0 !important;
	}
}

ul.aec-listview > li:first-child {
	border-top: medium none;
}

ul.aec-listview > li {
	border-color: #d1d2d4;
	border-style: solid;
	border-width: 0 0 4px;
}

ul#aec-prodgrid.aec-listview:not(.aec-gridview) > li:last-child {
	border-bottom: medium none;
}

#aec-prodgrid.aec-gridview > li {
	background: transparent none repeat scroll 0 0;
	border-color: #d1d2d4;
	border-style: solid;
	border-width: 0 0 2px;
	display: table-cell;
	float: left;
	height: 454px;
	margin: 0;
	min-height: 454px;
	padding: 10px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

#aec-prodgrid .threedots_ellipsis {
	color: #ccff66;
}

@media (min-width: 320px) and (max-width: 359px) {
	#aec-prodgrid.aec-gridview > li,
	#aec-prodgrid.aec-listview > li {
		width: 100%;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		margin: 0 !important;
	}
}

@media (min-width: 360px) and (max-width: 519px) {
	#aec-prodgrid.aec-gridview > li {
		width: 50%;
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	#aec-prodgrid.aec-gridview > li {
		width: 33.3333333%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#aec-prodgrid.aec-gridview > li {
		width: 25%;
	}
}

#aec-prodgrid.aec-listview .aec-buybutton > div:first-child {
	color: #d1d2d4;
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 14px;
	text-transform: uppercase;
	top: 10px;
	width: 100%;
}

#aec-prodgrid.aec-listview.aec-gridview .aec-buybutton > div:first-child {
	padding-top: 0!important;
}

.aec-buybutton-qty {
	background-color: #babbbc;
	border: none;
	border-radius: 0 !important;
	font-size: 12px;
	height: 26px;
	text-align: center;
	width: 38px;
	color: #512e35;
}

.aec-listview .aec-gridcontentul a {
	color: #676767;
	font-size: 13px;
	font-weight: 600;
}

.aec-listview ul.aec-gridcontentul li.aec-groupednotifier + li a {
	color: #ccff66;
	font-size: 16px;
	line-height: 14px;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier + li a {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li .aec-threedots {
  overflow: hidden;
  text-overflow: ellipsis;
}

.aec-listview .aec-gridcontentul li {
	font-size: 12px;
	padding: 0;
}

.aec-listview li .aec-gridcontent.aec-attrdesc {
	font-size: 9pt;
	display: block;
}

.aec-listview:not(.aec-gridview) .aec-ellipsis {
	width: 100%;
	display: inline-block;
}

.aec-listview:not(.aec-gridview) ul li:first-child .aec-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 400;
	color: #ccff66;
}

.aec-listview ul li > span.aec-release-year {
	display: inline;
}

.aec-listview.aec-gridview li .aec-gridcontent.aec-attrdesc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aec-quickviewhover {
	-moz-user-select: none;
	background-color: #ccff66;
	background-image: none;
	border: medium none;
	border-radius: 0 !important;
	color: #512e35;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 100px;
	border-radius: 0 !important;
}

.aec-quickviewhover:before {
	content: "QUICK VIEW";
}

.aec-quickviewhover > img {
	display: none;
}

@media (min-width: 0px) and (max-width: 1024px) {
	.aec-quickviewhover {
		display: none !important;
	}
}

.aec-grid-divspan {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

#aec-prodgrid.aec-gridview .aec-cover {
	width: 100%;
	float: left;
	padding-top: 5px;
	display: table;
	max-height: 250px;
	min-height: 150px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.aec-listview.aec-gridview .aec-cover > a {
	display: table-cell;
	height: 177px;
	vertical-align: middle;
	width: 100%;
}

.aec-listview p.aec-cover > a > img {
	display: block;
	margin: 0 auto;
	max-height: 170px;
	min-height: auto;
}

.aec-gridview .aec-gridcontentul {
	display: inline-block;
	min-height: 50px !important;
	padding: 0;
	text-align: center;
	width: 100% !important;
}

.aec-gridview .aec-ellipsis {
	width: 100%;
}

.aec-gridview .aec-gridcontentul li:first-child a {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
}

#aec-boutiquegridspan .aec-listview div > span.aec-threedotstext {
	font-weight: 700;
}

.aec-grid-artist a:hover,
.aec-grid-genres a:hover {
	color: #f9f091 !important;
}

.aec-grid-artist a,
.aec-grid-genres a,
.aec-grid-genres {
	color: #f9f091 !important;
	/*display: inline-block;*/
	font-size: 19px !important;
	font-style: normal;
	font-weight: 500 !important;
	/*line-height: 9pt !important;*/
	overflow: hidden;
	padding-right: 5px;
	text-overflow: ellipsis;
	width: 100%;
}

.aec-gridview .aec-grid-artist a,
.aec-gridview .aec-grid-genres a,
.aec-gridview .aec-grid-genres {
	font-size: 15px !important;
	line-height: 17px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}

.aec-listview.aec-gridview .aec-grid-artist a {
	display: inline !important;
	float: none;
	font-size: 14px !important;
	line-height: 100%;
	width: auto;
}

.aec-listview.aec-gridview .aec-grid-artist {
	color: #f9f091;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aec-listcontent.aec-gridnotes {
	color: #d1d2d4 !important;
	float: left;
	font-size: 18px;
	line-height: 100%;
	padding-left: 160px;
	font-weight: 200 !important;
}

.aec-gridview .aec-grid-artist .aec-ellipsis {
	overflow: hidden;
	min-height: 10pt;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #676767;
}

.aec-gridview div.aec-buybutton {
	float: left !important;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 280px;
}

@media (min-width: 0px) and (max-width: 530px) {
	.aec-gridview div.aec-buybutton {
		top: 270px;
	}
}

.aec-gridview div.aec-buybutton .aec-listprice,
.aec-gridview div.aec-buybutton .aec-custprice,
.aec-gridview div.aec-buybutton .aec-yousave {
	width: 80%;
}

.aec-buyimage .aec-buybutton {
	display: block;
	font-size: 14px;
	padding: 5px 10px !important;
}

.aec-gridview .aec-price {
	margin-top: 10px;
}

.aec-listview .aec-gridcontentul li {
	font-size: 12px;
	padding: 1px 0;
}

.aec-listview .aec-gridcontentul li.aec-listcontent.aec-shortdesc {
	display: none !important;
}

.aec-listcontent.aec-platform {
	color: #676767 !important;
	display: inline-block !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ESRB GRID START */

.aec-listcontent.aec-esrb > br {
	display: none;
}

.aec-listcontent.aec-esrb > div * {
	font-size: 12px;
}

.aec-listcontent.aec-esrb .aec-esrbimg {
	max-width: 25px;
}

.aec-listcontent.aec-esrb + .aec-listcontent {
	font-size: 7pt !important;
	margin-top: 5px;
	text-align: left !important;
}

@media (min-width: 0px) and (max-width: 767px) {
	.aec-listcontent.aec-esrb br {
		display: none;
	}
	.aec-listcontent.aec-esrb a {
		border-left: 1px solid #DBF4FB;
		display: inline-block;
		margin-left: 4px;
		padding-left: 4px;
	}
	.aec-listcontent.aec-esrb {
		margin: 4px 0 0;
		padding: 0 !important;
	}
	.aec-listcontent.aec-esrb .aec-esrbimg {
		max-width: 19px;
	}
	.aec-listcontent.aec-platform {
		margin-bottom: 5px !important;
	}
}


/* ESRB GRID START */

.aec-listview .aec-price {
	font-size: 13px;
	margin-top: 5px;
}

.aec-listview .aec-webamiprice-href {
	font-weight: normal !important;
	text-decoration: none;
}

.aec-listview .aec-salescat {
	color: #d1d2d4;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

.aec-listview .aec-listprice {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d1d2d4;
}

.aec-listview .aec-yousave {
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	color: #d1d2d4;
}

.aec-listview .aec-listprice > span {
	text-decoration: line-through;
}

.aec-listview .aec-custprice {
	color: transparent;
	display: inline-block;
	font-size: 0;
	font-weight: 700;
	line-height: 0;
}

.aec-listview .aec-custprice > span {
	color: #ccff66;
	font-size: 35px;
	line-height: 28px;
}

.aec-listview.aec-gridview .aec-custprice > span {
	font-size: 24px;
}

.aec-listview .aec-savepercent {
	font-weight: normal !important;
}

.aec-listview .aec-yousave span:first-child {
	font-weight: normal;
}

.aec-gridcontrolstop {
	font-size: 10pt;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton,
.aec-listview div.aec-buybutton .aec-price {
	max-width: 155px;
}

.aec-listview div.aec-buybutton .aec-price {
	margin: 5px auto 0;
}

.aec-listview div > span {
	display: inline;
	font-weight: 700;
}

.aec-listview.aec-gridview .aec-grid-artist > span {
	display: none !important;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
	font-size: 10px;
	left: 32%;
	line-height: 100%;
	position: absolute;
	top: 120px;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice span {
	color: #d1d2d4;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice {
	left: 158px;
	position: absolute;
	top: 120px;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
	left: 41%;
	position: absolute;
	top: 120px;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave span {
	color: #d1d2d4;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}

@media (min-width: 540px) and (max-width: 7680px) {
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave:before {
		color: #d1d2d4;
		content: "You Save";
		display: block;
		font-size: 10px;
		line-height: 100%;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		color: transparent;
		font-size: 0;
		line-height: 0;
	}
}

.aec-gridnotes .aec-listlink,
.aec-gridnotes .aec-listlink:hover,
.aec-gridnotes .aec-listlink:active {
	color: #ccff66;
	text-transform: capitalize;
}

div.aec-buybutton span.aec-buybutton {
	float: none !important;
	text-align: center;
}

.aec-listview ul li > span {
	color: #d1d2d4;
	font-weight: 600;
}

.aec-listview ul li > span.aec-release-year {
	font-weight: 400;
}

.aec-listview:not(.aec-gridview) p.aec-cover {
	margin: 0;
}
.aec-listview li .aec-listcontent{
	color: #d1d2d4;
}
.aec-listview:not(.aec-gridview) .aec-grid-artist span,
.aec-listview:not(.aec-gridview) .aec-grid-genres span,
.aec-listview:not(.aec-gridview) .release-date span {
	color: #d1d2d4;
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.aec-listview:not(.aec-gridview) .aec-grid-artist,
.aec-listview:not(.aec-gridview) .aec-grid-genres,
.aec-listview:not(.aec-gridview) .release-date {
	color: #f9f091;
	display: inline-block;
	float: left;
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	width: 33.3333%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.aec-listview:not(.aec-gridview) .aec-ellipsis {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	color: #CCFF66;
}

#aec-prodgrid .aec-cover > a > img {
 max-width: 100%;
}

/* 4K and 8K UHD 7680px */

@media (min-width: 670px) and (max-width: 7680px) {
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		margin-right: 8px;
		padding: 0;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-buyimage {
		width: 10px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage,
	.aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage button {
		/*width: 124px;*/
		width: 160px;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		margin-left: 10px;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		float: left;
		height: auto;
		width: calc(100% - 350px);
	}
	#aec-prodgrid .aec-cover > a > img {
		max-height: 150px;
	}
}

@media (min-width: 710px) and (max-width: 7680px) {
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		min-height: 160px;
	}
}

@media (min-width: 670px) and (max-width: 991px) {
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
		left: 38%;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		left: 50%;
	}
}

@media (min-width: 670px) and (max-width: 767px) {
	.aec-grid-artist a,
	.aec-grid-genres a,
	.aec-grid-genres,
	.aec-listview:not(.aec-gridview) .release-date {
		font-size: 15px !important;
	}
	.aec-listcontent.aec-gridnotes {
		font-size: 16px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		left: 58% !important;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
		left: 44% !important;
	}
}

@media (min-width: 540px) and (max-width: 767px) {
	.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
		font-size: 22px
	}
}

@media (min-width: 540px) and (max-width: 696px) {
	#aec-prodgrid.aec-listview:not(.aec-gridview) p.aec-cover {
		margin-right: 10px !important;
		max-width: 100% !important;
		min-height: 1% !important;
		width: 20% !important;
	}
	.aec-listview:not(.aec-gridview) .aec-gridcontentul {
		width: 70%;
	}
	.aec-listview.aec-gridview p.aec-cover > a > img {
		max-width: 100% !important;
		min-height: auto;
		height: auto;
		width: auto;
	}
	.aec-listview:not(.aec-gridview) .aec-cover > a > img {
		max-width: 100% !important;
	}
	.aec-grid-artist a,
	.aec-grid-genres,
	.aec-grid-genres a,
	.aec-listview:not(.aec-gridview) .release-date {
		font-size: 15px !important;
	}
	.aec-listcontent.aec-gridnotes {
		font-size: 16px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-price {
		left: 0;
		max-width: 100%;
		width: 100% !important;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice {
		left: 22%;
		position: absolute;
		top: 90px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		left: 58% !important;
		top: 90px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
		left: 44% !important;
		top: 90px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		float: left;
		height: 115px;
		max-width: 70%;
		padding: 0;
		width: 70%;
	}
	.aec-listview:not(.aec-gridview) .aec-buybutton > div:first-child {
		float: left;
		position: relative;
		top: 36px !important;
		width: auto !important;
	}
	.aec-listview:not(.aec-gridview) .aec-buybutton .aec-buyimage {
		float: left;
		left: 25px;
		position: relative;
		top: 48px;
	}
	.aec-listview:not(.aec-gridview) .aec-salescat {
		position: relative;
		text-align: left;
		top: 28px;
	}
	.aec-listcontent.aec-gridnotes {
		padding-left: 21%;
	}
}

@media (min-width: 0px) and (max-width: 539px) {
	.aec-listcontent.aec-gridnotes {
		display: none !important;
	}
	.aec-listview:not(.aec-gridview) ul li:first-child .aec-ellipsis {
		width: 100%;
	}
	#aec-prodgrid.aec-listview:not(.aec-gridview) .aec-cover {
		max-height: 100% !important;
		min-height: 150px !important;
		padding-left: 0;
		padding-right: 10px;
		width: 30%;
	}
	#aec-prodgrid .aec-cover > a > img {
		height: auto !important;
		max-height: 100%;
		max-width: 100%;
		width: auto !important;
	}
	.aec-listview .aec-gridcontentul {
		float: left;
		height: auto;
		padding-left: 8px;
		width: 69%;
	}
	.aec-listview.aec-gridview p.aec-cover > a > img {
		max-width: 100% !important;
		min-height: auto;
		height: auto;
		width: 100%;
	}
	.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
		font-size: 17px;
		font-weight: 600;
		line-height: normal;
		white-space: nowrap;
		overflow: hidden;
	}
	.aec-grid-artist a,
	.aec-grid-genres a,
	.aec-grid-genres,
	.aec-listview:not(.aec-gridview) .release-date {
		font-size: 13px !important;
	}
	#aec-prodgrid.aec-listview .aec-buybutton > div:first-child {
		display: none;
	}
	.aec-listview:not(.aec-gridview) .aec-grid-artist span,
	.aec-listview:not(.aec-gridview) .aec-grid-genres span,
	.aec-listview:not(.aec-gridview) .release-date span {
		display: inline-block;
		float: left;
		font-size: 13px;
		font-weight: 300;
		margin-right: 4px;
	}
	.aec-listview:not(.aec-gridview) .aec-grid-artist,
	.aec-listview:not(.aec-gridview) .aec-grid-genres,
	.aec-listview:not(.aec-gridview) .release-date {
		color: #f9f091;
		display: inline-block;
		float: left;
		font-size: 13px !important;
		font-weight: 500;
		margin: 0;
		overflow: hidden;
		padding: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		line-height: 16px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice {
		left: auto;
		position: relative;
		top: auto;
	}
	.aec-grid-artist a,
	.aec-grid-genres a,
	.aec-listview:not(.aec-gridview) .aec-ellipsis {
		display: inline-block;
		float: left;
		width: auto;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton {
		display: inline-block;
		float: left;
		margin-top: 13px;
		max-width: 58%;
		padding: 0;
		width: 58%;
		padding: 0 0 0 8px;
	}
	.aec-listview:not(.aec-gridview) button.aec-buybutton-textbtn {
		width: 100%;
	}
	.aec-listview div.aec-buybutton .aec-price {
		margin: 5px auto 0;
		max-width: 100%;
	}
	.aec-listview:not(.aec-gridview) .aec-webamiprice-href {
		display: inline-block;
		float: left;
		height: auto;
		text-align: left;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
		float: left;
		left: 0;
		position: relative;
		text-align: left;
		top: auto;
		width: 100%;
		display: inline-block;
		font-size: 14px;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice span {
		font-size: 14px;
		display: inline;
		line-height: 100%;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice {
		float: left;
		left: 0;
		position: relative;
		top: 0;
	}
	.aec-listview.aec-gridview) div.aec-buybutton .aec-custprice {
		width: 100%;
		text-align: center;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
		float: left;
		font-size: 14px;
		left: 0;
		position: relative;
		text-align: left;
		top: 0;
		width: 100%;
	}
	.aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave span {
		font-size: 14px;
	}
	.aec-listview:not(.aec-gridview) .aec-custprice > span {
		color: #ccff66;
		font-size: 25px;
		line-height: 100%;
	}
	.aec-listview:not(.aec-gridview) .aec-salescat {
		text-align: left;
		display: inline;
	}
	.aec-listview:not(.aec-gridview) .aec-salescat:after {
		clear: both;
		content: "";
		display: inline-block;
		float: left;
		width: 100%;
	}
}

@media (min-width: 0px) and (max-width: 500px) {
	.aec-listview.aec-gridview .aec-grid-artist a {
		display: inline !important;
		line-height: 100%;
	}
}


/*====================================
	GRID ICON
=====================================*/

.aec-listview .aec-gridicon {
	position: absolute;
	z-index: 1;
}

.aec-listview .aec-gridicon a {
	display: block;
}

.aec-listview.aec-gridview .aec-gridicon {
	right: 0;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 95px;
		top: -5px;
	}
}

@media (min-width: 521px) and (max-width: 767px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 18%;
		top: -5px;
	}
}

@media (min-width: 361px) and (max-width: 520px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 28%;
		top: -5px;
	}
	.aec-listview .aec-gridicon img {
		max-height: 44px;
	}
}

@media (min-width: 0px) and (max-width: 360px) {
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 1px;
		top: -8px;
	}
}


/*====================================
	SEARCH WITHIN AND GRID SORT
=====================================*/

.aec-searchwithin {
	background: none repeat scroll 0 0 transparent;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	border-radius: 0 !important;
	display: inline-block;
	height: 36px;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 100%;
	position: relative;
}


/*------------------------------------------
	Search within without extra js elements
-------------------------------------------*/

.aec-searchwithin #aec-searchwithintxt {
	background-color: #babbbc;
	background-image: none;
	border: 2px solid #676767;
	border-radius: 0 !important;
	display: block;
	float: left;
	font-size: 14px;
	height: 29px;
	line-height: 1.429;
	padding: 5px 9px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 24%;
	margin-left: 28.5%;
}

@media (min-width: 570px) and (max-width: 767px) {
	.aec-searchwithin #aec-searchwithintxt {
		margin-left: 31.333%;
		width: 33%;
		display: none !important;
	}
	.aec-searchwithin #aec-searchwithinbtn {
		display: none !important;
	}
}

@media (min-width: 0px) and (max-width: 680px) {
	.aec-searchwithin {
		border-radius: 0 !important;
		border-top: none;
		display: table;
		height: auto;
		margin: 0;
		padding: 5px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.aec-searchwithin #aec-searchwithintxt,
	.aec-searchwithin #aec-searchwithinbtn,
	.aec-searchwithin > div#aec-btn-bulkcart {
		display: none !important;
	}
	.aec-searchwithin > .aec-pagecount {
		display: block;
		float: left;
		height: 28px;
		left: -6px;
		line-height: normal;
		font-size: 14px !important;
		margin-bottom: 0 !important;
		margin-top: 0;
		padding-bottom: 0 !important;
		padding-left: 10px;
		padding-right: 10px !important;
		padding-top: 5px !important;
		position: relative !important;
		width: 62% !important;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.aec-searchwithin .aec-swicthbtn {
		display: block;
		float: right;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		position: absolute;
		right: 0;
		top: 8px;
		width: 48%;
	}
	.aec-searchwithin #aec-searchwithintxt {
		margin-left: 3%;
		width: 80%;
	}
	#aec-gridSwitchView.gridView {
		font-size: 14px !important;
	}
	.aec-gridcontrolsbot {
		height: 90px !important;
		margin: 10px 0 !important;
	}
	.aec-gridcontrolsbot .aec-pagenumgroup {
		position: relative;
		top: 40px;
		padding-top: 20px !important;
	}
	#aec-searchgridspan + .aec-gridcontrolsbot .aec-pagenumgroup {
		border-top: 0 none;
		top: 5px !important;
	}
	#aec-searchgridspan + .aec-gridcontrolsbot {
		height: 40px !important;
	}
}

@media (min-width: 0px) and (max-width: 520px) {
	.aec-gridcontrolsbot #aec-perpagegroup > label,
	.aec-gridcontrolsbot #aec-sortbygroup label {
		font-size: 0 !important;
	}
	.aec-gridcontrolsbot #aec-perpagegroup > label:before {
		content: "Items";
		font-size: 10pt !important;
	}
	.aec-gridcontrolsbot #aec-sortbygroup label:before {
		content: "Sort";
		font-size: 10pt !important;
	}
	.aec-sortbycontainer ul.aec-newList li a {
		display: block;
		font-size: 9pt;
		text-decoration: none;
	}
	ul.aec-newList li {
		padding: 5px;
	}
}


/*-------------------------------------------
	Extra cloned elemets
-------------------------------------------*/

#aec-gridcontrols-jump.aec-gridcontrolstop {
	display: none;
}

.aec-searchwithin > div.aec-pagecount {
	color: #512e35;
	font-size: 16px;
	font-weight: 700;
	left: 0;
	margin: 0;
	padding: 3px 0 0;
	position: absolute;
	text-align: left;
	width: 200px;
}

@media (min-width: 320px) and (max-width: 360px) {
	.aec-searchwithin > div.aec-pagecount {
		overflow: hidden;
	}
}

#aec-gridSwitchView.gridView {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 0 10px;
	position: absolute;
	right: 15px;
	color: #512e35;
	text-decoration: none !important;
}

#aec-gridSwitchView.gridView:before {
	color: #512e35;
	content: "\f881";
	font-family: 'WebGlyphs';
	margin-right: 4px;
	font-size: 18px;
}

.gridView.gridListView:before {
	color: #512e35;
	content: "\f850" !important;
	font-family: 'WebGlyphs';
	margin-right: 4px;
}

.aec-searchwithin > div#aec-btn-bulkcart {
	background-color: #ccff66;
	border-radius: 0 !important;
	padding: 5px 8px;
	position: absolute;
	right: 145px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.aec-searchwithin > div#aec-btn-bulkcart:hover {
	background-color: #ccff66;
	box-shadow: 0 0 10px #ccff66 !important;
	-webkit-box-shadow: 0 0 10px #ccff66 !important;
}

.aec-searchwithin > div#aec-btn-bulkcart a,
.aec-searchwithin > div#aec-btn-bulkcart a:hover,
.aec-searchwithin > div#aec-btn-bulkcart a:focus,
.aec-searchwithin > div#aec-btn-bulkcart a:active {
	color: #512e35;
	text-decoration: none;
}

#aec-btn-bulkcart > a#aec-btnBulkUpdateCart {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25em;
}

#aec-btn-bulkcart > a#aec-btnBulkUpdateCart .icon-carry-basket:before {
	content: "\f838";
}


/*--------------------------------------------
	Search within without extra js elements
-------------------------------------------*/

#aec-gridcontrols-jump .aec-svcontainer {
	clear: right;
	float: right;
	text-align: right;
	width: 45%;
}

#aec-currentnum {
	margin-top: 5px;
	width: 45%;
}

.aec-searchwithin #aec-searchwithinbtn {
	background-color: #512e35;
	background-image: none;
	border: solid 2px #676767;
	color: #d1d2d4;
	float: left;
	font-weight: bold !important;
	line-height: 1.429;
	margin: 0 0 0 4px;
	padding: 3px 10px;
	font-family: "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	border-radius: 0 !important;
	text-transform: uppercase;
	font-weight: 800;
}

.aec-searchwithin #aec-searchwithinbtn:after {
	content: "!";
}

.aec-searchwithin #aec-searchwithinbtn:hover {
	background: #512e35 none no-repeat scroll left top;
	color: #ccff66;
	box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset !important;
	-webkit-box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset !important;
}

.aec-searchwithin #aec-searchwithintxt:focus {
	border-color: #676767;
	outline: 0 none;
}

.aec-gridcontrolsbot {
	background: transparent none repeat scroll 0 0;
	border: medium none !important;
	display: inline-block;
	height: 40px;
	margin: 20px 0 15px;
	padding: 0;
	position: relative;
	width: 100%;
}

.aec-gridcontrolsbot ul.aec-newList {
	background: #babbbc none repeat scroll 0 0;
	border-color: #676767;
	border-style: solid;
	border-width: 0 2px 2px;
	color: #512e35;
	left: -2px;
	list-style: outside none none;
	margin: 0;
	position: absolute;
	top: 23px;
	z-index: 9999;
}

.aec-gridcontrolsbot ul.aec-newList a {
	color: #512e35;
	font-size: 13px;
	letter-spacing: -0.04em;
}

.aec-gridcontrolsbot ul.aec-newList li:hover {
	background: #d1d2d4 none repeat scroll 0 0 !important;
	color: #512e35 !important;
	cursor: pointer;
}

.aec-gridcontrolsbot ul.aec-newList li:hover a {
	color: #676767 !important;
}

#aec-searchgridspan + .aec-gridcontrolsbot {
	border-top: medium none;
	border-radius: 0 !important;
	border-top: 1px solid #d1d2d4;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

.aec-gridcontrolsbot .aec-selectedTxt {
	color: #512e35;
	cursor: pointer;
	font-size: 14px;
	height: 23px;
	line-height: 18px;
	overflow: hidden;
	padding: 2px;
}

.aec-newListSelected {
	background-color: #babbbc;
	background-image: url("/customers/ccmusic/img/arrowdown.svg");
	background-position: right center;
	background-repeat: no-repeat;
	border: 2px solid #676767;
	border-radius: 0 !important;
	color: #512e35;
	cursor: pointer;
	float: left;
	height: 27px;
	z-index: 9;
}

.aec-sortbycontainer .aec-newListSelected {
	width: 132px;
}

.aec-gridcontrolsbot .aec-pagenumgroup {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	padding-top: 6px;
	text-align: center;
	width: auto !important;
	position: relative;
}

.aec-next:hover,
.aec-prev:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #676767;
}

.aec-gridcontrolsbot #aec-perpagegroup {
	clear: none;
	float: none;
	position: absolute;
	right: 10px;
	top: 6px;
}

.aec-gridcontrolsbot > div#aec-sortbygroup {
	left: 0;
	position: absolute;
	top: 6px;
	width: 210px;
	z-index: 1;
}

.aec-gridcontrolsbot #aec-sortbygroup label {
	color: #512e35;
	float: left;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 4px 4px 0;
}

.aec-gridcontrolsbot #aec-perpagegroup > label {
	display: inline-block;
	float: left;
	padding: 4px;
	color: #512e35;
	font-size: 15px;
	font-weight: 500;
}

.aec-pagenumcontainer a {
	background: #512e35 none repeat scroll 0 0;
	border-color: #676767;
	border-radius: 0 !important;
	border-style: solid;
	border-width: 2px;
	color: #d1d2d4;
	display: inline;
	font-size: 14px;
	height: 25px;
	line-height: 1em;
	margin-right: 4px;
	padding: 5px 10px 3px;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-weight: 800 !important;
}

.aec-pagenumcontainer a:hover {
	background-color: #512e35;
	border-color: #676767;
	box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset;
	-webkit-box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset;
	color: #d1d2d4;
}

.aec-pagenumcontainer {
	display: inline;
	margin-left: 25px;
}

.aec-pagenumcontainer a:first-child {
	border-left: 1px solid #676767;
}

.aec-pagenumcontainer .aec-pagenum span {
	background: #512e35 none repeat scroll 0 0;
	border: 2px solid #676767 !important;
	border-radius: 0 !important;
	box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset;
	-webkit-box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset;
	color: #ccff66;
	font-size: 14px;
	font-weight: 800 !important;
	height: 25px;
	line-height: 25px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 5px 10px 3px;
	text-decoration: none;
}

.aec-prev {
	background-image: none;
	border: none;
	color: #512e35;
	height: 25px;
	line-height: 25px;
	margin: 0;
	position: absolute;
	width: 25px;
	font-size: 25px;
}

.aec-next {
	background-image: none;
	border: none;
	color: #512e35;
	height: 25px;
	line-height: 25px;
	margin: 0;
	position: absolute;
	width: 25px;
	font-size: 25px;
}

.aec-prev:before {
	content: '\f824';
	font-family: 'WebGlyphs';
}

.aec-next:before {
	content: '\f823';
	font-family: 'WebGlyphs';
}

.aec-next:hover, .aec-prev:hover,
.aec-next:focus, .aec-prev:focus,
.aec-next:active, .aec-prev:active  {
	color: #512e35;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS fixes */
	.aec-gridcontrolsbot .aec-prev {
		float: none !important;
		position: relative !important;
		left: 12px!important;
		display: inline-block;
	}
	.aec-gridcontrolsbot .aec-next {
		margin-left: -3px;
	}
	.aec-pagenumcontainer {
		position: relative;
		top: 0px;
		left: -5px
	}
	.aec-pagenumcontainer .aec-pagenum span {
		line-height: 18px;
		margin-right: 7px;
		top: -1px;
		text-decoration: none;
	}
}

.aec-gridcontrolsbot .aec-newListSelected {
	height: 27px !important;
	position: relative !important;
	top: 2px;
}

#aec-sortbygroup .aec-gridcontrolsbot .aec-newListSelected {
	width: 50px;
}

@media (min-width: 0px) and (max-width: 520px) {
	.aec-sortbycontainer .aec-selectedTxt {
		width: 133px;
	}
	.aec-pagenumcontainer {
		margin-left: 0;
	}
	.aec-prev {
		margin-left: -27px;
	}
}

a.aec-iconbase {
	margin-right: 0;
}

#aec-stripbanner:empty,
#aec-stripbanner,
#aec-stripbanner + br {
	display: none;
}

.aec-personname, .aec-themename {
    border-bottom: 3px solid #babbbc;
    color: #512e35;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 8px 0 6px;
}

@media (min-width: 0px) and (max-width: 359px) {
	.aec-pagenumcontainer .aec-pagenum span,
	.aec-pagenumcontainer a {
		font-size: 12px;
	}
}


/*====================================
	SEARCH WITHIN AND GRID SORT END
=====================================*/


/*====================================
	BUY BUTTONS
=====================================*/

button.aec-buybutton-textbtn {
	background-color: #ccff66;
	border: medium none;
	color: #512e35;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 2px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

button.aec-buybutton-textbtn:hover {
	background-color: #ccff66;
	box-shadow: 0 0 4px #ccff66 !important;
	-webkit-box-shadow: 0 0 4px #ccff66 !important;
}

span.aec-buybutton:before {
	content: "\f838";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	margin-right: 4px;
	position: relative;
	top: 2px;
}


/*====================================
	BOUTIQUES
=====================================*/

.aec-boutiquebanner > img {
	height: auto;
	max-width: 100%;
}


/*====================================
	404 PAGE
=====================================*/

#aec-error404 > h1 {
	color: #512e35;
	font-size: 22px;
	font-weight: 600;
}

#aec-error404 > h1:before {
	content: "\f883";
	font-family: "WebGlyphs";
	font-weight: normal;
	margin-right: 8px;
}

#aec-error404 > div + div {
	background-color: #ccff66;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	font-size: 14px;
	margin: 10px auto 0;
	padding: 10px 12px;
	width: 200px;
	font-weight: 500;
	font-weight: 600;
}

#aec-error404 > div + div:hover {
	background-color: #ccff66;
	box-shadow: 0 0 10px #ccff66 !important;
	-webkit-box-shadow: 0 0 10px #ccff66 !important;
}

#aec-error404 > div a {
	color: #512e35;
}


/*====================================
	ADVANCE SEARCH PAGE
=====================================*/

#aec-adv-currentlyselected {
	color: #676767;
	font-size: 16px;
	margin-top: 10px;
	padding: 0 0 0 2px;
}

#aec-main #aec-advsrch-wrapper {
	background-color: #676767;
	border: none;
	border-radius: 0 !important;
	display: table;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
}

#aec-main #aec-advsrch-wrapper h1 {
	background-color: transparent;
	border-bottom: 3px solid #ccff66;
	color: #ccff66;
	display: block !important;
	font-family: "Mukta Vaani", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 33px;
	margin: 0 0 20px;
	padding: 30px 15px 7px;
	text-transform: uppercase;
}

#aec-main #aec-advsrch-wrapper h1:before {
	content: '\f81d';
	font-family: 'WebGlyphs';
	font-size: 33px;
	font-weight: normal;
	margin-right: 5px;
}

#aec-main #aec-advsrch-wrapper > form#aec-advsrch {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#aec-advsrch-wrapper h4:before {
	content: '\f878';
	font-family: 'WebGlyphs';
	margin-right: 4px;
}

#aec-advsrch-wrapper h4 {
	background-color: transparent;
	background-image: none;
	color: #ccff66;
	font-size: 17px;
	margin: 0 0 10px;
	padding: 0 10px 10px;
}

#aec-main #aec-advsrch-wrapper input[type="text"],
#aec-main #aec-advsrch-wrapper select {
	background-color: #d1d2d4;
	background-image: none;
	border: medium none;
	border-radius: 0 !important;
	color: #512e35;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-box-shadow: none !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 40%;
}

#aec-main #aec-advsrch-wrapper input[type="text"]:focus,
#aec-main #aec-advsrch-wrapper input[type="text"]:focus {
	outline: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#aec-main #aec-advsrch-wrapper span {
	color: #d1d2d4;
	font-size: 15px !important;
	font-weight: 600;
	padding: 6px 0;
	position: relative;
	top: 5px;
	width: 20%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch input#ais {
	position: relative;
	top: 7px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
	border: 1px solid #676767;
	border-radius: 0 !important;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 5px !important;
	width: 40%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba label {
	color: #d1d2d4;
	font-weight: 600;
	font-size: 16px !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba > div {
	margin: 0;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_cd,
#aec-main #aec-advsrch-wrapper label[for="afmt_cd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_mdvd,
#aec-main #aec-advsrch-wrapper label[for="afmt_mdvd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_sacd,
#aec-main #aec-advsrch-wrapper label[for="afmt_sacd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_dd,
#aec-main #aec-advsrch-wrapper label[for="afmt_dd"] {
	display: none !important;
}

#aec-main #aec-advsrch-results-links {
	border: 1px solid #e2e6ed;
	border-radius: 0 !important;
	font-size: 13px;
	padding: 5px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit {
	background-color: #ccff66;
	background-image: none;
	border: medium none;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #512e35;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 6px 40px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit:hover {
	background-color: #ccff66;
	color: #512e35;
	box-shadow: 0 0 10px #ccff66 !important;
	-webkit-box-shadow: 0 0 10px #ccff66 !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
	clear: both;
	display: block;
	margin-left: 190px;
}

@media (min-width: 320px) and (max-width:767px) {
	#aec-main #aec-advsrch-wrapper span {
		margin-right: 0;
		padding: 2px 0;
		text-align: left;
		top: 0;
		width: 100%;
	}
	#aec-main #aec-advsrch-wrapper input[type="text"],
	#aec-main #aec-advsrch-wrapper select,
	#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
		width: 100%;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
		margin-left: 0;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch input#ais {
		left: 60px;
		position: relative;
		top: -24px;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width:992px) {
	#aec-main #aec-advsrch-wrapper input[type="text"],
	#aec-main #aec-advsrch-wrapper select,
	#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
		width: 59%;
	}
	#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
		margin-left: 22%;
	}
}


/* Mobile elemets*/

@media (min-width: 0px) and (max-width: 1023px) {
	/*html {
		max-width: 100vw;
		overflow-x: hidden;
	}*/
	body,
	#aec-container,
	#aec-body {
		overflow-x: hidden !important;
		width: 100vw !important;
	}
	body.open-nav #aec-left {
		left: 0;
		overflow-y: scroll;
		height: 100%;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
	}
	body.open-nav #aec-container {
		margin-left: 200px;
		overflow: hidden !important;
	}
	body.open-nav {
		overflow-x: hidden;
		position: absolute;
		width: 100vw;
	}
	#aec-container {
		margin-left: 0;
		transition: margin-left 0.2s ease-in-out 0s;
		-webkit-transition: margin-left 0.2s ease-in-out 0s;
	}
	body.open-nav .aec-top-nav {
		left: 200px !important;
	}
	body .aec-top-nav {
		left: 0;
		transition: left 0.2s ease-in 0s;
		-moz-transition: left 0.2s ease-in 0s;
		-webkit-transition: left 0.2s ease-in 0s;
	}
}

.aec-boutiquebanner-txtbelow > a {
  color: #512e35;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
.aec-boutiquebanner-txtbelow > a:hover {
  text-decoration: underline;
}

.aec-boutiquebanner-txtbelow, .aec-boutiquebanner-txtabove {
  color: #676767;
}
.aec-boutiquebanner-txtabove {
  font-size: 19px;
  font-weight: 800;
  padding-bottom: 9px;
  padding-top: 12px;
}

/*====================================
	PERSON SEARCH GRID
=====================================*/
.aec-searchresults-notfound {
  margin-bottom: 10px;
}
#aec-personsearchgrid {
  display: inline-block;
  width: 100%;
}

#aec-searchgridspan > ul {
  background-color: #676767;
  margin-bottom: 0;
}

#aec-personsearchgrid > li {
  border-bottom: 3px solid #d1d2d4;
  color: #d1d2d4;
  float: left;
  font-size: 16px;
  list-style-type: none;
  padding: 10px;
  width: 100%;
}
#aec-personsearchgrid .aec-artistinfo .aec-artistinfo-title {
  font-style: normal;
  font-weight: 700;
}

#aec-personsearchgrid a {
  color: #ccff66;
}

#aec-personsearchgrid a:hover{
	text-decoration: underline;
}

.aec-persongridcontrolsbot {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  height: 45px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.aec-persongridcontrolsbot .aec-pagenumgroup.aec-pagenumgroup-bot {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-top: 6px;
  position: relative;
  text-align: center;
  width: auto !important;
}


/*====================================
	GRID GROUPED NOTIFIER
=====================================*/

.aec-groupednotifier {
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

li.aec-groupednotifier:empty {
	display: none !important;
}


.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier-box > span {
	line-height: 100% !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier-box {
	line-height: 100% !important;
	padding-bottom: 4px !important;
	padding-left: 2px !important;
	padding-right: 4px !important;
}

.aec-groupednotifier-box {
	background-color: #BABBBC;
	border-color: transparent!important;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-decoration: none !important;
	padding: 2px 4px;
	margin-left: auto;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	border-width: 0;
	display: block;
}

.aec-groupednotifier-box > span {
  color: #676767;
  font-size: 13px;
}

.aec-groupednotifier-box:hover,
.aec-groupednotifier-box:focus{
	background-color: #BABBBC !important;
	border-color: transparent !important;
	color: #512E35 !important;
}

.aec-groupednotifier-box:hover > span,
.aec-groupednotifier-box:focus > span{
		color: #512E35 !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier {
  font-size: 16px;
  max-width: 220px !important;
	width: auto;
	display: inline-block;
}

ul.aec-listview .aec-groupednotifier-box {
  margin: 0 auto 2px;
  width: 100%;
	max-width: 210px;
}
.aec-listview:not(.aec-gridview) .aec-grid-artist div {
	display: inline !important;
}
div#aec-recommendations.recs {
    background-color: #676767;
    padding: 20px;
}
div#aec-recommendations .item .aec-price span{
    color: #fff;
}


.aec-buyimage button.aec-buybutton-textbtn {
    width: 150px !important;
}