html {
  height: 100%; }

/*====================================
	RESET RULES
=====================================*/
*:focus {
    /*outline: dotted .125px #07508e !important;*/
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #07508e !important;
}

a.home-link:focus {
    outline-offset: 2px !important;
}

input.ui-autocomplete-input:focus {
    outline-offset: -5px !important;
}

a.deals-link:focus,
li.slick-active button:focus {
    outline-color: #fff !important;
}

.aec-adzone-image a:focus {
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 2px !important;
    outline-color: #07508e !important;
}

.btn-primary:focus,
#aec-account-index .btn:focus,
#aec-carthead a:focus,
.aec-searchwithin #aec-searchwithinbtn:focus,
#aec-send-email-confirmation:focus,
#orderHistoryGrid #OrderHistoryGrid td a.k-button:focus,
.slick-track .slick-active:not(.slick-current):focus {
    background-color: #e8f0fe !important;
    color: #07508e !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #07508e !important;
}

.slick-active a:focus img {
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 1px !important;
    outline-color: #07508e !important;
}

#nav-deep-departments ul.navbar-nav li.dropdown a:focus {
    background-color: #07508e !important;
    color: #ffffff !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #fff !important;
}

.aec-btn-delete:focus
.btn-primary.btn-delete:focus {
    background-color: #e8f0fe !important;
    color: #a52b2b !important;
    outline: dashed 0.25rem #a52b2b !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #07508e !important;
}

.footer ul.list-inline li a:hover,
.footer ul.list-inline li a:focus,
.footer .footer-social-links a i:focus {
    color: #000000 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #07508e !important;
}

.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #fff !important;
}

.aec-quickviewhover:focus {
    background-color: #07508e !important;
    color: #ffffff !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #fff !important;
}

button.aec-buybutton-textbtn:focus,
button.aec-checkout-removeLink:focus,
#popup_ok:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #fff !important;
}

.footer .footer-social-links a:focus i.icon-twitter-1,
.footer .footer-social-links a:focus i.icon-facebook,
.footer .footer-social-links a:focus i.icon-youtube-play,
.footer .footer-social-links a:focus i.icon-gplusnew,
.footer .footer-social-links a:focus i.icon-instagram {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: #fff !important;
}

.modal-header .close:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 1px !important;
    outline-color: #fff !important;
}

#aec-webamiloginform .btn-default:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 1px !important;
    outline-color: #07508e !important;
}

ul.list-inline li a:focus .icon-cc-visa,
ul.list-inline li a:focus .icon-cc-mastercard,
ul.list-inline li a:focus .icon-cc-amex,
ul.list-inline li a:focus .icon-cc-discover,
ul.list-inline li a:focus .icon-cc-paypal {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 2px !important;
    outline-color: #07508e !important;
}

#skiplink a:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 1px !important;
    outline-color: #fff !important;
}

.icon-cc-visa:before,
.icon-cc-mastercard:before,
.icon-cc-amex:before,
.icon-cc-discover:before,
.icon-cc-paypal:before {
    height: 100% !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit;
}


#skiplink a {
    padding: 6px;
    position: absolute;
    /*top: 5px !important;
    left: 5px !important;*/
    color: #fbfbfb;
    background: #07508e;
    border: none;
    border-radius: 0;
    border-right: none;
    border-bottom: none;
    border-bottom-right-radius: 0;
    -webkit-transition: top .1s ease-out;
    transition: top .1s ease-out;
    z-index: 1060;
}


#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: #07508e;
  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: #07508e;
  font-size: 14px;
  margin: 5px; }

#aec-errorpage > div + div {
  background-color: #E6F6FD;
  border-radius: 4px;
  box-shadow: 0 2px 0 #85c7e3;
  font-size: 13px;
  margin: 10px auto 0;
  padding: 6px 12px;
  width: 200px;
  font-weight: 600; }

#aec-errorpage > div a {
  color: #07508e; }

#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; }*/

/*====================================
	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: #E6F6FD;
  border: medium none;
  height: auto;
  min-height: 40px; }

.navbar-default.deep-user-nav .navbar-toggle {
  color: #85c7e3;
  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: #E6F6FD;
  /* #5fc6e9 */ }

.navbar-default.deep-user-nav .navbar-toggle:hover {
  background-color: #85c7e3;
  color: #E6F6FD; }

.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: #ffffff; }

.navbar-default.deep-user-nav a,
.navbar-default.deep-user-nav {
  color: #07508e;
  font-size: 13px;
  font-weight: 600; }

.navbar-default.deep-user-nav .navbar-nav > li > a {
  color: #07508e;
  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: #85c7e3; } }

/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  .aec-loginlinks-login:hover {
    color: #232526 !important;
    text-decoration: none; } }

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: #E6F6FD;
    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: #85c7e3; }
  #navbar-deep ul.nav > li:hover a {
    color: #ffffff; } }

@media (min-width: 320px) and (max-width: 767px) {
  .shipping-msg {
    font-size: 14px;
    background-color: #07508e;
    color: #ffffff;
    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: #232526; } }

/*====================================
	SM CART ICON
=====================================*/
.navbar-header a#aec-goto-cart {
  background-color: #07508e;
  color: #ffffff;
  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: #85c7e3;
  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: $accentColor; //#6fc5e9
	color: $lightColor; //#fff
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	padding: 10px;
}*/
.skinny-banner {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  background-color: #85c7e3;
  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: #07508e;
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s; }

.skinny-banner .aec-adzone-text a:hover {
  color: #232526; }

.skinny-banner .aec-adzone-container {
  width: 100%;
  float: none;
  padding: 10px;
  background-color: #E6F6FD; }

.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: #E6F6FD; }

@media (min-width: 320px) and (max-width: 480px) {
  .skinny-banner {
    font-size: 14px; }
  .skinny-banner .aec-adzone-text a {
    color: #ffffff;
    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;
    visibility: hidden; }
  .home-link.mad {
    background: transparent url("/customers/deepdiscount/img/logo_shadowMAD.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: 130px;
    margin: 0 auto;
    width: 530px; }
  .home-link.mad {
    background: transparent url("/customers/deepdiscount/img/logo-h-MAD.svg") no-repeat scroll center center/100% auto; }
  .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.mad {
    background: transparent url("/customers/deepdiscount/img/logo-h-MAD.svg") no-repeat scroll center center/100% auto; }
  .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%;*/
    height: 117px;
    margin: 0 auto;
    width: 90%;
  }
  .home-link.mad {
    background: transparent url("/customers/deepdiscount/img/logo-h-MAD.svg") no-repeat scroll center center/100% auto; }
  .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: #07508e;
  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: #07508e 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: #053e6f 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 #07508e;
  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: #ffffff;
  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: #07508e;
  background-color: #ffffff; }

.aec-globalsearch ul.aec-newList li {
    padding: 0;
}

.aec-globalsearch ul.aec-newList a {
    padding: 2px 8px;
    color: #07508e;
}

.aec-globalsearch ul.aec-newList a:hover,
.aec-globalsearch ul.aec-newList a:focus {
    background: #07508e none repeat scroll 0 0 !important;
    color: #fff !important;
    /*outline: 0 !important;*/
}

.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: #E6F6FD;
    font-weight: normal;
    margin-right: 2px;
    font-size: 14px;
}

.aec-globalsearch .aec-globalsearchcontainertxt input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #232526;
  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: #85c7e3;
  opacity: 1; }

#q:-moz-placeholder,
#aec-searchwithintxt:-moz-placeholder {
  /* Firefox 18- */
  color: #85c7e3;
  opacity: 1; }

#q::-moz-placeholder,
#aec-searchwithintxt::-moz-placeholder {
  /* Firefox 19+ */
  color: #85c7e3;
  opacity: 1; }

#q:-ms-input-placeholder,
#aec-searchwithintxt:-ms-input-placeholder {
  color: #85c7e3;
  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: #07508e;
  font-weight: normal;
  margin-right: 2px;
  font-size: 35px;
  transition: color 0.2s;
  -webkit-transition: color 0.2s; }

@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 #E6F6FD;
  box-shadow: 2px 5px 5px rgba(115, 123, 132, 0.34);
  color: #232526;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.aec-gstextsearch {
  color: #07508e !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: #07508e !important;
  font-weight: 700;
  text-transform: none; }

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #E6F6FD !important; }

.ui-menu .ui-menu-divider {
  border-color: #85c7e3;
  margin: 0 !important; }

.aec-gslabel {
  color: #232526;
  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: #E6F6FD;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    margin-bottom: 12px;
    border: 1px solid #07508e;
}

.email-container:hover {
    background-color: #E6F6FD;
    border: 1px solid #053e6f;
}

.email-container a {
  color: #07508e;
  text-decoration: none !important; }

.email-container:hover a {
    color: #053e6f;
}

.email-container a:hover,
.email-container a:active {
  text-decoration: none; }

#aec-email-signup .modal-header {
  background-color: #07508e;
  color: #ffffff; }

#aec-email-signup h4.modal-title {
  font-size: 16px !important;
  font-weight: 600;
  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; }

#aec-email-signup .modal-dialog button.close {
    text-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.email-form-container {
  background-color: #ffffff;
  padding: 15px; }

.email-form-container label {
  color: #07508e;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  width: 100%; }

.email-form-container .optInSignUp-title b {
  color: #07508e;
  font-size: 14px !important;
  font-weight: 600 !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: #232526;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #769bb9;
        border-radius: 4px;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 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: #85c7e3;
  /*outline: 0;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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-radius: 0;
  border: none !important;
  background-color: #07508e;
  color: #ffffff;
  float: right;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.email-form-container .optInSignUp-button span b {
    font-weight: 600;
}

.email-form-container .optInSignUp-button:before {
  font-family: 'DeepFont';
  content: '\f84e';
  font-weight: normal;
  margin-right: 4px; }

.email-form-container .optInSignUp-button:hover,
.email-form-container .optInSignUp-button:focus {
    background-color: #053e6f;
}
/*====================================
	SHOPING CART
=====================================*/
    .cart-container {
        background-color: #E6F6FD;
        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: #07508e;
  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: #ffffff;
  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: #232526;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
  padding: 0 5px;
  text-decoration: none; }

#aec-miniCart2 td {
  color: #07508e;
  line-height: normal;
  padding: 4px 0 4px 7px;
  text-align: left; }

#aec-miniCart2 tbody a {
  color: #07508e;
  display: block;
  font-size: 13px;
  width: 100%; }

#aec-miniCart2 tbody a:hover {
  color: #07508e; }

#aec-minicart-checkoutlink {
    background-color: #07508e;
    font-size: 14px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}

#aec-minicart-checkoutlink > a {
    color: #ffffff;
    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;*/
  font-size: 1.4rem;
  font-weight: 600;
  color: #07508e; }

#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: #07508e;
  color: #ffffff;
  display: inline;
  font-weight: bold;
  line-height: normal;
  padding: 5px;
  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 {
  color: #ffffff !important;
  background-color: #07508e !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: #ffffff !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: #07508e;
  color: #ffffff;
  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: #07508e;
    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: #07508e;
    font: bold 14px/34px arial; } }

/*====================================
	HEADER DEPARTMENTS NAV MENU
=====================================*/
#aec-all-departments {
  background-color: #07508e;
  border: medium none !important;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 10;
  margin-bottom: 0; }

#nav-deep-departments .dropdown-toggle {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }

#nav-deep-departments .open .dropdown-toggle {
  color: #07508e; }

#nav-deep-departments .dropdown i {
  color: rgba(133, 199, 227, 0.2);
  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: #E6F6FD;
  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: #07508e;
    font-size: 13px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; }
  #nav-deep-departments .dropdown-menu {
    background-color: #ffffff;
    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: #07508e !important;
        text-decoration: none;
        color: #fff !important;
    }
  #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: #85c7e3; } }

@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: #07508e;
  border: medium none;
  border-radius: 0;
  color: #07508e;
  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: #07508e !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: #E6F6FD;
    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: #ffffff;
    border-bottom: medium none;
    font-size: 13px; }
  #aec-all-departments .dropdown-menu li a {
    color: #07508e;
    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: #07508e !important;
        text-decoration: none;
        color: #fff !important;
    }
  #nav-deep-departments ul li {
    background-color: #E6F6FD;
    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: #E6F6FD; }
  #nav-deep-departments ul.nav {
    margin-top: 0; }
  #nav-deep-departments .dropdown-menu .divider {
    background-color: #E6F6FD !important; }
  #aec-all-departments .dropdown-menu {
    border-left: 1px solid #E6F6FD;
    border-radius: 0;
    border-right: 1px solid #E6F6FD; }
  #nav-deep-departments .dropdown i {
    color: #07508e;
    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: #85c7e3;
  color: #ffffff; }

@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;
  background-image: none;
  border: medium none;
  border-radius: 0;
  color: #85c7e3;
  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: #85c7e3; }

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: #85c7e3;
  color: #E6F6FD; }

.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: #85c7e3;
  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: #85c7e3;
  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: #85c7e3;
  color: #E6F6FD; }

body.open-nav .aec-toggle-leftnav {
  background-color: #85c7e3;
  color: #ffffff; }

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: #E6F6FD;
  display: block;
  color: #07508e;
  padding-top: 74px;
  text-align: left; }

.footer-col {
  border-left: 1px solid #ffffff;
  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: #07508e;
  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: #232526; }

.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: 5px;
  width: auto;
  height: auto; }

.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: #07508e;
  border-radius: 4px;
  color: #E6F6FD;
  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-youtube-play: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: #000000;
    color: #ffffff;
}

ul.list-inline li {
    display: inline-block;
    margin: 5px !important;
    padding: 0 !important;
    height: auto !important;
}


.footer .footer-social-links a i.icon-facebook:hover,
.footer .footer-social-links a i.icon-facebook:active {
    background-color: #000000;
    color: #ffffff;
}

    .footer .footer-social-links a i.icon-youtube-play:hover,
    .footer .footer-social-links a i.icon-gplusnew:hover,
    
    
    .footer .footer-social-links a i.icon-youtube-play:active,
    .footer .footer-social-links a i.icon-gplusnew:active {
        background-color: #000000;
        color: #ffffff;
    }

.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: #000000;
        color: #ffffff;
    }

.footer-social-links-highlighted {
    background-color: #000000 !important;
    color: #ffffff !important;
}

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: #07508e;
  font-size: 24px; }

.credit-cards ul {
  display: block;
  margin: 0 auto;
  float: none; }

#aec-footer .aec-copyAndLogo {
  justify-content: flex-start;
  color: #07508e; }

@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: 5px; } }

@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 #85c7e3;
    border-radius: 0;
    color: #07508e;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .footer-nav {
    background-color: #E6F6FD;
    border-bottom: 4px double #85c7e3;
    box-shadow: none;
    margin-bottom: 0; }
  .footer-nav li {
    border-top: 1px solid #E6F6FD;
    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: #85c7e3; }
  .footer-nav li:hover a {
    color: #ffffff; }
  .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; }*/

.open-nav .aec-toggle-leftnav {
    left: 200px;
    z-index: 9999;
}

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: absolute;
    width: 200px !important;
    left: -200px;
    top: 0;
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff; }
  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,
    #aec-left .aec-dcsnavHead {
        padding: 0 0 0 8px !important;
    }
}



.help-nav, .aec-res-deals-nav {
    display: none;
}

.aec-dcsnavAccordian .aec-dcsnavHead,
#aec-left .aec-dcsnavHead {
    border-bottom: 1px solid #E6F6FD;
    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: #07508e;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0;
  text-decoration: none; }

    .aec-dcsnavTitle a,
    .aec-navTitle a,
    .aec-dcsnavTitle h2,
    .aec-navTitle h2 {
        color: #07508e;
        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,
#aec-left .aec-dcsnavHead {
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0; }

    .aec-dcsnavAccordian .aec-dcsnavHead a,
    #aec-left .aec-dcsnavHead a{
        color: #07508e;
        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,
    #aec-left .aec-dcsnavHead:first-child {
        border-top: 4px double #E6F6FD;
    }

.aec-dcsLinks a,
.aec-navLinks > ul > li a {
  color: #07508e;
  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-dcsnavTitle h2:hover,
.aec-navTitle h2:hover,
.aec-dcsnavAccordian .aec-dcsnavHead a:hover,
#aec-left .aec-dcsnavHead a:hover,
.aec-navLinks > ul > li a:hover {
    color: #07508e !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 #E6F6FD;
  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: #07508e;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  text-decoration: none; }

.aec-dcsSelections {
  background-color: transparent;
  border-color: #E6F6FD;
  border-style: double;
  border-width: 4px 0 0;
  color: #07508e;
  padding: 4px 10px; }

.aec-dcsRefine {
  color: #07508e;
  font-size: 13px;
  font-weight: bold;
  padding: 25px 2px 10px; }

.aec-dcsSelections > h3 {
  color: #07508e;
  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: #07508e;
  font-size: 13px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s; }

.aec-dcsSelectionsIcon:before {
    color: #07508e;
}

.aec-dcsSelections a:hover {
  color: #07508e !important;
  text-decoration: none !important; }

.aec-dcsSelections li:hover .aec-dcsSelectionsIcon:before {
  color: #07508e !important; }

/*====================================
	COLLAPSEP DEPARTMENTS NAV
=====================================*/
.grid-departments {
  background-color: #E6F6FD;
  border: medium none;
  color: #07508e;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 6px;
  text-align: left;
  width: 100%; }

.nav-grid-departments a {
  color: #07508e;
  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: #ffffff;
  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 #E6F6FD; }

/*====================================
	LEFT NAVIGATION END
=====================================*/
/*====================================
	INFO BOX
=====================================*/
.bt-content {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #85c7e3;
  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%) !important;
  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: #232526; }

#aec-closex {
  background-color: #85c7e3;
  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; }

.contentf h2 {
    background-color: transparent !important;
    color: #8d0808;
    display: inline-block;
    font: bold 12 px /22 px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 24px 0;
    text-align: center;
    width: 100%;
}

.contentf h2 > a {
    color: #07508e;
    font-size: 1.4em;
    text-decoration: none;
}

.contentf h3 span {
    color: #07508e;
    display: inline-block;
    font: 13px/15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 5px;
}

.bt-content h3 {
    background-color: transparent !important;
    color: #232526;
    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 h3 > a,
.bt-content h4 {
  color: #07508e;
  font-size: 1.4em;
  text-decoration: none; }

.bt-content h4 {
    text-align: center;
    padding-bottom: 6px;
    margin-top: 0;
}

.bt-content h3 > a:hover {
    color: #07508e !important;
}

.bt-content h4 span {
  color: #07508e;
  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: #232526;
  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: #232526;
  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: #232526;
  margin-left: 80px;
  padding-bottom: 6px;
  padding-left: 2px; }

.bt-wrapper.ui-draggable #canvas {
  display: none !important; }

#aec-quickviewcontent a {
  color: #07508e; }

#aec-quickviewcontent a:hover {
  color: #07508e !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: #07508e;
  font-size: 13px;
  margin-bottom: 10px; }

.aec-searchresults-notfound {
  color: #07508e;
  font-size: 13px;
  padding: 0;
  margin-bottom: 10px; }

.aec-otherpossibilities {
  font-size: 13px;
  color: #07508e; }

.aec-otherpossibilities {
  color: #07508e;
  font-size: 13px; }

.aec-expandResults {
  color: #07508e;
  font-size: 13px; }

.aec-otherpossibilities a,
.aec-expandResults a,
.aec-searchresults-notfound a {
  color: #07508e !important;
  font-weight: 600; }

.aec-otherpossibilities a:hover,
.aec-expandResults a:hover,
.aec-searchresults-notfound a:hover {
  color: #07508e !important; }

@media (min-width: 0px) and (max-width: 640px) {
  .aec-expandResults {
    float: none; } }

/*====================================
	PRODUCT GRID
=====================================*/
ul.aec-listview {
  border-left: 1px solid #E6F6FD;
  border-right: 1px solid #E6F6FD;
  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: #E6F6FD;
  border-style: solid;
  border-width: 0 0 2px; }

#aec-prodgrid.aec-gridview > li {
  background: transparent none repeat scroll 0 0;
  border-color: #E6F6FD;
  border-style: solid;
  border-width: 0 0 2px;
  display: table-cell;
  float: left;
  height: 410px;
  margin: 0;
  min-height: 410px;
  /*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: #07508e;
  font-size: 13px;
  font-weight: 600; }

.aec-listview .aec-gridcontentul li {
  color: #232526;
  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;
  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: #07508e;
  background-image: none;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  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: #07508e;
  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: #07508e; }

.aec-grid-artist a,
.aec-grid-actor a,
.aec-gridnotes a,
.aec-grid-genres a {
  color: #07508e !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: #07508e; }

.aec-gridview div.aec-buybutton {
  float: left !important;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 270px; }

.aec-buyimage .aec-buybutton {
    display: block;
    font-size: 14px;
    /*padding: 1px 6px 6px !important;*/
    padding: 2px 5px !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: #07508e !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 #E6F6FD;
    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: #232526;
  font-weight: normal !important;
  text-decoration: none; }

.aec-listview .aec-salescat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #07508e;
  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: #07508e; }

.aec-listview .aec-savepercent {
  font-weight: normal !important; }

.aec-listview .aec-yousave span:first-child {
  color: #07508e;
  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:not(.aec-gridview) .aec-gridcontentul {
  float: left;
  width: calc(100% - 350px);
  height: auto; }

@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: 15px; }
  .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;
  color: #232526; }

.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: 15px 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: #ffffff;
  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: #85c7e3; }

.aec-listview .aec-flagsave.seagreen:before {
  border-color: #85c7e3 #ffffff #85c7e3 #85c7e3; }

.aec-listview .aec-flagsave.seagreen:after {
  color: #85c7e3;
  content: "\f884 \00a0 \f884"; }

.aec-listview .aec-flagsave.red {
  background-color: #85c7e3; }

.aec-listview .aec-flagsave.red:before {
  border-color: #c1000d #ffffff #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 #E6F6FD;
  border-right: 1px solid #E6F6FD;
  border-top: 1px solid #E6F6FD;
  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: #ffffff;
        background-image: none;
        border: 1px solid #07508e;
        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%;
    }

        .aec-searchwithin #aec-searchwithintxt::placeholder {
            color: #07508e !important;
        }

        @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 #E6F6FD;
    display: table;
    height: auto;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 100%; }
  .aec-searchwithin > .aec-pagecount {
    border-bottom: 1px solid #E6F6FD;
    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 #E6F6FD;
    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: #07508e;
  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: #07508e;
  text-decoration: none !important; }

#aec-gridSwitchView.gridView:before {
  color: #07508e;
  content: "\f881";
  font-family: 'DeepFont';
  margin-right: 4px; }

.gridView.gridListView:before {
  color: #07508e;
  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: #07508e;
  background-image: none;
  border: medium none;
  color: #ffffff;
  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: #07508e;
    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 #E6F6FD;
  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: #E6F6FD;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #07508e;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 9999;
    border: 1px solid #07508e;
}

.aec-gridcontrolsbot ul.aec-newList a {
  color: #07508e; }

.aec-gridcontrolsbot ul.aec-newList li:hover {
    background: #07508e none repeat scroll 0 0 !important;
    color: #ffffff !important;
    cursor: pointer;
}

.aec-gridcontrolsbot ul.aec-newList li:hover a {
  color: #ffffff !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: #07508e; }

.aec-newListSelected {
    background-color: #ffffff;
    background-image: url("/customers/deepdiscount/img/arrowdown.svg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #07508e;
    border-radius: 3px;
    color: #232526;
    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: #07508e;
  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: #07508e;
  font-size: 13px;
  font-weight: 600; }

.aec-pagenumcontainer a {
  background: #f6fbfd none repeat scroll 0 0;
  border-color: #E6F6FD;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #07508e;
  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: #07508e;
  border-color: #07508e;
  color: #ffffff; }

.aec-pagenumcontainer {
  display: inline;
  margin-left: 18px; }

.aec-pagenumcontainer a:first-child {
  border-left: 1px solid #85c7e3; }

.aec-pagenumcontainer .aec-pagenum span {
    background: #07508e none repeat scroll 0 0;
    border: 1px solid #07508e;
    border-radius: 0;
    color: #ffffff;
    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: #07508e;
  height: 19px;
  line-height: 18px;
  margin: 0;
  position: absolute;
  width: 18px; }

.aec-next {
  background-image: none;
  border: none;
  color: #07508e;
  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, .aec-themename {
  color: #07508e;
  font-size: 20px;
  margin: 0;
  padding: 8px 0 10px; }

/*====================================
	SEARCH WITHIN AND GRID SORT END
=====================================*/
/*====================================
	BUY BUTTONS
=====================================*/
button.aec-buybutton-textbtn {
    /*background-color: #07508e;
  border: medium none;
  color: #ffffff;
  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 #005380;
  -webkit-box-shadow: inset 0 -2px 0 #005380;
  -moz-box-shadow: inset 0 -2px 0 #005380;*/
    background-color: #07508e;
    border: none;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px;
    /*transition: background-color 0.2s ease-in 0s;
    -webkit-transition: background-color 0.2s ease-in 0s;*/
}

button.aec-buybutton-textbtn:hover {
    background-color: #053e6f;
    /*box-shadow: inset 0 -2px 0 #002D52;
    -webkit-box-shadow: inset 0 -2px 0 #002D52;
    -moz-box-shadow: inset 0 -2px 0 #002D52;*/
}

span.aec-buybutton:before {
  content: "\f837";
  display: inline-block;
  font-family: "DeepFont";
  font-size: 20px;
  margin-right: 4px;
  font-weight: normal;
  /*height: 22px;*/ }

.home-landing .aec-promotemplate5 button.aec-buybutton-textbtn {
  padding: 1px 10px 4px; }

.aec-wishlistadd {
    background-color: #f9a6a6;
    /*border: 1px solid #212121;*/
    /*box-shadow: inset 0 -2px 0 #369bc9;
  -webkit-box-shadow: inset 0 -2px 0 #369bc9;
  -moz-box-shadow: inset 0 -2px 0 #369bc9; */
}

    .aec-wishlistadd:hover {
        background-color: #f79494;
        /*border: 1px solid #000000;*/
    }

/*====================================
	BOUTIQUES
=====================================*/
.aec-boutiquebanner > img {
  height: auto;
  max-width: 100%; }

.aec-boutiquebanner-txtbelow a {
  color: #07508e; }

.aec-boutiquebanner-txtabove {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #07508e; }

.aec-boutiquebanner-txtabove:empty {
  display: none; }

/*====================================
	404 PAGE
=====================================*/
#aec-error404 > h1 {
  color: #07508e;
  font-size: 18px; }

#aec-error404 > h1::before {
  content: "\f87B";
  font-family: "DeepFont";
  font-size: 50px;
  font-weight: normal; }

#aec-error404 > div + div {
  background-color: #E6F6FD;
  border-radius: 4px;
  box-shadow: 0 2px 0 #85c7e3;
  font-size: 13px;
  font-weight: 600;
  margin: 10px auto 0;
  padding: 6px 12px;
  width: 200px; }

#aec-error404 > div a {
  color: #07508e; }

/*====================================
	PERSON SEARCH GRID
=====================================*/
.aec-searchresults-notfound {
  margin-bottom: 10px; }

#aec-personsearchgrid {
  display: inline-block;
  width: 100%; }

#aec-searchgridspan > ul {
  border-left: 1px solid #E6F6FD;
  border-right: 1px solid #E6F6FD;
  margin-bottom: 0; }

#aec-personsearchgrid > li {
  border-bottom: 1px solid #E6F6FD;
  color: #07508e;
  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: #07508e; }

#aec-personsearchgrid a:hover {
  text-decoration: underline; }

.aec-persongridcontrolsbot {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #E6F6FD;
  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; }

@media all and (-ms-high-contrast: none) {
  .aec-persongridcontrolsbot .aec-pagenumgroup.aec-pagenumgroup-bot {
    max-width: 200px; }
  /* IE10 */
  *::-ms-backdrop, .aec-persongridcontrolsbot .aec-pagenumgroup.aec-pagenumgroup-bot {
    max-width: 190px; }
  /* IE11 */ }

.aec-groupednotifier {
  /*display: inline;*/ }

.aec-groupednotifier-box > span {
  color: #07508e;
  font-size: 12px; }

.aec-groupednotifier-box {
  background-color: #E6F6FD;
  border-color: #E6F6FD !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  padding: 2px 4px; }

.aec-groupednotifier-box:hover,
.aec-groupednotifier-box:focus {
  background-color: #F6FBFD !important;
  color: #07508e !important; }

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier {
  font-size: 16px;
  max-width: 200px; }

ul.aec-listview .aec-groupednotifier-box {
  margin: 0 auto 2px;
  width: 100%;
  padding: 2px 4px; }

/*====================================
	ADDITIONAL SEARCH GRID DATA
=====================================*/
.aec-listcontent.aec-gridnotes {
  border-top: 1px dashed #85c7e3;
  margin-top: 5px;
  padding-top: 5px !important; }

@media (min-width: 521px) and (max-width: 767px) {
  .aec-listview:not(.aec-gridview) div.aec-buybutton {
    margin-left: 28%;
    clear: both; } }

@media (min-width: 0px) and (max-width: 520px) {
  .aec-listcontent.aec-gridnotes,
  .aec-listcontent.aec-category {
    display: none !important; }
  .aec-listview:not(.aec-gridview) .aec-gridcontentul {
    width: 58%; } }

.aec-gridview .aec-gridcontentul li.aec-grid-artist span {
  display: none; }

.aec-listview:not(.aec-gridview) > li {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.aec-listcontent.aec-gridcontent.aec-rank {
  display: block !important; }

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier {
  font-size: 16px;
  max-width: 200px !important;
  width: auto;
  display: inline-block; }

li.aec-groupednotifier:empty {
  display: none !important; }

.aec-adzone-productdesc {
  max-height: 75px;
  overflow: hidden; }

/*SMS alert promotion. Display only for mobile devices*/
.overlay a {
  text-decoration: underline; }

.t-and-c {
  font-size: 1.5em; }

.overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0; }

#overlayContent img {
  width: 50%;
  height: auto; }

#overlayContent {
  background-color: #ffffff;
  margin: 20px auto;
  padding: 20px;
  width: 81%;
  max-width: 335px; }

#overlayContent h1 {
  font-size: 2.1em;
  text-align: center;
  font-weight: bold; }

#overlayContent .percent, #confirmation p {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px; }

#overlayContent .percent p, #confirmation p {
  margin: 0; }

#overlayContent .percent table {
  display: inline-table;
  color: #85c7e3;
  font-size: 76px;
  font-weight: bolder; }

#overlayContent .percent table td {
  padding: 0; }

#overlayContent .percent table tr:first-child td:first-child {
  line-height: 60px; }

#overlayContent .percent table tr td:last-child,
#overlayContent .percent table tr:last-child td {
  font-size: 50%;
  line-height: 1px; }

#overlayContent #sectionOne {
  text-align: center; }

#overlayContent #sectionOne p img {
  width: 60%;
  text-align: center; }

#overlayContent #sectionOne > img:last-child {
  width: 50%; }

#overlayContent #sectionOne .center-content,
#overlayContent .bg-danger.center-content {
  text-align: center; }

#overlayContent #sectionOne .form-control {
  display: inline;
  width: 60%; }

#closeOverlay {
  font-size: 2em; }

#signUpBtn {
  float: right; }

#overlayContent #confirmation p:last-child {
  font-size: 12px; }

#overlayContent #confirmation p strong {
  margin: 15px 0;
  display: block; }

#confirmation, #overlayContent #sectionTwo > form > div:nth-child(4) {
  text-align: center; }

#submitFailed {
  display: none; }

#overlayContent #sectionTwo > form {
  margin-top: 20px; }

#overlayContent #sectionTwo > form > div:nth-child(3) {
  clear: both;
  text-align: center; }

#overlayContent #sectionTwo > form > div:nth-child(1),
#overlayContent #sectionTwo > form > div:nth-child(2) {
  width: 100%;
  display: block;
  float: left; }

#overlayContent #sectionTwo label {
  display: block;
  width: 100%; }

#overlayContent #sectionTwo > form > div:nth-child(1) > div,
#overlayContent #sectionTwo > form > div:nth-child(2) > div {
  width: 50%;
  float: left; }

#overlayContent #sectionTwo > form > div:nth-child(1) > div > .form-control {
  width: 50%;
  display: inline-block; }

#overlayContent #sectionTwo > form > div:nth-child(1) > div:first-child,
#overlayContent #sectionTwo > form > div:nth-child(2) > div:first-child {
  padding: 0 10px 0 0; }

#overlayContent #sectionTwo > form > div:nth-child(1) > div:last-child,
#overlayContent #sectionTwo > form > div:nth-child(2) > div:last-child {
  padding: 0 0 0 10px; }

#overlayContent #sectionTwo > form > div:nth-child(3) > div > .form-control {
  width: auto;
  display: inline;
  min-width: 85px; }

#overlayContent #submitFailed {
  margin: 15px 0;
  padding: 15px 0; }

#overlayContent span.percent {
  display: inline-table;
  color: #85c7e3;
  font-size: 76px;
  font-weight: bolder; }

#overlayContent .percent, #confirmation p {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px; }

#overlayContent .percent p, #confirmation p {
  margin: 0; }

#overlayContent span.percent {
  margin-bottom: 0;
  line-height: 76px; }

@media screen and (min-width: 320px) and (max-width: 359px) {
  #overlayContent {
    margin: 5px auto;
    padding: 5px; }
  #overlayContent h1 {
    font-size: 1.7em;
    margin-top: 5px; }
  #overlayContent .percent p, #confirmation p {
    font-size: 80%; }
  #overlayContent .percent, #confirmation p {
    margin-bottom: 10px; }
  #overlayContent .percent table {
    font-size: 60px; }
  #overlayContent .percent table tr:first-child td:first-child {
    line-height: 50px; }
  #overlayContent #sectionOne .form-control {
    padding: 6px;
    font-size: 12px;
    height: 26px; }
  #signUpBtn {
    padding: 6px;
    font-size: 12px;
    height: 26px;
    line-height: 1px; }
  #signUpBtn + label {
    font-size: 10px; }
  #dismissPromo {
    font-size: 12px; } }

@media screen and (min-width: 360px) and (max-width: 410px) {
  #overlayContent {
    margin: 20px auto;
    padding: 12px; }
  #overlayContent h1 {
    font-size: 1.7em;
    margin-top: 5px; }
  #overlayContent .percent p, #confirmation p {
    font-size: 80%; }
  #overlayContent .percent, #confirmation p {
    margin-bottom: 10px; }
  #overlayContent .percent table {
    font-size: 60px; }
  #overlayContent .percent table tr:first-child td:first-child {
    line-height: 50px; }
  #overlayContent #sectionOne .form-control {
    padding: 6px;
    font-size: 12px;
    height: 26px; }
  #signUpBtn {
    padding: 6px;
    font-size: 12px;
    height: 26px;
    line-height: 1px; }
  #signUpBtn + label {
    font-size: 10px; }
  #dismissPromo {
    font-size: 12px; } }

/*SMS alert promotion END*/
.sideNavLink {
  border-bottom: 1px solid #E6F6FD;
  margin-bottom: 5px;
  color: #07508e;
  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; }

.home-landing .adzone-txt-above {
  color: #07508e;
  background-color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.daily-deep-deal > h2 {
  color: #07508e; }

.aec-adzone.coming-soon > h2 {
  color: #07508e; }

/*--------------------------------
    Override SlickDots Colors 
--------------------------------*/

.slick-dots button {
    /*background-color: #50a8d0 !important;*/
    background-color: #e0f6fd !important;
    border: 1px solid #07508e !important;
}

.slick-dots button:hover {
    background-color: #053e6f !important;
    border: 1px solid #053e6f !important;
}

.slick-dots .slick-active button {
    background-color: #07508e !important;
}

/*-------------------------------------------------
    Resize Img in Daily Deal and Coming Soon. 
---------------------------------------------------*/

.aec-adzone-rightpane img {
    object-fit: contain !important;
}

#aec-navHeadDeals {
    border: none;
    /*outline: none;*/
    transition: 0.4s;
}

#aec-dealsContainer {
    display: block;
    overflow: hidden;
    transition: display 2s ease-in-out;
}

#aec-navHeadDeals .aec-dcsIcon {
    background-position: -64px -16px;
}

#aec-dealsContainer ul {
    max-height: 320px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

#aec-dealsContainer ul li {
    white-space: nowrap;
}

.aec-navTitle .aec-dcsnavHead a {
    display: none !important;
}

#aec-webami-loginbox .validation-summary-errors {
    background-color: rgb(202,94,88);
    color: #fff !important;
    padding: 2px 25px;
    border: 1px solid rgb(202,94,88);
    border-radius: 2px;
    text-align: center;
}

#aec-webami-loginbox .validation-summary-errors ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

#help-content h4 {
    color: #2e558a !important;
    /*font-size: 18px !important;*/
}

#help-content h5 {
    color: #2e558a !important;
    font-size: 14px !important;
}

#help-content p strong {
    color: #1f1f1f !important;
}

/*Go Top section*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #07508e;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #ffffff;
    border: 1px solid #07508e;
}

#return-to-top:hover i {
    color: #07508e;
}

#return-to-top:focus {
    /*outline: none;*/
}

.account-message-label {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}


@media (min-width: 768px) {
    #aec-email-signup .modal-dialog {
        width: 400px;
        margin: 30px auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

/*--------------------------------
    Focus Indicator for ADA compliance
--------------------------------*/
/* https://css-tricks.com/switch-font-color-for-different-backgrounds-with-css/ */
:root {
    /* theme color variables to use in RGB declarations */
    --red: 186;
    --green: 223;
    --blue: 255;
    /*the threshold at which a darker border will be applied.
    Range: decimals from 0 to 1,
    recommended 0.8+*/
    --border-threshold: 0.8;
}

a:focus, input[type=text]:focus, button:focus {
    /*sets the background for the base class*/
    /*background: rgb(var(--red), var(--green), var(--blue));*/
/*
    Calcs perceived brightness using the 
    sRGB Luma method
    lightness = (red * 0.2126 + green * 0.7152 + blue * 0.0722) / 255
*/
    /*--r: calc(var(--red) * 0.2126);
    --g: calc(var(--green) * 0.7152);
    --b: calc(var(--blue) * 0.0722);
    --sum: calc(var(--r) + var(--g) + var(--b));
    --perceived-lightness: calc(var(--sum) / 255);*/
/*
    1) Any lightness value above the threshold will be considered "light", therefore apply a black text color. Any bellow will be considered dark, and use white color. 
    This results from appying either a sub-zero (negative) or a higher-than-100 lightness value, which are capped to 0 and 100 respectively, to a HSL declaration
    */
        /*color: hsl(0, 0%, calc((var(--perceived-lightness) - var(--threshold)) * -10000000%));*/
        /*
    2) sets the border as a 50% darker shade of the base color, ONLY if background color luma is higher than the border threshold.
    To achieve this I use the same sub-zero or higher-than-max technique, only this time using the Alpha value from an RGBA declaration. 
    This results in a border that's either fully transparent or fully opaque
*/
    /*--border-alpha: calc((var(--perceived-lightness) - var(--border-threshold)) * 100);
    outline-width: 3px !important;
    outline-offset: -3px !important;
    outline-style: solid !important;*/
    /*rgb color isn't used here - it seems to react better when left out - see original line below*/
    /*outline-color: rgba(0, var(--border-alpha)) !important;*/
    /*outline-color: rgba(calc(var(--red) - 50), calc(var(--green) - 50), calc(var(--blue) - 50), var(--border-alpha));*/
}

div.delayShipOrdDivStyle {
    background: #07508e !important;
    color: #ffffff !important;
    border: 2px dashed #fff !important;
}

#messageDiv h3 {
    font-size: 14px;
    color: #d71f1f;
}

#slick-control-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 70px;
    color: rgba(255,255,255,0.5);
    /*display: none;*/
    opacity: 0;
    border: none;
    background-color: transparent;
    transition: all 0.5s linear;
}

.responsive-single.slick-slider:hover #slick-control-container {
    /*display: block;*/
    opacity: 1;
}

#slick-control-container:hover {
    color: #ffffff;
}

#slick-control-container:focus {
    opacity: 1;
    color: #ffffff;
}

#promo-slider .slick-prev:focus:before,
#promo-slider .slick-next:focus:before {
    opacity: 1;
    color: #ffffff;
}

    /*#slick-control-container:hover {
        background-color: rgba(255,255,255,0.7);
    }*/

.aec-register-steptwo .row {
    margin-right: 0;
    margin-left: 0;
}


.aec-register-steptwo h1 {
    font-size: 20px;
    font-weight: 600;
}

#popup_container {
    background: #FFF !important;
    border: solid 1px #9d9d9d !important;
    color: #000 !important;
}

    #popup_container input#popup_ok {
        padding: 2px 5px;
        border-radius: 0;
        width: 7rem;
        background-color: #08518e;
        border: none;
        color: #ffffff;
    }

    #popup_container input#popup_cancel {
        padding: 2px 5px;
        border-radius: 0;
        width: 7rem;
        background-color: #ffffff;
        border: 1px solid #9d9d9d;
        color: #000000;
    }

#popup_title {
    color: #fff !important;
    background: #08518e !important;
    border: solid 1px #FFF !important;
    border-bottom: solid 1px #fff !important;
    padding: 2px !important;
}

.icon-cancel-circle:before {
    color: #fff !important;
    opacity: 1;
}

.close {
    opacity: 1 !important;
}

/*-----------------DropDownList Sortby and ItemsPerPage---------------------*/
#aec-sortby,
#aec-perpage {
    border: 1px solid #07508e !important;
    border-radius: 3px !important;
    color: #07508e !important;
    height: 26px !important;
}

#aec-sortby:focus,
#aec-perpage:focus {
    outline-color: #07508e !important;
}

.aec-gridcontrolsbot #aec-sortbygroup label,
.aec-gridcontrolsbot #aec-perpagegroup label {
    font-size: 11px;
}
/*-----------------End DropDownList Sortby and ItemsPerPage---------------------*/
