html {
  height: 100%;
}


/*====================================
	RESET RULES
=====================================*/

#aec-container {
  background: transparent none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  /*height: 100%;*/
  overflow-x: hidden;
  /*overflow-y: auto*/
  ;
}

#aec-errorpage {
  background-color: #ffffff;
  height: 800px;
  margin: 0;
  text-align: center;
}

#aec-errorpage > h1 {
  color: #2a72b0;
  font-size: 22px;
  font-weight: 600;
}

#aec-errorpage > h1:before {
  content: "\f87b";
  font-family: 'DeepFont';
  margin-right: 5px;
  font-weight: normal !important;
}

#aec-error404 > div,
#aec-errorpage > div {
  color: #0174b0;
  font-size: 14px;
  margin: 5px;
}

#aec-errorpage > div + div {
  background-color: #e0f6fd;
  border-radius: 4px;
  box-shadow: 0 2px 0 #6fc5e9;
  font-size: 13px;
  margin: 10px auto 0;
  padding: 6px 12px;
  width: 200px;
  font-weight: 600;
}

#aec-errorpage > div a {
  color: #0174b0;
}

#aec-header,
#aec-left,
#aec-main,
#aec-sidebar,
#aec-footer {
  border: none;
}

iframe {
  display: none;
}
#gts-comm > iframe {
  display: block;
}
a:link,
a:hover,
a:active,
a:hover {
  outline: none;
}


/*====================================
	HEADER
=====================================*/

body {
  font-family: 'Open Sans', '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%;
}

@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: #fff none repeat scroll 0 0;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  width: 100%;
}

#aec-header {
  margin-bottom: 20px;
}

.header-container {
  margin-left: -15px;
  margin-right: -15px;
}

.header {
  margin-left: auto;
  margin-right: auto;
  min-height: 140px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  display: table;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.header-container .deep-user-nav .container {
  position: relative;
}

@media (min-width: 320px) and (max-width: 991px) {
  .header div[class^='col-'],
  .header div[class*=' col-'] {
    /*width: 100%;*/
    display: table;
  }
}

.header div[class^='col-'],
.header div[class*=' col-'] {
  padding-left: 7px;
  padding-right: 7px;
}

@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: 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;
  }
}


/*.main-header { margin-bottom: 15px; }*/

@media (min-width: 768px) and (max-width: 1024px) {
  .deep-user-nav .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .shipping-msg {
    line-height: 40px;
    margin-right: 5px;
  }
}

.navbar-default.deep-user-nav {
  background-color: #e0f6fd;
  border: medium none;
  height: auto;
  min-height: 40px;
}

.navbar-default.deep-user-nav .navbar-toggle {
  color: #5fc6e9;
  background-image: none;
  border-radius: 0;
  float: right;
  margin: 0 55px 0 0;
  padding: 8px;
  position: relative;
  border: none;
  height: 41px;
  width: 40px;
  transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.navbar-default.deep-user-nav .navbar-toggle.collapsed {
  background-color: transparent;
}

.navbar-default.deep-user-nav .navbar-toggle {
  background-color: #c8f3ff;
  /* #5fc6e9 */
}

.navbar-default.deep-user-nav .navbar-toggle:hover {
  background-color: #5fc6e9;
  color: #c8f3ff;
}

.nav-user-icon:before {
  border: 2px solid;
  border-radius: 50%;
  content: "\f862";
  display: inline-block;
  font-family: "DeepFont";
  font-size: 16px;
  height: 22px;
  overflow: hidden;
  position: relative;
  width: 22px;
}

.navbar-default.deep-user-nav .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-default.deep-user-nav a,
.navbar-default.deep-user-nav {
  color: #81c7e5;
  font-size: 13px;
  font-weight: 600;
}

.navbar-default.deep-user-nav .navbar-nav > li > a {
  color: #81c7e5;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 5px;
  transition: color 0.2s ease-in 0s;
  -moz-transition: color 0.2s ease-in 0s;
  -webkit-transition: color 0.2s ease-in 0s;
}

@media (min-width: 0px) and (max-width: 767px) {
  .navbar-default.deep-user-nav .navbar-nav li a {
    color: #5fc6e9;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  .navbar-default.deep-user-nav .navbar-nav > li > a:hover,
  .aec-loginlinks-login:hover {
    color: #50a8d0 !important;
  }
}

li span.aec-loginlinks a {
  display: block;
  line-height: 20px;
  padding: 10px 5px;
}

.aec-loginlinks-loggedoff .aec-loginlinks-register:before {
  font-family: "DeepFont";
  content: '\f80b';
  display: inline-block;
  margin-right: 0;
  width: 1em;
  font-weight: normal;
}

.aec-loginlinks-loggedoff .aec-loginlinks-login:before {
  font-family: "DeepFont";
  content: '\f805';
  display: inline-block;
  margin-right: 0;
  width: 1em;
  font-weight: normal;
}

.aec-loginlinks-loggedin .aec-loginlinks-logoffLink:before {
  font-family: "DeepFont";
  content: '\f88F';
  display: inline-block;
  margin-right: 2px;
  width: auto;
  font-weight: normal;
}

.aec-loginlinks-loggedin .aec-loginlinks-manage:before {
  font-family: "DeepFont";
  content: '\f88C';
  display: inline-block;
  margin-right: 1px;
  width: 1em;
  font-weight: normal;
}

@media (min-width: 0px) and (max-width: 767px) {
  .aec-loginlinks-loggedoff .aec-loginlinks-login:before,
  .aec-loginlinks-loggedoff .aec-loginlinks-register:before,
  .aec-loginlinks-loggedin .aec-loginlinks-logoffLink:before,
  .aec-loginlinks-loggedin .aec-loginlinks-manage:before {
    margin-left: 2px;
  }
}

.shipping-msg {
  line-height: 40px;
}

.shipping-msg .icon-truck {
  font-size: 14px;
  margin-right: 4px;
}

@media (min-width: 768px) and (max-width: 769px) {
  .shipping-msg {
    font-size: 12px;
  }
  .fixed-header .navbar-default.deep-user-nav .navbar-nav > li > a {
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .shipping-msg {
    right: auto;
    left: 20px;
    line-height: 28px;
  }
  .shipping-msg .icon-truck {
    margin-right: 2px;
  }
  #navbar-deep.navbar-collapse {
    background-color: #C8F3FF;
    border: none;
    box-shadow: 1px 2px 2px rgba(30, 48, 77, 0.2);
  }
  #navbar-deep.navbar-collapse a {
    transition: color 0.2s ease-in-out 0s;
		-webkit-transition: color 0.2s ease-in-out 0s;
  }
  #navbar-deep ul {
    margin-bottom: 0;
    margin-top: 0;
  }
  #navbar-deep ul.nav > li {
    border-top: 1px solid #def7fe;
    display: block;
    position: relative;
    transition: background-color 0.2s ease-in-out 0s;
		-webkit-transition: background-color 0.2s ease-in-out 0s;
  }
  #navbar-deep ul.nav > li:first-child {
    border-top: 0 none;
  }
  #navbar-deep ul.nav > li:hover {
    background-color: #5FC6E9;
  }
  #navbar-deep ul.nav > li:hover a {
    color: #fff;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .shipping-msg {
    font-size: 14px;
    background-color: #0075b2;
    color: #fff;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 1200px) and (max-width: 7680px) {
  #navbar-deep {
    float: left;
    /*max-width: 500px;*/
    width: 100%;
    margin-left: -15px;
  }
  #navbar-deep.navbar-collapse a:hover {
    color: #5fc6e9;
  }
}


/*====================================
	SM CART ICON
=====================================*/

.navbar-header a#aec-goto-cart {
  background-color: #0075b2;
  color: #fff;
  height: 41px;
  position: absolute;
  right: 0;
  width: 55px;
}

.navbar-header a#aec-goto-cart .icon-basket-alt {
  font-size: 24px;
  left: 0;
  position: relative;
  top: 7px;
}

.navbar-header a#aec-goto-cart span#aec-cartqty {
  background-color: #5fc6e9;
  border-radius: 5px;
  font-size: 10px;
  left: -2px;
  padding: 2px 4px;
  position: relative;
  top: 3px;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  .navbar-header a#aec-goto-cart {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 769px) {
  .main-header.fixed-header a#aec-goto-cart {
    display: block;
  }
  .main-header.fixed-header .shipping-msg {
    display: none;
  }
}


/*====================================
	SKINNY BANNER
=====================================*/


/*.skinny-banner {
	background-color: #6fc5e9;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	padding: 10px;
}*/

.skinny-banner {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
	background-color: #6fc5e9;
	min-height: 40px;
}

.skinny-banner a,
.skinny-banner a:hover,
.skinny-banner a:focus {
  text-decoration: none;
  outline: none;
}

.skinny-banner .aec-adzone-text {
  display: inline;
}

.skinny-banner .aec-adzone-text a {
  color: #fff;
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
}

.skinny-banner .aec-adzone-text a:hover {
  color: #E0F6FD;
}

.skinny-banner .aec-adzone-container {
  width: 100%;
  float: none;
  padding: 10px;
  background-color: #6fc5e9;
}

.skinny-banner .aec-adzone-container .aec-adzone {
  min-height: 1px;
  background-color: transparent;
}

.skinny-banner .aec-adzone-container .aec-adzone-link {
  display: inline;
  font-size: 13px !important;
  position: relative;
}

.skinny-banner .aec-adzone-container .aec-adzone-link a {
  color: #DEF7FE;
}

@media (min-width: 320px) and (max-width: 480px) {
  .skinny-banner {
    font-size: 14px;
  }
  .skinny-banner .aec-adzone-text a {
    color: #fff;
    font-size: 13px;
  }
  .skinny-banner .aec-adzone-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.home-link {
  display: block;
  margin: 0 auto;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 992px) and (max-width: 7680px) {
  .home-link {
    height: 117px;
    width: 100%;
    background: transparent url("/customers/deepdiscount/img/logo_shadow.svg") no-repeat scroll center center / 100% auto;
  }
	.home-link.logo-dvd{
		background: transparent url("/customers/deepdiscount/img/logo_shadow-dvd.svg") no-repeat scroll center center / 100% auto;
	}
	.home-link.logo-cd{
		background: transparent url("/customers/deepdiscount/img/logo_shadow-cd.svg") no-repeat scroll center center / 100% auto;
	}
}

@media (min-width: 580px) and (max-width: 991px) {
  .home-link {
    background: transparent url("/customers/deepdiscount/img/logo-h.svg") no-repeat scroll center center / 100% auto;
    height: 117px;
    margin: 0 auto;
    width: 530px;
  }
	.home-link.logo-dvd{
		background: transparent url("/customers/deepdiscount/img/logo-h-dvd.svg") no-repeat scroll center center / 100% auto;
	}
	.home-link.logo-cd{
		background: transparent url("/customers/deepdiscount/img/logo-h-cd.svg") no-repeat scroll center center / 100% auto;
	}
}

@media (min-width: 481px) and (max-width: 579px) {
  .home-link {
    background: transparent url("/customers/deepdiscount/img/logo-h.svg") no-repeat scroll center center / 100% auto;
    height: 117px;
    margin: 0 auto;
    width: 90%;
  }
	.home-link.logo-dvd {
		background: transparent url("/customers/deepdiscount/img/logo-h-dvd.svg") no-repeat scroll center center / 100% auto;
	}
	.home-link.logo-cd {
		background: transparent url("/customers/deepdiscount/img/logo-h-cd.svg") no-repeat scroll center center / 100% auto;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
  .home-link {
    background: transparent url("/customers/deepdiscount/img/logo-h.svg") no-repeat scroll center center / 100% auto;
    height: 90px;
    margin: 0 auto;
    width: 100%;
  }
	.home-link.logo-dvd {
		background: transparent url("/customers/deepdiscount/img/logo-h-dvd.svg") no-repeat scroll center center / 100% auto;
	}
	.home-link.logo-cd {
		background: transparent url("/customers/deepdiscount/img/logo-h-cd.svg") no-repeat scroll center center / 100% auto;
	}
}

.stock-items {
  color: #2a72b0;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-bottom: 12px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .stock-items {
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .stock-items {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .stock-items {
    font-size: 14px;
  }
}


/*====================================
	SEARCH
=====================================*/

#aec-searchholder {
  display: inline-block;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
}

.aec-globalsearch {
  clear: none;
  display: inline-block;
  float: none;
  margin-top: 0;
  padding-left: 0 !important;
  position: relative;
  width: 100%;
}

form#aec-globalsrch {
  display: inline-block;
  height: 65px;
  width: 100%;
}

.aec-globalsearch .aec-globalsearchcontainersel {
  background: #0174b0 none no-repeat scroll left top;
  /*background: #81C7E5 none no-repeat scroll left top;*/
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  width: 35%;
  transition: background 0.2s;
	-webkit-transition: background 0.2s;
  z-index: 11;
/*border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;*/
}

.aec-globalsearch .aec-globalsearchcontainersel:hover {
  background: #1c4073 none no-repeat scroll left top;
  /*background: #50a8d0 none no-repeat scroll left top;*/
}

.aec-globalsearch .aec-globalsearchcontainertxt {
  background: #f6fbfd none no-repeat scroll left top;
  border: 1px solid #0174b0;
  display: block;
  float: left;
  height: 65px;
  left: 35%;
  padding-left: 0px;
  position: relative;
  width: 65%;
/*border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;*/
}

.aec-globalsearch .aec-newListSelected {
  background-color: transparent;
  background-image: none;
  border: medium none;
  color: #fff;
  float: none;
  font-size: 14px;
  font-weight: 600;
  height: 65px;
  margin-top: 0;
  position: relative;
  text-align: center;
}

.aec-globalsearch .aec-selectedTxt {
  height: 100%;
  line-height: 65px;
  padding: 0;
  width: 100%;
}

.aec-globalsearch ul.aec-newList {
  border: 1px solid #50a8d0;
  height: auto;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  text-align: left;
  top: 65px;
  width: 100%;
  color: #0174b0;
  background-color: #FFF;
}

.aec-globalsearch ul.aec-newList li:hover {
  background: #def7fe none repeat scroll 0 0 !important;
  color: #1c4073 !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:before {
  font-family: 'DeepFont';
  content: '\f845';
  color: #FFF;
  font-weight: normal;
  margin-right: 2px;
}

.aec-globalsearch .aec-globalsearchcontainertxt input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #3d3d3d;
  font-size: 14px !important;
  height: 65px;
  line-height: 65px;
  padding-top: 0;
  width: 80%;
  border: none !important;
  text-indent: 10px;
}

#q::-webkit-input-placeholder,
#aec-searchwithintxt::-webkit-input-placeholder {
  color: #81C7E5;
  opacity: 1;
}

#q:-moz-placeholder,
#aec-searchwithintxt:-moz-placeholder {
  /* Firefox 18- */
  color: #81C7E5;
  opacity: 1;
}

#q::-moz-placeholder,
#aec-searchwithintxt::-moz-placeholder {
  /* Firefox 19+ */
  color: #81C7E5;
  opacity: 1;
}

#q:-ms-input-placeholder,
#aec-searchwithintxt:-ms-input-placeholder {
  color: #81C7E5;
  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: 65px;
  left: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 12%;
  border: none !important;
}

.aec-globalsearch button:before {
  font-family: 'DeepFont';
  content: '\f81d';
  color: #1c4073;
  font-weight: normal;
  margin-right: 2px;
  font-size: 35px;
  transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

.aec-globalsearch button:hover:before {
  color: #0174b0;
}

@media (min-width: 320px) and (max-width: 480px) {
  form#aec-globalsrch,
  .aec-globalsearch .aec-globalsearchcontainertxt input,
  .aec-globalsearch .aec-newListSelected,
  .aec-globalsearch .aec-globalsearchcontainertxt,
  .aec-globalsearch .aec-globalsearchcontainersel,
  .aec-globalsearch button {
    height: 50px;
  }
  .aec-globalsearch .aec-selectedTxt,
  form#aec-globalsrch,
  .aec-globalsearch .aec-globalsearchcontainertxt input {
    line-height: 50px;
  }
  .aec-globalsearch ul.aec-newList {
    top: 50px;
    font-size: 11px;
    width: 110px;
  }
  .aec-globalsearch .aec-newList li {
    line-height: normal;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-search {
    margin-top: 12px;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 1200px) and (max-width: 7680px) {
  .header-search {
    padding-left: 3% !important;
    width: 47%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    padding-left: 2.5% !important;
  }
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  background: #ffffff none repeat-x scroll 50% 50%;
  border: 1px solid #e0f6fd;
  box-shadow: 2px 5px 5px rgba(115, 123, 132, 0.34);
  color: #222222;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aec-gstextsearch {
  color: #0174b0 !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: #004e90 !important;
  font-weight: 700;
  text-transform: none;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #def7fe !important;
}

.ui-menu .ui-menu-divider {
  border-color: #81c7e5;
  margin: 0 !important;
}

.aec-gslabel {
  color: #627185;
  left: 0;
  padding: 5px 5px 5px 70px;
  width: 100%;
}

.aec-gspersoninfo {
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 320px !important;
  }
}

@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%;
  }
}


/*====================================
	EMAIL LIST
=====================================*/

.email-container {
  background-color: #81c7e5;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: center;
  margin-bottom: 12px;
  transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
}

.email-container:hover {
  background-color: #50a8d0;
}

.email-container a {
  color: #FFF;
  text-decoration: none !important;
}

.email-container a:hover,
.email-container a:active {
  text-decoration: none;
}

#aec-email-signup .modal-header {
  background-color: #6FC5E9;
  border-bottom: 5px solid #E0F6FD;
  color: #fff;
}

#aec-email-signup h4.modal-title {
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
}

#aec-email-signup .modal-content {
  border: medium none;
  border-radius: 0;
  box-shadow: 4px 4px rgba(29, 36, 50, 0.25);
}

#aec-email-signup .modal-body {
  /*background: transparent url("/customers/deepdiscount/img/mail-bg.svg") repeat scroll 0 0 / 40px auto;*/
  padding: 2px;
}

.email-form-container {
  background-color: #fff;
  padding: 15px;
}

.email-form-container label {
  color: #104372;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  width: 100%;
}

.email-form-container .optInSignUp-title b {
  color: #2a72b0;
  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: 13px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3f9fd6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  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;
}

.email-form-container input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.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;
  border-radius: 4px;
  background-color: #0075B2;
  color: #fff;
  float: right;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 2px 0 #004E77;
}

.email-form-container .optInSignUp-button:before {
  font-family: 'DeepFont';
  content: '\f84e';
  font-weight: normal;
  margin-right: 4px;
}


/*====================================
	SHOPING CART
=====================================*/

.cart-container {
  background-color: #def7fe;
  display: block;
  height: 65px;
  font-weight: normal;
  margin-right: 0;
  position: relative;
}

.aec-main-minicart {
  display: block;
  height: 36px;
  padding-top: 1px;
}

.cart-container .aec-cart-icon {
  color: #004e90;
  float: left;
  font-size: 25px;
  height: 36px;
  left: 0;
  line-height: 100%;
  position: relative;
  text-align: center;
  top: 0;
  width: 12%;
}

.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: transparent;
  border-top: medium none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  left: 0;
  max-height: 500px;
  min-width: 100%;
  overflow-y: auto;
  padding-top: 27px;
  position: absolute;
  top: 36px;
  z-index: 100;
}

#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: #b8e2f4 none repeat scroll 0 0;
  border-top: 1px solid #def7fe;
}

#aec-miniCart2 th {
  color: #4fa0bf;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
  padding: 0 5px;
  text-decoration: none;
}

#aec-miniCart2 td {
  color: #0174B0;
  line-height: normal;
  padding: 4px 0 4px 7px;
  text-align: left;
}

#aec-miniCart2 tbody a {
  color: #0174b0;
  display: block;
  font-size: 13px;
  width: 100%;
}

#aec-miniCart2 tbody a:hover {
  color: #004e90;
}

#aec-minicart-checkoutlink {
  background-color: #81c7e5;
  font-size: 14px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}

#aec-minicart-checkoutlink > a {
  color: #fff;
  font-weight: 600;
  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: 36px;
  left: 0;
  line-height: 36px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

#aec-cartinfo-inner {
  display: inline-block;
  float: left;
  position: relative;
}

#aec-cartinfo-inner * {
  font: 600 16px/34px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #004e90;
}

#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: #0174b0;
  color: #fff;
  display: inline;
  font-weight: bold;
  line-height: normal;
  padding: 7px 10px;
  position: relative;
  text-transform: uppercase;
  top: 1px;
	/*border-radius: 3px;*/
  transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out 0s;
}

#aec-carthead a:hover,
#aec-carthead a:active,
#aec-carthead a:focus {
  color: #fff !important;
  background-color: #1c4073 !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;
}

@media (min-width: 768px) and (max-width: 769px) {
  #aec-carthead a {
    padding: 6px 25px;
  }
}

.cart-container > div#aec-cart-freeshipping {
  background-color: rgba(129, 198, 230, 0.41);
  color: #4fa0bf;
  display: table;
  font: 700 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 100%;
  text-transform: uppercase;
}

@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 {
    width: 28%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aec-carthead a {
    display: inline-block;
    width: 100%;
  }
  #aec-carthead {
    top: 2px;
  }
}

@media (min-width: 0px) and (max-width: 359px) {
  .cart-container {
    display: table;
    height: auto;
    width: 100%;
  }
  .aec-main-minicart {
    width: 100%;
  }
  #aec-cartinfo-inner * {
    color: #1c4073;
    font: bold 14px/36px arial;
  }
  .cart-container > div#aec-cart-freeshipping {
    padding-bottom: 5px;
  }
  .stock-items {
    margin-bottom: 0;
  }
}

@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: #1c4073;
    font: bold 14px/34px arial;
  }
}


/*====================================
	HEADER DEPARTMENTS NAV MENU
=====================================*/

#aec-all-departments {
  background-color: #e0f6fd;
  border: medium none !important;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 10;
  margin-bottom: 0;
}

#nav-deep-departments .dropdown-toggle {
  color: #004e90;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

#nav-deep-departments .dropdown i {
  color: #b8e2f4;
  font-size: 45px;
  font-weight: normal !important;
  left: 0;
  opacity: 0.55;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  z-index: -1;
}
#nav-deep-departments .dropdown i.glyphicon.glyphicon-book {
  font-size: 39px;
}
#nav-deep-departments .nav.navbar-nav > li {
  transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
}
.dropdown-menu .divider {
  background-color: #e0f6fd;
	margin: 5px 0;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  #nav-deep-departments .nav.navbar-nav {
    display: table;
    width: 100%;
  }
  #nav-deep-departments .nav.navbar-nav > li {
    display: table-cell;
    float: none;
  }
  #nav-deep-departments .dropdown-menu > li > a {
    color: #0174b0;
    font-size: 13px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
  }
  #nav-deep-departments .dropdown-menu {
    background-color: #fff;
    border: medium none;
    box-shadow: 0 6px 12px rgba(0, 36, 112, 0.26);
    font-size: 13px;
  }
  #nav-deep-departments .dropdown-menu > li > a:focus,
  #nav-deep-departments .dropdown-menu > li > a:hover {
    background-color: #e0f6fd;
    text-decoration: none;
  }
  #nav-deep-departments .open > a,
  #nav-deep-departments .open > a:focus,
  #nav-deep-departments .open > a:hover {
    background-color: transparent;
  }
  #nav-deep-departments .open {
    /*background-color: #B8E2F4;*/
    background-color: rgba(129, 198, 230, 0.41);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #aec-all-departments .container {
    width: 100%;
  }
  #nav-deep-departments .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }
  #nav-deep-departments .nav.navbar-nav > li {
    vertical-align: middle;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  #aec-all-departments .container {
    padding-left: 5px;
    padding-right: 5px;
  }
	#nav-deep-departments {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
  #nav-deep-departments .dropdown-toggle {
    font-size: 12px;
		padding-left: 8px;
    padding-right: 8px;
  }

  #nav-deep-departments .dropdown i {
    font-size: 34px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
  }
  #nav-deep-departments .dropdown.sm-condense {
    max-width: 90px;
  }
	#nav-deep-departments .dropdown.sm-stretch {
  	min-width: 50px;
	}
	#aec-all-departments .caret {
		position: absolute;
		right: 4px;
		top: 48%;
		border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px dashed;
	}
}
/* 4K and 8K UHD 7680px */
@media (min-width: 821px) and (max-width: 7680px) {
  #nav-deep-departments .dropdown.sm-condense {
    max-width: 140px;
  }
}

#aec-all-departments .navbar-toggle {
  background-color: #e0f6fd;
  border: medium none;
  border-radius: 0;
  color: #004e90;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}

.aec-parentDpt > a {
  color: #004e90 !important;
  font-weight: 600 !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  #aec-all-departments {
    background-color: transparent;
    margin-top: 20px;
  }
  #aec-all-departments .navbar-toggle {
    background-color: #e0f6fd;
    width: 100%;
  }
  #aec-all-departments .navbar-header {
    margin-left: 5px;
    margin-right: 5px;
  }
  #nav-deep-departments {
    border-top: 1px solid #caebf8;
    ;
    border-left: none;
    border-radius: none;
    border-bottom: none;
    margin: 0 auto;
    box-shadow: none !important;
  }
  #aec-all-departments .dropdown-menu li,
  #aec-all-departments .dropdown-menu {
    background-color: #fff;
    border-bottom: medium none;
    font-size: 13px;
  }
  #aec-all-departments .dropdown-menu li a {
    color: #0174b0;
    font-size: 13px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
  }
  #nav-deep-departments .dropdown-menu > li > a:focus,
  #nav-deep-departments .dropdown-menu > li > a:hover {
    background-color: #e0f6fd;
    text-decoration: none;
  }
  #nav-deep-departments ul li {
    background-color: #e0f6fd;
    border-bottom: 1px solid #caebf8;
    text-align: left;
  }
  #nav-deep-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-deep-departments .dropdown.open .dropdown-toggle,
  #nav-deep-departments .dropdown .dropdown-toggle:hover {
    background-color: rgba(129, 198, 230, 0.41);
  }
  #nav-deep-departments ul.nav {
    margin-top: 0;
  }
  #nav-deep-departments .dropdown-menu .divider {
    background-color: #E0F6FD !important;
  }
  #aec-all-departments .dropdown-menu {
    border-left: 1px solid #e0f6fd;
    border-radius: 0;
    border-right: 1px solid #e0f6fd;
  }
	#nav-deep-departments .dropdown i {
		color: #004e90;
		font-size: 20px !important;
		font-weight: normal !important;
		left: 12px;
		margin-left: 0 !important;
		opacity: 1;
		position: absolute;
		transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
		z-index: 1;
	}
	#nav-deep-departments .dropdown i.glyphicon.glyphicon-book {
		left: 16px;
	}
	#nav-deep-departments .dropdown-toggle{
		padding-left: 42px !important;
	}
  #nav-deep-departments .caret {
    border: medium none;
    position: absolute;
    right: 35px;
    top: 10px;
  }
  #nav-deep-departments .caret:before {
    content: "\f845";
    font-family: "DeepFont";
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #nav-deep-departments {
    margin-left: 5px;
    margin-right: 5px;
  }
  #aec-all-departments .container {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 778px) {
  #nav-deep-departments {
    margin-left: 5px;
    margin-right: 5px;
  }
  #aec-all-departments .container {
    padding: 0 5px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  #aec-all-departments .navbar-toggle {
    padding: 10px 15px;
  }
  #nav-deep-departments {
    margin-left: 5px;
    margin-right: 5px;
  }
  #aec-all-departments .container {
    padding: 0;
  }
}

#aec-all-departments .navbar-toggle:hover {
  background-color: #81c7e5;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.dropdown-menu-right-sm {
		left: auto !important;
		right: 0 !important;
	}
}
/*====================================
	FIX HEADER POSITION ON SCROLL
=====================================*/

.main-header.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 40px;
  box-shadow: 1px 2px 2px rgba(30, 48, 77, 0.2);
  top: 0;
  left: 0px;
  transition: left 0.2s ease-in-out 0s;
  -webkit-transition: left 0.2s ease-in-out 0s;
}

@media (min-width: 0px) and (max-width: 1023px) {
  body.open-nav .main-header.fixed-header {
    left: 200px;
  }
}

.navbar.navbar-default.navbar-static-top.deep-user-nav {
  margin-bottom: 0;
}

.aec-toggle-search {
  float: right;
  height: 41px;
  background-color: transparent/*#c8f3ff*/
  ;
  background-image: none;
  border: medium none;
  border-radius: 0;
  color: #5fc6e9;
  float: right;
  margin: 0;
  padding: 8px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  width: 40px;
  display: none;
  color: #5fc6e9;
}

button.aec-toggle-search .nav-search-icon:before {
  font-family: 'DeepFont';
  content: '\f81d';
  font-weight: normal;
  margin-right: 2px;
  font-size: 24px;
  height: 22px;
  overflow: hidden;
  position: relative;
  width: 22px;
  top: -4px;
}

.aec-toggle-search.active {
  background-color: #5fc6e9;
  color: #c8f3ff;
}

.main-header.fixed-header .header,
.main-header.fixed-header .header .header-logo,
.main-header.fixed-header .header .header-search,
.main-header.fixed-header .header .header-cart,
.main-header.fixed-header .skinny-banner,
.main-header.fixed-header #aec-all-departments {
  display: none;
}

.main-header.fixed-header .header {
  margin-top: 0;
  margin-bottom: 0;
}

.main-header.fixed-header .header.show-search,
.main-header.fixed-header .aec-toggle-search {
  display: block;
}

.main-header.fixed-header .header.show-search .header-search {
  display: block;
  width: 100%;
  margin: 0;
}

.header.show-search .stock-items {
  display: none;
}

.main-header.fixed-header .header.show-search {
  background-color: #5fc6e9;
  min-height: 60px;
  padding: 5px;
  box-shadow: 1px 2px 2px rgba(30, 48, 77, 0.2);
  width: 100%;
}

@media (min-width: 481px) and (max-width: 768px) {
  .main-header.fixed-header .header.show-search {
    min-height: 77px;
  }
}

@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: 47% !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;
  color: #5fc6e9;
  float: left;
  height: 41px;
  margin: 0;
  padding: 8px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
  width: 47px;
  display: none;
}

.aec-toggle-leftnav .icon-list-justify {
  font-size: 20px;
}

.aec-toggle-leftnav:hover {
  background-color: #5fc6e9;
  color: #c8f3ff;
}

body.open-nav .aec-toggle-leftnav {
  background-color: #5fc6e9;
  color: #f6fbfd;
}

body.open-nav .aec-toggle-leftnav .icon-list-justify:before {
  content: '\f828' !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .aec-toggle-leftnav {
    display: block;
  }
}


/*====================================
	END HEADER
=====================================*/


/*====================================
	FOOTER
=====================================*/

#aec-footer {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
}

#aec-footer-siteswitch {
  display: none;
}

.footer {
  background-color: #e0f6fd;
  display: block;
  color: #2a72b0;
  padding-top: 74px;
  text-align: left;
}

.footer-col {
  border-left: 1px solid #81c7e5;
  min-height: 220px;
}

.footer-col.aec-info-link {
  border-left: 0 none;
}

.footer li {
  line-height: 25px;
  height: 25px;
}

.footer h4 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

.footer ul {
  list-style: none;
  overflow: hidden !important;
}

.footer-nav a {
  line-height: 14px;
}

.footer a {
  color: #2a72b0;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease-in-out 0s;
	-webkit-transition: color 0.2s ease-in-out 0s;
}

.footer a:hover,
.footer a:active {
  color: #1c4073;
}

.footer a i {
  margin-right: 10px;
}

.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;
}
.footer #aec-categories-list a i.glyphicon.glyphicon-book {
  left: 1px;
  top: 3px;
  margin-right: 18px;
}
.aec-info-link a i {
  width: 1em;
}

.footer-social-links li {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  width: auto;
  height: 40px;
}

.footer-col.last-col .icon-chat {
  display: inline-block;
  font-size: 21px;
  line-height: 10px;
  margin-right: 0;
  position: relative;
  top: 5px;
  width: 18px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.footer-col.last-col .icon-chat:before {
  margin: 0;
  width: auto;
}

.footer .footer-social-links a i {
  background-color: #2a72b0;
  border-radius: 4px;
  color: #E0F6FD;
  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: #5EA9DD;
  color: #fff;
}

.footer .footer-social-links a i.icon-facebook:hover,
.footer .footer-social-links a i.icon-facebook:active {
  background-color: #3765A3;
  color: #fff;
}

.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: 25px;
}

.dtu-logo {
  margin-top: 20px;
  min-height: 50px;
  text-align: left;
}

.credit-cards {
  margin-top: 20px;
  min-height: 50px;
  text-align: right;
}

.credit-cards a {
  color: #527dae;
  font-size: 24px;
}

.credit-cards ul {
  display: block;
  margin: 0 auto;
  float: none;
}

.ts-1 {
  clear: none;
  float: left;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  top: 10px;
  width: 170px;
}

.ts-1-3 {
  border: medium none;
  display: inline;
  float: left;
  height: 21px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.ts-1-4 {
  border: medium none;
  clear: none;
  display: inline-block;
  float: left;
  font-family: arial;
  height: auto;
  left: 22px;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
}

.ts-2-2,
.gen-1 {
  display: none;
}

.ts-2-1 {
  border: medium none;
  color: #527dae;
  display: inline;
  float: left;
  font: 11px arial, helvetica;
  height: 12px;
  margin-left: 2px;
  margin-top: 2px;
  padding: 1px;
  text-align: left;
  width: auto;
}

#attrFooterImg > img#HoverImage {
  display: none;
}

@media (min-width: 320px) 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: 650px) and (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
  .footer-col.last-col {
    border: medium none;
    height: auto;
    min-height: 0;
    width: 100%;
  }
  .dtu-logo,
  .credit-cards {
    float: left;
    width: 50%;
  }
  .top-left,
  .botton-right {
    float: left;
    width: 50%;
  }
  .botton-right {
    text-align: right;
  }
  h4.social-header {
    margin-top: 0;
  }
  .footer-col.last-col {
    padding-top: 25px;
  }
  .footer-social-links li {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 649px) {
  .dtu-logo,
  .credit-cards {
    float: left;
    width: 100%;
    text-align: center;
  }
  .ts-1 {
    clear: none;
    float: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 165px;
  }
}
/* 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;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    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-info-link) {
    padding-left: 40px !important;
    padding-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 649px) {
  .col-xs-12.footer-col {
    padding-left: 0;
    padding-right: 0;
  }
  .footer {
    padding-top: 15px;
  }
  .footer .col-smd-4 h4 {
    display: none;
  }
  .footer-col {
    min-height: 0;
    border: none;
  }
  .footer-btn {
    border-bottom: 1px solid #81c7e5;
    border-radius: 0;
    color: #2a72b0;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .footer-nav {
    background-color: #e0f6fd;
    border-bottom: 4px double #81c7e5;
    box-shadow: none;
    margin-bottom: 0;
  }
  .footer-nav li {
    border-top: 1px solid #c8f3ff;
    height: auto;
    line-height: normal;
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 15px;
  }
  .footer-nav li:first-child {
    border-top: none;
  }
  .footer a {
    display: block;
  }
  .footer-nav li:hover {
    background-color: #5fc6e9;
  }
  .footer-nav li:hover a {
    color: #fff;
  }
  .footer-col.last-col {
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
  }
  .dtu-logo,
  .credit-cards {
    float: left;
    height: auto;
    margin-top: 0;
    min-height: auto;
    padding: 5px 0;
    text-align: center !important;
    width: 100%;
  }
}


/*====================================
	FOOTER END
=====================================*/


/*====================================
	LEFT NAVIGATION
=====================================*/

body.open-nav {
  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;
}

@media (min-width: 0px) and (max-width: 1023px) {
  body.open-nav #aec-left {
    left: 0;
    overflow-y: scroll;
    height: 100%;
  }
}

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: 0;
  }
  body.open-nav {
    margin-left: 0;
    margin-right: 0;
  }
}

.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;
    width: 200px !important;
    left: -200px;
    top: 0;
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
    background-color: #f6fbfd;
  }
  body.open-nav #aec-left {
    box-shadow: 0 4px 10px rgba(58, 62, 79, 0.56);
  }
  .aec-dcsnavTitle,
  .aec-navTitle {
    padding-left: 8px !important;
  }
  .aec-dcsnavAccordian .aec-dcsnavHead {
    padding: 0 0 0 8px !important;
  }
}

.help-nav, .aec-res-deals-nav {
  display: none;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
  border-bottom: 1px solid #E0F6FD;
  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: #0174b0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0;
  text-decoration: none;
}

.aec-dcsnavTitle a,
.aec-navTitle a {
  color: #0174b0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  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 {
  color: #0174b0;
  display: block;
  font-size: 14px;
  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-dcsnavAccordian .aec-dcsnavHead:first-child {
  border-top: 4px double #E0F6FD;
}

.aec-dcsLinks a,
.aec-navLinks > ul > li a {
  color: #0174b0;
  font-size: 13px;
  text-decoration: none;
  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: #1c4073 !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 #e0f6fd;
  margin-top: 0;
  padding-top: 5px;
}
.aec-dcsIcon {
  background-image: url("/customers/deepdiscount/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 {
  color: #0174b0;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  text-decoration: none;
}

.aec-dcsSelections {
  background-color: transparent;
  border-color: #e0f6fd;
  border-style: double;
  border-width: 4px 0 0;
  color: #0174b0;
  padding: 4px 10px;
}

.aec-dcsRefine {
  color: #0174b0;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px 10px;
}

.aec-dcsSelections > h3 {
  color: #0174b0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelections a {
  color: #0174b0;
  font-size: 13px;
  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: "\f828";
  display: inline-block;
  font-family: "DeepFont";
  font-size: 16px;
  color: #0174b0;
}

.aec-dcsSelections a:hover {
  color: #1c4073 !important;
  text-decoration: none !important;
}

.aec-dcsSelections li:hover .aec-dcsSelectionsIcon:before {
  color: #1c4073 !important;
}


/*====================================
	COLLAPSEP DEPARTMENTS NAV
=====================================*/

.grid-departments {
  background-color: #e0f6fd;
  border: medium none;
  color: #2a72b0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 6px;
  text-align: left;
  width: 100%;
}

.nav-grid-departments a {
  color: #0174b0;
  display: block;
  font-size: 13px;
  padding: 4px 8px;
}


/*=======================================
	EXPERIMENTAL BEGIN
=======================================*/

#aec-left .nav-grid-departments a {
  position: relative;
  z-index: 1;
}

#aec-left .nav-grid-departments a:before {
  background-color: #F6FBFD;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  opacity: 0;
  z-index: -1;
}

#aec-left .nav-grid-departments a:hover:before {
  width: 100%;
  opacity: 1;
}


/*=======================================
	EXPERIMENTAL END
=======================================*/

.nav-grid-departments a i {
  font-size: 16px;
  line-height: 13px;
  margin-right: 4px;
}

.grid-departments .icon-list:before {
  margin-right: 0;
  width: 12px !important;
}

.nav-grid-departments a.deals-link.bottom-link {
  border-bottom: 4px double #e0f6fd;
}


/*====================================
	LEFT NAVIGATION END
=====================================*/


/*====================================
	INFO BOX
=====================================*/

.bt-content {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #6FC5E9;
  box-shadow: 0 0 12px 0 rgba(42, 45, 57, 0.4);
	border-radius: 3px;
}

.b1f,
.b2f,
.b3f,
.b4f,
.bt-content h3,
.contentf {
  background: none repeat scroll 0 0 #ffffff;
}

.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 {
  border: 1px solid #000000;
  border-radius: 3px;
  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: #6fc5e9;
  border: medium none;
  color: #ffffff;
  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-bottom-left-radius: 12px;
}

.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: #0174b0;
  font-size: 1.4em;
  text-decoration: none;
}

.bt-content h2 > a:hover {
  color: #1c4073 !important;
}

.bt-content h3 span {
  color: #0174b0;
  display: inline-block;
  font: 13px/15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 5px;
}

.bt-content #aec-quickviewcontent {
  border-top: 1px dashed #c6d2dd;
  clear: left;
  color: #333;
  font: 14px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  position: relative;
  width: 400px;
}

.bt-content #aec-quickviewcontent dt {
  clear: left;
  color: #627185;
  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: #627185;
  margin-left: 80px;
  padding-bottom: 6px;
  padding-left: 2px;
}

.bt-wrapper.ui-draggable #canvas {
  display: none !important;
}

#aec-quickviewcontent a {
  color: #0174b0;
}

#aec-quickviewcontent a:hover {
  color: #1c4073 !important;
}


/*====================================
	GRID
=====================================*/

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 5px;
}

@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: #2a72b0;
  font-size: 13px;
  margin-bottom: 10px;
}
.aec-searchresults-notfound {
  color: #2a72b0;
  font-size: 13px;
  padding: 0;
  margin-bottom: 10px;
}
.aec-otherpossibilities {
  font-size: 13px;
  color: #2a72b0;
}

.aec-otherpossibilities {
  color: #2a72b0;
  font-size: 13px;
}

.aec-expandResults {
  color: #2a72b0;
  font-size: 13px;
}

.aec-otherpossibilities a,
.aec-expandResults a,
.aec-searchresults-notfound a {
  color: #1c4073 !important;
  font-weight: 600;
}

.aec-otherpossibilities a:hover,
.aec-expandResults a:hover,
.aec-searchresults-notfound a:hover {
  color: #0174b0 !important;
}

@media (min-width: 0px) and (max-width: 640px) {
  .aec-expandResults {
    float: none;
  }
}


/*====================================
	PRODUCT GRID
=====================================*/

ul.aec-listview {
  border-left: 1px solid #e0f6fd;
  border-right: 1px solid #e0f6fd;
  display: table;
  list-style: outside none none;
  padding: 0.5% 0 0;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
ul.aec-listview li{
	position: relative;
}
@media (min-width: 0px) and (max-width: 680px) {
  ul.aec-listview {
    padding-top: 10px;
  }
}

ul.aec-listview > li:first-child {
  border-top: medium none;
}

ul.aec-listview > li {
  border-color: #e0f6fd;
  border-style: solid;
  border-width: 0 0 2px;
}

#aec-prodgrid.aec-gridview > li {
  background: transparent none repeat scroll 0 0;
  border-color: #e0f6fd;
  border-style: solid;
  border-width: 0 0 2px;
  display: table-cell;
  float: left;
  height: 395px;
  margin: 0;
  min-height: 395px;
  /*padding: 22px 10px 10px;*/
	padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 20%;
}

@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-listview .aec-gridcontentul a {
  color: #1c4073;
  font-size: 13px;
  font-weight: 600;
}

.aec-listview .aec-gridcontentul li {
  color: #627185;
  font-size: 12px;
  padding: 1px 0;
}
.aec-listview li .aec-gridcontent.aec-attrdesc {
  font-size: 9pt;
	display: block;
}
.aec-listview:not(.aec-gridview) .aec-ellipsis {
  width: auto;
}
.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: #e0f6fd;
  background-image: none;
  border: medium none;
  border-radius: 0;
  color: #81c7e5;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42857;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 100px;
	border-radius: 3px;
}

.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 a {
  color: #1c4073;
  font-size: 13px;
  font-weight: 600;
	line-height: 13px;
}
#aec-boutiquegridspan .aec-listview div > span.aec-threedotstext {
  font-weight: 600;
}
.aec-gridview .aec-gridcontentul a:hover {
  color: #0174b0;
}

.aec-grid-artist a {
  color: #0174b0 !important;
  font-size: 9pt !important;
  font-style: normal;
  font-weight: normal !important;
	line-height: 9pt !important;
}

.aec-gridview .aec-grid-artist .aec-ellipsis {
  overflow: hidden;
	min-height:10pt;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0174b0;
}

.aec-gridview div.aec-buybutton {
  float: left !important;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 254px;
}

.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: #0174b0 !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 #e0f6fd;
		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 {
  color: #627185;
  font-weight: normal !important;
  text-decoration: none;
}

.aec-listview .aec-salescat {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0174b0;
  display: inline-block;
  width: 100%;
}

.aec-listview .aec-listprice {
  font-size: 12px;
  display: inline-block;
}

.aec-listview .aec-yousave {
  font-size: 13px;
  display: inline-block;
}

.aec-listview .aec-listprice > span {
  font-weight: normal !important;
  text-decoration: line-through;
}

.aec-listview .aec-custprice {
  font-size: 14px;
  display: inline-block;
}

.aec-listview .aec-custprice > span {
  color: #1c4073;
}

.aec-listview .aec-savepercent {
  font-weight: normal !important;
}

.aec-listview .aec-yousave span:first-child {
  color: #0174b0;
  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;
}

@media (min-width: 361px) and (max-width: 520px) {
  .aec-listview .aec-gridcontentul {
    float: left;
    height: auto;
    width: 58%;
    padding-left: 8px;
  }
  .aec-listview .aec-ellipsis {
    width: auto;
  }
  #aec-prodgrid.aec-listview .aec-cover {
    width: 40%;
    margin-bottom: 0;
  }
  #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
    width: 100%;
  }
  .aec-listview div.aec-buybutton {
    float: left;
    margin-top: 25px;
  }
  .aec-listview.aec-gridview div.aec-buybutton {
    margin-top: 0;
  }
	.aec-listview:not(.aec-gridview) > li {
		min-height: 195px;
		padding-top: 10px;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
  .aec-listview .aec-gridcontentul {
    float: left;
    height: auto;
    width: 58%;
    padding-left: 8px;
  }
  #aec-boutiquegridspan .aec-listcontent.aec-rd {
    width: 100%;
  }
  .aec-listview .aec-ellipsis {
    width: auto;
  }
  #aec-prodgrid.aec-listview .aec-cover {
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
  }
  #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
    width: 100%;
    padding: 0;
  }
  .aec-listview div.aec-buybutton {
    float: left;
    margin-top: 15px;
  }
	.aec-listview:not(.aec-gridview) > li {
		min-height: 210px;
		padding-top: 10px;
	}
  .aec-listview.aec-gridview div.aec-buybutton {
    margin-top: 0;
  }
  .aec-listview.aec-gridview p.aec-cover > a > img {
    max-width: 140px !important;
    min-height: auto;
    height: auto;
  }
  .aec-listview:not(.aec-gridview) .aec-cover > a > img {
    max-width: 100% !important;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) 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: 155px;
  }
  .aec-listview:not(.aec-gridview) .aec-gridcontentul {
    margin-left: 10px;
  }
}

div.aec-buybutton span.aec-buybutton {
  float: none !important;
  text-align: center;
}

.aec-listview ul li > span {
  font-weight: 600;
}

.aec-listview:not(.aec-gridview) p.aec-cover {
  margin: 0;
}

@media (min-width: 521px) and (max-width: 767px) {
  #aec-prodgrid.aec-listview:not(.aec-gridview) .aec-cover {
    width: 28%;
    margin-bottom: 0;
  }
  .aec-listview:not(.aec-gridview) .aec-gridcontentul {
    float: left;
    height: auto;
    width: 70%;
  }
  .aec-listview:not(.aec-gridview) div.aec-buybutton {
    float: left;
    padding: 25px 0 0;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .aec-listview button.aec-buybutton-textbtn {
    width: 100%;
  }
  .aec-listview.aec-gridview button.aec-buybutton-textbtn {
    width: 65%;
  }
}

@media (min-width: 321px) and (max-width: 640px) {
  .aec-listview button.aec-buybutton-textbtn {
    width: 100%;
  }
  .aec-listview.aec-gridview button.aec-buybutton-textbtn {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 640px) {
  .aec-buyimage .aec-buybutton {
    font-size: 12px;
  }
  .aec-listview:not(.aec-gridview) div.aec-buybutton {
    width: 144px;
  }
  .aec-listview:not(.aec-gridview) .aec-buyimage .aec-buybutton {
    font-size: 12px;
  }
  .aec-listview:not(.aec-gridview) span.aec-buybutton:before {
    font-size: 14px;
  }
  .aec-listview:not(.aec-gridview) .aec-gridcontentul li {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}


/*====================================
	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: 25%; top: -8px; }*/
	.aec-listview:not(.aec-gridview) .aec-gridicon {
		left: 1px;
		top: -8px;
	}
}
/*.aec-listview .aec-gridicon img{
		max-height: 44px;
}*/
/*====================================
	GRID SAVE FLAG
=====================================*/

.aec-listview .aec-flagsave {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  height: 20px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 70px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.aec-listview:not(.aec-gridview) .aec-flagsave + .aec-grid-divspan ul.aec-gridcontentul {
  margin-top: 20px;
}
.aec-listview:not(.aec-gridview) .aec-flagsave {
  left: 160px;
  padding-left: 5px;
  position: absolute;
  top: 4px;
}
.aec-listview .aec-flagsave:after {
  font-family: deepfont;
  font-size: 20px;
  font-weight: normal;
  left: 80px;
  line-height: 1;
  position: absolute;
}

.aec-listview .aec-flagsave:before {
  border-image: none;
  border-style: solid;
  border-width: 10px 4px;
  content: "";
  height: 20px;
  left: 70px;
  position: absolute;
}

.aec-listview .aec-flagsave.seagreen{
	background-color: #0abe96;
}
.aec-listview .aec-flagsave.seagreen:before{
	border-color: #0abe96 white #0abe96 #0abe96;
}
.aec-listview .aec-flagsave.seagreen:after {
  color: #0abe96;
  content: "\f884 \00a0 \f884";
}

.aec-listview .aec-flagsave.red{
	background-color: #c1000d;
}
.aec-listview .aec-flagsave.red:before{
	border-color: #c1000d white #c1000d #c1000d;
}
.aec-listview .aec-flagsave.red:after {
  color: #c1000d;
  content: "\f884 \00a0 \f884 \00a0 \f884";
}
@media (min-width: 521px) and (max-width: 767px) {
	.aec-listview:not(.aec-gridview) .aec-flagsave {
		left: 28%;
	}
}
@media (min-width: 0px) and (max-width: 520px) {
	.aec-listview:not(.aec-gridview) .aec-flagsave {
		left: 42%;
	}
}
/*====================================
	SEARCH WITHIN AND GRID SORT
=====================================*/

.aec-searchwithin {
  background: none repeat scroll 0 0 transparent;
  border-left: 1px solid #e0f6fd;
  border-right: 1px solid #e0f6fd;
  border-top: 1px solid #e0f6fd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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: #f6fbfd;
  background-image: none;
  border: 1px solid #c2e5f1;
  border-radius: 4px;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
  display: block;
  float: left;
  font-size: 13px;
  height: 25px;
  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: 36.5%;
}

@media (min-width: 570px) and (max-width: 767px) {
  .aec-searchwithin #aec-searchwithintxt {
    margin-left: 31.333%;
    width: 33%;
  }
}

@media (min-width: 0px) and (max-width: 569px) {
  .aec-searchwithin {
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #e0f6fd;
    display: table;
    height: auto;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .aec-searchwithin > .aec-pagecount {
    border-bottom: 1px solid #e0f6fd;
    display: block;
    float: left;
    height: 28px;
    left: -6px;
    line-height: normal;
    margin-bottom: 4px !important;
    margin-top: 0;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px !important;
    padding-top: 2px !important;
    position: relative !important;
    width: 101% !important;
  }
  .aec-searchwithin .aec-swicthbtn {
    display: block;
    float: right;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 48%;
  }
  .aec-searchwithin #aec-searchwithintxt {
    margin-left: 3%;
    width: 80%;
  }
  .aec-gridcontrolsbot {
    height: 70px !important;
  }
  .aec-gridcontrolsbot .aec-pagenumgroup {
    border-top: 1px solid #e0f6fd;
    position: relative;
    top: 35px;
  }
  #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 > span,
  .aec-gridcontrolsbot #aec-sortbygroup span {
    font-size: 0 !important;
  }
  .aec-gridcontrolsbot #aec-perpagegroup > span:before {
    content: "Items";
    font-size: 10pt !important;
  }
  .aec-gridcontrolsbot #aec-sortbygroup span: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: #2a72b0;
  font-size: 14px;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 2px 0 0 10px;
  position: absolute;
  text-align: left;
  width: 200px;
}

@media (min-width: 320px) and (max-width: 360px) {
  .aec-searchwithin > div.aec-pagecount {
    font-size: 12px;
  }
}

#aec-gridSwitchView.gridView {
  cursor: pointer;
  font-size: 13px;
  padding: 2px 0 0 10px;
  position: absolute;
  right: 15px;
  color: #2a72b0;
  text-decoration: none !important;
}

#aec-gridSwitchView.gridView:before {
  color: #2a72b0;
  content: "\f881";
  font-family: 'DeepFont';
  margin-right: 4px;
}

.gridView.gridListView:before {
  color: #2a72b0;
  content: "\f850" !important;
  font-family: 'DeepFont';
  margin-right: 4px;
}


/*--------------------------------------------
	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: #0174b0;
  background-image: none;
  border: medium none;
  color: #fff;
  float: left;
  font-weight: 600;
  line-height: 1.429;
  margin: 0 0 0 4px;
  padding: 3px 10px;
}

.aec-searchwithin #aec-searchwithinbtn:hover {
  background: #1c4073 none no-repeat scroll left top;
}

.aec-searchwithin #aec-searchwithintxt:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.aec-gridcontrolsbot {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #e0f6fd;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.aec-gridcontrolsbot ul.aec-newList {
  background: #f6fbfd none repeat scroll 0 0;
  border-color: #c2e5f1;
  border-style: solid;
  border-width: 0 1px 1px;
  color: #0174b0;
  left: 0;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 20px;
  z-index: 9999;
}

.aec-gridcontrolsbot ul.aec-newList a {
  color: #0174b0;
}

.aec-gridcontrolsbot ul.aec-newList li:hover {
  background: #81C7E5 none repeat scroll 0 0 !important;
  color: #fff !important;
  cursor: pointer;
}

.aec-gridcontrolsbot ul.aec-newList li:hover a {
  color: #fff !important;
}

#aec-searchgridspan + .aec-gridcontrolsbot {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}

.aec-gridcontrolsbot .aec-selectedTxt {
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  padding: 2px;
  color: #0174b0;
}

.aec-newListSelected {
  background-color: #f6fbfd;
  background-image: url("/customers/deepdiscount/img/arrowdown.svg");
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #c2e5f1;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  float: left;
  height: 22px;
  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 {
  box-shadow: none;
}

.aec-gridcontrolsbot #aec-perpagegroup {
  clear: none;
  float: none;
  position: absolute;
  right: 10px;
  top: 2px;
}

.aec-gridcontrolsbot > div#aec-sortbygroup {
  left: 0;
  position: absolute;
  top: 2px;
  width: 210px;
  z-index: 2;
}

.aec-gridcontrolsbot #aec-sortbygroup span {
  color: #2a72b0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 4px 4px 12px;
}

.aec-gridcontrolsbot #aec-perpagegroup > span {
  display: inline-block;
  float: left;
  padding: 4px;
  color: #2a72b0;
  font-size: 13px;
  font-weight: 600;
}

.aec-pagenumcontainer a {
  background: #f6fbfd none repeat scroll 0 0;
  border-color: #c2e5f1;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #2a72b0;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-right: 0;
  padding: 1px 7px;
  text-decoration: none;
}

.aec-pagenumcontainer a:hover {
  background-color: #0174b0;
  border-color: #0174b0;
  color: white;
}

.aec-pagenumcontainer {
  display: inline;
  margin-left: 18px;
}

.aec-pagenumcontainer a:first-child {
  border-left: 1px solid #81c7e5;
}

.aec-pagenumcontainer .aec-pagenum span {
  background: #81c7e5 none repeat scroll 0 0;
  border: 1px solid #78c8e4;
  border-radius: 0;
  color: white;
  display: inline;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-right: 0;
  padding: 2px 7px;
  text-decoration: none;
}

.aec-prev {
  background-image: none;
  border: none;
  color: #0174b0;
  height: 19px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  width: 18px;
}

.aec-next {
  background-image: none;
  border: none;
  color: #0174b0;
  height: 19px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  width: 18px;
}

.aec-prev:before {
  content: '\f846';
  font-family: 'DeepFont';
}

.aec-next:before {
  content: '\f847';
  font-family: 'DeepFont';
}

@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: 0px;
    padding: 1px 7px;
    top: -1px;
    text-decoration: none;
  }
}

.aec-gridcontrolsbot .aec-newListSelected {
  height: 22px !important;
  position: relative !important;
  top: 2px;
}

@media (min-width: 0px) and (max-width: 520px){
	.aec-sortbycontainer .aec-selectedTxt {
  	width: 133px;
	}
}
a.aec-iconbase {
  margin-right: 0;
}

#aec-stripbanner:empty,
#aec-stripbanner,
#aec-stripbanner + br {
  display: none;
}

.aec-personname {
  color: #0174b0;
  font-size: 20px;
  margin: 0;
  padding: 8px 0 10px;
}


/*====================================
	SEARCH WITHIN AND GRID SORT END
=====================================*/


/*====================================
	BUY BUTTONS
=====================================*/

button.aec-buybutton-textbtn {
  background-color: #81c7e5;
  border: medium none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 2px;
  transition: background-color 0.2s ease-in 0s;
	-webkit-transition: background-color 0.2s ease-in 0s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0 -2px 0 #369bc9;
  -webkit-box-shadow: inset 0 -2px 0 #369bc9;
  -moz-box-shadow: inset 0 -2px 0 #369bc9;
}

button.aec-buybutton-textbtn:hover {
  background-color: #50a8d0;
}

span.aec-buybutton:before {
  content: "\f838";
  display: inline-block;
  font-family: "DeepFont";
  font-size: 16px;
  margin-right: 4px;
  font-weight: normal;
}


/*====================================
	BOUTIQUES
=====================================*/

.aec-boutiquebanner > img {
  height: auto;
  max-width: 100%;
}


/*====================================
	404 PAGE
=====================================*/

#aec-error404 > h1 {
  color: #2a72b0;
  font-size: 18px;
}

#aec-error404 > h1::before {
  content: "\f87B";
  font-family: "DeepFont";
  font-size: 50px;
  font-weight: normal;
}

#aec-error404 > div + div {
  background-color: #e0f6fd;
  border-radius: 4px;
  box-shadow: 0 2px 0 #6fc5e9;
  font-size: 13px;
  font-weight: 600;
  margin: 10px auto 0;
  padding: 6px 12px;
  width: 200px;
}

#aec-error404 > div a {
  color: #0174b0;
}

/*====================================
	PERSON SEARCH GRID
=====================================*/
.aec-searchresults-notfound {
  margin-bottom: 10px;
}
#aec-personsearchgrid {
  display: inline-block;
  width: 100%;
}

#aec-searchgridspan > ul {
  border-left: 1px solid #e0f6fd;
  border-right: 1px solid #e0f6fd;
  margin-bottom: 0;
}

#aec-personsearchgrid > li {
  border-bottom: 1px solid #e0f6fd;
  color: #2a72b0;
  float: left;
  font-size: 13px;
  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: #004e90;
}

#aec-personsearchgrid a:hover{
	text-decoration: underline;
}

.aec-persongridcontrolsbot {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e0f6fd;
  display: inline-block;
  height: 32px;
  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;
}
