html {
    height: 100%;
}


/*====================================
	RESET RULES
=====================================*/

#aec-container {
    background: transparent none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    overflow-x: hidden;
}

#aec-errorpage {
    background-color: #fff;
    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: #89d0e2;
            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;
        }

#aec-header,
#aec-left,
#aec-main,
#aec-sidebar,
#aec-footer {
    border: none;
}

/* iframe { display: none; }*/

a:link,
a:hover,
a:active,
a:hover {
    outline: none;
}

.col-md-offset-1-2 {
    margin-left: 4.16667%;
}


/*====================================
	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: #fff;
}

@media (min-width: 0px) and (max-width: 1024px) {
    body {
        width: 100vw;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #aec-body .container:not(.home-landing) {
        width: 90% !important;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-body .container:not(.home-landing) {
        width: 90% !important;
    }

    #wrapper-white_1169x50 {
        min-width: 100%;
    }
}

#aec-wrapper {
    height: auto;
    position: relative;
}

#aec-body {
    background: #fff none repeat scroll 0 0;
    height: auto;
    min-height: 250px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

    #aec-body > .container {
        background-color: #fff;
        min-height: 480px;
        padding-top: 15px;
    }

@media (min-width: 0px) and (max-width: 1024px) {
    #aec-body > .container {
        width: 100%;
    }
}

#aec-header {
    margin-bottom: 0;
    background-color: #FDFEAE;
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-header {
        padding-top: 70px;
    }
}

.header-container {
    margin-left: -15px;
    margin-right: -15px;
}

.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 {
    margin-left: auto;
    margin-right: auto;
    min-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    display: table;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 100%;
}

.header-container .ccvideo-user-nav .container {
    position: relative;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
    .header,
    .header-container .ccvideo-user-nav .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .header div[class^='col-'],
    .header div[class*=' col-'] {
        display: table;
    }
}

@media (min-width: 768px) {
    .header {
        width: 750px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    #aec-body .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .header {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .header {
        width: 970px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .header {
        width: 1170px;
    }
}


/*@media (min-width: 1680px) {
  .header, .container, #aec-body > .container, #aec-body > .container.home-landing {
    width: 1300px;
  }
}*/

@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: 768px) and (max-width: 1024px) {
    .ccvideo-user-nav .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .email-container {
        left: 15px;
        position: absolute;
        top: -77px;
        width: calc(100% - 30px);
    }

    .cart-container,
    #aec-searchholder {
        margin-top: 0px !important;
    }
}

.navbar-default.ccvideo-user-nav {
    background-color: #257184;
    border: medium none;
    height: auto;
    min-height: 40px;
}

    .navbar-default.ccvideo-user-nav .navbar-toggle {
        color: #89D0E2;
        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: #fff;
        }

.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: #FFF;
}

.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-ccvideo .navbar-right {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-default.ccvideo-user-nav {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
}


/*
@media (min-width: 0) and (max-width: 767px) {
	#navbar-ccvideo .navbar-right {
		margin-right: 70px;
	}
}*/

.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%;
        width: 100vw;
        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: #89d0e2;
    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: 768px) and (max-width: 7680px) {
    .navbar-header a#aec-goto-cart {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .navbar-header a#aec-goto-cart {
        height: 50px;
        width: 70px;
        line-height: 50px;
    }

        .navbar-header a#aec-goto-cart .icon-cart-full:before {
            margin-left: 8px;
            position: relative;
            top: -2px;
        }
}

.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%;
    }
}


/*====================================
	SEARCH
=====================================*/

#aec-searchholder {
    display: inline-block;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    margin-top: 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #aec-searchholder {
        margin-top: 50px;
    }
}

.aec-globalsearch {
    clear: none;
    display: inline-block;
    float: none;
    margin-top: 0;
    padding-left: 0 !important;
    position: relative;
    width: 100%;
}

form#aec-globalsrch {
    display: inline-block;
    height: 50px;
    width: 100%;
}

.aec-globalsearch .aec-globalsearchcontainersel {
    background: #257184 none no-repeat scroll left top;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    width: 35%;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    z-index: 11;
    border-radius: 0 !important;
}

    .aec-globalsearch .aec-globalsearchcontainersel:hover {
        background: #2D7B91 none no-repeat scroll left top;
    }

        .aec-globalsearch .aec-globalsearchcontainersel:hover .aec-selectedTxt {
            color: #99ddef;
        }

.aec-globalsearch .aec-globalsearchcontainertxt {
    background: #fff none no-repeat scroll left top;
    border: none;
    display: block;
    float: left;
    height: 50px;
    left: 35%;
    padding-left: 0px;
    position: relative;
    width: 65%;
    border-radius: 0 !important;
}

.aec-globalsearch .aec-newListSelected {
    background-color: transparent;
    background-image: none;
    border: medium none;
    color: #89D0E2;
    float: none;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    margin-top: 0;
    position: relative;
    text-align: center;
    border-radius: 0 !important;
}

.aec-globalsearch .aec-selectedTxt {
    height: 100%;
    line-height: 50px;
    padding: 0;
    width: 100%;
}

.aec-globalsearch ul.aec-newList {
    border: 1px solid #DBF4FB;
    height: auto;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    top: 50px;
    width: 100%;
    color: #257184;
    background-color: #FFF;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.aec-globalsearch ul.aec-newList li {
    padding: 0;
}

.aec-globalsearch ul.aec-newList a {
    padding: 2px 8px;
    color: #257184;
}

.aec-globalsearch button.aec-selectedTxt {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.aec-globalsearch ul.aec-newList a:hover,
.aec-globalsearch ul.aec-newList a:focus {
    background: #dbf4fb none repeat scroll 0 0 !important;
    color: #257184 !important;
    cursor: pointer;
}

.aec-globalsearch button.aec-selectedTxt:before {
    font-size: 15px;
}

.aec-globalsearch .aec-modChild {
    font-weight: normal;
    padding-left: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .aec-globalsearch .aec-selectedTxt {
        font-size: 11px;
    }
}

.aec-globalsearch .aec-selectedTxt:before {
    font-family: 'CCVGlyphs';
    content: '\f845';
    color: #89d0e2;
    font-weight: normal;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.aec-globalsearch .aec-globalsearchcontainertxt input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #3d3d3d;
    font-size: 16px !important;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    width: 80%;
    border: none !important;
    text-indent: 10px;
}

#q::-webkit-input-placeholder,
#aec-searchwithintxt::-webkit-input-placeholder {
    color: #4e7984;
    opacity: 1;
}

#q:-moz-placeholder,
#aec-searchwithintxt:-moz-placeholder {
    /* Firefox 18- */
    color: #4e7984;
    opacity: 1;
}

#q::-moz-placeholder,
#aec-searchwithintxt::-moz-placeholder {
    /* Firefox 19+ */
    color: #4e7984;
    opacity: 1;
}

#q:-ms-input-placeholder,
#aec-searchwithintxt:-ms-input-placeholder {
    color: #4e7984;
    opacity: 1;
}

.aec-globalsearch button {
    background-color: transparent;
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 50px;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 12%;
    border: none !important;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

    .aec-globalsearch button:before {
        font-family: 'CCVGlyphs';
        content: '\f81d';
        color: #257184;
        font-weight: normal;
        margin-right: 2px;
        font-size: 40px;
        position: relative;
        top: -3px;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }

    .aec-globalsearch button:hover:before {
        color: #2D7B91;
    }

@media (min-width: 320px) and (max-width: 480px) {
    form#aec-globalsrch,
    .aec-globalsearch .aec-globalsearchcontainertxt input,
    .aec-globalsearch .aec-newListSelected,
    .aec-globalsearch .aec-globalsearchcontainertxt,
    .aec-globalsearch .aec-globalsearchcontainersel,
    .aec-globalsearch button {
        height: 50px;
    }

        .aec-globalsearch .aec-selectedTxt,
        form#aec-globalsrch,
        .aec-globalsearch .aec-globalsearchcontainertxt input {
            line-height: 50px;
        }

    .aec-globalsearch ul.aec-newList {
        top: 50px;
        font-size: 11px;
        width: 110px;
    }

    .aec-globalsearch .aec-newList li {
        line-height: normal;
    }

    .aec-globalsearch button:before {
        top: 0px;
        font-size: 35px;
    }
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    background: #ffffff none repeat-x scroll 50% 50%;
    border: 1px solid #DBF4FB;
    -webkit-box-shadow: none !important;
    color: #222222;
    font-family: 'Khula', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aec-gstextsearch {
    color: #257184 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: auto !important;
    line-height: 30px !important;
    margin: 0;
    text-transform: capitalize;
}

    .aec-gstextsearch span {
        color: #1a4855 !important;
        font-weight: 700;
        text-transform: none;
    }

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
    background-color: #DBF4FB !important;
}

.ui-menu .ui-menu-divider {
    border-color: #DBF4FB;
    margin: 0 !important;
}

.aec-gslabel {
    color: #777;
    left: 0;
    padding: 5px 5px 5px 70px;
    width: 100%;
}

.aec-gspersoninfo {
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aec-gspersonname,
.aec-gstitle {
    color: #257184;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    z-index: 10;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
        max-width: 295px !important;
    }
}

@media (min-width: 770px) and (max-width: 991px) {
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
        max-width: 235px !important;
    }

    .aec-gsimage {
        max-width: 44px;
    }

    .aec-gslabel {
        left: 0;
        overflow: hidden;
        padding: 6px 4px 5px 58px;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-searchholder {
        margin-top: 10px;
    }
}


/*====================================
	EMAIL LIST
=====================================*/

.email-container {
    background-color: #89d0e2;
    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;
}

@media (min-width: 768px) and (max-width: 860px) {
    .email-container {
        font-size: 13px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .email-container {
        height: 45px;
        line-height: 45px;
        margin-top: 15px;
    }
}

.email-container:hover {
    background-color: #99DDEF;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.email-container a {
    color: #257184;
    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 .modal-header {
    background-color: #257184;
    border-bottom: 5px solid #FDFEAE;
    color: #DBF4FB;
}

#aec-email-signup h4.modal-title {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

#aec-email-signup button.close {
    background-color: #89d0e2;
    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;
}

    #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: #777;
}

#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: #fff;
    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;
        font-size: 13px !important;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #89d0e2 !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: #89d0e2;
        color: #257184;
        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: #89d0e2;
        }

.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;
    }
/*====================================
	SHOPING CART
=====================================*/

.cart-container {
    background-color: #257184;
    display: inline-block;
    float: right;
    font-weight: normal;
    height: 50px;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
    width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !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: 50px;
    padding-top: 0;
}

.cart-container .aec-cart-icon {
    background-color: #89d0e2;
    color: #257184;
    float: left;
    font-size: 25px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: relative;
    text-align: center;
    top: 0;
    width: 50px;
    border-radius: 0 !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: #fff;
    border-top: medium none;
    -webkit-box-shadow: none !important;
    cursor: pointer;
    left: 0;
    max-height: 500px;
    min-width: 100%;
    overflow-y: auto;
    margin-top: 50px;
    position: absolute;
    top: 0;
    z-index: 100;
}

#aec-miniCartDiv {
    background-color: #fff;
    min-height: 120px;
}

#aec-miniCart2 {
    margin-bottom: 0;
    width: 100%;
}

    #aec-miniCart2 th:nth-child(2),
    #aec-miniCart2 td:nth-child(2) {
        text-align: center;
    }

    #aec-miniCart2 thead tr {
        background: #257184 none repeat scroll 0 0;
        border-top: medium none;
    }

    #aec-miniCart2 th {
        color: #DBF4FB;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        margin-top: 0;
        padding: 0 5px;
        text-decoration: none;
    }

    #aec-miniCart2 td {
        color: #257184;
        line-height: normal;
        padding: 4px 0 4px 7px;
        text-align: left;
    }

    #aec-miniCart2 tbody a {
        color: #257184;
        display: block;
        font-size: 13px;
        width: 100%;
    }

        #aec-miniCart2 tbody a:hover {
            color: #2d7b91;
        }

#aec-minicart-checkoutlink {
    background-color: #ffa800;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 7px;
    margin-left: 7px;
    margin-right: 7px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}

    #aec-minicart-checkoutlink > a {
        color: #257184;
        font-weight: 700;
        text-transform: uppercase;
    }

#aec-cartinfo,
#aec-cartinfo.aec-hovertab.aec-cartinfo-on {
    background-color: transparent !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

#aec-cartinfo-inner {
    display: inline-block;
    float: left;
    height: 50px;
    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-cartinfo-inner * {
        color: #89d0e2;
        font: 700 15px/50px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


/*@media (min-width: 992px ) and (max-width: 1200px) {
	#aec-cartinfo-inner * {
  	font: 400 12px/50px "Khula","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
}*/

#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: #257184;
        color: #fff;
        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: #89D0E2;
    content: "\f845";
    font-family: 'CCVGlyphs';
    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: #fff !important;
    background-color: #257184 !important;
    text-decoration: none !important;
    outline: none !important;
    text-decoration: none !important;
}

#aec-cartinfo,
#aec-cartinfo.aec-hovertab.aec-cartinfo-on #aec-carthead > a {
    color: #fff !important;
    outline: none !important;
    text-decoration: none !important;
}

    #aec-cartinfo .icon-cart-full:before {
        line-height: 50px;
        font-size: 35px;
    }

@media (min-width: 0px) and (max-width: 991px) {
    #aec-carthead a {
        padding: 6px 25px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .cart-container {
        display: none !important;
    }
}

@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: #257184;
        font: bold 14px/36px arial;
    }

    .stock-items {
        margin-bottom: 0;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    #aec-cartinfo-inner {
        width: 55%;
    }

    #aec-carthead {
        margin-right: 1%;
        width: 31%;
    }

        #aec-carthead a {
            display: inline-block;
            position: relative;
            top: -6px;
            width: 100%;
        }
}

@media (min-width: 360px) and (max-width: 420px) {
    #aec-cartinfo-inner * {
        color: #1c4073;
        font: bold 14px/34px arial;
    }
}


/*====================================
	HEADER DEPARTMENTS NAV MENU
=====================================*/

#aec-all-departments {
    background-color: #257184;
    border: medium none !important;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 10;
    margin-bottom: 0;
}

#nav-ccvideo-departments [class^="icon-"]:before,
#nav-ccvideo-departments [class*=" icon-"]:before {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 2px;
    width: auto;
}

#nav-ccvideo-departments .icon-movie-star:before {
    font-size: 30px;
}

#nav-ccvideo-departments .dropdown-toggle,
#nav-ccvideo-departments .nav.navbar-nav a {
    color: #89d0e2;
    font-size: 12px;
    font-weight: 700;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

#nav-ccvideo-departments .dropdown-menu a {
    color: #257184 !important;
}

#nav-ccvideo-departments .nav.navbar-nav > li {
    transition: background-color 0.2s ease-in-out 0s;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    display: inline-block;
    float: none;
}

    #nav-ccvideo-departments .nav.navbar-nav > li a:hover .capsule {
        color: #99ddef;
    }

@media (min-width: 0px) and (max-width: 991px) {
    #nav-ccvideo-departments .nav.navbar-nav > li a:hover .capsule {
        background-color: #2d7b91;
    }
}

#nav-ccvideo-departments .nav.navbar-nav li ul li a:hover {
    background-color: #DBF4FB;
}

.dropdown-menu .divider {
    background-color: #DBF4FB;
    margin: 5px 0;
}

#nav-ccvideo-departments .dropdown-menu > li > a {
    color: #2d7b91 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

#nav-ccvideo-departments .dropdown-menu > li.aec-parentDpt > a {
    font-weight: 700 !important;
}

@media (min-width: 1200px) and (max-width: 7680px) {
    #aec-all-departments > .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 0px) and (max-width: 1024px) {
    #aec-all-departments > .container {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 7680px) {
    #nav-ccvideo-departments .navbar-nav > li > a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
	#nav-ccvideo-departments.navbar-collapse {
		display: table;
		width: 100%;
	}
	#nav-ccvideo-departments .dropdown-menu > li > a {
		color: #257184;
		font-size: 13px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}
	#nav-ccvideo-departments ul.navbar-nav {
		float: none;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#nav-ccvideo-departments .dropdown-menu {
		background-color: #fff;
		border: medium none;
		-webkit-box-shadow: none !important;
		font-size: 13px;
	}
	#nav-ccvideo-departments .navbar-nav > li > a > .capsule {
		border-left: 1px solid;
		padding-left: 15px;
		padding-right:15px;
		padding-top: 2px;
		position: relative;
		top: 2px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		/*background-color: #257184;*/
	}
	#nav-ccvideo-departments .navbar-nav > li:first-child a > .capsule {
		border-left: none !important;
	}
	#nav-ccvideo-departments .dropdown-menu > li > a:focus,
	#nav-ccvideo-departments .dropdown-menu > li > a:hover {
		background-color: #E6FAFF;
		text-decoration: none;
		color: #257184;
	}
	#nav-ccvideo-departments .open > a,
	#nav-ccvideo-departments .open > a:focus,
	#nav-ccvideo-departments .open > a:hover {
		background-color: transparent;
	}
	#nav-ccvideo-departments .open {
		background-color: transparent;
		/*#2d7b91*/
		border-radius: 0 !important;
	}
	#nav-ccvideo-departments .nav.navbar-nav > li.req-cat .capsule {
		background-color: #89d0e2 !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	#nav-ccvideo-departments .nav.navbar-nav > li.req-cat a:hover .capsule {
		background-color: #99ddef !important;
		color: #2d7b91;
	}
	#nav-ccvideo-departments .navbar-nav > li.req-cat > a {
		color: #257184;
	}
}

@media (max-width: 1200px) and (min-width: 992px) { 
    #nav-ccvideo-departments .nav.navbar-nav > li {
        vertical-align: initial;
        padding: 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 998px) {

    #nav-ccvideo-departments .nav.navbar-nav a {
        max-width: 80px !important;
        display: flex !important;
    }
}

@media (min-width: 768px) and (max-width: 988px) {
    #nav-ccvideo-departments {
        margin-left: 0;
        margin-right: 0;
    }


            #nav-ccvideo-departments .navbar-nav > li > a > .capsule {
                display: block;
                padding-left: 0 !important;
                padding-right: 0 !important;
                padding-top: 2px;
                position: relative;
                top: 2px;
                border: none !important;
                border-radius: 0 !important;
                -webkit-border-radius: 0 !important;
            }

            #nav-ccvideo-departments .navbar-nav > li {
                left: -7px;
            }

                #nav-ccvideo-departments .navbar-nav > li > a {
                    padding-bottom: 10px;
                    padding-top: 10px;
                }

                #nav-ccvideo-departments .navbar-nav > li:before {
                    background: #89D0E2 none repeat scroll 0 0;
                    content: "";
                    height: 44px;
                    left: 0;
                    position: absolute;
                    top: 10px;
                    width: 1px;
                }

                #nav-ccvideo-departments .navbar-nav > li:first-child:before,
                #nav-ccvideo-departments .navbar-nav > li.req-cat:before {
                    background-color: transparent;
                    width: 0;
                }
    }

    @media (min-width: 992px) and (max-width: 1184px) {
        #aec-all-departments .container {
            padding-left: 0;
            padding-right: 0;
        }

        #nav-ccvideo-departments .navbar-nav > li > a > .capsule {
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 2px;
            position: relative;
            top: 2px;
        }
    }

    @media (min-width: 992px) and (max-width: 1200px) {
        .header {
            margin: 15px auto 30px;
        }

        .header-container .ccvideo-user-nav .container,
        #aec-all-departments .container {
            width: 100%
        }

        .header-container .header {
            padding: 0 15px;
            width: 100% !important;
        }

        #nav-ccvideo-departments .dropdown-toggle,
        #nav-ccvideo-departments .nav.navbar-nav a {
            padding-left: 5px;
            padding-right: 5px;
        }

        #nav-ccvideo-departments .nav.navbar-nav > li {
            vertical-align: middle;
        }

        .header-join-mail,
        .header-search {
            padding-top: 10px;
        }

        .header-search {
            padding-left: 25px;
            padding-right: 25px;
        }

        .home-link {
            height: 100px;
            max-width: 350px;
            top: 22px;
        }
    }

    #aec-all-departments .navbar-toggle {
        background-color: #e0f6fd;
        border: medium none;
        border-radius: 0 !important;
        color: #89d0e2;
        font-size: 17px;
        font-weight: 700;
        margin: 0 auto;
        padding: 15px;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        border-radius: 0 !important;
        transition: background-color 0.2s ease 0s;
        -webkit-transition: background-color 0.2s ease 0s;
        line-height: 1em;
    }

    .aec-parentDpt > a {
        color: #89d0e2 !important;
        font-weight: 700 !important;
    }

    @media (min-width: 0px) and (max-width: 480px) {
        #nav-ccvideo-departments ul.nav {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media (min-width: 481px) and (max-width: 520px) {
        #nav-ccvideo-departments ul.nav {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #aec-all-departments {
            background-color: transparent;
            margin-top: 20px;
        }

        #nav-ccvideo-departments ul.nav {
            margin-top: 0;
        }

        #aec-all-departments .navbar-toggle {
            background-color: #257184;
            width: 100%;
        }

        #aec-all-departments button.shop-departments .nav-label {
            line-height: 1em;
        }

        #aec-all-departments .navbar-header {
            margin-left: 15px;
            margin-right: 15px;
        }

        #nav-ccvideo-departments .nav.navbar-nav > li {
            display: block;
            float: none;
        }

        #nav-ccvideo-departments {
            border-top: none !important;
            border-left: none;
            border-radius: 0 !important;
            border-bottom: none;
            margin: 0 auto;
            -webkit-box-shadow: none !important;
        }

        #aec-all-departments .dropdown-menu li,
        #aec-all-departments .dropdown-menu {
            background-color: #fff;
            border-bottom: medium none;
            font-size: 13px;
        }

        #nav-ccvideo-departments .nav.navbar-nav > li a:hover {
            background-color: #2d7b91;
        }

        #nav-ccvideo-departments .nav.navbar-nav > li ul li a:hover {
            background-color: #DBF4FB;
        }

        #nav-ccvideo-departments .dropdown-toggle,
        #nav-ccvideo-departments .nav.navbar-nav a {
            font-size: 14px !important;
        }

        #aec-all-departments .dropdown-menu li a {
            color: #257184;
            font-size: 13px;
            transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
        }

        #nav-ccvideo-departments .dropdown-menu > li > a:focus,
        #nav-ccvideo-departments .dropdown-menu > li > a:hover {
            background-color: #EBF3FF;
            text-decoration: none;
        }

        #nav-ccvideo-departments ul li {
            background-color: #257184;
            border-bottom: 1px solid #2d7b91;
            text-align: left;
        }

        #nav-ccvideo-departments ul.nav.navbar-nav > li:first-child {
            border-top: 1px solid #2d7b91;
        }

        #nav-ccvideo-departments .dropdown-toggle {
            padding-left: 15px;
            padding-right: 15px;
            text-align: left;
            font-size: 14px;
            transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
            text-transform: uppercase;
        }

        #nav-ccvideo-departments .dropdown.open .dropdown-toggle,
        #nav-ccvideo-departments .dropdown .dropdown-toggle:hover {
            background-color: #2d7b91;
        }

        #nav-ccvideo-departments .dropdown-menu .divider {
            background-color: #DBF4FB !important;
        }

        #aec-all-departments .dropdown-menu {
            border-left: medium none;
            border-radius: 0 !important;
            border-right: medium none;
        }

        #nav-ccvideo-departments .navbar-nav > li > a {
            text-align: left !important;
            padding-left: 20px !important;
        }

        #nav-ccvideo-departments .caret {
            border: medium none;
            position: absolute;
            right: 35px;
            top: 10px;
        }

            #nav-ccvideo-departments .caret:before {
                content: "\f845";
                font-family: "CCVGlyphs";
            }

        #nav-ccvideo-departments [class^="icon-"]:before,
        #nav-ccvideo-departments [class*=" icon-"]:before {
            font-size: 27px;
            height: 25px;
            left: 5px;
            line-height: 25px;
            position: absolute;
            text-align: center !important;
            width: 30px;
            top: 8px;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #nav-ccvideo-departments {
            margin-left: 15px;
            margin-right: 15px;
        }

        #aec-all-departments .container {
            padding: 0 15px;
        }
    }

    @media (min-width: 768px) and (max-width: 778px) {
        #nav-ccvideo-departments {
            margin-left: 5px;
            margin-right: 5px;
        }

        #aec-all-departments .container {
            padding: 0;
        }
    }

    @media (min-width: 0px) and (max-width: 480px) {
        #aec-all-departments .navbar-header {
            padding-left: 15px;
            padding-right: 15px;
        }

        #aec-all-departments .navbar-toggle {
            padding: 15px;
        }

        #nav-ccvideo-departments {
            margin-left: 15px;
            margin-right: 15px;
        }

        #aec-all-departments .container {
            padding: 0;
        }
    }

    #aec-all-departments .navbar-toggle:hover {
        background-color: #2d7b91;
        color: #bfeefb;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .dropdown-menu-right-sm {
            left: auto !important;
            right: 0 !important;
        }
    }

    @media (min-width: 480px) and (max-width: 767px) {
        #ui-id-1.ui-autocomplete {
            left: 2% !important;
            width: 96% !important;
            z-index: 10;
        }
    }

    @media (min-width: 0px) and (max-width: 479px) {
        #ui-id-1.ui-autocomplete {
            left: 6% !important;
            width: 88% !important;
            z-index: 10;
        }
    }

    @media (min-width: 768px) and (max-width: 769px) {
        #ui-id-1.ui-autocomplete {
            left: 2% !important;
            width: 96% !important;
            z-index: 10;
        }
    }


    /*====================================
	TOGGLE LEFT NAVIGATION
=====================================*/

    .aec-toggle-leftnav {
        background-color: transparent;
        background-image: none;
        border: medium none;
        border-radius: 0 !important;
        color: #89D0E2;
        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:hover,
        body.open-nav .aec-toggle-leftnav {
            background-color: #2d7b91;
            color: #bfeefb;
        }

            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: 768px) and (max-width: 1023px) {
    body.open-nav .aec-toggle-leftnav {
        left: 200px !important;
        z-index: 5 !important;
    }
}


    /*====================================
	END HEADER
=====================================*/


    /*====================================
	FOOTER
=====================================*/

    #aec-footer {
        bottom: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
    }

    #aec-footer-siteswitch {
        display: none;
    }

    .footer {
        background-color: #fdfeae;
        color: #257184;
        display: block;
        padding-top: 40px;
        text-align: left;
    }

    .footer-col {
        margin-bottom: 40px;
        min-height: 160px;
    }

        .footer-col.aec-helpful-links {
            border-left: 0 none;
        }

    .footer li {
        line-height: 25px;
        height: 25px;
    }

    .footer h4 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 0;
        text-transform: uppercase;
    }

    .footer ul {
        list-style: none;
        overflow: hidden !important;
    }

    .footer-nav a {
        line-height: 14px;
    }

    .footer a {
        color: #257184;
        font-size: 14px;
        font-weight: 600;
        transition: color 0.2s ease-in-out 0s;
        -webkit-transition: color 0.2s ease-in-out 0s;
    }

        .footer a:hover,
        .footer a:active {
            color: #2d7b91;
        }

        .footer a i {
            margin-right: 0px;
            width: auto;
        }

    .footer #aec-user-list a i,
    .footer #aec-categories-list a i {
        font-size: 18px;
        text-align: center;
    }

    .footer #aec-categories-list a i {
        left: -2px;
        position: relative;
    }

    .aec-helpful-links a i {
        width: 1em;
    }

    ul.footer-social-links {
        overflow: visible !important;
        margin-bottom: 40px;
    }

    .footer-social-links li {
        display: inline-block;
        margin-left: 0;
        margin-right: 10px;
        width: auto;
        height: 40px;
    }

    .top-left > p {
        display: inline-block;
        float: left;
        font-size: 14px;
        line-height: 40px;
        padding-right: 20px;
    }

    .footer .footer-social-links a i {
        background-color: #257184;
        border-radius: 4px !important;
        color: #FDFEAE;
        display: block;
        margin-right: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 34px;
        height: 34px;
        overflow: hidden;
        font-size: 14px;
        position: relative;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        line-height: 100%;
    }

        .footer .footer-social-links a i.icon-gplusnew:before,
        .footer .footer-social-links a i.icon-twitter-1:before {
            position: relative;
            left: -2px;
        }

        .footer .footer-social-links a i.icon-twitter-1:hover,
        .footer .footer-social-links a i.icon-twitter-1:active {
            background-color: #89D0E2;
            color: #FDFEAE;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
        }

        .footer .footer-social-links a i.icon-facebook:before {
            font-size: 24px;
            left: 5px;
            position: relative;
        }

        .footer .footer-social-links a i.icon-facebook:hover,
        .footer .footer-social-links a i.icon-facebook:active {
            background-color: #89D0E2;
            color: #FDFEAE;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
        }

        .footer .footer-social-links a i.icon-gplusnew:hover,
        .footer .footer-social-links a i.icon-gplusnew:active {
            background-color: #DD4E42;
            color: #fff;
        }

        .footer .footer-social-links a i.icon-instagram::before {
            font-size: 18px;
            line-height: 14px;
        }

        .footer .footer-social-links a i.icon-instagram:hover,
        .footer .footer-social-links a i.icon-instagram:active {
            background-color: #89D0E2;
            color: #FDFEAE;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
        }

    h4.social-header {
        margin-top: 0px;
    }

    .credit-cards a {
        font-size: 24px;
    }

    @media (min-width: 650px) and (max-width: 991px) {
        .credit-cards {
            padding-top: 35px;
        }

        .aec-youracc-links,
        .aec-conpanyinfo-links {
            border-left: 2px solid #257184;
        }
    }

    .aec-disclaimer {
        font-size: 13px;
        margin-top: 0;
        min-height: 50px;
        padding-top: 15px;
        text-align: left;
    }

    .aec-dtu-footer {
        min-height: 50px;
        text-align: right;
    }

        .aec-dtu-footer a {
            color: #527dae;
            font-size: 24px;
        }

    .footer .container-fluid {
        background-color: #257184;
        color: #89D0E2;
    }

    .footer-bottom {
        display: table;
        margin: 0 auto;
        width: 1170px;
    }

    @media (min-width: 0px) and (max-width: 1170px) {
        .footer-bottom {
            width: 100%;
        }
    }

    .aec-dtu-footer ul {
        display: block;
        margin: 0 auto;
        float: none;
    }

    #aec-footer .aec-copyAndLogo {
        min-height: 50px;
        justify-content: flex-end;
        color: #89D0E2;
    }

    @media (min-width: 0px) and (max-width: 767px) {
        .footer {
            padding-top: 30px;
        }
    }

    @media (min-width: 650px) and (max-width: 767px) {
        .footer .col-smd-4 {
            float: left;
            width: 33.33333333%;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }

    @media (min-width: 0px) and (max-width: 991px) {
        ul.footer-social-links {
            margin-bottom: 20px;
        }
    }

    @media (min-width: 650px) and (max-width: 991px) {
        .aec-disclaimer {
            font-size: 11px;
        }

        .footer-col {
            min-height: 165px;
        }

            .footer-col.last-col {
                border: medium none;
                height: auto;
                min-height: 0;
                width: 100%;
            }

        .top-left,
        .botton-right {
            float: left;
            width: 50%;
        }

        .botton-right {
            text-align: right;
        }

        h4.social-header {
            margin-top: 0;
        }

        .footer-col.last-col {
            margin-bottom: 0;
            padding-top: 0;
        }

        .footer-social-links li {
            margin-left: 10px;
            margin-right: 0;
        }
    }

    @media (min-width: 0px) and (max-width: 649px) {
        .aec-disclaimer,
        .aec-dtu-footer {
            float: left;
            width: 100%;
            text-align: center;
        }

        .ts-1 {
            clear: none;
            float: none;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
            width: 165px;
        }

        .footer-col {
            margin-bottom: 0;
        }
    }


    /* 4K and 8K UHD 7680px */

    @media (min-width: 650px) and (max-width: 7680px) {
        .footer-btn {
            display: none;
        }

        .footer .collapse {
            display: table !important;
        }

        .footer .navbar-collapse {
            border-top: none !important;
            /*-webkit-box-shadow: none !important;*/
            -webkit-box-shadow: none !important;
            overflow-x: visible;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }


    /* 4K and 8K UHD 7680px */

    @media (min-width: 1200px) and (max-width: 7680px) {
        .col-xs-12.footer-col:not(.aec-helpful-links) {
            border-left: 2px solid #257184;
            padding-left: 20px !important;
            padding-right: 0;
        }
    }

    @media (min-width: 0px) and (max-width: 649px) {
        .col-xs-12.footer-col {
            padding-left: 0;
            padding-right: 0;
        }

        .footer {
            padding-top: 15px;
        }

            .footer .col-smd-4 h4 {
                display: none;
            }

        .footer-col {
            min-height: 0;
            border: none;
        }

        .footer-btn {
            border-bottom: 1px solid #257184;
            border-radius: 0 !important;
            font-size: 17px;
            font-weight: 600;
            margin: 0 auto 0;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
        }

        .footer-nav {
            border-bottom: 1px solid #257184;
            -webkit-box-shadow: none !important;
            margin-bottom: 0;
        }

            .footer-nav li {
                border-top: 1px solid #fdfeae;
                height: auto;
                line-height: normal;
                margin-left: -15px;
                margin-right: -15px;
                padding: 8px 0px;
            }
                /*.footer-nav li:hover{
		background-color: #133d77;
	}*/
                .footer-nav li:first-child {
                    border-top: none;
                }

        .footer a {
            display: block;
        }

        .footer-nav li:hover a {
            color: #2d7b91;
        }

        .footer-col.last-col {
            margin-top: 15px;
            padding-top: 10px;
            text-align: center;
        }

        .aec-dtu-footer {
            float: left;
            text-align: center !important;
            width: 100%;
            height: 30px;
            margin-top: 0;
            min-height: auto;
            padding: 5px 0;
        }

        .aec-disclaimer {
            float: left;
            text-align: center !important;
            width: 100%;
            margin-top: 5px !important;
            font-size: 11px;
            height: auto;
            margin-top: 0;
            min-height: auto;
            padding: 5px 0;
        }

        ul.footer-social-links {
            margin-bottom: 20px;
            text-align: left;
            width: 50%;
            float: left;
        }

        .ts-1 {
            margin-bottom: 15px;
            top: 0;
        }

        .credit-cards {
            float: left;
            width: 100%;
        }

        .top-left > p {
            display: inline-block;
            float: left;
            line-height: 32px;
            padding-right: 10px;
            text-align: right;
            width: 50%;
        }

        .aec-helpful-links,
        .aec-youracc-links,
        .aec-conpanyinfo-links {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .footer button[aria-expanded="false"] .nav-label:before {
            content: "\f845";
            font-family: 'CCVGlyphs';
            left: 0;
            position: absolute;
        }

        .footer button[aria-expanded="true"] .nav-label:before {
            content: "\f848";
            font-family: 'CCVGlyphs';
            left: 0;
            position: absolute;
        }

        .footer button[aria-expanded="true"] {
            border-bottom: 1px solid #257184 !important;
        }

        #aec-information-list,
        #aec-user-list,
        #aec-help-list {
            border-radius: 0 !important;
        }
    }


    /*====================================
	FOOTER END
=====================================*/


    /*====================================
	LEFT NAVIGATION
=====================================*/

    body.open-nav {
        /* removed margin causing extra space when the left nav is open */
        /*margin-left: 200px;*/
        margin-right: -200px;
    }

    body #aec-left {
        transition: left .2s ease-in-out 0s;
        -webkit-transition: left .2s ease-in-out 0s;
        -moz-transition: left .2s ease-in-out 0s;
        -o-transition: left .2s ease-in-out 0s;
    }

    #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: fixed;*/
            position: absolute;
            width: 200px !important;
            left: -200px;
            top: 0;
            z-index: 9999;
            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 {
            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: #257184;
        font-size: 13px;
        text-decoration: none;
        transition: color 0.2s ease 0s;
        -webkit-transition: color 0.2s ease 0s;
    }

    .aec-boutique-link > a {
        text-transform: capitalize;
    }

    .aec-dcsLinks a:hover,
    .aec-dcsnavTitle a:hover,
    .aec-navTitle a:hover,
    .aec-dcsnavAccordian .aec-dcsnavHead a:hover,
    .aec-navLinks > ul > li a:hover {
        color: #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: #89d0e2 none repeat scroll 0 0;
        border-radius: 0 !important;
        color: #257184;
        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: 2px 2px 2px 18px;
        text-decoration: none;
        transition: color 0.2s ease 0s;
        -webkit-transition: color 0.2s ease 0s;
    }

    .aec-dcsSelectionsIcon {
        background-image: none;
        cursor: pointer;
        height: 16px;
        margin: 0;
        position: absolute;
        width: 16px;
    }

        .aec-dcsSelectionsIcon:before {
            content: "\f828";
            display: inline-block;
            font-family: "CCVGlyphs";
            font-size: 16px;
            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 #ffffff;
        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 #ffffff;
        }

            .contentf div {
                margin-left: 0;
            }

    .aec-listview .aec-quickviewhover,
    .aec-listview.aec-gridview .aec-quickviewhover {
        left: 50% !important;
        padding: 2px !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        width: 64%;
    }

    .contentf span:empty {
        display: none;
    }

    .bt-content #aec-rated {
        border: 1px solid #000000;
        border-radius: 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: #ffffff;
        cursor: pointer;
        display: block;
        font: bold 12px/16px Arial, Helvetica, sans-serif;
        height: 22px;
        margin: 0;
        overflow: hidden;
        padding: 1px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 22px;
        text-indent: 2px;
        border-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: #777;
            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: #777;
            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;
    }


    /* 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;
    }

    @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;
        }
    }


    /*====================================
	PRODUCT GRID
=====================================*/

    .aec-listview .aec-noresults {
        color: #257184;
        font-size: 15px;
    }

        .aec-listview .aec-noresults:before {
            content: "\f883";
            font-family: "CCVGlyphs";
            font-weight: normal !important;
            margin-left: 10px;
            margin-right: 5px;
        }

    ul.aec-listview {
        border-left: medium none;
        border-right: none;
        display: table;
        list-style: outside none none;
        padding: 0.5% 0 0;
        text-align: left;
        width: 100%;
        margin-bottom: 0;
    }

        ul.aec-listview li {
            position: relative;
            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: #DBF4FB;
        border-style: solid;
        border-width: 0 0 2px;
    }

    #aec-prodgrid.aec-gridview > li {
        background: transparent none repeat scroll 0 0;
        border-color: #DBF4FB;
        border-style: solid;
        border-width: 0 0 2px;
        display: table-cell;
        float: left;
        height: 425px;
        margin: 0;
        min-height: 425px;
        padding: 10px;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 20%;
    }

    @media (min-width: 320px) and (max-width: 359px) {
        #aec-prodgrid.aec-gridview > li,
        #aec-prodgrid.aec-listview > li {
            width: 100%;
            border-left: 0 !important;
            border-right: 0 !important;
            border-top: 0 !important;
            margin: 0 !important;
        }
    }

    @media (min-width: 360px) and (max-width: 519px) {
        #aec-prodgrid.aec-gridview > li {
            width: 50%;
        }
    }

    @media (min-width: 520px) and (max-width: 767px) {
        #aec-prodgrid.aec-gridview > li {
            width: 33.3333333%;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        #aec-prodgrid.aec-gridview > li {
            width: 25%;
        }
    }

    #aec-prodgrid.aec-listview .aec-buybutton > div:first-child {
        color: #777;
        font-size: 13px;
        padding-bottom: 5px;
        padding-top: 10px;
        text-transform: uppercase;
        top: 12px;
        width: 100%;
    }

    #aec-prodgrid.aec-listview.aec-gridview .aec-buybutton > div:first-child {
        padding-top: 0 !important;
    }

    .aec-buybutton-qty {
        background-color: #fff;
        border: 1px solid #89d0e2;
        border-radius: 0 !important;
        font-size: 12px;
        height: 25px;
        text-align: center;
        width: 25px;
    }

    .aec-listview .aec-gridcontentul a {
        color: #257184;
        font-size: 13px;
        font-weight: 600;
    }

    .aec-listview ul.aec-gridcontentul li:first-child a {
        color: #257184;
    }

    .aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
        font-size: 16px;
    }

    .aec-listview .aec-gridcontentul a:hover {
        color: #2d7b91 !important;
    }

    .aec-listview .aec-gridcontentul li {
        color: #777777;
        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 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: #257184;
        background-image: none;
        border: medium none;
        border-radius: 0 !important;
        color: #89d0e2;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        opacity: 1;
        overflow: hidden;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 100px;
        border-radius: 0 !important;
    }

        .aec-quickviewhover:before {
            content: "QUICK VIEW";
        }

        .aec-quickviewhover > img {
            display: none;
        }

    @media (min-width: 0px) and (max-width: 1024px) {
        .aec-quickviewhover {
            display: none !important;
        }
    }

    .aec-grid-divspan {
        display: inline-block;
        height: 100%;
        position: relative;
        width: 100%;
    }

    #aec-prodgrid.aec-gridview .aec-cover {
        width: 100%;
        float: left;
        padding-top: 5px;
        display: table;
        max-height: 250px;
        min-height: 150px;
        overflow: hidden;
        position: relative;
        margin: 0;
    }

    .aec-listview.aec-gridview .aec-cover > a {
        display: table-cell;
        height: 177px;
        vertical-align: middle;
        width: 100%;
    }

    .aec-listview p.aec-cover > a > img {
        display: block;
        margin: 0 auto;
        max-height: 170px;
        min-height: auto;
    }

    .aec-gridview .aec-gridcontentul {
        display: inline-block;
        min-height: 50px !important;
        padding: 0;
        text-align: center;
        width: 100% !important;
    }

    .aec-gridview .aec-ellipsis {
        width: 100%;
    }

    .aec-gridview .aec-gridcontentul a {
        color: #257184;
        font-size: 13px;
        font-weight: 600;
        line-height: 13px;
    }

    #aec-boutiquegridspan .aec-listview div > span.aec-threedotstext {
        font-weight: 700;
    }

    .aec-gridview .aec-gridcontentul a:hover {
        color: #257184;
    }

    .aec-grid-artist a {
        color: #257184 !important;
        font-size: 9pt !important;
        font-style: normal;
        font-weight: normal !important;
        line-height: 9pt !important;
    }

    .aec-gridview .aec-grid-artist .aec-ellipsis {
        overflow: hidden;
        min-height: 10pt;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #257184;
    }

    .aec-gridview div.aec-buybutton {
        float: left !important;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 265px;
    }

    .aec-buyimage .aec-buybutton {
        display: block;
        font-size: 14px;
        padding: 5px 10px !important;
    }

    .aec-gridview .aec-price {
        margin-top: 10px;
    }

    .aec-listview .aec-gridcontentul li {
        font-size: 12px;
        padding: 1px 0;
    }

        .aec-listview .aec-gridcontentul li.aec-listcontent.aec-shortdesc {
            display: none !important;
        }

    .aec-listcontent.aec-platform {
        color: #257184 !important;
        display: inline-block !important;
        font-size: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    /* ESRB GRID START */

    .aec-listcontent.aec-esrb > br {
        display: none;
    }

    .aec-listcontent.aec-esrb > div * {
        font-size: 12px;
    }

    .aec-listcontent.aec-esrb .aec-esrbimg {
        max-width: 25px;
    }

    .aec-listcontent.aec-esrb + .aec-listcontent {
        font-size: 7pt !important;
        margin-top: 5px;
        text-align: left !important;
    }

    @media (min-width: 0px) and (max-width: 767px) {
        .aec-listcontent.aec-esrb br {
            display: none;
        }

        .aec-listcontent.aec-esrb a {
            border-left: 1px solid #DBF4FB;
            display: inline-block;
            margin-left: 4px;
            padding-left: 4px;
        }

        .aec-listcontent.aec-esrb {
            margin: 4px 0 0;
            padding: 0 !important;
        }

            .aec-listcontent.aec-esrb .aec-esrbimg {
                max-width: 19px;
            }

        .aec-listcontent.aec-platform {
            margin-bottom: 5px !important;
        }
    }


    /* ESRB GRID START */

    .aec-listview .aec-price {
        font-size: 13px;
        margin-top: 5px;
    }

    .aec-listview .aec-webamiprice-href {
        color: #777777;
        font-weight: normal !important;
        text-decoration: none;
    }

    .aec-listview .aec-salescat {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #b2b2b2;
        display: inline-block;
        width: 100%;
    }

    .aec-listview .aec-listprice {
        color: #cdcdcd;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
    }

    .aec-listview .aec-yousave {
        font-size: 13px;
        display: inline-block;
    }

    .aec-listview .aec-listprice > span {
        font-weight: normal !important;
        text-decoration: line-through;
        color: #cdcdcd;
    }

    .aec-listview .aec-custprice {
        color: #777;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1em;
    }

        .aec-listview .aec-custprice > span {
            color: #777777;
        }

    .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: 155px;
    }

    .aec-listview div.aec-buybutton .aec-price {
        margin: 5px auto 0;
    }

    .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;
    }

    .aec-listview div > span {
        display: inline;
        font-weight: 700;
    }

    .aec-listview.aec-gridview .aec-grid-artist > span {
        display: none;
    }

    #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: 361px) and (max-width: 520px) {
        .aec-listview .aec-gridcontentul {
            float: left;
            height: auto;
            width: 58%;
            padding-left: 8px;
        }

        .aec-listview .aec-ellipsis {
            width: auto;
        }

        #aec-prodgrid.aec-listview .aec-cover {
            width: 40%;
            margin-bottom: 0;
        }

        #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
            width: 100%;
        }

        .aec-listview div.aec-buybutton {
            float: left;
            margin-top: 25px;
        }

        .aec-listview.aec-gridview div.aec-buybutton {
            margin-top: 0;
        }

        .aec-listview:not(.aec-gridview) > li {
            min-height: 195px;
            padding-top: 10px;
        }
    }

    @media (min-width: 320px) and (max-width: 360px) {
        .aec-listview .aec-gridcontentul {
            float: left;
            height: auto;
            width: 58%;
            padding-left: 8px;
        }

        #aec-boutiquegridspan .aec-listcontent.aec-rd {
            width: 100%;
        }

        .aec-listview .aec-ellipsis {
            width: auto;
        }

        #aec-prodgrid.aec-listview .aec-cover {
            padding-left: 10px;
            padding-right: 10px;
            width: 40%;
        }

        #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
            width: 100%;
            padding: 0;
        }

        .aec-listview div.aec-buybutton {
            float: left;
            margin-top: 15px;
        }

        .aec-listview:not(.aec-gridview) > li {
            min-height: 210px;
            padding-top: 10px;
        }

        .aec-listview.aec-gridview div.aec-buybutton {
            margin-top: 0;
        }

        .aec-listview.aec-gridview p.aec-cover > a > img {
            max-width: 140px !important;
            min-height: auto;
            height: auto;
        }

        .aec-listview:not(.aec-gridview) .aec-cover > a > img {
            max-width: 100% !important;
        }

        .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;
        }
    }


    /* 4K and 8K UHD 7680px */

    @media (min-width: 768px) and (max-width: 7680px) {
        .aec-listview:not(.aec-gridview) div.aec-buybutton {
            margin-right: 8px;
            padding: 0;
        }

            .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-buyimage {
                width: 10px;
            }

            .aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage,
            .aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage button {
                width: 155px;
            }

        .aec-listview:not(.aec-gridview) .aec-gridcontentul {
            margin-left: 10px;
        }

        .aec-listview:not(.aec-gridview) .aec-gridcontentul {
            float: left;
            height: auto;
            width: calc(100% - 350px);
        }
    }

    div.aec-buybutton span.aec-buybutton {
        float: none !important;
        text-align: center;
    }

    .aec-listview ul li > span {
        color: #444;
        font-weight: 600;
    }

        .aec-listview ul li > span.aec-release-year {
            font-weight: 400;
        }

    .aec-listview:not(.aec-gridview) p.aec-cover {
        margin: 0;
    }

    @media (min-width: 521px) and (max-width: 767px) {
        #aec-prodgrid.aec-listview:not(.aec-gridview) .aec-cover {
            width: 28%;
            margin-bottom: 0;
        }

        .aec-listview:not(.aec-gridview) .aec-gridcontentul {
            float: left;
            height: auto;
            width: 70%;
        }

        .aec-listview:not(.aec-gridview) div.aec-buybutton {
            clear: both;
            float: left;
            width: 72%;
            margin-left: 28%;
            max-width: 100%;
        }

        .aec-listview:not(.aec-gridview) .aec-buybutton > div:first-child {
            float: left;
            width: auto !important;
        }

        .aec-listview:not(.aec-gridview) .aec-buyimage {
            float: left;
            margin-left: 20px;
            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;
        }

        .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 {
            float: left;
            text-align: left;
        }

        .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
        .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
            clear: both;
        }

        .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 {
            font-size: 14px !important;
            line-height: 14px;
        }

        .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
            margin-right: 14px;
        }

        .aec-listview:not(.aec-gridview) .aec-salescat {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .aec-listview:not(.aec-gridview) .aec-listcontent.aec-gridnotes {
            border-bottom: 1px dashed #DBF4FB;
            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 .aec-buybutton > div:first-child {
            display: none !important;
        }

        .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-buyimage .aec-buybutton {
            font-size: 10px !important;
        }

        .aec-listview:not(.aec-gridview) .aec-buyimage .aec-buybutton {
            font-size: 12px;
        }

        .aec-listview:not(.aec-gridview) span.aec-buybutton:before {
            font-size: 14px;
        }

        .aec-listview:not(.aec-gridview) .aec-gridcontentul li {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }
    }

    @media (min-width: 0px) and (max-width: 520px) {
        #aec-prodgrid.aec-gridview > li {
            height: 390px;
            min-height: 380px;
        }
    }


    /*====================================
	GRID ICON
=====================================*/

    .aec-listview .aec-gridicon {
        position: absolute;
        z-index: 1;
    }

        .aec-listview .aec-gridicon a {
            display: block;
        }

    .aec-listview.aec-gridview .aec-gridicon {
        right: 0;
    }


    /* 4K and 8K UHD 7680px */

    @media (min-width: 768px) and (max-width: 7680px) {
        .aec-listview:not(.aec-gridview) .aec-gridicon {
            left: 95px;
            top: -5px;
        }
    }

    @media (min-width: 521px) and (max-width: 767px) {
        .aec-listview:not(.aec-gridview) .aec-gridicon {
            left: 18%;
            top: -5px;
        }
    }

    @media (min-width: 361px) and (max-width: 520px) {
        .aec-listview:not(.aec-gridview) .aec-gridicon {
            left: 28%;
            top: -5px;
        }

        .aec-listview .aec-gridicon img {
            max-height: 44px;
        }
    }

    @media (min-width: 0px) and (max-width: 360px) {
        /*.aec-listview:not(.aec-gridview) .aec-gridicon { left: 25%; top: -8px; }*/
        .aec-listview:not(.aec-gridview) .aec-gridicon {
            left: 1px;
            top: -8px;
        }
    }


    /*.aec-listview .aec-gridicon img{
		max-height: 44px;
}*/


    /*====================================
	GRID SAVE FLAG
=====================================*/

    .aec-listview .aec-flagsave {
        color: #fff;
        display: inline-block;
        font-weight: 700;
        height: 20px;
        line-height: 18px;
        padding: 0;
        position: absolute;
        top: 2px;
        width: 70px;
        border-radius: 0 !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: CCVGlyphs;
        font-size: 20px;
        font-weight: normal;
        left: 80px;
        line-height: 1;
        position: absolute;
    }

    .aec-listview .aec-flagsave:before {
        border-image: none;
        border-style: solid;
        border-width: 10px 4px;
        content: "";
        height: 20px;
        left: 70px;
        position: absolute;
    }

    .aec-listview .aec-flagsave.seagreen {
        background-color: #0abe96;
    }

        .aec-listview .aec-flagsave.seagreen:before {
            border-color: #0abe96 white #0abe96 #0abe96;
        }

        .aec-listview .aec-flagsave.seagreen:after {
            color: #0abe96;
            content: "\f884 \00a0 \f884";
        }

    .aec-listview .aec-flagsave.red {
        background-color: #be0039;
    }

        .aec-listview .aec-flagsave.red:before {
            border-color: #be0039 white #be0039 #be0039;
        }

        .aec-listview .aec-flagsave.red:after {
            color: #be0039;
            content: "\f884 \00a0 \f884 \00a0 \f884";
        }

    @media (min-width: 521px) and (max-width: 767px) {
        .aec-listview:not(.aec-gridview) .aec-flagsave {
            left: 28%;
        }
    }

    @media (min-width: 0px) and (max-width: 520px) {
        .aec-listview:not(.aec-gridview) .aec-flagsave {
            left: 42%;
        }
    }


    /*====================================
	SEARCH WITHIN AND GRID SORT
=====================================*/

    .aec-searchwithin {
        background: none repeat scroll 0 0 transparent;
        border-left: 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;
    }


        /*------------------------------------------
	Search within without extra js elements
-------------------------------------------*/

        .aec-searchwithin #aec-searchwithintxt {
            background-color: #fff;
            background-image: none;
            border: 1px solid #89D0E2;
            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 {
        background-color: #ffa800;
        border-radius: 0 !important;
        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:hover {
            background-color: #fcb52d;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
        }

        .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: #257184;
            text-decoration: 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: #257184;
        background-image: none;
        border: medium none;
        color: #89D0E2;
        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: #fff none repeat scroll 0 0;
            border-color: #89d0e2;
            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: #fff;
        background-image: url("/customers/ccvideo/img/arrowdown.svg");
        background-position: right center;
        background-repeat: no-repeat;
        border: 1px solid #89D0E2;
        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: #89D0E2;
    }

    .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: #89d0e2 none repeat scroll 0 0;
        border-color: #89d0e2;
        border-radius: 0 !important;
        border-style: solid;
        border-width: 1px;
        color: #257184;
        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: #89d0e2 !important;
        }

    .aec-pagenumcontainer {
        display: inline;
        margin-left: 25px;
    }

        .aec-pagenumcontainer a:first-child {
            border-left: 1px solid #89D0E2;
        }

        .aec-pagenumcontainer .aec-pagenum span {
            background: #257184 none repeat scroll 0 0;
            border: 1px solid #257184 !important;
            border-radius: 0 !important;
            color: #89d0e2;
            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
=====================================*/


    /*====================================
	BUY BUTTONS
=====================================*/

    button.aec-buybutton-textbtn {
        background-color: #ffa800;
        border: medium none;
        color: #257184;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 2px;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        button.aec-buybutton-textbtn:hover {
            background-color: #fcb52d;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
        }

    span.aec-buybutton:before {
        content: "\f837";
        display: inline-block;
        font-family: "CCVGlyphs";
        font-size: 20px;
        font-weight: normal;
        line-height: 1em;
        margin-right: 4px;
        position: relative;
        top: 2px;
    }


    /*====================================
	BOUTIQUES
=====================================*/

    .aec-boutiquebanner > img {
        height: auto;
        max-width: 100%;
    }


    /*====================================
	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: #89D0E2;
        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: #89d0e2;
            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: #fff;
        background-image: none;
        border: 1px solid #89d0e2;
        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: #89d0e2;
        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) {
        /*html {
        max-width: 100vw;
        overflow-x: hidden;
    }*/

        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-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-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: #257184;
        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: #89D0E2;
        border-color: #89D0E2 !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: #257184 !important;
            color: #89D0E2 !important;
            border-color: #257184 !important;
        }

            .aec-groupednotifier-box:hover > span,
            .aec-groupednotifier-box:focus > span {
                color: #89D0E2 !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-threedots .aec-threedotstext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.2em;
    line-height: 1.2em;
}

.home-landing .aec-promotemplate5 a .aec-threedots {
    max-height: 30px !important;
}*/

.home-landing .aec-promotemplate5 div.aec-buybutton {
    height: 15% !important;
}

#aec-ItemBuyButton {
    float: right;
}

.aec-socialbookmarks > a#aec-tweet {
    right: 50px !important;
}

#aec-webami-loginbox .validation-summary-errors {
    background-color: rgb(202,94,88);
    color: #fff !important;
    padding: 2px 25px;
    border: 1px solid rgb(202,94,88);
    border-radius: 2px;
    text-align: center;
}

    #aec-webami-loginbox .validation-summary-errors ul {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.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;
}