#aec-errorpage {
    background-color: var(--bs-white);
    height: 800px;
    margin: 0;
    text-align: center;
}

#aec-errorpage > h1 {
    color: #257184;
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
}

#aec-errorpage > h1:before {
    content: "\f883";
    font-family: 'CCVGlyphs';
    margin-right: 5px;
    font-weight: normal !important;
}

#aec-error404 > div,
#aec-errorpage > div {
    color: #257184;
    font-size: 14px;
    margin: 5px;
}

#aec-errorpage > div + div {
    background-color: var(--tertiary-color);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
    margin: 10px auto 0;
    padding: 10px 12px;
    width: 200px;
    font-weight: 600;
}

#aec-errorpage > div + div:hover {
    box-shadow: none !important -webkit-box-shadow: none !important;
    background-color: #99ddef;
}

#aec-errorpage > div a {
    color: #257184;
}

#promo-slider .slick-next {
    right: 5px;
}

/*====================================
	HEADER
=====================================*/

body {
    font-family: 'Khula', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.42857;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    height: 100%;
    background-color: var(--bs-white);
}

@media (min-width: 0px) and (max-width: 1024px) {
    body {
        width: 100vw;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #wrapper-white_1169x50 {
        min-width: 100%;
    }
}

#aec-wrapper {
    height: auto;
    position: relative;
}

#aec-body {
    background: var(--bs-white) none repeat scroll 0 0;
    height: auto;
    min-height: 250px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

#aec-body > .container {
    background-color: var(--bs-white);
    min-height: 480px;
    padding-top: 15px;
}

@media (min-width: 0px) and (max-width: 1200px) {
    #aec-body .container {
        width: 100%;
        max-width: 100%;
    }

    #aec-body > .container:not(.home-landing) {
        width: 90%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

#aec-header {
    margin-bottom: 0;
    background-color: #FDFEAE;
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-header {
        padding-top: 70px;
    }
}


.site-tag {
    background: transparent url("/customers/ccvideo/img/ccvideo-tag.svg") no-repeat scroll center center / 100% auto;
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    min-width: 402px;
    overflow: hidden;
    padding: 15px 0;
    text-indent: -9999px;
    margin-left: 15px;
}

.site-tag.sm-screen {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-tag {
        min-width: 308px;
    }
}

@media (min-width: 520px) and (max-width: 767px) {
    .site-tag {
        min-width: 290px;
    }
}

@media (min-width: 0px) and (max-width: 519px) {
    .site-tag {
        display: none
    }

    .site-tag.sm-screen {
        display: none;
        height: auto;
        margin: 0 auto;
        min-width: 100%;
        padding-top: 0;
        width: auto;
    }
}

@media (min-width: 360px) and (max-width: 519px) {
    .site-tag.sm-screen {
        background-size: auto 100%;
    }
}

@media (min-width: 0px) and (max-width: 359px) {
    .site-tag.sm-screen {
        background-size: 100% auto;
    }
}

.header-container .ccvideo-user-nav .container {
    position: relative;
    padding: 0;
    max-width: 100%;
}

.ccvideo-user-nav .container .navbar-header {
    min-height: 50px;
}

/* 4K and 8K UHD 7680px */
@media (min-width: 1200px) and (max-width: 7680px) {
    .header-container .ccvideo-user-nav .container {
        justify-content: space-between;
        max-width: 1170px;
    }

    .header-container .ccvideo-user-nav #navbar-ccvideo {
        flex-grow: 0;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .header {
        margin-top: 0;
    }
}

@media (min-width: 0px) and (max-width: 320px) {
    .header {
        padding-left: 5px;
        padding-right: 5px;
    }

    #nav-ccvideo-departments ul.nav {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #aec-all-departments .navbar-header {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .ccvideo-user-nav .container {
        width: 100%;
        max-width: 96%;
    }
}

.navbar-default.ccvideo-user-nav {
    background-color: #0E5A6D;
    border: medium none;
    height: auto;
    min-height: 40px;
    padding: 0;
}

.navbar-default.ccvideo-user-nav .navbar-toggle {
    color: var(--tertiary-color);
    background-image: none;
    border-radius: 0 !important;
    float: right;
    margin: 0 70px 0 0;
    padding: 8px;
    position: relative;
    border: none;
    height: 50px;
    width: 50px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.navbar-default.ccvideo-user-nav .navbar-toggle.collapsed {
    background-color: transparent;
}

.navbar-default.ccvideo-user-nav .navbar-toggle {
    background-color: #2D7B91;
}

.navbar-default.ccvideo-user-nav .navbar-toggle:hover {
    background-color: #2D7B91;
    color: var(--bs-white);
}

.nav-user-icon:before {
    border: 2px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "\f862";
    display: inline-block;
    font-family: "CCVGlyphs";
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    position: relative;
    width: 22px;
}

.navbar-default.ccvideo-user-nav .navbar-toggle .icon-bar {
    background-color: var(--bs-white);
}

.navbar-default.ccvideo-user-nav a,
.navbar-default.ccvideo-user-nav {
    color: #fdfeae;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#navbar-ccvideo .navbar-right {
    margin-right: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
    .navbar-default.ccvideo-user-nav {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
}

.navbar-default.ccvideo-user-nav .navbar-nav > li > a {
    color: #fdfeae;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px;
    text-transform: uppercase;
    transition: color 0.2s ease-in 0s;
    -moz-transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

.navbar-default.ccvideo-user-nav .navbar-nav > li > a > i {
    display: none;
}

.navbar-default.ccvideo-user-nav .navbar-nav > li > a.aec-myacc-link {
    font-weight: 700;
}

@media (min-width: 0px) and (max-width: 1024px) {
    .navbar-default.ccvideo-user-nav .navbar-nav > li > a,
    .navbar-default.ccvideo-user-nav a,
    .navbar-default.ccvideo-user-nav {
        font-size: 14px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-top-nav {
        position: fixed;
        z-index: 1000;
        width: 100%;
        top: 0;
    }
}

/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .navbar-default.ccvideo-user-nav .navbar-nav > li > a:hover,
    .aec-loginlinks-login:hover {
        color: #FBFCD4 !important;
    }
}

li span.aec-loginlinks a {
    display: block;
    line-height: 20px;
    padding: 15px 10px;
}

.aec-loginlinks-loggedoff .aec-loginlinks-login {
    text-transform: uppercase;
}

.navbar-default.ccvideo-user-nav .navbar-nav > li > a.aec-loginlinks-login,
.navbar-default.ccvideo-user-nav .navbar-nav > li > a.aec-loginlinks-logoffLink {
    font-weight: 700;
}

@media (min-width: 320px) and (max-width: 767px) {
    #navbar-ccvideo.navbar-collapse {
        background-color: #2D7B91;
        border: none;
        -webkit-box-shadow: none !important;
    }

    #navbar-ccvideo.navbar-collapse a {
        transition: color 0.2s ease-in-out 0s;
        -webkit-transition: color 0.2s ease-in-out 0s;
    }

    #navbar-ccvideo ul {
        margin-bottom: 0;
        margin-top: 0;
    }

    #navbar-ccvideo ul.nav > li {
        border-top: 1px solid #257184;
        display: block;
        position: relative;
        transition: background-color 0.2s ease-in-out 0s;
        -webkit-transition: background-color 0.2s ease-in-out 0s;
    }

    #navbar-ccvideo ul.nav > li:first-child {
        border-top: 0 none;
    }

    #navbar-ccvideo ul.nav > li:hover a {
        color: #fbfcd4 !important;
    }
}


/*====================================
	SM CART ICON
=====================================*/

.navbar-header a#aec-goto-cart {
    background-color: var(--tertiary-color);
    color: #257184;
    height: 50px;
    position: absolute;
    right: 0;
    width: 55px;
}

.navbar-header a#aec-goto-cart .icon-cart-full {
    font-size: 24px;
    left: 0;
    position: relative;
    top: 7px;
}

.navbar-header a#aec-goto-cart span#aec-cartqty {
    background-color: #fdfeae;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    color: #257184;
    font-size: 12px;
    left: 0;
    padding: 2px 4px;
    position: relative;
    top: 1px;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 992px) {
    .navbar-header a#aec-goto-cart {
        display: none;
    }

    #navbar-ccvideo {
        flex-grow: 0;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .navbar-header a#aec-goto-cart {
        height: 50px;
        line-height: 50px;
    }

    .navbar-header a#aec-goto-cart .icon-cart-full:before {
        margin-left: 8px;
        position: relative;
        top: -2px;
    }

    .ccvideo-user-nav .container .navbar-header {
        width: 100%;
    }
}

.home-link {
    display: block;
    margin: 0 auto;
    background: transparent url("/customers/ccvideo/img/ccvideo-logo.svg") no-repeat scroll center center / 100% auto;
}

@media (min-width: 992px) and (max-width: 7680px) {
    .header-join-mail {
        padding-left: 0;
        padding-right: 5px;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 992px) and (max-width: 7680px) {
    .home-link {
        /*float: left;*/
        height: 100px;
        max-width: 335px;
        position: relative;
        top: 0;
        width: 100%;
    }

    .header-join-mail {
        padding-top: 5px;
    }

    #aec-searchholder {
        margin-top: 50px !important;
    }

    .header-search {
        padding-right: 50px;
        padding-top: 5px;
    }
}

@media (min-width: 580px) and (max-width: 991px) {
    .home-link {
        height: 90px;
        margin: 0 auto 15px;
        width: 254px;
    }
}

@media (min-width: 520px) and (max-width: 579px) {
    .home-link {
        background-size: auto 100%;
        height: 90px;
        margin: 0 auto 20px;
        width: 100%;
    }
}

@media (min-width: 360px) and (max-width: 519px) {
    .home-link {
        background-size: auto 100%;
        height: 90px;
        margin: 20px auto 20px;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 359px) {
    .home-link {
        background-size: 100% auto;
        height: 90px;
        margin: 20px auto 20px;
        width: 100%;
    }
}

/*====================================
	EMAIL LIST
=====================================*/

.email-container {
    background-color: var(--tertiary-color);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 0;
    text-align: center;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}


.email-container:hover {
    background-color: #99DDEF;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.email-container a {
    color: #0E5A6D;
    font-weight: 700;
    text-decoration: none !important;
}

.email-container a .icon-mail {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.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: #257184;
    border-bottom: 5px solid #FDFEAE;
    color: #DBF4FB;
    position: relative;
    justify-content: center;
}

#aec-email-signup h4.modal-title {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

#aec-email-signup button.close {
    background-color: var(--tertiary-color);
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    opacity: 1;
    padding: 0 7px;
    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;
    position: absolute;
    right: 10px;
}

#aec-email-signup button.close:hover {
    background-color: #99ddef;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#aec-email-signup button.close span {
    color: #257184;
    font-size: 30px;
    line-height: 1em;
    opacity: 1 !important;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0;
    top: 3px;
}

#aec-email-signup h4.modal-title .icon-newspaper {
    margin-right: 4px;
}

#aec-email-signup .modal-content {
    border: medium none;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
}

#aec-email-signup .modal-body .optInSignUp-title > p {
    font-weight: normal;
    text-align: left;
    color: #757575;
    font-size: 14px;
}

#aec-email-signup .modal-body .optInSignUp-title > span {
    background-color: #DBF4FB;
    border-radius: 0 !important;
    color: #257184;
    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: #1a4855;
    display: block;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.email-form-container .optInSignUp-title b {
    color: #257184;
    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 !important;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--bs-white);
    background-image: none;
    border: 1px solid var(--tertiary-color) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.email-form-container input:focus {
    border-color: #9bdcee !important;
    outline: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.email-form-container .optInSignUp-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: var(--tertiary-color);
    color: #0E5A6D;
    float: right;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.email-form-container .optInSignUp-button:before {
    font-family: 'CCVGlyphs';
    content: '\f84e';
    font-weight: normal;
    margin-right: 4px;
}

.email-form-container .optInSignUp-button:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: #257184;
    color: var(--tertiary-color);
}

.optInSignUp-button > span > b {
    font-weight: 400 !important;
}

.aec-redStandard {
    color: #be0039;
}

.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: #257184;
    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;
}



/*====================================
	LEFT NAVIGATION
=====================================*/

body.open-nav {
    /* removed margin causing extra space when the left nav is open */
    margin-right: -200px;
}

body #aec-left {
    transition: left .2s ease-in-out 0s;
    -webkit-transition: left .2s ease-in-out 0s;
    -moz-transition: left .2s ease-in-out 0s;
    -o-transition: left .2s ease-in-out 0s;
}

#aec-leftnavspacer {
    height: 33px;
    width: 180px !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
    body.open-nav #aec-left {
        left: 0;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27);
    }
}

body.open-nav #aec-left::-webkit-scrollbar {
    display: none;
}

/* 4K and 8K UHD 7680px */

@media (min-width: 1023px) and (max-width: 7680px) {
    #aec-left {
        width: 16.6667% !important;
        float: left;
        list-style: outside none none;
        padding-left: 0;
        padding-right: 0;
        border-right: 1px solid #dbf4fb;
    }

    body.open-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

.hidden-toggle {
    display: none;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    z-index: 99999;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .hidden-toggle {
        display: block;
    }
}

@media (min-width: 0px) and (max-width: 1023px) {
    #aec-left {
        position: absolute;
        width: 200px !important;
        left: -200px;
        top: 0;
        z-index: 10;
        padding-left: 0;
        padding-right: 0;
    }

    body.open-nav #aec-left {
        -webkit-box-shadow: none !important;
    }

    .aec-dcsnavTitle,
    .aec-navTitle {
        padding-left: 8px !important;
    }

    .aec-dcsnavAccordian .aec-dcsnavHead {
        padding: 0 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 #DBF4FB;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}

.aec-dcsSelections > h3 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 5px 0;
}

.aec-dcsSelections > ul {
    margin-bottom: 0;
}

.aec-dcsRefine {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.aec-dcsnavTitle,
.aec-navTitle {
    background-color: transparent;
    color: #257184;
    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: #257184;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

.aec-dcsnavAccordian .aec-dcsnavHead {
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
}

.aec-dcsnavAccordian .aec-dcsnavHead a {
    color: #257184;
    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 #DBF4FB;
}

.aec-dcsLinks a,
.aec-navLinks > ul > li a {
    color: #0E5A6D;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

.aec-boutique-link > a {
    text-transform: capitalize;
}

.aec-dcsLinks a:hover,
.aec-dcsnavTitle a:hover,
.aec-navTitle a:hover,
.aec-dcsnavTitle h2:hover,
.aec-navTitle h2:hover,
.aec-dcsnavAccordian .aec-dcsnavHead a:hover,
.aec-navLinks > ul > li a:hover {
    color: #2d7b91 !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 #DBF4FB;
    margin-top: 0;
    padding-top: 5px;
}

.aec-dcsIcon {
    background-image: url("/customers/ccvideo/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: var(--tertiary-color) none repeat scroll 0 0;
    border-radius: 0 !important;
    color: #0E5A6D;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    padding: 7px 4px 4px;
    text-decoration: none;
    width: auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.aec-dcsMore:hover {
    background: #99ddef none repeat scroll 0 0;
}

.aec-dcsSelections {
    background-color: transparent;
    border-color: #DBF4FB;
    border-style: solid;
    border-width: 1px 0 0;
    color: #257184;
    padding: 4px 10px;
}

.aec-dcsRefine {
    color: #257184;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px 10px;
}

.aec-dcsSelections > h3 {
    color: #257184;
    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: #257184;
    font-size: 13px;
    padding: 0;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

.aec-dcsSelectionsIcon:before {
    font-size: 14px;
    color: #257184;
}

.aec-dcsSelections a:hover {
    color: #2d7b91 !important;
    text-decoration: none !important;
}

.aec-dcsSelections li:hover .aec-dcsSelectionsIcon:before {
    color: #2d7b91 !important;
}


/*====================================
LEFT NAVIGATION END
=====================================*/


/*====================================
INFO BOX
=====================================*/

.bt-content {
    background: none repeat scroll 0 0 var(--bs-white);
    border: 4px solid #257184;
    -webkit-box-shadow: none !important;
    border-radius: 0 !important;
}

.b1f,
.b2f,
.b3f,
.b4f,
.bt-content h3,
.contentf {
    background: none repeat scroll 0 0 var(--bs-white);
}

.contentf div {
    margin-left: 0;
}

.aec-listview .aec-quickviewhover,
.aec-listview.aec-gridview .aec-quickviewhover {
    margin: auto;
}

.contentf span:empty {
    display: none;
}

.bt-content #aec-rated {
    border: 1px solid #000000;
    border-radius: 0 !important;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
    line-height: 14px;
    margin: 1px 4px 1px 10px;
    min-width: 17px;
    padding: 2px 2px 1px;
    color: #000;
}

#aec-closex {
    background-color: #257184;
    border: medium none;
    color: var(--bs-white);
    cursor: pointer;
    display: block;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 22px;
    text-indent: 2px;
    border-radius: 0 !important;
}

.bt-content h2 {
    background-color: transparent !important;
    color: #000;
    display: inline-block;
    font: bold 12px/22px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 24px 0;
    text-align: center;
    width: 100%;
}

.contentf h3 {
    margin: 0;
}

.bt-content h2 > a,
.bt-content h3 {
    color: #257184;
    font-size: 1.4em;
    text-decoration: none;
}

.bt-content h2 > a:hover {
    color: #2d7b91 !important;
}

.bt-content h3 span {
    color: #257184;
    display: inline-block;
    font: 13px/15px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 5px;
}

.bt-content #aec-quickviewcontent {
    border-top: 1px dashed #c6d2dd;
    clear: left;
    color: #333;
    font: 14px/22px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
    position: relative;
    width: 400px;
}

.bt-content #aec-quickviewcontent dt {
    clear: left;
    color: #555;
    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-wrapper.ui-draggable #canvas {
    display: none !important;
}

#aec-quickviewcontent a {
    color: #257184;
}

#aec-quickviewcontent a:hover {
    color: #2d7b91 !important;
}


/*====================================
	GRID
=====================================*/

.aec-next:hover,
.aec-prev:hover {
    box-shadow: none;
}

/* Hide Categories */

.aec-navTitle:first-child + .aec-dcsnavAccordian {
    display: block;
}

.aec-navTitle:first-child {
    display: block !important;
}

.aec-staticleft + .aec-navTitle {
    display: block !important;
}

.aec-navTitle {
    display: none !important;
}

.aec-dcsnavAccordian {
    display: none;
}

.aec-navLinks {
    display: none;
}

.aec-dcsRefine + .aec-dcsnavAccordian {
    display: block;
}

#aec-left > .aec-navTitle:first-child + .aec-navLinks {
    display: block;
}

.aec-staticleft + .aec-navTitle + .aec-dcsnavAccordian {
    display: block;
}

#aec-cat-orderForm .table {
    padding: 0;
}

/* Hide Categories */
html > body #aec-main {
    height: auto !important;
    margin: 0;
    min-height: 1%;
    padding: 0;
    vertical-align: top;
    width: 83.3333%;
    /* Match initial Bootstrap container width */
    float: left;
    padding: 0 0;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    html > body #aec-main {
        width: 82.3333%;
    }
}

@media (min-width: 0px) and (max-width: 1023px) {
    html > body #aec-main {
        width: 100%;
    }
}

.aec-searchresults {
    color: #257184;
    font-size: 13px;
    margin-bottom: 10px;
}

.aec-searchresults-notfound {
    color: #257184;
    font-size: 13px;
    padding: 0;
}

.aec-otherpossibilities {
    font-size: 13px;
    color: #257184;
}

.aec-otherpossibilities {
    color: #257184;
    font-size: 13px;
}

.aec-expandResults {
    color: #257184;
    font-size: 13px;
}

.aec-otherpossibilities a,
.aec-expandResults a,
.aec-searchresults-notfound a {
    color: #257184 !important;
    font-weight: 700;
}

.aec-otherpossibilities a:hover,
.aec-expandResults a:hover,
.aec-searchresults-notfound a:hover {
    color: #2d7b91 !important;
}

@media (min-width: 0px) and (max-width: 640px) {
    .aec-expandResults {
        float: none;
    }
}



/*====================================
	SEARCH WITHIN AND GRID SORT
=====================================*/

.aec-searchwithin {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    border-radius: 0 !important;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    position: relative;
}


#slick-control-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 70px;
    color: rgba(255,255,255,0.5);
    /*display: none;*/
    opacity: 0;
    border: none;
    background-color: transparent;
    transition: all 0.5s linear;
}

.responsive-single.slick-slider:hover #slick-control-container {
    /*display: block;*/
    opacity: 1;
}

#slick-control-container:hover {
    color: var(--bs-white);
}

#slick-control-container:focus {
    opacity: 1;
    color: var(--bs-white);
}

#promo-slider .slick-prev,
#promo-slider .slick-next {
    height:50px;
    top:43%;
}

#promo-slider .slick-prev:focus:before,
#promo-slider .slick-next:focus:before {
    opacity: 1;
    color: var(--bs-white);
    outline: none;
}

/*------------------------------------------
Search within without extra js elements
-------------------------------------------*/

.aec-searchwithin #aec-searchwithintxt {
    background-color: var(--bs-white);
    background-image: none;
    border: 1px solid var(--tertiary-color);
    border-radius: 0 !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%;
}

@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: 0 !important;
        border-top: 1px solid #DBF4FB;
        display: table;
        height: auto;
        margin: 0;
        padding: 5px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .aec-searchwithin #aec-searchwithintxt,
    .aec-searchwithin #aec-searchwithinbtn,
    .aec-searchwithin > div#aec-btn-bulkcart {
        display: none !important;
    }

    .aec-searchwithin > .aec-pagecount {
        display: block;
        float: left;
        height: 28px;
        left: -6px;
        line-height: normal;
        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%;
    }

    .aec-gridcontrolsbot {
        height: 80px !important;
    }

    .aec-gridcontrolsbot .aec-pagenumgroup {
        border-top: 1px solid #DBF4FB;
        position: relative;
        top: 35px;
        padding-top: 9px !important;
    }

    #aec-searchgridspan + .aec-gridcontrolsbot .aec-pagenumgroup {
        border-top: 0 none;
        top: 5px !important;
    }

    #aec-searchgridspan + .aec-gridcontrolsbot {
        height: 40px !important;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-gridcontrolsbot #aec-perpagegroup > label,
    .aec-gridcontrolsbot #aec-sortbygroup label {
        font-size: 0 !important;
    }

    .aec-gridcontrolsbot #aec-perpagegroup > label:before {
        content: "Items";
        font-size: 10pt !important;
    }

    .aec-gridcontrolsbot #aec-sortbygroup label:before {
        content: "Sort";
        font-size: 10pt !important;
    }

    .aec-sortbycontainer ul.aec-newList li a {
        display: block;
        font-size: 9pt;
        text-decoration: none;
    }

    ul.aec-newList li {
        padding: 5px;
    }
}


/*-------------------------------------------
	Extra cloned elemets
-------------------------------------------*/

#aec-gridcontrols-jump.aec-gridcontrolstop {
    display: none;
}

.aec-searchwithin > div.aec-pagecount {
    color: #257184;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 2px 0 0 10px;
    position: absolute;
    text-align: left;
    width: 200px;
}

@media (min-width: 320px) and (max-width: 360px) {
    .aec-searchwithin > div.aec-pagecount {
        font-size: 12px;
    }
}

#aec-gridSwitchView.gridView {
    cursor: pointer;
    font-size: 13px;
    padding: 2px 0 0 10px;
    position: absolute;
    right: 15px;
    color: #257184;
    text-decoration: none !important;
}

#aec-gridSwitchView.gridView:before {
    color: #257184;
    content: "\f881";
    font-family: 'CCVGlyphs';
    margin-right: 4px;
}

.gridView.gridListView:before {
    color: #257184;
    content: "\f850" !important;
    font-family: 'CCVGlyphs';
    margin-right: 4px;
}

.aec-searchwithin > div#aec-btn-bulkcart {
    display: none;
}

/*--------------------------------------------
	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: #0E5A6D;
    background-image: none;
    border: medium none;
    color: var(--tertiary-color);
    float: left;
    font-weight: bold !important;
    line-height: 1.429;
    margin: 0 0 0 4px;
    padding: 3px 10px;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    border-radius: 0 !important;
}

.aec-searchwithin #aec-searchwithinbtn:hover {
    background: #2D7B91 none no-repeat scroll left top;
    color: #99ddef;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.aec-searchwithin #aec-searchwithintxt:focus {
    border-color: #c2d5f4;
    outline: 0 none;
}

.aec-gridcontrolsbot {
    background: transparent none repeat scroll 0 0;
    border-color: #dbf4fb transparent #dbf4fb 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: var(--tertiary-color);
    border-style: solid;
    border-width: 0 1px 1px;
    color: #257184;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 9999;
}

.aec-gridcontrolsbot ul.aec-newList a {
    color: #257184;
}

.aec-gridcontrolsbot ul.aec-newList li:hover {
    background: #dbf4fb none repeat scroll 0 0 !important;
    color: #257184 !important;
    cursor: pointer;
}

.aec-gridcontrolsbot ul.aec-newList li:hover a {
    color: #257184 !important;
}

#aec-searchgridspan + .aec-gridcontrolsbot {
    border-top: medium none;
    border-radius: 0 !important;
    border-top: 1px solid #dbf4fb;
    margin-bottom: 10px;
    width: 100%;
}

.aec-gridcontrolsbot .aec-selectedTxt {
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    padding: 2px;
    color: #257184;
    line-height: 1.7em;
}

.aec-newListSelected {
    background-color: var(--bs-white);
    background-image: url("/customers/ccvideo/img/arrowdown.svg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid var(--tertiary-color);
    border-radius: 0 !important;
    color: #000;
    cursor: pointer;
    float: left;
    height: 22px;
    z-index: 9;
}

.aec-sortbycontainer .aec-newListSelected {
    width: 132px;
}

.aec-gridcontrolsbot .aec-pagenumgroup {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-top: 6px;
    text-align: center;
    width: auto !important;
    position: relative;
}

.aec-next:hover,
.aec-prev:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--tertiary-color);
}

.aec-gridcontrolsbot #aec-perpagegroup {
    clear: none;
    float: none;
    position: absolute;
    right: 10px;
    top: 6px;
}

.aec-gridcontrolsbot > div#aec-sortbygroup {
    left: 0;
    position: absolute;
    top: 6px;
    width: 210px;
    z-index: 1;
}

.aec-gridcontrolsbot #aec-sortbygroup label {
    color: #257184;
    float: left;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 4px 4px 12px;
}

.aec-gridcontrolsbot #aec-perpagegroup > label {
    display: inline-block;
    float: left;
    padding: 4px;
    color: #257184;
    font-size: 13px;
    font-weight: 500;
}

.aec-pagenumcontainer a {
    background: var(--tertiary-color) none repeat scroll 0 0;
    border-color: var(--tertiary-color);
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px;
    color: #0E5A6D;
    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: #257184;
    border-color: #257184;
    box-shadow: none !important;
    color: var(--tertiary-color) !important;
}

.aec-pagenumcontainer {
    display: inline;
    margin-left: 25px;
}

.aec-pagenumcontainer a:first-child {
    border-left: 1px solid var(--tertiary-color);
}

.aec-pagenumcontainer .aec-pagenum span {
    background: #0E5A6D none repeat scroll 0 0;
    border: 1px solid #0E5A6D !important;
    border-radius: 0 !important;
    color: var(--tertiary-color);
    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: #257184;
    height: 25px;
    line-height: 25px;
    margin: 0;
    position: absolute;
    width: 25px;
}

.aec-next {
    background-image: none;
    border: none;
    color: #257184;
    height: 25px;
    line-height: 25px;
    margin: 0;
    position: absolute;
    width: 25px;
}

.aec-prev:before {
    content: '\f846';
    font-family: 'CCVGlyphs';
}

.aec-next:before {
    content: '\f847';
    font-family: 'CCVGlyphs';
}

@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;
        /*padding: 1px 7px;*/
        top: -1px;
        text-decoration: none;
    }
}

.aec-gridcontrolsbot .aec-newListSelected {
    height: 22px !important;
    position: relative !important;
    top: 2px;
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-sortbycontainer .aec-selectedTxt {
        width: 133px;
    }
}

a.aec-iconbase {
    margin-right: 0;
}

#aec-stripbanner:empty,
#aec-stripbanner,
#aec-stripbanner + br {
    display: none;
}

.aec-personname, .aec-themename {
    border-bottom: 1px solid #dbf4fb;
    color: #257184;
    font-size: 20px;
    margin: 0;
    padding: 8px 0 6px 12px;
}


/*====================================
	SEARCH WITHIN AND GRID SORT END
=====================================*/

/*====================================
	404 PAGE
=====================================*/

#aec-error404 > h1 {
    color: #257184;
    font-size: 22px;
    font-weight: 600;
}

#aec-error404 > h1::before {
    content: "\f883";
    font-family: "CCVGlyphs";
    font-weight: normal;
    margin-right: 8px;
}

#aec-error404 > div + div {
    background-color: var(--tertiary-color);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
    margin: 10px auto 0;
    padding: 10px 12px;
    width: 200px;
    font-weight: 500;
    font-weight: 600;
}

#aec-error404 > div + div:hover {
    background-color: #99ddef;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#aec-error404 > div a {
    color: #257184;
}


/*====================================
	ADVANCE SEARCH PAGE
=====================================*/

#aec-main #aec-advsrch-wrapper {
    border: 1px solid #dbf4fb;
    border-radius: 0 !important;
    display: table;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}

#aec-main #aec-advsrch-wrapper h1 {
    background-color: #257184;
    border-bottom: 1px solid #257184;
    color: var(--tertiary-color);
    display: block !important;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin: 0 -15px 20px;
    padding: 7px 15px;
    text-transform: uppercase;
}

#aec-main #aec-advsrch-wrapper h1:before {
    content: '\f81d';
    font-family: 'CCVGlyphs';
    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: 'CCVGlyphs';
    margin-right: 4px;
}

#aec-advsrch-wrapper h4 {
    background-color: #DBF4FB;
    background-image: none;
    border-color: #DBF4FB;
    border-image: none;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #257184;
    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 var(--tertiary-color);
    border-radius: 0 !important;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-box-shadow: none !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 40%;
}

#aec-main #aec-advsrch-wrapper input[type="text"]:focus,
#aec-main #aec-advsrch-wrapper input[type="text"]:focus {
    outline: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#aec-main #aec-advsrch-wrapper span {
    color: #1a4855;
    font-size: 13px !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 #DBF4FB;
    border-radius: 0 !important;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 5px !important;
    width: 40%;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba label {
    color: #555;
    font-weight: 600;
    font-size: 13px !important;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch .aec-advsrch-cba > div {
    margin: 0;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_cd,
#aec-main #aec-advsrch-wrapper label[for="afmt_cd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_mdvd,
#aec-main #aec-advsrch-wrapper label[for="afmt_mdvd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_sacd,
#aec-main #aec-advsrch-wrapper label[for="afmt_sacd"],
#aec-main #aec-advsrch-wrapper #aec-advsrch-checkboxarea #afmt_dd,
#aec-main #aec-advsrch-wrapper label[for="afmt_dd"] {
    display: none !important;
}

#aec-main #aec-advsrch-results-links {
    border: 1px solid #e2e6ed;
    border-radius: 0 !important;
    font-size: 13px;
    padding: 5px;
}

#aec-main #aec-advsrch-wrapper #aec-advsrch-submit {
    background-color: var(--tertiary-color);
    background-image: none;
    border: medium none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #257184;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    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: #99ddef;
    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: 100% !important;
    }

    body.open-nav #aec-left {
        left: 0;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.27) !important;
    }

    body.open-nav #aec-container {
        margin-left: 0;
        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;
    }
}

/*====================================
	GRID GROUPED NOTIFIER
=====================================*/

.aec-groupednotifier {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.aec-gridview .aec-gridcontentul {
    float: none;
    width: 100%;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul .aec-groupednotifier {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

li.aec-groupednotifier:empty {
    display: none !important;
}

.aec-groupednotifier-box > span {
    color: #0E5A6D;
    font-size: 11px;
}

.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: var(--tertiary-color);
    border-color: var(--tertiary-color) !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none !important;
    padding: 2px 4px 0px 2px;
    ;
    margin-left: 0 !important;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.aec-groupednotifier-box:hover,
.aec-groupednotifier-box:focus {
    background-color: #0E5A6D !important;
    color: var(--tertiary-color) !important;
    border-color: #0E5A6D !important;
}

.aec-groupednotifier-box:hover > span,
.aec-groupednotifier-box:focus > span {
    color: var(--tertiary-color) !important;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li.aec-groupednotifier {
    font-size: 16px;
    max-width: 200px !important;
    width: auto;
    display: inline-block;
}

ul.aec-listview .aec-groupednotifier-box {
    margin: 0 auto 2px;
    width: 100%;
}

.aec-listview:not(.aec-gridview) .aec-grid-artist div {
    display: inline !important;
}

.storetype-landing .aec-landing-title span {
    position: absolute;
    margin-top: 5px;
    font-size: 16px;
}

.aec-twittershare > a#aec-tweet {
    background: var(--tertiary-color);
    background-image: none;
    position: absolute;
    right: 0;
    color: #257184 !important;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding: 0px 7px !important;
    font-size: 11px;
    top: 0;
    right: 0;
}

.aec-socialbookmarks > a#aec-tweet {
    right: 30px !important;
}

#aec-webami-loginbox .validation-summary-errors {
    background-color: rgb(202,94,88);
    color: var(--bs-white) !important;
    padding: 2px 25px;
    border: 1px solid rgb(202,94,88);
    border-radius: 2px;
    text-align: center;
}

#aec-webami-loginbox .validation-summary-errors ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

.account-message-label {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

@media (min-width: 768px) {
    #aec-email-signup .modal-dialog {
        width: 400px;
        margin: 30px auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

#aec-orderDetails #cartDetails > table#itemTable .dPrice {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    font-family: 'Khula', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div.delayShipOrdDivStyle {
    background: var(--tertiary-color) !important;
    color: #257184 !important;
}

#delay-orders-div {
    color: #0E5A6D !important;
}

.aec-copyAndLogo .aec-logo img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
}

/*-----------------DropDownList Sortby and ItemsPerPage---------------------*/
#aec-sortby,
#aec-perpage {
    border: 1px solid #257184 !important;
    border-radius: 0 !important;
    color: #257184 !important;
    height: 26px !important;
    font-size: 12px !important;
}

#aec-sortby:focus,
#aec-perpage:focus {
    outline-color: #257184 !important;
}

.aec-gridcontrolsbot #aec-sortbygroup label,
.aec-gridcontrolsbot #aec-perpagegroup label {
    font-size: 14px;
}
/*-----------------End DropDownList Sortby and ItemsPerPage---------------------*/

/*custom nasdaq section*/
.alliance-nasdaq {
    text-align: center;
    padding-top:5px;
}

.alliance-nasdaq * {
    color: #1b5461;
    font-size: 12px;
}

.alliance-nasdaq a:hover,
.alliance-nasdaq a:focus {
    color: #1b5461;
}

.alliance-nasdaq a:focus {
    outline-color: #1b5461 !important;
}

@media (min-width: 992px) {
    .alliance-nasdaq * {
        font-size: 11px;
    }
}

@media (max-width: 424px) {
    #aec-body-checkout .braintree-section .nav-tabs > li > button {
        margin-right: 0;
        font-size: 10px;
        padding: 8px 5px;
    }
}

/*Skinny Banner*/
.skinny-banner {
    background-color: var(--tertiary-color);
    padding: 15px;
    text-align: center;
    width: 100%;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}
.skinny-banner a,
.skinny-banner a:hover,
.skinny-banner a:active,
.skinny-banner a:focus {
    color: #0e5a6d;
}

.container-fluid.main-header {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    #aec-ItemBuyButton:has(.aec-product-unavailable),
    #aec-ItemBuyButton .container,
    #aec-ItemBuyButton .col-unavailable {
        display: flex;
        justify-content: center;
    }

    .aec-heavyitem{
        width: 100%;
    }

    #aec-ItemBuyButton .container {
        flex-direction: column
    }

    .social-holder {
        bottom: -120px;
        text-align: center;
    }

    #aec-notifyme-button {
        margin-top: 9px;
    }

    .price-box .aec-attr{
        left: 0 !important;
    }

    .price-box .aec-webamiprice-href .aec-yousave {
        top: -4px;
    }

    .price-box .aec-webamiprice-href .aec-listprice {
        top: -1px;
    }

    .price-box .aec-wishlistadd {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .price-box .aec-webamiprice-href .aec-yousave {
        top: -4px;
    }

    .price-box .aec-webamiprice-href .aec-listprice {
        top: -1px;
    }

    .col-sm-12.col-attributes:has(.aec-price) {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .aec-yousave{
        margin-top:-3px;
    }

    input#aec-notifyme-button{
        margin-top: 10px;
        height: 30px;
    }

    .price-box .aec-wishlistadd{
        padding: 8px 20px;
    }

    .price-box button.aec-buybutton-textbtn,
    .price-box .aec-wishlistadd {
        height: 45px;
    }
}



    @media (max-width: 400px) {
        .price-box .aec-attr {
            left: clamp(-11px, -2vw, -8px) !important;
        }
    }
    /*-----------------Cookie modal button colors---------------------*/
    .cky-btn-accept,
    .cky-btn-customize {
        color: #0E5A6D !important;
    }
    /*-----------------Cookie modal button colors---------------------*/

    /*-----------------Catalog form ---------------------*/
    #aec-cat-orderForm .tableCatForm td {
        border-color: #dbf4fb !important;
        background: transparent;
        --bs-table-bg-type: transparent;
    }

    .subscribe {
        padding: 10px;
    }


    .header-container .row.header-section{
        margin-inline: auto;
        display:flex;
        justify-content: center;
    }



@media (min-width: 992px) and (max-width: 1190px) {
    .header-search {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .email-container{
        font-size: 13px;
    }

    .email-container a .icon-mail {
        font-size: 19px;
    }

    #aec-cartinfo .icon-cart-full:before {
        font-size: 26px !important;
    }

    .cart-container .aec-cart-icon{
        width: 38px !important;
    }

    #aec-cartinfo-inner * {
        font: 700 12px / 50px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }


    #aec-cartinfo-inner span#aec-cartitems-total:before {
        right: -7px !important;
        top: -2px !important;
    }

    #aec-cartinfo-inner a,
    #aec-cartinfo-inner a .ctn-numbers,
    #aec-cartinfo-inner a #aec-cartitems-total {
        display: flex !important;
        white-space: nowrap;
    }

    #aec-cartinfo-inner a #aec-cartitems-total{
        margin-top: 1px;
    }

    .ctn-numbers {
        gap: 3px;
        margin-left: 6px;
    }

    #aec-cartinfo-inner a{
        gap: 4px;
    }

}

@media (min-width: 992px) and (max-width: 1100px) {
    .email-container {
        font-size: 12px;
    }
    .header-search {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}


@media (max-width: 992px) {
    #aec-cartqty {
        height: 28px;
        position: absolute !important;
        width: fit-content;
        left: 64% !important;
        top: 25% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2px !important;
    }
}
