html {
  height: 100%; }

/*====================================
	RESET RULES
=====================================*/

#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;
}

.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;
}


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;
}

.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;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/ripple.gif) center no-repeat #fff;
}

#skiplink a {
    padding: 6px;
    position: absolute;
    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%;
    overflow-x: hidden;
}

#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; 
}


/*====================================
	LEFT NAVIGATION
=====================================*/

.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 {
    margin: auto;
}

.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: #07508e;
    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: 18px;
  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 15px; 
  position: relative;
}

html > body #aec-main.leftnav-off {
   margin: 0 auto;
   padding: 0 15px;
}

@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: 435px;
  margin: 0;
  min-height: 435px;
  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 .aec-ellipsis {
    font-size: 13px;
}

.aec-listview .aec-gridcontentul .aec-ellipsis a.aec-listlink {
    font-size: inherit !important;
    line-height: inherit !important;
}

.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: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    color: #07508e;
    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;
    text-decoration: underline;
    position: initial;
    font-family: sans-serif !important;
}

.slick-active .aec-quickviewhover,
.aec-grid-divspan .aec-quickviewhover {
    display: block;
}

.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: block;
  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: 295px; }

.aec-buyimage .aec-buybutton {
    display: block;
    font-size: 14px;
    padding: 2px 5px !important;
}

.aec-buybutton .aec-grid-unavailable {
    background-color: #cff0ff;
    margin-top: 0 !important;
    white-space: normal;
    box-sizing: border-box;
}

.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;
        position: absolute;
        right: 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; } }

.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
=====================================*/

.home-landing .aec-promotemplate5 button.aec-buybutton-textbtn {
  padding: 1px 10px 4px; }

.aec-promotemplate5 .aec-truncate-title,
.aec-promotemplate5 .aec-truncate-artist {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    color: #1c4073;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

#aec-prodgrid.aec-listview > li .aec-grid-divspan a.aec-truncate-title,
#aec-prodgrid.aec-listview > li .aec-grid-divspan .aec-truncate-artist {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    overflow: hidden;
    line-height: normal;
    font-weight: 600;
    color: #07508e;
}

/*====================================
	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;
    display: flex;
    justify-content: end;
}

#smsAlertPhone.form-control {
    margin: 0;
}

#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; }

#dismissPromo {
    font-weight: 400;
    color: #337ab7;
    text-transform: capitalize;
    font-size: 14px;
}

@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;
}

/*--------------------------------
    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;*/
}

@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;
    /* Primary */
    --border-primary-color: hsl(198, 66%, 70%);
    --border-primary-color-outline: hsl(208, 91%, 29%);
}

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;
}

#messageDiv h3 {
    font-size: 14px;
    color: #000000;
}

#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;
}

#slick-control-container .fa-play-circle,
#slick-control-container .fa-pause-circle {
    background-color: white;
    border-radius: 50%;
}

#slick-control-container .fa-play-circle:before,
#slick-control-container .fa-pause-circle:before {
    color: #919191;
}

.aec-register-stepthree .row {
    margin-right: 0;
    margin-left: 0;
}

/*-----------------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;
    font-weight: 700;
}
/*-----------------End DropDownList Sortby and ItemsPerPage---------------------*/

@media (min-width: 0px) and (max-width: 767px)  {
    .cart-container {
        display: none !important;
    }

    .alliance-nasdaq {
        padding: 0 0 15px 15px;
    }

    .storetype-landing .aec-promotemplate5 {
        min-height: 365px;
    }

    .storetype-landing .aec-promotemplate5 div.aec-buybutton {
        bottom: 5px;
    }
}

.deep-hcmode {
    text-align: center;
}

/*custom nasdaq section*/
.alliance-nasdaq {
    text-align: center;
    padding-left: 15px;
}
.alliance-nasdaq * {
    color: #525252;
    font-size: 12px;
}
.alliance-nasdaq a:focus {
    outline-color: #525252 !important;
}
.alliance-nasdaq a:hover,
.alliance-nasdaq a:focus {
    color: #525252;
}
@media (min-width: 992px) {
    .alliance-nasdaq * {
        font-size: 10px;
    }
    #aec-footer .aec-copyAndLogo {
        justify-content: flex-start;
    }
    .deep-hcmode {
        text-align: right;
    }

    .aec-promotemplate5 .aec-truncate-title {
        padding: 0 20px;
    }
}


@media(max-width: 767px) {
    .main-header.fixed-header .aec-toggle-search {
        display: none !important;
    }
}

/*====================================
	Help
=====================================*/

.aec-help-content ul.aec-help-ccs {
    list-style: none;
}

#help-content ol,
.aec-help-content ol {
    list-style: decimal;
}

#help-content ul,
.aec-help-content ul {
    list-style: disc;
}


.aec-healthlanding > h1 {
    margin: 0 0 60px;
}