#aec-errorpage {
    background-color: var(--bs-white);
    height: 800px;
    margin: 0;
    text-align: center;
}

#aec-errorpage > h1 {
    color: var(--charcoal-gray);
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
}

#aec-errorpage > h1:before {
    content: "\f883";
    font-family: 'WebGlyphs';
    margin-right: 5px;
    font-weight: normal !important;
}

#aec-error404 > div,
#aec-errorpage > div {
    color: var(--charcoal-gray);
    font-size: 14px;
    margin: 5px;
}

#aec-errorpage > div + div {
    background-color: var(--primary-color);
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 10px 12px;
    width: 200px;
    font-weight: 500;
}

#aec-errorpage > div + div:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: #ff6c5c;
    color: var(--bs-white) !important;
}

#aec-errorpage > div a {
    color: var(--bs-white);
}

#aec-header,
#aec-left,
#aec-main,
#aec-sidebar,
#aec-footer {
    border: none;
}

.col-md-offset-1-2 {
    margin-left: 4.16667%;
}

#promo-slider .slick-next {
    right: 5px;
}

/*====================================
	EMAIL LIST
=====================================*/

.navbar-header .email-container-large {
    background-color: var(--primary-color);
    color: var(--bs-white);
    height: 51px;
    line-height: 50px;
    padding: 0 15px;
    margin-left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.join-our-email .icon-mail {
    border-radius: 0;
    color: var(--bs-white);
    font-size: 24px;
    line-height: 0;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.email-container {
    background-color: #5B5858;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 0;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.email-container-large .join-our-email {
    display: block;
    height: 50px;
    line-height: 50px;
}

.join-our-email .email-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header-join-mail .email-container {
    display: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
}

.header-join-mail .email-container:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.navbar-header .email-container-large:hover,
.header-join-mail .email-container:hover {
    background-color: #FF6C5C;
    color: var(--bs-white);
}

@media (min-width: 0px) and (max-width: 1023px) {
    .navbar-header .email-container-large {
        margin-left: 50px;
        padding: 0 30px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .header-join-mail .email-container {
        display: block;
    }

    .navbar-header .email-container-large {
        display: none !important;
    }

    .email-container {
        height: 45px;
        line-height: 45px;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .email-container {
        font-size: 14px;
    }
}

.email-container:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.email-container a,
.navbar-header .email-container-large a {
    color: var(--bs-white);
    font-weight: 500 !important;
    text-decoration: none !important;
}

.email-container a .icon-mail {
    font-size: 16px;
    position: relative;
    top: 0;
}

.email-container a:hover,
.email-container a:active {
    text-decoration: none;
}

#aec-email-signup {
    position: fixed;
    z-index:9999;
}

#aec-email-signup .modal-header {
    background-color: var(--orange);
    border-bottom-color: var(--orange);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    color: var(--bs-black);
    justify-content: center;
    border-radius: 0;
    position: relative;
}

#aec-email-signup h4.modal-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--bs-black);
}

#aec-email-signup button.close {
    background-color: var(--bs-black);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 1;
    color: var(--bs-white);
    padding: 0 7px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    right: 15px;
}

#aec-email-signup button.close:hover {
    background-color: #5B5858;
    color: var(--bs-white);
    box-shadow: none;
    -webkit-box-shadow: none;
}

#aec-email-signup button.close span {
    color: #b2b0b0;
    font-size: 30px;
    line-height: 1em;
    opacity: 1 !important;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0;
    top: -4px;
}

#aec-email-signup button.close:hover span {
    color: var(--bs-white);
}

#aec-email-signup h4.modal-title .icon-newspaper {
    margin-right: 4px;
    color: var(--bs-black);
}

#aec-email-signup .modal-content {
    border: medium none;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
}

#aec-email-signup .modal-body .optInSignUp-title > p {
    font-weight: normal;
    text-align: left;
    color: var(--bs-black);
    font-size:14px;
}

#aec-email-signup .modal-body .optInSignUp-title > span {
    background-color: #F9F7F1;
    border-radius: 0px !important;
    color: var(--bs-black);
    display: block;
    font-size: 85%;
    font-weight: 400;
    line-height: 1;
    padding: 4px;
    text-align: left;
    vertical-align: baseline;
}

#aec-email-signup .modal-body {
    padding: 2px;
}

.email-form-container {
    background-color: var(--bs-white);
    padding: 15px;
}

.email-form-container label {
    color: var(--charcoal-gray);
    display: block;
    font-size: 14px !important;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.email-form-container .optInSignUp-title b {
    color: var(--charcoal-gray);
    font-size: 14px !important;
    font-weight: 700 !important;
}

.email-form-container h5.optInSignUp-title {
    margin-bottom: 15px;
    margin-top: 0;
}

.email-form-container label[for="optInSignUp-email-address"] {
    margin-top: 10px;
}

.email-form-container .optInSignUp-Form {
    display: table;
    width: 100%;
}

.email-form-container input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: var(--charcoal-gray);
    background-color: var(--bs-white);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -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: var(--primary-color);
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.email-form-container .optInSignUp-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    float: right;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.email-form-container .optInSignUp-button:before {
    font-family: 'WebGlyphs';
    content: '\f84e';
    font-weight: normal;
    margin-right: 4px;
}

.email-form-container .optInSignUp-button:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.optInSignUp-button > span > b {
    font-weight: 400 !important;
}

.aec-redStandard {
    color: #e00404;
}

.aec-redStandard.optInSignUp-frmValidations {
    text-align: left;
}

.aec-redStandard.optInSignUp-frmValidations > p {
    font-size: 12px;
    margin: 0 0 5px;
}

.email-form-container .optInResult-Panel {
    color: var(--charcoal-gray);
    font-size: 14px;
    font-style: normal !important;
    padding: 15px 0;
    text-align: center;
}

.email-form-container .optInResult-Panel > i {
    font-style: normal !important;
}

.email-form-container .optInResult-Panel > br {
    display: none;
}

.email-form-container .optInResult-Panel > b > br + br {
    display: none;
}

/*====================================
	SHOPING CART
=====================================*/
.cart-container {
    background-color: var(--charcoal-gray);
    display: inline-block;
    float: right;
    font-weight: normal;
    height: 42px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: box-shadow 0.2s ease-in-out 0s;
    -webkit-transition: box-shadow 0.2s ease-in-out 0s;
}

.cart-container:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.aec-main-minicart {
    display: block;
    height: 42px;
    padding-top: 0;
}

.cart-container .aec-cart-icon {
    background-color: #5B5858;
    border: solid 1px #5B5858;
    color: #B2B0B0;
    float: left;
    font-size: 25px;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: relative;
    text-align: center;
    top: 0;
    width: 42px;
    border-radius: 0px !important;
}

.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 8px 10px rgba(0, 0, 0, 0.30) !important;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.30) !important;
    cursor: pointer;
    left: 0;
    max-height: 500px;
    min-width: 100%;
    overflow-y: auto;
    margin-top: 40px;
    padding-top: 42px;
    position: absolute;
    top: 0;
    z-index: 100;
    border-radius: 0 !important;
}

#aec-miniCartDiv {
    background-color: var(--bs-white);
    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: var(--charcoal-gray) none repeat scroll 0 0;
    border-top: medium none;
}

#aec-miniCart2 th {
    color: #b2b0b0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
    padding: 0 5px;
    text-decoration: none;
}

#aec-miniCart2 td {
    color: var(--charcoal-gray);
    line-height: normal;
    padding: 4px 0 4px 7px;
    text-align: left;
}

#aec-miniCart2 tbody a {
    color: #030303;
    display: block;
    font-size: 13px;
    width: 100%;
}

#aec-miniCart2 tbody a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

#aec-minicart-checkoutlink {
    background-color: var(--primary-color);
    border-radius: 0px !important;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-minicart-checkoutlink:hover {
    background-color: #FF6C5C;
    color: var(--bs-white) !important;
}

#aec-minicart-checkoutlink > a {
    color: var(--bs-white);
    font-weight: 500;
    text-transform: uppercase;
}

#aec-cartinfo:hover span,
#aec-cartinfo:hover .icon-cart-full:before {
    color: var(--orange) !important;
}

#aec-cartinfo-inner {
    display: inline-block;
    float: left;
    height: 42px;
    position: relative;
    width: calc(100% - 50px);
}

#aec-cartinfo-inner > a {
    display: inline-block;
    text-align: center;
    width: 90%;
}

#aec-cartinfo-inner a,
#aec-cartinfo-inner a:hover,
#aec-cartinfo-inner a:active {
    text-decoration: none !important;
}

#aec-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: #ff6c5c;
    color: var(--bs-white);
    display: inline;
    font-weight: bold;
    line-height: normal;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
    transition: background-color 0.2s ease-in-out 0s;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
}

#aec-cartinfo-inner span#aec-cartitems-total:before {
    color: #B2B0B0;
    content: "\f845";
    font-family: 'WebGlyphs';
    position: absolute;
    right: 7px;
    top: -2px;
    font-weight: normal;
    font-size: 12px;
}

#aec-carthead a:hover,
#aec-carthead a:active,
#aec-carthead a:focus {
    color: var(--bs-white) !important;
    background-color: var(--primary-color) !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: var(--bs-white) !important;
    outline: none !important;
    text-decoration: none !important;
}

#aec-cartinfo .icon-cart-full:before {
    line-height: 45px;
    font-size: 25px;
}

@media (min-width: 0px) and (max-width: 991px) {
    #aec-carthead a {
        padding: 6px 25px;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .header-cart {
        margin-top: 15px;
    }
}

/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
    .header-cart {
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #aec-carthead a {
        display: inline-block;
        width: 100%;
    }

    #aec-carthead {
        top: 2px;
    }
}

@media (min-width: 0px) and (max-width: 359px) {
    .cart-container {
        display: table;
        height: auto;
        width: 100%;
    }

    .aec-main-minicart {
        width: 100%;
    }

    #aec-cartinfo-inner * {
        color: var(--charcoal-gray);
        font: bold 14px/36px arial;
    }

    .stock-items {
        margin-bottom: 0;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .cart-container {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    #aec-cartinfo-inner {
        width: calc(100% - 42px);
    }

    #aec-carthead {
        margin-right: 1%;
        width: 31%;
    }

    #aec-carthead a {
        display: inline-block;
        position: relative;
        top: -6px;
        width: 100%;
    }
}

.cart-container > div#aec-cart-freeshipping {
    background-color: var(--primary-color);
    color: var(--bs-white);
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    overflow: hidden !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cart-container > div#aec-cart-freeshipping {
        font-size: 13px;
    }
}


/*====================================
	TOP NAVIGATION ICONS
=====================================*/

@media (min-width: 989px) and (max-width: 7680px) {
    #aec-all-departments #nav-site-departments .nav.navbar-nav li a i {
        color: var(--bs-white);
        display: inline;
        font-size: 46px;
        top: 0;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
    }
}

@media (min-width: 768px) and (max-width: 1055px) {
    #nav-site-departments .dropdown-toggle,
    #nav-site-departments .nav.navbar-nav a {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #nav-site-departments .dropdown-toggle, #nav-site-departments .nav.navbar-nav .single-line > a {
        line-height: 30px !important;
        min-height: 50px !important;
    }
}

/*====================================
	TOGGLE LEFT NAVIGATION
=====================================*/

.aec-toggle-leftnav {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0px !important;
    color: var(--charcoal-gray);
    float: left;
    height: 50px;
    margin: 0;
    padding: 8px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 50px;
    display: none;
}

.aec-toggle-leftnav .icon-list-justify {
    font-size: 20px;
}

.aec-toggle-leftnav .icon-list-justify:before {
    position: relative;
    top: -2px;
}

.aec-toggle-leftnav:hover,
body.open-nav .aec-toggle-leftnav {
    background-color: #dad1b5;
    color: #5B5858;
}

body.open-nav .aec-toggle-leftnav .icon-list-justify:before {
    content: '\f82c' !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .aec-toggle-leftnav {
        display: block;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #nav-site-departments .dropdown-toggle[aria-expanded="true"] .caret:before {
        content: "\f848";
    }
}

/*====================================
	LEFT NAVIGATION
=====================================*/

body.open-nav {
    margin-right: -200px;
}

body #aec-left {
    transition: left .2s ease-in-out 0s;
    -webkit-transition: left .2s ease-in-out 0s;
    -moz-transition: left .2s ease-in-out 0s;
    -o-transition: left .2s ease-in-out 0s;
}

body #aec-left-menu {
    transition: left .2s ease-in-out 0s;
    -webkit-transition: left .2s ease-in-out 0s;
    -moz-transition: left .2s ease-in-out 0s;
    -o-transition: left .2s ease-in-out 0s;
}

#aec-left-menu {
    display: none;
}

#aec-leftnavspacer {
    height: 33px;
    width: 180px !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
    body.open-nav #aec-left {
        left: 0;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
    }

    body.open-nav #aec-left-menu {
        left: 0;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
    }
}

body.open-nav #aec-left::-webkit-scrollbar {
    display: none;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1023px) and (max-width: 7680px) {
    #aec-left {
        width: 16.6667%;
        float: left;
        list-style: outside none none;
        padding-left: 0;
        padding-right: 0;
        border-right: 1px solid #F1EDDF;
    }

    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 {
        display: none;
        position: absolute;
        width: 200px !important;
        left: -200px;
        top: 0;
        z-index: 9998;
        padding-left: 0;
        padding-right: 0;
        min-height: 100%;
        overflow-y: scroll;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
    }

    #aec-left-menu {
        display: block;
        position: fixed;
        width: 200px !important;
        height: 100%;
        left: -200px;
        top: 0;
        z-index: 9998;
        padding-left: 0;
        padding-right: 0;
        min-height: 100%;
        overflow-y: scroll;
        background-color: var(--bs-white);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
    }

    body.open-nav #aec-left {
        -webkit-box-shadow: none !important;
    }

    body.open-nav #aec-left-menu {
        -webkit-box-shadow: none !important;
    }

    .aec-dcsnavTitle,
    .aec-navTitle {
        padding-left: 8px !important;
    }

    .aec-dcsnavAccordian .aec-dcsnavHead {
        padding: 0 0 0 8px !important;
    }

    .aec-dcsLinks ul li {
        padding-bottom: 4px;
        padding-top: 4px;
    }
}

.help-nav,
.aec-res-deals-nav {
    display: none;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
    border-bottom: 1px solid #F1EDDF;
    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-adv-currentlyselected {
    color: var(--charcoal-gray);
    font-size: 13px;
    padding: 0 0 10px 2px;
}

.aec-dcsRefine {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.aec-dcsnavTitle,
.aec-navTitle {
    background-color: transparent;
    color: var(--charcoal-gray);
    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: var(--charcoal-gray);
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
}

.aec-dcsnavAccordian .aec-dcsnavHead a {
    color: var(--charcoal-gray);
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

.aec-dcsnavAccordian .aec-dcsnavHead:first-child {
    border-top: 1px solid #F1EDDF;
}

.aec-dcsLinks a,
.aec-navLinks > ul > li a {
    color: var(--charcoal-gray);
    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-dcsnavTitle a:hover,
.aec-navTitle a:hover,
.aec-dcsnavTitle h2:hover,
.aec-navTitle h2:hover,
.aec-dcsnavAccordian .aec-dcsnavHead a:hover,
.aec-navLinks > ul > li a:hover {
    color: var(--primary-color) !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 #F1EDDF;
    margin-top: 0;
    padding-top: 5px;
}

.aec-dcsIcon {
    background-image: url("/customers/popmarket/img/ui-icons_222222_256x240D.svg");
    background-position: -32px -16px;
    height: 16px;
    margin: 3px -5px 0;
    position: absolute;
    width: 16px;
}

.aec-dcsLinks {
    margin-left: 10px;
}

.aec-dcsMore {
    background: #F9F7F1 none repeat scroll 0 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    color: var(--charcoal-gray);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    padding: 4px 4px;
    text-decoration: none;
    width: auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.aec-dcsMore:hover {
    background: #EDE7D4 none repeat scroll 0 0;
}

.aec-dcsSelections {
    background-color: transparent;
    border-color: #F1EDDF;
    border-style: solid;
    border-width: 1px 0 0;
    color: var(--charcoal-gray);
    padding: 4px 10px;
}

.aec-dcsRefine {
    color: var(--charcoal-gray);
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px 10px;
}

.aec-dcsSelections > h3 {
    color: var(--charcoal-gray);
    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: var(--charcoal-gray);
    font-size: 13px;
    padding: 0;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelectionsIcon:before {
    color: var(--charcoal-gray);
}

.aec-dcsSelections a:hover {
    color: #030303 !important;
    text-decoration: none !important;
}

.aec-dcsSelections li:hover .aec-dcsSelectionsIcon:before {
    color: #030303 !important;
}

/*====================================
	LEFT NAVIGATION END
=====================================*/


/*====================================
	INFO BOX
=====================================*/

.bt-content {
    background: none repeat scroll 0 0 #ffffff;
    border: 4px solid var(--primary-color);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.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 var(--bs-black);
    border-radius: 0px !important;
    font-size: 11px;
    font-weight: bolder;
    line-height: 14px;
    margin: 1px 4px 1px 10px;
    min-width: 17px;
    padding: 2px 2px 1px;
    color: var(--bs-black);
}

#aec-closex {
    background-color: var(--primary-color);
    border: medium none;
    color: var(--bs-black);
    cursor: pointer;
    display: block;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 22px;
    text-indent: 2px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.bt-content h2 {
    background-color: transparent !important;
    color: var(--bs-black);
    display: inline-block;
    font: bold 12px/22px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 24px 0;
    text-align: center;
    width: 100%;
}

.contentf h3 {
    margin: 0;
}

.bt-content h2 > a,
.bt-content h3 {
    color: #030303;
    font-size: 1.4em;
    text-decoration: none;
}

.bt-content h2 > a:hover {
    border-bottom: 1px dotted #F1EDDF;
    color: #030303 !important;
    text-decoration: underline;
}

.bt-content h3 span {
    color: var(--charcoal-gray);
    display: inline-block;
    font: 13px/15px "Gentona", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 5px;
}

.bt-content #aec-quickviewcontent {
    border-top: 1px dashed #F1EDDF;
    clear: left;
    color: #888;
    font: 14px/22px "Gentona", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}

.bt-content #aec-quickviewcontent dt {
    clear: left;
    color: var(--charcoal-gray);
    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: #757575;
    margin-left: 80px;
    padding-bottom: 6px;
    padding-left: 2px;
}

.bt-content * {
    font-family: 'Gentona', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.bt-wrapper.ui-draggable #canvas {
    display: none !important;
}

#aec-quickviewcontent a {
    color: #030303;
}

#aec-quickviewcontent a:hover {
    color: #030303 !important;
    text-decoration: underline;
}

/*====================================
	GRID
=====================================*/
.aec-next:hover,
.aec-prev:hover {
    box-shadow: none;
}


/* Hide Categories */

.aec-navTitle:first-child + .aec-dcsnavAccordian {
    display: block;
}

.aec-navTitle:first-child {
    display: block !important;
}

.aec-staticleft + .aec-navTitle {
    display: block !important;
}

.aec-navTitle {
    display: none !important;
}

.aec-dcsnavAccordian {
    display: none;
}

.aec-navLinks {
    display: none;
}

.aec-dcsRefine + .aec-dcsnavAccordian {
    display: block;
}

#aec-left > .aec-navTitle:first-child + .aec-navLinks {
    display: block;
}

#aec-left-menu > .aec-navTitle:first-child + .aec-navLinks {
    display: block;
}

.aec-staticleft + .aec-navTitle + .aec-dcsnavAccordian {
    display: block;
}


/* Hide Categories */

html > body #aec-main {
    height: auto;
    margin: 0;
    min-height: 1%;
    padding: 0;
    vertical-align: top;
    width: 83.3333%;
    position: relative;
    /* Match initial Bootstrap container width */
    float: left;
    padding: 0 0;
}

html > body #aec-main.aec-help-landing {
    padding: 10px;
}

@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,
.aec-otherpossibilities {
    padding-left: 15px;
}

.aec-searchresults {
    color: var(--charcoal-gray);
    font-size: 14px;
    margin-bottom: 10px;
}

.aec-searchresults-notfound {
    color: var(--charcoal-gray);
    font-size: 14px;
    padding: 0 0 0 15px;
}

.aec-otherpossibilities {
    font-size: 14px;
    color: var(--charcoal-gray);
}

.aec-otherpossibilities {
    color: var(--charcoal-gray);
    font-size: 14px;
}

.aec-expandResults {
    color: var(--charcoal-gray);
    font-size: 14px;
}

.aec-otherpossibilities a,
.aec-expandResults a,
.aec-searchresults-notfound a {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.aec-otherpossibilities a:hover,
.aec-expandResults a:hover,
.aec-searchresults-notfound a:hover {
    color: #ff6c5c !important;
}

@media (min-width: 0px) and (max-width: 640px) {
    .aec-expandResults {
        float: none;
    }
}

/*====================================
	PRODUCT GRID
=====================================*/

.aec-listview .aec-noresults {
    color: var(--charcoal-gray);
    font-size: 15px;
}

.aec-listview .aec-noresults:before {
    content: "\f883";
    font-family: "WebGlyphs";
    font-weight: normal !important;
    margin-left: 10px;
    margin-right: 5px;
}

ul.aec-listview {
    border-left: medium none;
    border-right: none;
    display: flex;
    list-style: outside none none;
    padding: 0.5% 0 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.aec-listview .threedots_ellipsis {
    color: #030303;
}

ul.aec-listview li {
    position: relative;
    padding: 15px 0;
}

@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: #F1EDDF;
    border-style: solid;
    border-width: 0 0 2px;
}

#aec-prodgrid.aec-gridview > li {
    background: transparent none repeat scroll 0 0;
    border-color: #F1EDDF;
    border-style: solid;
    border-width: 0 0 2px;
    display: table-cell;
    height: auto;
    margin: 0;
    min-height: 360px;
    padding: 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 33.3333%;
}

#aec-ItemBuyButton > div:first-child {
    float: none;
    width: 100%;
    text-align: initial;
    min-width: initial;
    padding: 0;
    background-color: inherit;
    border: none;
    margin: 0;
}

@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: 33.3333333%;
    }
}

#aec-prodgrid.aec-listview .aec-buybutton > div:first-child {
    color: var(--charcoal-gray);
    font-size: 13px;
    width: auto;
}

.aec-product-unavailable {
    padding: 10px;
    background: #c2c2c2;
    color: var(--bs-black);
    font-weight: 600;
}

.aec-buybutton-qty {
    background-color: #ede7d4;
    border: 1px solid #F1EDDF;
    border-radius: 0px !important;
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 25px;
}

.aec-listview .aec-gridcontentul a {
    color: #030303;
    font-size: 13px;
    font-weight: normal;
}

.aec-listview .aec-gridcontentul a.aec-listlink {
    font-weight: bold;
}

.aec-listview ul.aec-gridcontentul li:first-child a {
    color: #030303;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
    font-size: 18px;
}

.aec-listview .aec-gridcontentul a:hover {
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

.aec-listview .aec-gridcontentul li {
    color: var(--charcoal-gray);
    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-block;
}

.aec-listview:not(.aec-gridview) .aec-gridcontentul li,
.aec-listview:not(.aec-gridview) .aec-gridcontentul li a:not(.aec-listlink),
.aec-listview:not(.aec-gridview) .aec-grid-artist a {
    font-size: 13px !important;
}

.aec-listview ul li > span.aec-release-year {
    display: inline;
}

.aec-listview.aec-gridview li .aec-gridcontent.aec-attrdesc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aec-quickviewhover {
    -moz-user-select: none;
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: underline;
    position: initial;
    font-family: sans-serif !important;
}

#slick-control-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 70px;
    color: var(--primary-color);
    opacity: 0;
    border: none;
    background-color: transparent;
    transition: all 0.5s linear;
}

.responsive-single.slick-slider:hover #slick-control-container {
    opacity: 1;
}

#slick-control-container:hover {
    color: #ff6c5c;
}


#promo-slider #slick-control-container:hover,
#promo-slider #slick-control-container:focus {
    opacity: 1;
    color: #ff6c5c;
}

.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: flex;
    height: 100%;
    position: relative;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aec-gridview .aec-grid-divspan {
    flex-direction: column;
}

#aec-prodgrid.aec-gridview .aec-cover {
    width: 100%;
    display: table;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#aec-prodgrid.aec-gridview .aec-cover:hover,
#aec-prodgrid.aec-listview p.aec-cover:hover {
    background-color: transparent;
}

#aec-prodgrid.aec-listview p.aec-cover:hover img,
#aec-prodgrid.aec-gridview .aec-cover:hover img {
    opacity: 0.5;
}

.aec-listview .aec-cover > a {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
}

.aec-listview.aec-gridview .aec-cover > a {
    /*ALINEACION GRILLA AJUSTE*/
    /*height: 100%;
    max-height: 250px;*/
    height: 250px;
}

.aec-listview .aec-cover {
    padding: 15px;
    margin: 0;
}

@media (min-width: 0px) and (max-width: 420px) {
    .aec-listview.aec-gridview .aec-cover > a {
        height: 220px;
    }
}

.aec-listview div.aec-cover > a > img {
    display: block;
    margin: 0 auto;
    max-height: 250px !important;
    max-width: 100% !important;
    min-height: auto;
}

.aec-gridview .aec-ellipsis {
    width: 100%;
}

.aec-gridview .aec-gridcontentul a {
    color: var(--bs-black);
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    line-height: 1;
}

#aec-boutiquegridspan .aec-listview div > span.aec-threedotstext {
    font-weight: bold;
    line-height: 1;
}

.aec-gridview .aec-gridcontentul a:hover {
    color: #030303;
}

.aec-grid-artist a {
    color: var(--primary-color) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

.aec-gridview .aec-grid-artist .aec-ellipsis {
    overflow: hidden;
    min-height: 10pt;
    text-overflow: ellipsis;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.4em;
    line-height: 1.2em;
}

.aec-gridview .aec-price {
    margin-top: 10px;
}

.aec-listview .aec-gridcontentul li {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
    padding: 1px 0;
    color: #030303;
    line-height: 1.2;
}

.aec-listview .aec-gridcontentul li.aec-listcontent.aec-shortdesc {
    display: none !important;
}

.aec-listcontent.aec-platform {
    color: #888 !important;
    display: inline-block !important;
    font-size: 16px !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 #F9F7F1;
        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: 0;
}

.aec-listview .aec-webamiprice-href {
    color: var(--charcoal-gray);
    font-weight: normal !important;
    text-decoration: none;
}

.aec-listview .aec-salescat {
    color: var(--charcoal-gray);
    display: inline-block;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    padding-bottom: 0;
    text-transform: uppercase;
    width: 100%;
}

.aec-listview .aec-listprice {
    color: transparent;
    display: inline-block;
    font-size: 0;
    font-weight: normal;
    padding: 0;
    text-align: right;
    width: 50%;
    float: left;
}

.aec-listview .aec-listprice > span {
    color: var(--medium-gray);
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 300 !important;
    text-decoration: line-through;
}

.aec-listview .aec-yousave {
    font-size: 13px;
    display: inline-block;
    clear: both;
    width: 100%;
    float: left;
}

.aec-listview .aec-yousave span {
    color: var(--charcoal-gray);
}

.aec-listview .aec-listprice + .aec-custprice {
    float: right;
    padding-left: 5px;
    text-align: left;
    width: 50%;
}

.aec-listview .aec-custprice {
    display: inline-block;
    font-size: 0;
    font-weight: normal;
    color: transparent;
    padding: 0;
}

.aec-listview .aec-custprice > span {
    color: var(--bs-black);
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
}

.aec-listview .aec-savepercent {
    font-weight: normal !important;
}

.aec-listview .aec-yousave span:first-child {
    font-weight: normal;
}

.aec-gridcontrolstop {
    font-size: 10pt;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton,
.aec-listview div.aec-buybutton .aec-price {
    max-width: 170px;
    width: 100%;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton {
    min-width: 170px;
}

.aec-listview div.aec-buybutton .aec-price {
    margin: auto;
}

.aec-listview .aec-gridcontentul li.aec-grid-genres a,
.aec-listview .aec-gridcontentul li.aec-gridnotes a,
.aec-listview .aec-gridcontentul li.aec-grid-actor a {
    font-size: 13px;
}

.aec-listview div > span {
    display: inline;
    font-weight: 700;
}

.aec-listview.aec-gridview .aec-grid-artist > span,
.aec-listview.aec-gridview .aec-platform > span {
    display: none;
}

.aec-listcontent.aec-gridnotes {
    margin-top: 10px;
}

.aec-gridnotes .aec-listlink {
    color: var(--primary-color) !important;
}

.aec-gridnotes .aec-listlink:hover,
.aec-gridnotes .aec-listlink:focus {
    color: #ff6c5c !important;
}

@media (min-width: 361px) and (max-width: 520px) {
    .aec-listview .aec-gridcontentul {
        float: left;
        height: auto;
        width: 100%;
        padding-left: 8px;
    }

    .aec-listview .aec-ellipsis {
        width: auto;
    }

    #aec-prodgrid.aec-listview .aec-cover {
        width: 40%;
        margin-bottom: 0;
    }

    #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
        width: 100%;
    }

    .aec-listview div.aec-buybutton {
        float: left;
        margin-top: 25px;
    }

    .aec-listview.aec-gridview div.aec-buybutton {
        margin-top: 0;
    }

    .aec-listview:not(.aec-gridview) > li {
        min-height: 195px;
        padding-top: 10px;
    }


}

@media (min-width: 320px) and (max-width: 360px) {
    .aec-listview .aec-gridcontentul {
        height: auto;
        width: 100%;
        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;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        width: 50%;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-salescat,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
        text-align: left;
        float: left;
    }

    .aec-listview:not(.aec-gridview) .aec-salescat {
        margin-top: 5px;
        margin-bottom: 2px;
    }
}

@media (min-width: 0px) and (max-width: 319px) {

    #aec-prodgrid.aec-gridview > li {
        width: 100% !important;
    }

    .aec-listview .aec-gridcontentul {
        height: auto;
        width: 100%;
        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: inherit;
        height: auto;
    }

    .aec-listview:not(.aec-gridview) .aec-cover > a > img {
        max-width: 100% !important;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        width: 50%;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-salescat,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
        text-align: left;
        float: left;
    }

    .aec-listview:not(.aec-gridview) .aec-salescat {
        margin-top: 5px;
        margin-bottom: 2px;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-listview .aec-gridcontentul li.aec-grid-genres a,
    .aec-listview .aec-gridcontentul li.aec-gridnotes a,
    .aec-listview .aec-gridcontentul li.aec-grid-actor a {
        font-size: 11px !important;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul li,
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li a {
        font-size: 11px !important;
        font-weight: normal;
    }
}

/* 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;
        display: inline-block;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul {
        margin-left: 10px;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul {
        height: auto;
        width: 65%;
        display: inline-block;
    }

    .aec-listview:not(.aec-gridview) div.aec-cover {
        width: 200px !important;
        position: relative;
    }
}

.aec-listview ul li > span {
    color: var(--medium-gray);
    font-weight: 400;
}

.aec-listview ul li > span.aec-release-year {
    font-weight: 400;
}

.aec-listview:not(.aec-gridview) div.aec-cover {
    margin: 0;
    padding-left: 10px;
    float: left;
}

@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: 100%;
        padding-left: 10px;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        clear: both;
        float: left;
        width: 72%;
        max-width: 100%;
    }

    .aec-listview:not(.aec-gridview) .aec-buybutton > div:first-child {
        float: left;
        width: 170px !important;
    }

    .aec-listview:not(.aec-gridview) .aec-buyimage {
        float: left;
        margin-left: 10px;
        padding: 7px 0;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-price {
        float: left;
        margin: 5px auto 0;
        max-width: 100%;
        position: relative;
        clear: both;
        margin-left: 10px;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
        float: left;
        line-height: normal;
        margin-right: 7px;
        text-align: left;
        width: auto;
    }

    .aec-listview:not(.aec-gridview) .aec-custprice {
        float: left;
        line-height: normal;
        padding-left: 0;
        text-align: left;
        width: 100%;
    }

    .aec-listview:not(.aec-gridview) .aec-listprice + .aec-custprice {
        float: left;
        line-height: normal;
        padding-left: 5px;
        text-align: left;
        width: auto;
    }

    .aec-listview:not(.aec-gridview) .aec-yousave {
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .aec-listview:not(.aec-gridview) .aec-salescat {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left;
        width: 100%;
    }

    .aec-listview:not(.aec-gridview) .aec-listcontent.aec-gridnotes {
        border-bottom: 1px dashed #F1EDDF;
        margin-bottom: 10px;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-gridnotes,
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-category,
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-studio {
        display: none !important;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        margin-top: 15px;
    }

    .aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
        font-size: 13px !important;
    }
}

@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: 85%;
    }
}

@media (min-width: 0px) and (max-width: 640px) {
    .aec-buybutton .aec-grid-unavailable {
        padding: 1px;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul li {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    /*#aec-prodgrid.aec-gridview > li {
        height: 420px;
        padding: 0;
    }*/

    button.aec-buybutton-textbtn {
        padding: 4px 5px !important;
    }
}


/*====================================
	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;
    top: -10px;
}

/* 4K and 8K UHD 7680px */

@media (min-width: 0px) and (max-width: 767px) {
    .aec-listview .aec-gridicon {
        top: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 7680px) {
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        top: -10px;
        float: left;
        left: 110px;
    }

    #overlay-login .modal-dialog {
        width: 20%;
    }
}

@media (min-width: 521px) and (max-width: 767px) {
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 18%;
        top: -5px;
    }
}

@media (min-width: 361px) and (max-width: 520px) {
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 28%;
        top: -5px;
    }

    .aec-listview .aec-gridicon img {
        max-height: 44px;
    }
}

@media (min-width: 0px) and (max-width: 360px) {  
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 1px;
        top: -8px;
    }
}

.aec-listview:not(.aec-gridview) .aec-gridicon img {
    max-height: 40px;
}

/*====================================
	GRID SAVE FLAG
=====================================*/

.aec-listview .aec-flagsave {
    color: var(--bs-white);
    display: inline-block;
    font-weight: 700;
    height: 20px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    top: 2px;
    width: 70px;
    border-radius: 0px !important;
}

.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: "WebGlyphs";
    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;
}

@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: medium none;
    border-right: medium none;
    border-top: medium none;
    border-radius: 0px !important;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    position: relative;
}


/*------------------------------------------
	Search within without extra js elements
-------------------------------------------*/

.aec-searchwithin #aec-searchwithintxt {
    background-color: var(--bs-white);
    background-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #ccc;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    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-gridcontrolsbot .aec-pagenumgroup {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-top: 7px;
    text-align: center;
    width: 100%;
    position: relative;
}

@media (min-width: 570px) and (max-width: 767px) {
    .aec-searchwithin #aec-searchwithintxt {
        margin-left: 31.333%;
        width: 33%;
        display: none !important;
    }

    .aec-searchwithin #aec-searchwithinbtn {
        display: none !important;
    }
}

@media (min-width: 0px) and (max-width: 569px) {
    .aec-searchwithin {
        border-radius: 0px !important;
        border-top: 1px solid #F1EDDF;
        display: table;
        height: auto;
        margin: 0;
        padding: 5px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .aec-searchwithin > .aec-pagecount {
        display: block;
        float: left;
        height: 28px;
        left: -6px;
        line-height: normal;
        margin-bottom: 0 !important;
        margin-top: 0;
        padding-bottom: 0 !important;
        padding-left: 10px;
        padding-right: 10px !important;
        padding-top: 6px !important;
        position: relative !important;
        width: 100% !important;
    }

    .aec-searchwithin .aec-swicthbtn {
        display: block;
        float: right;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 8px;
        width: 48%;
    }

    .aec-searchwithin #aec-searchwithintxt {
        margin-left: 3%;
        width: 80%;
    }
}

@media (min-width: 0px) and (max-width: 674px) {
    .aec-gridcontrolsbot {
        height: 80px !important;
    }

    .aec-gridcontrolsbot .aec-pagenumgroup {
        border-top: 1px solid #F1EDDF;
        position: relative;
        top: 35px;
        padding-top: 9px;
    }

    #aec-searchgridspan + .aec-gridcontrolsbot .aec-pagenumgroup {
        border-top: 0 none;
        top: 5px !important;
        padding-bottom: 10px;
    }

    #aec-searchgridspan + .aec-gridcontrolsbot {
        height: 54px !important;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-gridcontrolsbot #aec-perpagegroup > label,
    .aec-gridcontrolsbot #aec-sortbygroup label {
        font-size: 0 !important;
    }

    .aec-gridcontrolsbot #aec-perpagegroup > label:before {
        content: "Items";
        font-size: 10pt !important;
    }

    .aec-gridcontrolsbot #aec-sortbygroup label:before {
        content: "Sort";
        font-size: 10pt !important;
    }

    .aec-sortbycontainer ul.aec-newList li a {
        display: block;
        font-size: 9pt;
        text-decoration: none;
    }

    ul.aec-newList li {
        padding: 5px;
    }
}


/*-------------------------------------------
	Extra cloned elemets
-------------------------------------------*/

#aec-gridcontrols-jump.aec-gridcontrolstop {
    display: none;
}

.aec-searchwithin > div.aec-pagecount {
    color: var(--charcoal-gray);
    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;
    }
}

@media (min-width: 0px) and (max-width: 569px) {
    .aec-searchwithin > div.aec-pagecount {
        border-bottom: 1px solid #F1EDDF;
        margin-bottom: 4px !important;
    }
}

#aec-gridSwitchView.gridView {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0 0 10px;
    position: absolute;
    right: 15px;
    color: var(--bs-black);
    text-decoration: none !important;
}

#aec-gridSwitchView.gridView:hover {
    color: var(--charcoal-gray);
}

#aec-gridSwitchView.gridView:before {
    color: var(--primary-color);
    content: "\f881";
    font-family: 'WebGlyphs';
    margin-right: 4px;
}

.gridView.gridListView:before {
    color: var(--primary-color);
    content: "\f850" !important;
    font-family: 'WebGlyphs';
    margin-right: 4px;
}

.aec-searchwithin > div#aec-btn-bulkcart {
    background-color: var(--primary-color);
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px 8px;
    position: absolute;
    right: 120px;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

.aec-searchwithin > div#aec-btn-bulkcart a,
.aec-searchwithin > div#aec-btn-bulkcart a:hover,
.aec-searchwithin > div#aec-btn-bulkcart a:focus,
.aec-searchwithin > div#aec-btn-bulkcart a:active {
    color: var(--charcoal-gray);
    text-decoration: none;
}

.aec-searchwithin > div#aec-btn-bulkcart:hover,
.aec-searchwithin > div#aec-btn-bulkcart:focus,
.aec-searchwithin > div#aec-btn-bulkcart:active {
    background-color: #ff6c5c;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#aec-btn-bulkcart > a#aec-btnBulkUpdateCart {
    font-weight: 600;
    line-height: 1em;
}


/*--------------------------------------------
	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: var(--primary-color);
    background-image: none;
    border: medium none;
    color: var(--bs-white);
    float: left;
    font-weight: bold !important;
    line-height: 1.429;
    margin: 0 0 0 0;
    padding: 3px 10px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    height: 25px;
}

.aec-searchwithin #aec-searchwithinbtn:hover {
    background: #ff6c5c none no-repeat scroll left top;
    color: var(--bs-white) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.aec-searchwithin #aec-searchwithintxt:focus {
    border-color: var(--primary-color);
    outline: 0 none;
}

.aec-gridcontrolsbot {
    background: transparent none repeat scroll 0 0;
    border-color: #F1EDDF transparent #F1EDDF transparent;
    border-style: solid none;
    border-width: 1px medium;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.aec-gridcontrolsbot ul.aec-newList {
    background: var(--bs-white) none repeat scroll 0 0;
    border-color: #F1EDDF;
    border-style: solid;
    border-width: 0 1px 1px;
    color: var(--charcoal-gray);
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 9999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.aec-gridcontrolsbot ul.aec-newList a {
    color: var(--charcoal-gray);
}

.aec-gridcontrolsbot ul.aec-newList li:hover {
    background: #F9F7F1 none repeat scroll 0 0 !important;
    color: var(--charcoal-gray) !important;
    cursor: pointer;
}

.aec-gridcontrolsbot ul.aec-newList li:hover a {
    color: var(--charcoal-gray) !important;
}

#aec-searchgridspan + .aec-gridcontrolsbot {
    border-top: medium none;
    border-radius: 0px !important;
    border-top: 1px solid #F1EDDF;
    margin-bottom: 10px;
    width: 100%;
}

.aec-gridcontrolsbot .aec-selectedTxt {
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    padding: 2px;
    color: var(--charcoal-gray);
    line-height: normal;
    font-size: 12px;
    width: inherit;
}

.aec-newListSelected {
    background-color: #F9F7F1;
    background-image: url("/customers/popmarket/img/arrowdown.svg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #F1EDDF;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    color: var(--bs-black);
    cursor: pointer;
    float: left;
    height: 22px;
    z-index: 9;
}

.aec-sortbycontainer .aec-newListSelected {
    width: 142px;
}



.aec-next:hover,
.aec-prev:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #030303;
}

.aec-gridcontrolsbot #aec-perpagegroup {
    clear: none;
    float: none;
    position: absolute;
    right: 10px;
    top: 6px;
}

.aec-gridcontrolsbot > div#aec-sortbygroup {
    left: 0;
    position: absolute;
    top: 6px;
    width: 210px;
    z-index: 2;
}

.aec-gridcontrolsbot #aec-sortbygroup label {
    color: #757575;
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 4px 4px 12px;
}

.aec-gridcontrolsbot #aec-perpagegroup > label {
    display: inline-block;
    float: left;
    padding: 4px;
    color: #757575;
    font-size: 13px;
    font-weight: 700;
}

.aec-pagenumcontainer a {
    background: #F9F7F1 none repeat scroll 0 0;
    border-color: #F1EDDF;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-style: solid;
    border-width: 1px;
    color: var(--charcoal-gray);
    display: inline;
    font-size: 12px;
    height: 25px;
    line-height: 1em;
    margin-right: 4px;
    padding: 5px 10px 3px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-weight: 600 !important;
}

.aec-pagenumcontainer a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
    color: var(--bs-white) !important;
}

.aec-pagenumcontainer {
    display: inline;
    margin-left: 0;
}

.aec-pagenumcontainer a:first-child {
    border-left: none !important;
}

.aec-pagenumcontainer .aec-pagenum span {
    background: var(--primary-color) none repeat scroll 0 0;
    border: 1px solid #EDE7D4 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    color: var(--bs-white);
    font-size: 12px;
    font-weight: 600 !important;
    height: 25px;
    line-height: 25px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 5px 10px 3px;
    text-decoration: none;
}

.aec-prev {
    background-image: none;
    border: none;
    color: var(--charcoal-gray);
    height: 25px;
    line-height: 25px;
    margin: 0;
    position: absolute;
    width: 25px;
    margin-left: -25px;
}

.aec-next {
    background-image: none;
    border: none;
    color: var(--charcoal-gray);
    height: 25px;
    line-height: 25px;
    margin: 0;
    position: absolute;
    width: 25px;
}

.aec-prev:before {
    content: '\f846';
    font-family: 'WebGlyphs';
}

.aec-next:before {
    content: '\f847';
    font-family: 'WebGlyphs';
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS fixes */
    .aec-gridcontrolsbot .aec-prev {
        float: none !important;
        position: relative !important;
        left: 12px !important;
        display: inline-block;
    }

    .aec-gridcontrolsbot .aec-next {
        margin-left: -3px;
    }

    .aec-pagenumcontainer {
        position: relative;
        top: 0px;
        left: -5px
    }

    .aec-pagenumcontainer .aec-pagenum span {
        line-height: 18px;
        margin-right: 7px;
        top: -1px;
        text-decoration: none;
    }
}

.aec-gridcontrolsbot .aec-newListSelected {
    height: 22px !important;
    position: relative !important;
    top: 3px;
}

@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-ccmusic-banner {
    background-color: #6b141a;
    width: 100%;
}

#aec-ccmusic-text {
    text-align: left;
    line-height: 15px;
}

#aec-ccmusic-img {
    text-align: right;
}

#aec-ccmusic-text span {
    display: block;
    line-height: 20px;
    color: #F7FEE2;
    font-weight: 600;
}

#aec-ccmusic-text span:nth-child(1) {
    font-size: 23px;
}

#aec-ccmusic-text span:nth-child(2) {
    font-size: 15px;
}

@media (min-width: 0px) and (max-width: 800px) {
    #aec-ccmusic-text span:nth-child(1) {
        font-size: 19px;
    }

    #aec-ccmusic-text span:nth-child(2) {
        font-size: 13px;
        line-height: 15px;
    }
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


.aec-personname, .aec-themename {
    border-bottom: 1px solid #F1EDDF;
    color: var(--charcoal-gray);
    font-size: 20px;
    margin: 0;
    padding: 8px 0 10px 12px;
}


/*====================================
	SEARCH WITHIN AND GRID SORT END
=====================================*/

/*====================================
	BOUTIQUES
=====================================*/

.aec-boutiquebanner > img {
    height: auto;
    max-width: 100%;
}


/*====================================
	404 PAGE
=====================================*/

#aec-error404 > h1 {
    color: var(--charcoal-gray);
    font-size: 22px;
    font-weight: 600;
}

#aec-error404 > h1:before {
    content: "\f883";
    font-family: "WebGlyphs";
    font-weight: normal;
    margin-right: 8px;
}

#aec-error404 > div + div {
    background-color: var(--primary-color);
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 10px 12px;
    width: 200px;
    font-weight: 500;
    font-weight: 600;
    color: var(--bs-white);
}

#aec-error404 > div + div:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: #ff6c5c;
    color: var(--bs-white) !important;
}

#aec-error404 > div a {
    color: var(--bs-white);
}


/*====================================
	ADVANCE SEARCH PAGE
=====================================*/

#aec-main #aec-advsrch-wrapper {
    border: medium none;
    border-radius: 0px !important;
    display: table;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}

#aec-main #aec-advsrch-wrapper h1 {
    background-color: transparent;
    border-bottom: 1px solid #F1EDDF;
    color: var(--charcoal-gray);
    display: block !important;
    font-size: 1.5em;
    margin: 0 -15px 20px;
    padding: 10px 15px;
    text-transform: capitalize;
}

#aec-main #aec-advsrch-wrapper h1:before {
    content: '\f81d';
    font-family: 'WebGlyphs';
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}

#aec-main #aec-advsrch-wrapper > form#aec-advsrch {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#aec-advsrch-wrapper h4:before {
    content: '\f878';
    font-family: 'WebGlyphs';
    margin-right: 4px;
}

#aec-advsrch-wrapper h4 {
    background-color: #F9F7F1;
    background-image: none;
    border-color: #F1EDDF;
    border-image: none;
    border-radius: 0px !important;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: var(--charcoal-gray);
    font-size: 13px;
    margin: 10px 0;
    padding: 10px;
}

#aec-main #aec-advsrch-wrapper input[type="text"],
#aec-main #aec-advsrch-wrapper select {
    background-color: var(--bs-white);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    color: var(--charcoal-gray);
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-box-shadow: none !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 40%;
}

#aec-main #aec-advsrch-wrapper input[type="text"]:focus,
#aec-main #aec-advsrch-wrapper input[type="text"]:focus {
    outline: 0;
    border: 1px solid var(--primary-color) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#aec-main #aec-advsrch-wrapper span {
    color: var(--charcoal-gray);
    font-size: 15px !important;
    font-weight: 600;
    padding: 6px 0;
    position: relative;
    top: 5px;
    width: 20%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch input#ais {
    position: relative;
    top: 7px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
    border: 1px solid #ccc;
    border-radius: 0px !important;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 5px !important;
    width: 40%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba label {
    color: var(--medium-gray);
    font-weight: 600;
    font-size: 13px !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba > div {
    margin: 0;
}

#aec-main #aec-advsrch-results-links {
    border: 1px solid #F1EDDF;
    border-radius: 0px !important;
    font-size: 13px;
    padding: 5px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit {
    background-color: var(--primary-color);
    background-image: none;
    border: medium none;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;   
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-top: 12px;
    padding: 6px 40px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit:hover {
    background-color: #ff6c5c;
    color: var(--bs-white) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
    clear: both;
    display: block;
    margin-left: 190px;
}

@media (min-width: 320px) and (max-width:767px) {
    #aec-main #aec-advsrch-wrapper span {
        margin-right: 0;
        padding: 2px 0;
        text-align: left;
        top: 0;
        width: 100%;
    }

    #aec-main #aec-advsrch-wrapper input[type="text"],
    #aec-main #aec-advsrch-wrapper select,
    #aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
        width: 100%;
    }

    #aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
        margin-left: 0;
    }

    #aec-main #aec-advsrch-wrapper #aec-advsrch input#ais {
        left: 60px;
        position: relative;
        top: -24px;
    }

    #aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    #aec-main #aec-advsrch-wrapper input[type="text"],
    #aec-main #aec-advsrch-wrapper select,
    #aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba {
        width: 59%;
    }

    #aec-main #aec-advsrch-wrapper #aec-advsrch-submit-div {
        margin-left: 22%;
    }
}

/* Mobile elemets*/

@media (min-width: 0px) and (max-width: 1023px) {
    body,
    #aec-container,
    #aec-body {
        overflow-x: hidden !important;
        width: 100vw !important;
    }

    body.open-nav #aec-left {
        left: 0;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
    }

    body.open-nav #aec-left-menu {
        left: 0;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
    }

    body.open-nav #aec-container {
        overflow: hidden !important;
    }

    body.open-nav {
        overflow-x: hidden;
        position: absolute;
        width: 100vw;
    }

    #aec-container {
        margin-left: 0;
        transition: margin-left 0.2s ease-in-out 0s;
        -webkit-transition: margin-left 0.2s ease-in-out 0s;
    }

    body.open-nav .aec-top-nav {
        left: 200px !important;
    }

    body .aec-top-nav {
        left: 0;
        transition: left 0.2s ease-in 0s;
        -moz-transition: left 0.2s ease-in 0s;
        -webkit-transition: left 0.2s ease-in 0s;
    }

    .aec-dcsnavAccordian {
        display: block;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1200px) and (max-width: 7680px) {
    .navbar-header .email-container-large {
        height: 52px;
    }
}

@media (min-width: 989px) and (max-width: 7680px) {
    #nav-site-departments .nav.navbar-nav > li {
        width: auto;
        padding: 0 17px;
    }
}


/* Addtional space on the header for small screen devices */

@media (min-width: 0px) and (max-width: 414px) {
    .header-search,
    .header-join-mail,
    #aec-all-departments .navbar-header,
    #nav-site-departments {
        padding-left: 0;
        padding-right: 0;
    }
}

#ui-datepicker-div {
    border: 1px solid var(--bs-white);
    border-radius: 0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ddd none repeat scroll 0 0 !important;
    border: 1px solid #ddd;
}

.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: var(--medium-gray) none repeat scroll 0 0 !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--medium-gray) !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background: #ccc none repeat scroll 0 0 !important;
    border: 1px solid var(--bs-white);
    color: #222;
    font-weight: bold;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.aec-noresults {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.bt-content #aec-quickviewcontent h2, .bt-content #aec-quickviewcontent h3 {
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    padding: 0;
    text-align: left;
}

.aec-listview:not(.aec-gridview) .aec-grid-artist div {
    display: inline !important;
}


/*====================================
	GRID GROUPED NOTIFIER
=====================================*/

.aec-groupednotifier {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 5px !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

li.aec-groupednotifier:empty {
    display: none !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier-box > span {
    line-height: 100% !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier-box {
    line-height: 100% !important;
    padding-bottom: 4px !important;
    padding-left: 2px !important;
    padding-right: 4px !important;
}

.aec-groupednotifier-box {
    background-color: #EDE7D4;
    border-color: #EDE7D4 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none !important;
    padding: 2px 4px;
    margin-left: auto;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    border-width: 2px;
    display: block;
}

.aec-groupednotifier-box > span {
    color: var(--charcoal-gray);
    font-size: 12px;
}

.aec-groupednotifier-box:hover,
.aec-groupednotifier-box:focus {
    background-color: #EDE7D4 !important;
    border-color: #EDE7D4 !important;
    color: var(--charcoal-gray) !important;
}

.aec-groupednotifier-box:hover > span,
.aec-groupednotifier-box:focus > span {
    color: #240129 !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier {
    font-size: 16px;
    max-width: 220px !important;
    width: auto;
    display: inline-block;
}

ul.aec-listview .aec-groupednotifier-box {
    margin: 0 auto 2px;
    width: 100%;
    max-width: 210px;
}

.aec-listview:not(.aec-gridview) .aec-grid-artist div {
    display: inline !important;
}

/*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: var(--bs-white);
    margin: 20px auto;
    padding: 20px;
    width: 81%;
    max-width: 335px;
    position: relative;
}

#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: var(--primary-color);
    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: 20px;
    position: absolute;
    right: 10px;
}

#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: var(--primary-color);
    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;
}

#overlayContent .btn.btn-primary {
    background-color: var(--primary-color);
    border: none;
}

@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: 13px;
    }

    #dismissPromo {
        font-size: 12px;
    }
}

#aec-otherformats .aec-buybutton {
    display: flex;
    justify-content: space-between;    
}

.aec-formats-holder .aec-buybutton-textbtn span {
    padding: 0 !important;
}


@media (min-width: 768px) and (max-width: 1023px) {
    body.open-nav button.aec-toggle-leftnav {
        position: relative !important;
        left: 200px !important;
    }
}

.aec-listview div.aec-cover > a > img {
    max-width: 90% !important;
}

#aec-webami-loginbox .modal-header {
    background-color: var(--orange);
}

#aec-webamiloginformlinks p {
    display: block;
    margin-right: 25px;
    margin-bottom: 5px;
}

#LoginForm input.btn-default {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

#aec-webami-loginbox .validation-summary-errors {
    background-color: var(--primary-color);
    color: var(--bs-white) !important;
    padding: 2px 25px;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    text-align: center;
}

#aec-webami-loginbox .validation-summary-errors ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

.account-message-label {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

.account-message-label a {
    color: var(--primary-color) !important;
}

.adzone-orange-banner {
    background-color: var(--orange);
}

.adzone-gray-banner {
    background-color: #4f4e5e;
}

.adzone-orange-banner,
.adzone-gray-banner {
    height: auto;
    margin: 35px 0 25px 0;
    text-align: center;
    padding: 20px 0;
}

.adzone-orange-banner .container,
.adzone-gray-banner .container {
    padding: 0 7%;
}

.adzone-orange-banner img,
.adzone-gray-banner img {
    display: inline-block;
    height: 100%;
    max-height: 100px;
    max-width: 20%;
}

.adzone-orange-banner .col-xs-10,
.adzone-gray-banner .col-xs-10 {
    text-align: left;
    padding: 0;
}

.adzone-orange-banner p,
.adzone-gray-banner p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin: 25px 0;
    margin-left: 10px;
    max-width: 80%;
    top: 50%;
    transform: translate(0%, 30%);
}

.adzone-orange-banner p {
    color: var(--bs-black);
}

.adzone-gray-banner p {
    color: var(--bs-white);
}

.modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (min-width: 768px) {
    #aec-email-signup .modal-dialog {
        width: 400px !important;
    }
}

@media (min-width: 768px) {
    #aec-email-signup .modal-dialog {
        width: 400px !important;
    }
}

@media (min-width: 768px) {
    #aec-email-signup .modal-dialog {
        width: 400px !important;
    }
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
#aec-email-signup .modal-dialog {
    width: 70%;
}

.aec-gridview div.aec-buybutton {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    bottom: 0;
    top: inherit;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.site-user-nav .header-menu {
    display: flex;
}

.mobile-menu-toggle {
    display: none;
    width: 25px;
    height: auto;
    position: fixed;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    top: 50%;
    left: 0;
    padding: 2px 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 9999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: center;
}

.animated-icon1 {
    width: 20px;
    height: 15px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: var(--bs-white);
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 7px;
}

.animated-icon1 span:nth-child(3) {
    top: 14px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*Menu background*/
.menu-background {
    background-color: black;
    position: fixed;
    z-index: 999;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu-background .menu-list {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-white);
    list-style-type: none;
    text-align: center;
}

.menu-background .menu-list li a {
    color: var(--bs-white);
    font-size: 20px;
}

.menu-background .menu-list ul.dropdown-menu {
    left: 40%;
    background: transparent;
    text-align: center;
    top: 20px;
}

#email-list-mobile {
    display: block;
    height: 35px;
    background-color: #2d2d2d;
    text-align: center;
    margin: 5px 0;
    padding: 3px;
}

#aec-cartitems-total {
    position: relative;
    font-weight: normal;
    bottom: 8px;
    top: auto;
    left: 0;
}

#aec-cartinfo {
    line-height: 0;
}

#aec-cartitems-counts {
    display: block;
    position: relative;
    top: 5px;
    margin-left: 20px;
    font-weight: bold;
}

.navbar-nav {
    margin: 7.5px -15px;
}

#aec-cartinfo {
    cursor: pointer;
    display: block;
    position: inherit;
    left: 10px;
    width: 100%;
    height: 50px;
    padding-top: 5px;
}

.aec-cartinfo-on {
    background-color: transparent;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 662px) {
    #aec-email-signup .modal-dialog {
        width: 400px !important;
    }
}

@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #email-list-mobile {
        display: none !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #aec-prodgrid .aec-cover > a > img {
        max-width: 100%;
        max-height: 100%;
    }
}

/*Icomoon*/
@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon/icomoon.eot?tnuz9i');
    src: url('/fonts/icomoon/icomoon.eot?tnuz9i#iefix') format('embedded-opentype'), url('/fonts/icomoon/icomoon.ttf?tnuz9i') format('truetype'), url('/fonts/icomoon/icomoon.woff?tnuz9i') format('woff'), url('/fonts/icomoon/icomoon.svg?tnuz9i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="iconn-"], [class*=" iconn-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconn-Arrow-down-icon-rotate:before {
    content: "\e900";
}

.iconn-Arrow-down-icon:before {
    content: "\e908";
}

.iconn-Arrow-down-reverse-icon:before {
    content: "\e901";
    color: var(--bs-white);
}

.iconn-Cart-icon:before {
    content: "\e902";
}

.iconn-Cart-icon-reverse:before {
    content: "\e903";
    color: var(--bs-white);
}

.iconn-email-icon:before {
    content: "\e904";
}

.iconn-email-icon-reverse:before {
    content: "\e905";
    color: var(--bs-white);
}

.iconn-login-icon:before {
    content: "\e906";
}

.iconn-login-icon-reverse:before {
    content: "\e907";
    color: var(--bs-white);
    font-size: 2.4rem;
}

.iconn-search-icon:before {
    content: "\e923";
}

.iconn-search-icon-reverse:before {
    content: "\e924";
    color: var(--bs-white);
}

.iconn-Wishlist-icon:before {
    content: "\e925";
}

.iconn-Wishlist-icon-reverse:before {
    content: "\e926";
    color: var(--bs-white);
}

.iconn-search:before {
    content: "\e986";
}

.icon-cart-full:before {
    font-family: "icomoon" !important;
    content: "\e903" !important;
    color: var(--bs-white) !important;
    margin-right: 10px !important;
}

#nav-site-departments .nav.navbar-nav a:hover,
#nav-site-departments .nav.navbar-nav a:hover .iconn-email-icon-reverse:before,
#nav-site-departments .nav.navbar-nav a:hover .caret:before {
    color: var(--orange);
}

.iconn-email-icon-reverse {
    margin-right: 8px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.iconn-Arrow-down-icon-rotate {
    top: -5px;
    position: relative;
    margin-left: 3px;
    font-size: 18px;
}

.header,
.header-container .site-user-nav .container {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.aec-listview .aec-yousave {
    display: none;
}

#aec-searchgridspan > ul {
    border-left: none;
    border-right: none;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #aec-all-departments {
        height: auto;
        min-height: inherit;
    }
}


.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    z-index: 9999;
    max-width: 260px !important;
    position: absolute;
}

.menu-background .nav > li {
    position: relative;
    display: block;
    float: inherit !important;
}

.menu-background .nav > li > a:focus,
.menu-background .nav > li > a:hover {
    background-color: transparent !important;
    color: var(--primary-color);
}

.menu-background .navbar-nav .open .dropdown-menu > li > a:focus,
.menu-background .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #2d2d2d;
    /*color: var(--primary-color);*/
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/custom/popmarket/spinner/pmtopspinner.gif) center no-repeat #efefef;
    background-size: 150px;
}

/*Go Top section*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 1px solid var(--primary-color);
    -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: var(--bs-white);
    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: #e82d1b;
    border: 1px solid #f61c07;
}

    #return-to-top:hover i {
        color: var(--bs-white);
    }

#return-to-top:focus {
    outline: none;
}

@media (min-width: 0px) and (max-width: 991px) {
    #return-to-top:hover {
        background: #e82d1b;
        border: 1px solid #f61c07;
    }

    #return-to-top i:hover {
        color: var(--bs-white);
    }

    #return-to-top:focus i {
        color: var(--bs-white);
    }

    #return-to-top:hover i {
        color: var(--bs-white);
    }

    #email-list-desktop {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .header-logo.mobile .home-link {
        float: initial !important;
        background: transparent url(/Content/img/custom/popmarket/popmarketfreeshiplogo2024.png) no-repeat scroll center center / 150% !important;
    }

    #email-list-mobile {
        padding: 8px;
    }

    .k-numerictextbox {
        width: 100% !important;
    }

    .k-numeric-wrap .k-select {
        width: 1.7em !important;
    }

    #aec-body-checkout .k-input {
        font-size: 13px !important;
    }
}

.aec-gridcontentul .aec-platform {
    color: var(--primary-color) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: bold !important;
    line-height: 1 !important;
}

.aec-listview.aec-gridview .aec-buybutton .aec-price {
    display: none;
}

.aec-listview:not(.aec-gridview) .not-aec-gridview {
    display: none;
}

.aec-cart-icon:focus,
.aec-cart-icon:hover {
    text-decoration: none !important;
}

.aec-rbox div.aec-m {
    width: 100% !important;
}

.aec-rbox div.aec-tr {
    padding: 0 !important;
    margin: 0 !important;
}

.aec-trailerplayer-dimensions {
    width: 100% !important;
}

#aec-help-list li {
    line-height: 5px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.join-our-email i.fa-envelope {
    font-size: 15px !important;
    padding-right: 5px;
}

/*-----------------DropDownList Sortby and ItemsPerPage---------------------*/
#aec-sortby,
#aec-perpage {
    border: 1px solid #f1eddf !important;
    border-radius: 0 !important;
    color: #2d2d2d !important;
    height: 22px !important;
    margin: 2px 0 !important;
}

    #aec-sortby:focus,
    #aec-perpage:focus {
        outline-color: #f1eddf !important;
    }
/*-----------------End DropDownList Sortby and ItemsPerPage---------------------*/

.first-button .fa-circle-user {
    font-size: 22px;
}

#aec-left-menu .fa-solid.fa-xmark {
    font-size: 20px;
    float: right;
    padding: 8px 10px;
}

.navbar-toggler.left-menu-toggler {
    background-color: transparent;
    border: none;
    top: 25px;
    position: absolute;
    float: left;
}

.menu-background .fa-solid.fa-xmark {
    font-size: 40px;
    margin: 15px 0;
    position: relative;
    float: right;
    top: 160px;
    right: 50px;
    color: var(--bs-white);
}

/*custom nasdaq section*/
.pop-mobile-nasdaq {
    display: none;
    margin-bottom: 10px;
}

.alliance-nasdaq p {
    margin-top: 0;
}

.header-logo .alliance-nasdaq {
    float: left;
    display: block;
}

.header-logo .alliance-nasdaq * {
    display: inline-block;
}

.alliance-nasdaq * {
    color: #b9b9b9;
    font-size: 10px !important;
}

.alliance-nasdaq a:hover,
.alliance-nasdaq a:focus {
    color: #b9b9b9;
}

@media (min-width: 0px) and (max-width: 767px) {
    .header-logo .alliance-nasdaq {
        display: none !important;
    }

    .pop-mobile-nasdaq {
        display: block;
        text-align: center;
    }
}

.aec-help-landing #help-content {
    color: #757575;
}

.aec-help-landing #help-content a {
    color: var(--primary-color);
}

.aec-help-landing #help-content p a strong {
    color: var(--primary-color) !important;
}

.aec-help-ccs {
    display: flex
}

.aec-help-content ul {
    list-style: disc;
}

.aec-help-content ol {
    list-style: decimal;
}

.aec-help-content ul.aec-help-ccs {
    list-style: none;
}

.aec-help-content ul {
    list-style: disc;
}

.aec-help-content ol {
    list-style: decimal;
}

.aec-help-content ul.aec-help-ccs {
    list-style: none;
}

.nav-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #2D2D2D;
    padding: 1px 15px;
}

.nav-bar-wrapper .container {
    padding: unset;
    margin: unset;
    width: unset;
    max-width: unset;
    min-width: unset;
}

.nav-bar-wrapper #email-list-desktop {
    min-width: 140px;
}

@media (min-width: 768px) {
    .nav.navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.nav-bar-wrapper a {
    color: var(--bs-white);
    text-transform: uppercase;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.aec-container-contactus #messageDiv.form-group {
    color: #414141;
    margin-top: 10px;
    margin-left: 0 !important;
}
