#aec-page[data-role="page"] {
    width: 100%;
    overflow-x: hidden;
}

body #aec-page[data-role="page"] #aec-left {
    border-right: medium none;
}

#aec-page[data-role="page"] #aec-body > table {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-height: 320px;
    padding: 15px 15px 25px;
}

#aec-page[data-role="page"] .navbar-header a#aec-goto-cart .icon-basket-alt {
    top: 0;
}

#loginDiv #loginForm h3 {
    color: var(--bs-black) !important;
    font-size: 13px;
    font-weight: 600;
}

.form-control.iframe-container {
    height: 34px
}

/*====================================
	GENERAL KENDO STYLE START
=====================================*/

.k-widget.k-dropdown.k-header.form-control {
    max-height: 31px;
}

.k-grid-header th.k-header > .k-link {
    font-size: 15px;
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--bs-white);
}

#aec-page .k-pager-wrap {
    background-color: var(--bs-white);
    background-image: none;
    border-top-color: transparent;
    color: var(--rosewood);
}

#aec-page .k-dropdown-wrap.k-state-default {
    background-color: var(--bs-white);
    background-image: none !important;
    border-color: #d1d2d4 !important;
}

#aec-page .k-state-selected,
#aec-page .k-button:active,
#aec-page .k-button.k-state-active,
#aec-page .k-draghandle.k-state-selected:hover {
    background-color: #d1d2d4;
    background-image: none !important;
    border-color: #d1d2d4;
    color: var(--rosewood);
}

#aec-page #aec-wishlistpage .k-state-selected,
#aec-page #aec-wishlistpage .k-button:active,
#aec-page #aec-wishlistpage .k-button.k-state-active,
#aec-page #aec-wishlistpage .k-draghandle.k-state-selected:hover,
#aec-page #aec-orderhistorypage .k-state-selected,
#aec-page #aec-orderhistorypage .k-button:active,
#aec-page #aec-orderhistorypage .k-button.k-state-active,
#aec-page #aec-orderhistorypage .k-draghandle.k-state-selected:hover,
{
    background-color: #d1d2d4;
    background-image: none !important;
    border-color: #d1d2d4;
    color: var(--rosewood);
    font-weight: 600;
}

#aec-page .k-animation-container .k-list-container {
    background-color: var(--bs-white) !important;
}

#aec-page .k-animation-container .k-item.k-state-selected.k-state-focused {
    background-color: #000 !important;
    background-image: none !important;
    color: var(--rosewood);
    border: none;
}

#aec-page .k-animation-container .k-item.k-state-hover {
    background-color: #000 !important;
    background-image: none !important;
    color: var(--rosewood);
    border: none !important;
}

#aec-page .k-link.k-pager-nav {
    border-color: #D1D2D4 !important;
}

#aec-page .k-grid-header .k-header > .k-link,
#aec-page .k-header,
#aec-page .k-treemap-title {
    color: var(--secondary-color);
}

#aec-page .k-grid-header .k-header > .k-link {
    text-align: center;
    font-weight: 600;
}

#aec-page .k-header {
    font-weight: 600;
    text-align: left;
}

.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
    color: var(--rosewood);
}

#aec-page .k-header {
    background-color: var(--dark-red);
    background-image: none;
}

#aec-page .k-alt {
    background-color: var(--bs-white);
}

#aec-page .k-grid tr:hover {
    background-color: transparent;
}

#aec-page .k-grid-header th.k-header,
#aec-page .k-filter-row th {
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    overflow: hidden;
    padding: 0.5em 0.6em 0.4em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-color: var(--dark-red);
    border-radius: 0;
}

#aec-page .k-widget tbody tr:first-child td {
    border-top: medium none !important;
}

#aec-page .k-header:first-child {
    border-left: medium none !important;
}

#aec-page .k-pager-wrap .k-pager-refresh {
    background: transparent none repeat scroll 0 0 !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    #aec-page .k-pager-numbers {
        margin-left: 12px !important;
    }
}

/*====================================
	GENERAL KENDO STYLE END
=====================================*/

@media (min-width: 0px) and (max-width: 480px) {
    #aec-page[data-role="page"] #aec-body > table {
        padding-right: 5px;
        padding-left: 5px;
    }
}

input,
select,
textarea {
    max-width: 100%;
}

#aec-page #HoverImageLink > img {
    display: none;
}

#aec-page[data-role="page"] .aec-toggle-leftnav {
    display: none !important;
}

td#aec-main.container.body-content {
    float: none;
}

@media (min-width: 768px) {
    #aec-page[data-role="page"] #aec-body > table {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #aec-page[data-role="page"] #aec-body > table {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #aec-page[data-role="page"] #aec-body > table {
        width: 1170px;
    }
}

td#aec-main.container.body-content.leftnav-off {
    display: table;
    table-layout: fixed;
    width: 100%;
}


/*====================================
	USER ACCOUNT INTERNAL
=====================================*/

td#aec-main.container.body-content:not(.leftnav-off) {
    float: left;
    height: auto !important;
    margin: 0 auto;
    min-height: 1%;
    padding: 0;
    vertical-align: top;
    width: 83.3333%;
    display: table;
    table-layout: fixed;
    width: 83.3333%;
}

@media (min-width: 0px) and (max-width: 1023px) {
    td#aec-main.container.body-content:not(.leftnav-off) {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    td#aec-main.container.body-content:not(.leftnav-off) {
        width: 83.3333%;
    }
}

@media (min-width: 1200px) {
    td#aec-main.container.body-content:not(.leftnav-off) {
        width: 83.3333%;
    }
}

#aec-page[data-role="page"] div#aec-body[data-role="content"] {
    margin-bottom: 0;
}

#aec-page .form-control,
#aec-catalogreq .form-control {
    background-color: var(--bs-white);
    border-color: var(--dark-red);
    font-size: 14px;
    margin-bottom: 12px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    color: var(--rosewood);
    -webkit-border-radius: 0;
    -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;
}

#aec-section-manage-password input.btn-primary:focus,
#aec-section-manage-properties input.btn-primary:focus {
    outline-width: -1px !important;
    outline-style: solid !important;
    outline-color: var(--rosewood) !important;
    outline-offset: -3px !important;
}

.input-block-level {
    margin-top: 0;
}

#aec-payments-cardBlock {
    padding: 0px 17px;
}

#aec-payments-cardBlock .aec-btn-add {
    color: var(--bs-white) !important;
}

#aec-shippingaddresspage .aec-btn-add {
    color: var(--bs-white) !important;
}

div#aec-page[data-role="page"] .btn-default {
    background-color: #6a1d21;
    border: medium none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    color: var(--bs-white);
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 0 !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

#aec-page .control-label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

#loginDiv .control-label,
#registerDiv .control-label {
    line-height: 32px;
}

#aec-page input + br {
    display: none;
}

#aec-page .field-validation-error {
    color: #b20000;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -12px;
}

/*====================================
	NOTES 
=====================================*/

#aec-page .note,
.aec-container-contactus .note,
#aec-catalogreq .note,
#aec-shippingaddresspage .instruct,
#aec-orderhistorypage #orderHistoryGrid > div,
#aec-page #aec-payments #cardHeading2 {
    background-color: #b6b6b6;
    background-image: none;
    border: none;
    color: var(--primary-color);
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 16px;
}

.aec-container-contactus .note,
#aec-catalogreq .note,
.aec-container-contactus .note {
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    background-color: transparent !important;
}

.aec-container-contactus .note {
    padding: 0 !important;
}

#aec-orderhistorypage #orderHistoryGrid > div,
#aec-page #aec-payments #cardHeading2 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

#aec-orderhistorypage #orderHistoryGrid #OrderHistoryGrid > div {
    font-size: 14px;
    border-radius: 0;
}

#aec-orderhistorypage table {
    color: #4e4e4e;
}

#aec-page #aec-payments #cardHeading2 {
    display: block;
    width: auto;
}

#aec-page .note:before,
.note:before,
#aec-shippingaddresspage .instruct:before,
#aec-orderhistorypage #orderHistoryGrid > div > i:before,
#aec-page #aec-payments #cardHeading2 .heading-title:before {
    content: "\f883";
    font-family: "WebGlyphs";
    margin-right: 4px;
    font-weight: normal !important;
}

/*====================================
	H2 HEADINGS
=====================================*/

#aec-shippingaddresspage h1,
#aec-orderhistorypage h1,
#aec-wishlistpage.body-content h1,
#aec-shippingaddresspage h2,
#aec-orderhistorypage h2,
#aec-wishlistpage.body-content h2,
#aec-orderDetails .note.headingsBar,
#aec-page #aec-payments #cardHeading1 {
    background-color: var(--dark-red);
    border-color: var(--dark-red);
    border-style: solid;
    border-width: 0 0 1px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 10px 12px;
    text-transform: uppercase;
}

.aec-container-contactus h2,
#aec-catalogreq .aec-secondary-heading {
    color: var(--primary-color);
    font-size: 33px !important;
    font-weight: 700;
    margin: 0;
    padding: 8px 12px;
    text-transform: uppercase;
}

.aec-container-contactus h2 {
    border-bottom: solid 3px var(--primary-color);
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}

/*====================================
	BORDERS GENERAL
=====================================*/

#aec-shipping,
#aec-shippingaddresspage,
#aec-orderhistorypage,
#aec-account-index.container-fluid,
#aec-page #aec-orderDetails,
#aec-page #aec-payments,
#aec-page #aec-paymentssave.aec-payments {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 10px;
    background: var(--bs-white) none repeat scroll 0 0;
    padding-left: 15px;
    padding-right: 15px;
}

#aec-shipping .col-md-12 {
    padding: 0;
}

#aec-page #aec-paymentssave.aec-payments {
    padding: 0 !important;
}

#aec-pwd-success .row {
    padding: 0 15px;
}

#aec-pwd-success .btn.btn-default {
    color: var(--bs-white) !important;
}

/*====================================
	LOGIN SECTION START
=====================================*/
#aec-page[data-role="page"] div#aec-body[data-role="content"] #aec-main.leftnav-off h1,
#aec-page[data-role="page"] div#aec-body[data-role="content"] #aec-main.leftnav-off h2 {
    background-color: var(--bs-white);
    border-radius: 0 !important;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

#aec-page[data-role="page"] div#aec-body[data-role="content"] #aec-main.leftnav-off h1:before,
#aec-page[data-role="page"] div#aec-body[data-role="content"] #aec-main.leftnav-off h2:before,
.aec-register-steptwo h3:before {
    content: '\f883';
    font-family: 'WebGlyphs';
    margin-right: 4px;
    font-weight: normal !important;
}

#aec-page[data-role="page"] div#aec-body[data-role="content"] #aec-main.leftnav-off p {
    color: #4e4e4e;
    font-size: 15px;
}

#aec-page #aec-primarycontent > div#divSpacer {
    display: none;
}

#aec-page div#aec-body #aec-primarycontent {
    border: 1px solid #c2e5f1;
    border-radius: 0 !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 300px;
}

#aec-page #aec-primarycontent.container.leftnavoff {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

#btnLoginSubmit,
#btnRegisterSubmit {
    float: right;
}

#registerDiv,
#loginDiv {
    border-radius: 0 !important;
    float: left;
    overflow: hidden;
    background-color: var(--bs-white);
}

#aec-page #registerDiv .k-header {
    background-color: #d1d2d4;
    background-image: none;
}

#aec-page #registerDiv .k-header:first-child {
    border-left: 1px solid #d1d2d4 !important;
    text-align: left;
}

#registerDiv fieldset,
#loginDiv fieldset {
    border: none !important;
}

#registerDiv h1,
#loginDiv h1,
#registerDiv h2,
#loginDiv h2 {
    background-color: var(--dark-red) !important;
    color: #eaad50 !important;
    font-size: 15px;
    border-radius: 0 !important;
}

#loginDiv h1:before,
#loginDiv h2:before {
    content: '\f805' !important;
    font-family: 'WebGlyphs';
    margin-right: 4px;
    font-weight: normal !important;
}

#registerDiv h1:before,
#registerDiv h2:before {
    content: '\f80A' !important;
    font-family: 'WebGlyphs';
    margin-right: 4px;
    font-weight: normal !important;
}

#aec-page #registerDiv.col-md-8 {
    margin-left: 2%;
}

#registerForm strong {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
}

.account-message-label {
    color: #000 !important;
}

@media (min-width: 768px) and (max-width:992px) {
    #aec-page #registerDiv.col-md-8 {
        margin-left: 1%;
    }
}

#btnLoginSubmit:before {
    content: '\f84b';
    font-family: 'WebGlyphs';
    margin-right: 4px;
    font-weight: normal !important;
}

#btnRegisterSubmit:before {
    content: '\f82b';
    font-family: 'WebGlyphs';
    margin-right: 4px;
    font-weight: normal !important;
}

#loginForm .form-control,
#registerForm .form-control {
    max-width: 100% !important;
    width: 100% !important;
}

#registerForm strong {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500 !important;
}

#registerForm label[for="ignore"],
#loginDiv label[for="ignore"] {
    height: 0;
    padding: 0;
}

@media (min-width:320px) and (max-width:767px) {
    #loginDiv div[class^="col-md-"],
    #loginDiv div[class*=" col-md-"],
    #registerDiv div[class^="col-md-"],
    #registerDiv div[class*=" col-md-"] {
        width: 100% !important;
    }
    #registerForm label,
    #loginForm label {
        line-height: 1.8em !important;
        width: 100%;
    }
    
    #aec-page #registerDiv.col-md-8 {
        margin-left: 0;
        margin-top: 10px;
    }
    
    label[for="ignore"] {
        display: none !important;
    }
    #aec-page .aec-go-home {
        left: 20px;
    }
    #aec-page > div#aec-body {
        padding-left: 5px;
        padding-right: 5px;
    }
    
}

@media (min-width:768px) and (max-width:1200px) {
    #loginDiv div[class^="col-md-"],
    #loginDiv div[class*=" col-md-"],
    #registerDiv div[class^="col-md-"],
    #registerDiv div[class*=" col-md-"] {
        width: 100% !important;
    }
    #registerForm label,
    #loginForm label {
        line-height: 1.8em !important;
        width: 100%;
    }
    label[for="ignore"] {
        display: none !important;
    }
       
    #aec-page .aec-go-home {
        left: 0px;
    }
}

.k-dropdown.form-control {
    padding: 0 !important;
}

#registerForm .k-dropdown {
    margin-bottom: 0 !important;
}

#registerDiv .k-dropdown-wrap {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#registerForm label[for="BirthdayMonth"] + .col-md-3 {
    width: 33.3333%;
}

#registerForm .col-md-offset-1.col-md-3 {
    margin-left: 0 !important;
    width: 25%;
}

@media (min-width: 0px) and (max-width: 1200px) {
    #registerForm .col-md-offset-1.col-md-3 {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

.aec-register-steptwo h3 {
    font-size: 15px;
}

h3.aec-heading-steptwo {
    font-size: 20px;
}

/*====================================
	LOGIN SECTION END
=====================================*/
/*====================================
	RESET PASSWORD START
=====================================*/
#aec-main.container.body-content.leftnav-off > div#aec-reset-pg1,
#aec-main.container.body-content.leftnav-off > div#aec-reset-pg2,
#aec-main.container.body-content.leftnav-off > div#aec-reset-confirm,
#aec-main.container.body-content.leftnav-off > div#aec-pwd-failure {
    border-radius: 0 !important;
    border: none !important;
    overflow: hidden;
    position: relative;
    background-color: var(--bs-white);
}

#aec-page #aec-reset-pg1 .control-label {
    padding-top: 8px;
}

div#aec-page[data-role="page"] #aec-reset-pg1 .btn-primary {
    margin-top: 0;
    margin-bottom: 0;
}

.aec-reset-pass-btns div {
    padding:0;
}

@media (min-width:0px) and (max-width:360px) {
    div #aec-page[data-role="page"] #aec-reset-pg1 .btn-primary {
        padding: 10px 9px !important;
    }
    .col-sm-3.col-md-4.col-lg-4 > span#aec-reset-loginLink {
        display: inline-block;
        padding-top: 10px !important;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width:768px) and (max-width:7680px) {
    #aec-reset-pg1 .row > .col-md-2.col-lg-2 {
        width: 100px !important;
    }
    #aec-reset-pg1 .col-sm-6.col-md-4.col-lg-4 {
        width: 380px !important;
    }
    div#aec-page[data-role="page"] #aec-reset-pg1 .btn-primary {
        margin-left: 30px;
    }
    div#aec-page[data-role="page"] #aec-reset-pg1 #UserName {
        width: 352px !important;
    }
    #aec-reset-pg1 .row > .col-sm-3.col-md-4.col-lg-4 {
        width: 270px !important;
    }
}

#aec-reset-pg1 legend,
#aec-reset-pg2 legend,
#aec-reset-confirm legend,
#aec-pwd-failure legend {
    background-color: var(--primary-color);
    border-bottom: 3px solid var(--bs-white);
    color: var(--bs-white) !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    width: 100%;
}

#aec-reset-confirm legend:before {
    background-color: var(--bs-white);
    border-radius: 50%;
    color: var(--primary-color);
    content: "3";
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    margin-right: 6px;
    text-align: center;
    width: 22px;
    line-height: 25px;
}

#aec-reset-pg2 legend:before {
    background-color: var(--bs-white);
    border-radius: 50%;
    color: var(--primary-color);
    content: "2";
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    margin-right: 6px;
    text-align: center;
    width: 22px;
    line-height: 25px;
}

#aec-reset-pg1 legend:before {
    background-color: var(--bs-white);
    border-radius: 50%;
    color: var(--primary-color);
    content: "1";
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
    margin-right: 6px;
    text-align: center;
    width: 22px;
    line-height: 25px;
}

#aec-reset-pg1 h3 {
    background-color: transparent;
    color: var(--bs-white);
    font-size: 15px;
    font-weight: normal;
    margin: -5px 0 15px;
    padding: 10px 10px 10px 0;
}

#aec-reset-pg1 h3:before {
    content: '\f883';
    font-family: "WebGlyphs";
    margin-right: 4px;
}

#aec-reset-pg1 fieldset,
#aec-reset-pg2 fieldset {
    padding-bottom: 20px !important;
}

#aec-reset-pg1 .row,
#aec-pwd-failure .row {
    margin: 0;
    padding: 0 20px;
}

#aec-reset-confirm .row {
    margin: 0;
    padding: 0 20px;
}

#aec-reset-pg2 .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
}

#aec-reset-pg2 h3 {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 0;
}

#aec-reset-pg2 h3,
#aec-pwd-success h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 0;
}

#aec-reset-pg2 form {
    color: #000;
    font-size: 12px;
}

#aec-reset-pg2 .btn-default {
    color: var(--bs-white) !important;
}

#aec-reset-pg2 .aec-pwd-head2 a {
    color: var(--rosewood);
    font-weight: 600;
    text-decoration: underline;
}

#aec-reset-pg2 .aec-pwd-head2 a:hover,
#aec-reset-pg2 .aec-pwd-head2 a:focus {
    color: #f9f091;
}

#aec-reset-pg1 .row > .col-md-2.col-lg-2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    width: 10.5%;
}

#aec-reset-pg1 .row > .col-sm-3.col-md-4.col-lg-4 {
    width: 25%;
    padding-left: 0;
}

@media (min-width:320px) and (max-width:767px) {
    #aec-reset-pg1 .row > .col-md-2.col-lg-2 {
        width: 100%;
    }
    #aec-reset-pg1 .row > .col-sm-3.col-md-4.col-lg-4 {
        float: left;
        width: auto;
    }
    #aec-reset-pg1 .row > .col-sm-6.col-md-4.col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }
    #aec-reset-pg1 .row > .col-sm-3.col-md-4.col-lg-4 + .col-sm-6.col-md-4.col-lg-4 {
        float: right;
    }
}


/*====================================
	RESET PASSWORD END
=====================================*/


/*====================================
	MY ACCOUNT MENU
=====================================*/

#aec-accountmanage-nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}

#aec-accountmanage-nav a:before {
    display: inline-block;
    font-family: "WebGlyphs";
    font-weight: normal;
    margin-right: 2px;
    width: auto;
}

#aec-accountmanage-nav > a[title~="Payment"] {
    border-right: none !important;
}

#aec-accountmanage-nav > div > a:before {
    content: "\f88c";
}

#aec-accountmanage-nav > a[title~="Account"]:before {
    content: "\f883";
}

#aec-accountmanage-nav > a[title~="Shipping"]:before {
    content: "\f816";
}

#aec-accountmanage-nav > a[title~="Wish"]:before {
    content: "\f85e";
}

#aec-accountmanage-nav > a[title~="Order"]:before {
    content: "\f817";
}

#aec-accountmanage-nav > a[title~="Payment"]:before {
    content: "\f88d";
}

/* 4K and 8K UHD 7680px */

#aec-accountmanage-nav > a:hover,
#aec-accountmanage-nav div a:hover,
#aec-accountmanage-nav a.aec-navselected {
    color: var(--bs-white) !important;
    background-color: var(--primary-color);
    border-radius: 6px;
}

@media (min-width: 1024px) and (max-width: 7680px) {
    #aec-accountmanage-nav.collapse.in,
    #aec-accountmanage-nav.collapse,
    #aec-accountmanage-nav.collapsing {
        display: block !important;
        height: auto !important;
        padding-right: 5px;
    }
    .btn.btn-accmenu {
        display: none;
    }
    #aec-accountmanage-nav > div {
        border: medium none;
        color: inherit;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 0;
    }
    #aec-accountmanage-nav a {
        background-color: #b6b6b6;
        border-bottom: medium none;
        border-radius: 6px;
        display: block;
        font-size: 15px !important;
        margin-bottom: 5px;
        padding: 5px 15px !important;
        width: 100%;
        color: var(--primary-color) !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .btn.btn-accmenu {
        display: none;
    }
    #aec-page #aec-left {
        background-color: transparent;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        left: 0;
        margin: 0 !important;
        min-height: 0 !important;
        min-width: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100% !important;
        z-index: 1;
    }
    #aec-page #aec-body > table {
        margin: 0 auto;
        width: 100%;
    }
    #aec-page #aec-left.aec-accnav + #aec-main.container.body-content {
        clear: both;
        display: block;
        float: left !important;
        width: 100% !important;
    }
    #aec-accountmanage-nav {
        border: 1px solid #D1D2D4;
        border-collapse: separate;
        border-radius: 0 !important;
        display: table;
        margin: 0 0 25px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    #aec-accountmanage-nav > div {
        border-bottom: medium none;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: capitalize;
        width: 16.6667%;
    }
    #aec-accountmanage-nav > div a {
        color: #7b7b7b;
        font-size: 18px;
        font-weight: normal;
        padding: 10px 0 !important;
        text-decoration: none;
        text-shadow: none;
        width: 100%;
    }
    #aec-accountmanage-nav > a {
        float: left;
        width: 16.66666667%;
    }
    #aec-accountmanage-nav a:before {
        display: none;
        font-size: 20px;
    }
    #aec-accountmanage-nav > a {
        border: none !important;
        color: #2e2e2e;
        font-size: 18px;
        font-weight: normal;
        padding: 10px 0 !important;
        position: relative;
        text-align: center;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-page #aec-left {
        background-color: transparent;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        left: 0;
        margin: 0 0 10px !important;
        min-height: 0 !important;
        min-width: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100% !important;
    }
    .btn.btn-accmenu.collapsed {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-width: 1px !important;
    }
    .btn.btn-accmenu:hover,
    .btn.btn-accmenu:focus,
    .btn.btn-accmenu:active {
        outline: none;
    }
    .btn.btn-accmenu:active {
        background-image: none;
        box-shadow: none !important;
    }
    .btn.btn-accmenu {
        background-color: #BABBBC;
        border-color: #D1D2D4;
        border-radius: 0 !important;
        border-style: solid;
        border-width: 1px 1px 0;
        color: var(--rosewood);
        font-weight: 700;
        padding: 7px 12px;
        text-align: left;
        text-transform: uppercase;
        width: 98%;
        outline: none;
        display: block;
        margin: 0 auto;
        font-size: 18px;
        text-shadow: 0 0;
    }
    .btn.btn-accmenu:hover,
    .btn.btn-accmenu:focus {
        background-color: #4e4e4e;
        color: #000;
    }
    #aec-page #aec-body > table {
        margin: 0 auto;
        width: 100%;
    }
    #aec-page #aec-left.aec-accnav + #aec-main.container.body-content {
        clear: both;
        display: block;
        float: left !important;
        width: 100% !important;
    }
    #aec-accountmanage-nav {
        border: 1px solid #D1D2D4;
        border-collapse: separate;
        border-radius: 0 !important;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        width: 98%;
    }
    #aec-accountmanage-nav > div {
        border-bottom: 1px solid #D1D2D4;
        color: black;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
    }
    #aec-accountmanage-nav > div a {
        padding: 8px 15px !important;
    }
    #aec-accountmanage-nav div + a {
        border-top: medium none !important;
    }
    #aec-accountmanage-nav a:before {
        margin-right: 6px;
        display: none;
    }
}

/*====================================
	MY ACCOUNT LANDING PAGE
=====================================*/
#aec-account-index{
    padding: 0 15px;
}

#aec-account-index.container-fluid {
    padding-top: 20px;
}

#aec-account-index .row-fluid + br,
#aec-account-index .row-fluid + br + br,
#aec-account-index .row-fluid + br + br + br {
    display: none;
}

#aec-account-index.container-fluid .span4 {
    border-radius: 0 !important;
    float: left;
    margin: 0px 0 20px;
    width: 33.3333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
#aec-account-index .span4 h2 + p {
    background-color: var(--bs-white);
    border: medium none;
    border-color: #ccc;
    color: #000000;
    border-width: 0 1px;
    border-style: solid;
    font-size: 14px;
    height: auto;
    margin: 0;
    min-height: 80px;
    padding: 7px;
}


#aec-account-index .span4 h2 + p + p {
    border-color: #ccc;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    height: auto;
    margin: 0;
    padding: 7px;
}

#aec-account-index h2 {
    background-color: var(--dark-red);
    border-color: var(--dark-red);
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 10px 12px;
    text-transform: uppercase;
}

#aec-account-index h2:before {
    font-weight: 500;
}

#aec-account-index .btn:hover {
    background-color: #662326;
}

@media (min-width: 320px) and (max-width: 992px) {
    #aec-account-index .span4 h2 + p {
        min-height: 80px;
    }
}

#aec-account-index .row-fluid {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    width: 100%;
}

#aec-account-index .span4 h2 + p + p {
    background-color: var(--bs-white);
    border-radius: 0 !important;
    height: auto;
    margin: 0;
    padding: 7px;
}

@media (min-width: 481px) and (max-width: 662px) {
    #aec-account-index.container-fluid .span4 {
        width: 50%;
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    #aec-account-index.container-fluid .span4 {
        width: 100%;
    }
    #aec-account-index .span4 h2 + p {
        min-height: 0;
    }
    #aec-account-index .btn {
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 1023px) {
    #aec-account-index {
        padding-top: 15px;
    }
}

/*====================================
	ACCOUNT INFORMATION PAGE
=====================================*/

    #aec-shipping .aec-sectionborder {
        border: none;
    }

    #aec-shipping .k-header {
        background-color: #d1d2d4;
        background-image: none;
    }

    #aec-shipping .k-header:first-child {
        border-left: 1px solid #d1d2d4 !important;
        text-align: left;
    }

    #aec-shippingaddresspage .k-widget.k-dropdown.k-header.form-control.ddlCheckout {
        border: medium none;
        padding: 0;
        width: 100% !important;
    }

    /* 4K and 8K UHD 7680px */

    @media (min-width: 992px) and (max-width: 7680px) {
        #aec-section-manage-properties.aec-sectionborder .col-md-3 {
            width: 40%;
        }

        #aec-section-manage-properties.aec-sectionborder .col-md-2 {
            width: 25%;
        }
    }

    @media (min-width: 0px) and (max-width: 992px) {
        #aec-shippingaddresspage .k-widget.k-dropdown.k-header.form-control.ddlCheckout {
            width: 100% !important;
        }
    }

    /* 4K and 8K UHD 7680px */

    @media (min-width: 0px) and (max-width: 7680px) {
        #aec-shipping .col-md-4 {
            width: 25%;
        }

        #aec-shipping .col-md-offset-4 {
            margin-left: 0%;
        }
    }

    #aec-shippingaddresspage .k-autocomplete.k-state-default,
    #aec-shippingaddresspage .k-picker-wrap.k-state-default,
    #aec-shippingaddresspage .k-numeric-wrap.k-state-default,
    #aec-shippingaddresspage .k-dropdown-wrap.k-state-default,
    #aec-shippingaddresspage .k-multiselect.k-header {
        border-color: #4e4e4e !important;
    }

    .k-dropdown.k-state-default.k-state-focused {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #aec-shippingaddresspage .required:after {
        color: #000;
    }

    #aec-shipping .aec-secondary-heading,
    #aec-shippingaddresspage .aec-secondary-heading {
        background-color: var(--dark-red);
        border-color: var(--dark-red);
        border-radius: 0 !important;
        border-style: solid;
        border-width: 0 0 1px;
        color: var(--secondary-color) !important;
        display: table;
        margin: 0;
        position: relative;
        width: 100%;
    }

    #aec-shippingaddresspage .aec-secondary-heading {
        height: auto !important;
    }

    #aec-shipping .aec-secondary-heading h1,
    #aec-shipping .aec-secondary-heading h2 {
        color: var(--secondary-color);
        font-size: 16px;
        margin: 0;
        padding: 10px 0 10px 12px;
        text-transform: uppercase;
    }

    .aec-secondary-heading > span {
        background-color: transparent;
        border: medium none;
        border-radius: 0 !important;
        color: #f9f091 !important;
        margin: 8px 0;
        padding: 0 5px;
        position: absolute;
        right: 12px;
        text-transform: lowercase;
        font-size: 14px;
        font-weight: 300;
    }

    .form-horizontal .control-label {
        font-size: 12px;
    }

    #changePasswordForm hr {
        display: none;
    }

    #aec-shipping h4 {
        border-bottom: 1px solid #ddd;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    #changePasswordForm .form-group {
        display: block;
        float: left;
        height: auto;
        padding: 0;
        width: 50%;
        margin: 0;
    }

    #changePasswordForm .form-group .control-label {
        width: 45%;
        text-align: right;
    }

    #changePasswordForm .form-group div {
        width: 55%;
    }

    #changePasswordForm .form-group div input[type="text"] {
        width: 100%;
    }

    #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group,
    #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group + hr + .form-group {
        width: 100% !important;
    }

    #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group + hr + .form-group {
        border-top: 1px solid #ddd;
        margin-top: 12px;
        padding-top: 0;
    }

    #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group .control-label {
        width: 22.5%;
    }

    #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group input[type="password"] {
        width: 47%;
    }

    #changePasswordForm input#EmailOptIn {
        margin-left: 0;
        margin-top: 12px;
    }

    #changePasswordForm label[for="EmailOptIn"] {
        color: #333;
        font-size: 13px !important;
        font-weight: 700;
    }

    #changePasswordForm .btn.btn-default,
    #aec-shippingaddresspage .btn.btn-default {
        width: 20%;
    }


    @media (min-width: 1199px) and (max-width: 1980px) {
        #changePasswordForm .btn.btn-default {
            margin-left: 15px;
        }
    }

    @media (min-width: 320px) and (max-width: 991px) {
        #changePasswordForm .form-group .control-label {
            text-align: left;
            width: 100%;
        }

        #changePasswordForm .form-group div {
            padding-left: 0;
            width: 100%;
        }

        #changePasswordForm label[for="ConfirmPassword"] {
            width: 100% !important;
        }

        #changePasswordForm label[for="EmailOptIn"] + div {
            float: left !important;
            width: 15px !important;
        }

        #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group input[type="password"] {
            max-width: 46%;
        }

        #changePasswordForm .form-group + .form-group + .form-group + .form-group + .form-group .control-label {
            width: auto;
        }

        #changePasswordForm .form-group div input[type="text"] {
            max-width: 98%;
        }

        #changePasswordForm .form-group {
            margin: 0 0 0 2%;
            width: 48%;
        }
    }

    @media (min-width: 320px) and (max-width: 1199px) {
        #aec-shipping {
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    #aec-shipping .aec-sectionborder .k-dropdown-wrap {
        border: none;
    }

    #aec-shipping .aec-sectionborder label[for="BirthdayMonth"] + .col-md-3 span.k-widget {
        width: 100% !important;
    }

    #aec-shipping .form-horizontal {
        background-color: var(--bs-white);
        border: medium none;
    }


    /* 4K and 8K UHD 7680px */

    @media (min-width: 768px) and (max-width: 7680px) {
        #aec-shipping .form-horizontal {
            border: 1px solid var(--dark-red);
            min-height: 365px;
        }

        #aec-shipping .form-horizontal .form-group {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }

        #aec-shipping .form-horizontal label {
            line-height: 24px;
            padding-top: 0;
            text-align: left;
            width: 100%;
        }

        #aec-shipping .form-horizontal .col-md-8 {
            width: 100%;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #aec-shipping .col-md-4 {
            line-height: 22px;
            margin-bottom: 0;
            width: 100%;
        }
    }

    #aec-shipping .form-horizontal label[for="EmailOptIn"] {
        width: 90%;
    }

        #aec-shipping .form-horizontal label[for="EmailOptIn"] + .col-md-8 {
            float: left;
            padding-right: 0;
            width: 10%;
        }

    @media (min-width: 0px) and (max-width: 359px) {
        #aec-shipping .form-horizontal label[for="EmailOptIn"] {
            width: 88%;
        }

        #aec-shipping .form-horizontal label[for="EmailOptIn"] + .col-md-8 {
            width: 12%;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #aec-shipping .col-md-4 {
            line-height: 22px;
            margin-bottom: 0;
            width: 100%;
        }

        #aec-shipping .form-horizontal .form-group {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }
    }

    @media (min-width: 0px) and (max-width: 480px) {
        #aec-shipping .form-horizontal .btn-primary {
            width: 100%;
        }

        #aec-shipping .col-md-12 {
            padding: 0 !important;
        }
    }

/*====================================
	SHIPPING ADDRESS PAGE
=====================================*/

    #aec-shippingaddresspage .aec-secondary-heading h2 {
        border: none !important;
        background: none repeat scroll 0 0 transparent !important;
        box-shadow: none !important;
    }

    #aec-shippingaddresspage .instruct {
        background-color: #b6b6b6;
        background-image: none;
        border: none !important;
        color: var(--dark-red);
        margin: 10px;
        padding: 10px;
        font-size: 15px;
        background-image: none !important;
        font-weight: normal;
    }

    #aec-shippingaddresspage fieldset {
        background-color: var(--bs-white);
        padding: 15px;
    }

    #aec-shippingaddresspage .instruct:before {
        content: "\f883";
        font-family: "WebGlyphs";
        margin-right: 4px;
        font-weight: normal !important;
    }

    #aec-shippingaddresspage .btn.btn-default {
        margin-left: 20px;
    }

    #aec-shippingaddresspage hr {
        border-color: var(--bs-black);
        margin: 0 auto 2px;
        width: 98%;
    }

    #aec-shippingaddresspage #ShippingAddress_AddressName {
        max-width: 50%;
    }

    #aec-shippingaddresspage .form-group span.k-dropdown {
        width: 100% !important;
        border: 0;
    }

    #aec-shippingaddresspage .form-group {
        display: block;
        float: left;
        height: auto;
        margin: 0;
        padding: 0;
        width: 33.33333333%;
    }

    #aec-shippingaddresspage .control-label {
        font-weight: 600;
        padding: 10px 4px 10px 0;
    }

    #aec-shippingaddresspage fieldset > .col-md-9 {
        border-top: 1px solid #babbbc;
        width: 100%;
        float: left;
    }

    #aec-shippingaddresspage .col-md-9 {
        margin-right: -4px !important;
        padding-left: 0;
        padding-right: 10px;
        width: 65%;
    }

    @media (min-width: 768px) and (max-width: 992px) {
        #aec-shippingaddresspage .col-md-9 {
            width: 95%;
        }
    }

    #aec-shippingaddresspage .form-group:first-child {
        width: 100%;
    }

    @media (min-width: 992px) and (max-width: 1980px) {
        #aec-shippingaddresspage .form-group {
            display: block;
            float: left;
            height: auto;
            margin: 0;
            padding: 0;
            width: 33.33333333%;
        }
    }

    @media (min-width: 320px) and (max-width: 1199px) {
        #aec-shippingaddresspage {
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 320px) and (max-width: 991px) {
        #aec-shippingaddresspage .form-group {
            width: 48%;
        }

        #aec-shippingaddresspage .form-group .control-label {
            padding: 6px 0;
        }

        #aec-shippingaddresspage fieldset {
            padding: 0 15px;
        }

        #aec-shippingaddresspage .form-group div input[type="text"] {
            max-width: 100%;
        }

        #aec-shippingaddresspage .form-group div {
            padding-left: 0;
        }

        #aec-shippingaddresspage #IsDefault + input + .col-md-9 {
            float: left;
            width: auto;
            margin-top: 22px;
        }

        #aec-shippingaddresspage .btn.btn-default,
        #aec-shippingaddresspage .btn.btn-primary {
            padding-left: 20px;
            padding-right: 20px;
        }

        #aec-shippingaddresspage .btn.btn-default {
            margin-left: 20px;
        }

        #aec-shippingaddresspage .col-md-9 .btn.btn-default {
            margin-left: 0px;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #aec-shippingaddresspage #ShippingAddress_AddressName {
            max-width: 100%;
            width: 100%;
        }

        #aec-shippingaddresspage .form-group:first-child div {
            width: 100%;
        }

        #aec-shippingaddresspage .form-group {
            margin: 0;
            width: 100%;
        }

        #aec-shippingaddresspage .col-md-9 {
            width: 100%;
            margin-right: 0;
            padding-right: 0;
        }

        #aec-shippingaddresspage .aec-secondary-heading > h2 {
            display: inline-block;
            float: left !important;
            padding: 8px;
            position: relative;
            right: 0;
            width: auto;
        }
    }

    @media (min-width: 360px) and (max-width: 767px) {
        #aec-shippingaddresspage .aec-secondary-heading > span {
            margin-left: 8px;
            width: auto;
            float: none !important;
            position: relative;
            display: inline-block;
        }
    }

    @media (min-width: 0px) and (max-width: 359px) {
        #aec-shippingaddresspage .aec-secondary-heading > span {
            clear: both;
            display: inline-block;
            float: left !important;
            margin-left: 20px;
            margin-top: 0;
            position: relative;
            width: auto;
        }
    }

    #aec-shippingaddresspage-grid {
        border: 1px solid #b6b6b6 !important;
        border-collapse: separate;
        border-radius: 0 !important;
        float: none;
        margin-left: auto;
        margin-right: auto;
        min-height: 0.01%;
        padding: 0;
        position: relative;
        width: 98%;
        overflow: hidden;
    }

    #aec-shippingaddresspage .col1 {
        background-color: var(--dark-red);
        border-bottom: 1px solid var(--dark-red);
        font-size: 15px;
        font-weight: 600;
        width: 70%;
        color: var(--secondary-color);
        padding: 5px 15px !important;
    }

    #aec-shippingaddresspage tr {
        background-color: var(--bs-white);
        border-bottom: 1px solid #000000;
    }

    #aec-shippingaddresspage .col2 {
        background-color: var(--dark-red);
        border-color: var(--dark-red);
        border-style: solid;
        border-width: 0 0 1px 1px;
        color: var(--secondary-color);
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        width: 30%;
    }

    #aec-shippingaddresspage-grid td,
    #aec-shippingaddresspage-grid th {
        font-size: 15px;
        padding: 0 15px !important;
        color: #000;
    }

    #aec-shippingaddresspage tr td {
        border-bottom: 1px solid #b6b6b6;
    }

    #aec-shippingaddresspage tr td + td {
        border-left: 1px solid #b6b6b6;
    }

    #aec-shippingaddresspage tr:last-child td {
        border-bottom: medium none;
    }

    @media (min-width: 0px) and (max-width: 767px) {
        #aec-shippingaddresspage-grid .btn.btn-primary {
            color: var(--bs-white) !important;
            margin: 5px 0 !important;
            padding: 5px 0 !important;
            text-align: center;
            width: 100% !important;
        }
    }

    #aec-shippingaddresspage .k-input {
        text-align: left;
    }

    #aec-shippingaddresspage-grid button.btn.btn-primary,
    #aec-shippingaddresspage-grid button.btn.btn-primary:hover {
        background-color: var(--secondary-color) !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        color: var(--primary-color) !important;
    }


    @media (min-width: 320px) and (max-width: 991px) {
        #aec-shippingaddresspage-grid {
            width: 96%;
        }
    }

.aec-orders-footer,
.aec-shippingaddresspage-submit-btn {
    margin-left: 12px;
}

/*====================================
	WISH LIST PAGE
=====================================*/
#aec-wishlistpage.body-content {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: var(--bs-white);
}

    #aec-wishlistpage #Grid {
        border-color: #BABBBC;
        border-radius: 0 !important;
        overflow: hidden;
    }

    #aec-wishlistpage div.aec-buybutton {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 80%;
    }

    #aec-wishlistpage .aec-salescat {
        color: var(--primary-color);
        font-size: 15px;
    }

    #aec-wishlistpage .aec-wishlistrmv {
        background-color: var(--secondary-color) !important;
        border: medium none;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        color: var(--primary-color) !important;
        font-weight: 600;
        margin-top: 7px;
        padding: 2px 12px;
        text-transform: uppercase;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        border: 1px solid var(--secondary-color);
        border-radius: 6px !important;
    }

        #aec-wishlistpage .aec-wishlistrmv:before {
            font-family: "WebGlyphs";
            content: '\f801' !important;
            margin-right: 4px;
        }

        #aec-wishlistpage .aec-wishlistrmv:hover {
            background-color: #f7ca83 !important;
        }

    #aec-wishlistpage .aec-price {
        padding-top: 2px;
    }

    #aec-wishlistpage .aec-custprice {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 700;
    }

    #aec-wishlistpage .aec-wishlistimage {
        float: left;
        margin-right: 10px;
        max-width: 110px;
    }

    #aec-wishlistpage colgroup col:first-child {
        width: 70% !important;
    }

    #aec-wishlistpage div {
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    #aec-wishlistpage .aec-listprice > span {
        text-decoration: line-through;
    }

    #aec-wishlistpage .gridcell {
        font-size: 15px;
    }

    #aec-wishlistpage td div a {
        color: var(--primary-color) !important;
        font-size: 15px !important;
        text-decoration: none;
    }

        #aec-wishlistpage td div a b {
            font-weight: 600 !important;
        }

    #aec-wishlistpage .k-no-data > td {
        background-color: #d1d2d4;
    }

    #aec-wishlistpage #Grid td[role="gridcell"] {
        background-color: var(--bs-white);
        border-bottom: 1px solid #babbbc;
        border-left-color: #babbbc;
        border-right-color: #babbbc;
        border-top: 1px solid #babbbc !important;
    }

    #aec-page #aec-wishlistpage .k-pager-wrap {
        color: var(--primary-color);
        font-weight: 600;
    }

    #aec-wishlistpage .k-pager-numbers.k-reset li span {
        border: 1px solid #babbbc;
        padding-top: 0;
    }

    #aec-wishlistpage .k-pager-wrap > a.k-state-disabled:hover {
        background: #BABBBC none repeat scroll 0 0;
        cursor: default;
    }

    #aec-wishlistpage .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
        border-radius: 0;
        box-shadow: none;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        #aec-wishlistpage {
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        #aec-wishlistpage.body-content {
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 15px;
        }

        #aec-wishlistpage.body-content h2 {
            margin-bottom: 0;
            padding-left: 25px;
        }

        @media (min-width: 361px) and (max-width: 767px) {
            #aec-wishlistpage.body-content {
                margin: 15px 15px 20px;
                padding-bottom: 5px;
                padding-left: 5px;
                padding-right: 5px;
            }
        }

        @media (min-width: 0px) and (max-width: 360px) {
            #aec-wishlistpage.body-content {
                margin: 0 0 20px;
                padding-bottom: 5px;
                padding-left: 5px;
                padding-right: 5px;
            }
        }
    }

    @media (min-width: 465px) and (max-width: 699px) {
        #aec-wishlistpage colgroup col:first-child {
            width: 60% !important;
        }

        #aec-wishlistpage td div {
            font-size: 12.5px;
        }

        #aec-wishlistpage .k-pager-info.k-label {
            padding: 0 2px 0 0 !important;
        }
    }

    @media (min-width: 320px) and (max-width: 464px) {
        #aec-wishlistpage colgroup col:first-child {
            width: 58% !important;
        }

        #aec-wishlistpage .k-pager-info.k-label {
            padding: 0 2px 0 0;
        }

        #aec-wishlistpage .aec-buybutton {
            width: 90%;
        }

        #aec-wishlistpage .aec-wishlistimage {
            max-width: 80px;
        }

        #aec-wishlistpage .k-pager-sizes.k-label {
            float: right;
            padding-left: 0;
            padding-right: 7px;
        }

        #aec-wishlistpage .k-pager-info.k-label {
            border-top: 1px solid #c8d0de;
            margin-top: 4px;
            text-align: center;
            width: 100%;
        }

        #aec-wishlistpage td div {
            font-size: 12px;
        }

        @media (min-width: 320px) and (max-width: 420px) {
            #aec-wishlistpage colgroup col:first-child {
                width: 50% !important;
            }

            #aec-wishlistpage td div a {
                display: block;
                float: none;
                text-align: center;
            }

            #aec-wishlistpage td div {
                text-align: center;
            }

            #aec-wishlistpage .aec-wishlistimage {
                float: none;
            }

            #aec-wishlistpage td div a + br {
                display: none;
            }

            #aec-wishlistpage td div a b {
                display: block;
                text-align: center;
            }
        }

        @media (min-width: 320px) and (max-width: 370px) {
            #aec-wishlistpage .k-link.k-pager-nav.k-pager-first {
                margin-left: 0;
            }

            #aec-wishlistpage .k-pager-sizes.k-label {
                border-top: 1px solid #B1B2B4;
                float: left;
                margin-left: 0;
                margin-top: 4px;
                padding: 7px 0 0;
                width: 51%;
                font-size: 12px;
            }

            #aec-wishlistpage .k-link.k-pager-nav {
                border-color: #B1B2B4 !important;
                background-color: #d1d2d4;
            }

            #aec-wishlistpage .k-pager-numbers {
                margin-left: 12px !important;
            }

            #aec-wishlistpage .k-pager-info {
                float: right;
                padding-right: 2% !important;
                padding-top: 7px !important;
                text-align: right !important;
                width: 47% !important;
                font-size: 12px;
            }
        }
    }


    /*====================================
	ORDER HISTORY
=====================================*/

    #aec-orderhistorypage #orderHistoryGrid {
        min-height: 200px;
    }

        #aec-orderhistorypage #orderHistoryGrid > div > i {
            font-style: normal;
        }

    #aec-orderhistorypage .btn.btn-default {
        background-color: #e7ecf4;
        border: medium none;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #4e4e4e !important;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 12px;
        margin-top: 12px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 15px;
    }

    #aec-orderhistorypage hr {
        margin-bottom: 10px;
        border-color: var(--bs-black);
    }

    #orderHistoryGrid #OrderHistoryGrid {
        background-color: var(--bs-white) !important;
        border: 1px solid #D1D2D4 !important;
        max-width: 100% !important;
        overflow: hidden;
        padding: 0 !important;
        border-radius: 0;
    }

    #orderHistoryGrid .k-grid tr td {
        border-style: solid;
        background-color: var(--bs-white);
        font-size: 14px;
    }

        #orderHistoryGrid .k-grid tr td:first-child {
            border-left: 0 none;
            color: #000;
        }

        #orderHistoryGrid .k-grid tr td + td {
            text-align: center;
        }

    #aec-orderhistorypage .k-pager-wrap,
    #aec-orderhistorypage .k-pager-sizes.k-label {
        color: #000;
    }

    #aec-orderhistorypage tr .k-link {
        color: var(--bs-white) !important;
    }

    .k-pager-refresh span.k-i-refresh {
        color: #000 !important;
    }

    #aec-orderhistorypage .k-pager-numbers > li {
        border-color: #babbbc;
        border-style: solid;
        border-width: 0 1px;
    }

    #aec-orderhistorypage .k-link.k-pager-nav.k-state-disabled:hover {
        background-color: #d1d2d4;
    }

    #aec-orderhistorypage .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
        box-shadow: none !important;
    }

    #aec-orderhistorypage .k-icon.k-i-refresh {
        border-color: transparent;
    }

    @media (min-width: 320px) and (max-width: 480px) {
        #aec-orderhistorypage {
            margin: 15px 0 20px;
        }
    }

    @media (min-width: 320px) and (max-width: 550px) {
        #aec-orderhistorypage #orderHistoryGrid > div#OrderHistoryGrid {
            margin-left: 5px !important;
            margin-right: 5px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        #aec-orderhistorypage {
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        #aec-orderhistorypage {
            margin: 0px 0px 20px;
        }
    }

    @media (min-width: 320px) and (max-width: 530px) {
        #aec-orderhistorypage .k-pager-sizes.k-label {
            display: none;
        }

        #OrderHistoryGrid table * {
            font-size: 11px !important;
            text-align: center;
        }
    }

    /*====================================
	ORDER HISTORY > ORDER DETAILS
=====================================*/

    #aec-page #aec-orderDetails {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #aec-orderDetails .row {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    #aec-orderDetails .note.headingsBar {
        border-radius: 0 !important;
        margin-bottom: 15px;
        margin-top: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .aec-secondary-heading {
        font-family: inherit;
    }

    .aec-secondary-heading h1,
    .aec-secondary-heading h2 {
        background-color: var(--dark-red);
        border-color: var(--dark-red);
        border-style: solid;
        border-width: 0 0 1px;
        color: var(--bs-white);
        font-size: 18px;
        margin: 0;
        padding: 10px 12px;
        text-transform: uppercase;
        width: 100%;
    }

    #aec-orderDetails .headingsBar:before {
        content: "";
    }

    #aec-orderDetails .headingsBar .col-md-8 {
        float: left;
        padding: 5px 0 4px;
        width: 44% !important;
    }

    #aec-orderDetails .headingsBar .col-md-4 {
        float: right;
        width: 30% !important;
    }

    #aec-orderDetails .headingsBar strong,
    #aec-orderDetails .headingsBar .col-md-12 strong {
        background-color: transparent;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
        text-transform: capitalize;
    }

    #aec-orderDetails .headingsBar .col-md-8 strong {
        border-radius: 0 !important;
        color: var(--bs-white) !important;
        font-size: 18px;
        margin-top: 0;
        max-width: 100%;
    }

    .note.row.headingsBar .col-md-8 > i {
        color: #f9f091;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
    }

    #aec-orderDetails .row div:first-child fieldset {
        margin-left: 0 !important;
    }

    #aec-orderDetails fieldset {
        border-radius: 0 !important;
        float: left;
        height: auto;
        margin: 0 0 0 2% !important;
        max-width: 100%;
        min-height: 180px;
        padding: 10px;
        width: 100%;
        background-color: var(--bs-white);
        border: 1px solid #ccc;
    }

        #aec-orderDetails fieldset h3 {
            background-color: #b6b6b6;
            border-bottom: 1px solid #4e4e4e;
            color: #000000;
            margin: -10px -10px 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-top: 10px;
        }

        #aec-orderDetails fieldset span {
            color: #000;
            display: inline-block !important;
            font-size: 15px;
            font-weight: 500;
            line-height: 100% !important;
            width: 100%;
        }

    #aec-orderDetails br + .note.row.headingsBar {
        color: var(--bs-white) !important;
        font-size: 18px;
        margin-bottom: 15px;
    }

        #aec-orderDetails br + .note.row.headingsBar > div {
            margin-bottom: 0;
            margin-top: 0;
            width: auto;
        }

    #aec-orderDetails > div#cartDetails {
        border-top: 1px solid #D1D2D4;
        border-right: 1px solid #D1D2D4;
        border-left: none;
        border-bottom: none;
        border-radius: 0 !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    #aec-orderDetails #cartDetails > table#itemTable {
        border-collapse: separate;
        width: 100%;
    }

        #aec-orderDetails #cartDetails > table#itemTable .totalsNoBorder td:first-child {
            display: none !important;
        }

        #aec-orderDetails #cartDetails > table#itemTable .tHead1 {
            background-color: #b6b6b6;
            border-bottom: 1px solid #d1d2d4;
            border-collapse: separate;
            color: #000000;
            font-size: 13px;
            font-weight: 500 !important;
        }

            #aec-orderDetails #cartDetails > table#itemTable .tHead1 .productRow {
                width: 50%;
            }

        #aec-orderDetails #cartDetails > table#itemTable .dPrice {
            color: #4e4e4e;
            font-size: 12px;
            font-weight: 300;
            padding: 5px 10px;
            text-align: center;
        }

        #aec-orderDetails #cartDetails > table#itemTable .tHead1 th {
            border-bottom: 1px solid #D1D2D4;
            border-left: 1px solid #D1D2D4;
            padding: 5px 10px;
            text-align: center;
        }

            #aec-orderDetails #cartDetails > table#itemTable .tHead1 th:first-child {
                border-left: 1px solid #D1D2D4;
                text-align: left;
            }

        #aec-orderDetails #cartDetails > table#itemTable tbody tr td {
            border-bottom: 1px solid #D1D2D4;
            border-left: 1px solid #D1D2D4;
        }

            #aec-orderDetails #cartDetails > table#itemTable tbody tr td:first-child {
                border-left: 1px solid #D1D2D4;
                padding-left: 7px;
                padding-top: 2px;
                padding-bottom: 2px;
            }

        #aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder td {
            border: medium none;
        }

        #aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder td {
            border: medium none;
            padding: 5px 10px;
            text-align: left;
        }

        #aec-orderDetails #cartDetails > table#itemTable .totalsRow {
            background-color: #D1D2D4;
            border-bottom: 1px solid #BABBBC !important;
            border-left: 1px solid #D1D2D4 !important;
            color: var(--rosewood);
            font-size: 13px;
            font-weight: 600;
        }

            #aec-orderDetails #cartDetails > table#itemTable .totalsRow.shippingInfo {
                border-bottom: 1px solid #d1d2d4 !important;
            }

        #aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder + .totalsNoBorder + .totalsNoBorder + .totalsNoBorder td + td + td + td + td {
            background-color: #D1D2D4;
            border-left: 1px solid #D1D2D4 !important;
            border-bottom: 1px solid #D1D2D4 !important;
            color: var(--rosewood);
        }

        #aec-orderDetails #cartDetails > table#itemTable .shippingInfo.totalsRow {
            background-color: transparent !important;
        }

        #aec-orderDetails #cartDetails > table#itemTable .shippingInfo {
            background-color: transparent !important;
            color: #303030;
            font-size: 1em;
        }

            #aec-orderDetails #cartDetails > table#itemTable .shippingInfo span {
                display: block;
                padding: 0 !important;
                width: 100%;
            }

        #aec-orderDetails #cartDetails > table#itemTable .itemQuantity span {
            color: #242b34;
            font-size: 13px;
            font-weight: normal;
        }

    h2 {
        border-bottom: none;
    }

    #aec-orderDetails #cartDetails > table#itemTable .cartTitle {
        color: var(--rosewood);
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        text-align: left;
        text-decoration: none;
    }

    #aec-orderDetails #cartDetails > table#itemTable .sku {
        color: #4e4e4e;
        font-size: 11px;
        text-align: left;
        text-transform: uppercase;
    }

    #aec-orderDetails #cartDetails > table#itemTable .dPrice.dTotal {
        color: var(--rosewood) !important;
        font-weight: 300;
    }

    #aec-orderDetails > br {
        display: none;
    }

    #aec-orderDetails .itemQuantity {
        text-align: center;
    }

    .totalsNoBorder span {
        font-size: 13px !important;
    }

    /*====================================
    Order Details Items 
====================================*/
    #aec-orderDetails {
        color: #414141;
        font-weight: 600;
        font-size: 15px;
        border-bottom: solid 1px #eeeeee;
        padding: 4px;
    }

    #aec-orderDetails .itemRow {
        border-bottom: 1px solid #eeeeee;
        padding: 4px;
        margin: 4px 0;
    }

    #aec-orderDetails .summary .row {
        margin-bottom: 5px;
    }

    #aec-orderDetails .image > img {
        width: 80px;
    }

    #aec-orderDetails .image {
        float: left;
    }

    #aec-orderDetails .description {
        overflow: hidden;
        padding-left: 5px;
        font-weight: 600;
        font-size: 13px;
        color: #757575;
    }

    #aec-orderDetails .description .title {
        color: #414141;
    }

    #aec-orderDetails .price,
    #aec-orderDetails .priceEach {
        display: block;
    }

    #aec-orderDetails .price {
        font-weight: 800;
        font-size: 16px;
    }

    #aec-orderDetails .priceEach {
        font-size: 12px;
    }

    #aec-orderDetails .status {
        font-weight: 700;
    }

    #aec-orderDetails .title {
        font-weight: 700;
    }

    #aec-orderDetails .itemRow > .row {
        margin-bottom: 10px;
    }

    #aec-orderDetails .summary {
        font-weight: 700;
        font-size: 13px;
        color: #414141;
    }

    #aec-orderDetails .summary .total {
        font-size: 16px;
        font-weight: 700;
    }

    #aec-orderDetails .summary > .row {
        margin: 4px 0;
    }

    #aec-orderDetails .summary .value {
        text-align: right;
    }

    @media (max-width: 480px) {
        #aec-orderDetails *
        .col-xs-6 {
            width: 100% !important;
        }
    }

    /***********************/
    @media (min-width: 320px) and (max-width: 1199px) {
        #aec-page #aec-orderDetails {
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 0px) and (max-width: 480px) {
        #aec-orderDetails > div#cartDetails {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        #aec-orderDetails #cartDetails > table#itemTable .tHead1 {
            font-size: 12px;
        }

        #aec-orderDetails fieldset {
            margin: 0;
            max-width: 100%;
            width: 100%;
            margin: 10px 0 0 !important;
        }

        #aec-orderDetails .headingsBar .col-md-8 {
            width: 100% !important;
        }

        #aec-orderDetails .headingsBar .col-md-4 {
            width: 100% !important;
        }

        #aec-orderDetails .row {
            margin-bottom: 0;
        }

        #aec-orderDetails br + .note.row.headingsBar {
            margin-top: 15px;
        }

        .totalsNoBorder span {
            font-size: 12px !important;
        }
    }


    /*====================================
	PAYMENT OPTIONS
=====================================*/

    #aec-payments .container {
        min-height: 10px;
        padding: 0;
    }

    #aec-payments #content {
        background-color: transparent;
    }

    #aec-payments #cardHeading1 {
        height: auto;
    }

    #aec-page #aec-payments hr {
        display: none;
    }

    #aec-payments div:empty {
        display: none !important;
    }

    #aec-page #aec-payments div.fieldset .fieldset-content {
        padding: 0;
    }

    #aec-page #aec-payments div.fieldset {
        border: 0 none;
        margin-bottom: 0;
        padding: 0;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        #aec-page #aec-payments,
        #aec-paymentssave {
            border-top: none !important;
            border-radius: 0 !important;
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        #aec-page #aec-payments,
        #aec-paymentssave {
            margin: 5px 5px 20px;
        }
    }

    #aec-page #aec-payments #savedCardBlock {
        margin: 0;
        padding: 0 10px 8px;
        background-color: var(--bs-white);
    }

        #aec-page #aec-payments #savedCardBlock .savedCardFirstLine {
            background-color: var(--dark-red);
            border-color: #d1d2d4;
            border-style: solid;
            border-width: 0 0 1px;
            color: var(--secondary-color);
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 5px;
            padding: 5px 10px;
        }

    #aec-page #aec-payments .savedCard {
        border: 1px solid #D1D2D4;
        display: inline-block;
        min-height: 180px;
        padding: 0 0 5px;
        width: 100%;
        overflow: hidden;
    }

    .savedCard li {
        color: #4e4e4e;
        font-size: 15px;
        list-style: outside none none;
        padding-left: 10px;
        width: 100%;
    }

    .savedCard .cardInfo.savedCardButtons {
        display: flex;
        justify-content: end;
        padding-right: 10px;
    }

    #aec-page #aec-payments #cardHeading3 {
        border-bottom: 1px solid #D1D2D4;
        color: #4e4e4e;
        margin: 10px 15px 5px;
        padding: 5px;
    }

    #aec-page #aec-payments #savedCardBlock .btn.btn-primary.btn-xs {
        background-color: var(--primary-color);
        border: medium none;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        margin-left: 2.5%;
        padding: 5px 20px;
        text-align: center !important;
        width: auto;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

    #aec-page #aec-payments #savedCardBlock button.btn.btn-primary.btn-xs:not(.btn-make-default):hover {
        color: var(--primary-color) !important;
        background-color: #f9aa2c !important;
    }

    #aec-page #aec-payments #savedCardBlock a.btn.btn-primary.btn-xs {
        background-color: var(--primary-color) !important;
        color: var(--bs-white) !important;
    }

    @media (min-width: 320px) and (max-width: 571px) {
        #aec-page #aec-payments #aec-payments-cardBlock.row-fluid {
            padding-left: 5px;
            padding-right: 5px;
        }

        #aec-page #aec-payments #cardHeading3 {
            margin: 10px 5px 5px;
        }
    }


/*====================================
	PAYMENT OPTIONS > SAVE CARD
=====================================*/

    #aec-page #aec-paymentssave.aec-payments .row:first-child {
        background-color: #4e4e4e;
        border-bottom: none;
        color: #000 !important;
        height: auto;
        margin: 0 -15px;
        padding: 10px 10px 10px 12px;
        position: relative;
        text-transform: uppercase;
    }

        #aec-page #aec-paymentssave.aec-payments .row:first-child h3 {
            float: left;
            font-size: 18px;
            line-height: 1.2em !important;
            margin: 0;
            min-width: 195px;
            width: auto !important;
        }

    #aec-paymentssave .aec-secondary-heading .fLeft {
        background-color: transparent;
        border: medium none;
        color: #000 !important;
        float: left;
        font-size: 13px;
        left: 0;
        margin: 0;
        padding: 0 0 0 8px;
        position: relative;
        top: 0;
    }

    #aec-paymentssave .aec-secondary-heading .fRight.cRed {
        margin-top: 0;
    }

    #aec-page #saveCreditCard.form-horizontal {
        display: table;
        width: 100%;
    }

    #saveCreditCard #ccInfo,
    #saveCreditCard #aec-myaccount-address {
        margin-bottom: 12px;
        margin-left: 1%;
        margin-top: 12px;
        width: 48%;
        float: left;
        background-color: var(--bs-white);
        font-size: 16px;
    }

        #saveCreditCard #ccInfo h5,
        #saveCreditCard #aec-myaccount-address h5 {
            color: var(--dark-red);
            font-weight: 700;
            margin-bottom: 0;
            margin-top: 20px;
        }

        #saveCreditCard #ccInfo hr,
        #saveCreditCard #aec-myaccount-address hr {
            border-color: var(--dark-red);
            margin: 5px 0 15px;
        }

        #saveCreditCard #ccInfo .controls,
        #saveCreditCard #aec-myaccount-address .controls {
            width: 100%;
        }

        #saveCreditCard #ccInfo .control-group,
        #saveCreditCard #aec-myaccount-address .control-group {
            width: 100%;
        }

        #saveCreditCard #ccInfo .method-content,
        #saveCreditCard #aec-myaccount-address .method-content {
            margin-left: 0;
            max-width: 100% !important;
        }

        #saveCreditCard #ccInfo input[type="text"],
        #saveCreditCard #aec-myaccount-address input[type="text"] {
            min-width: 100%;
            width: 100%;
        }

        #saveCreditCard #ccInfo label,
        #saveCreditCard #aec-myaccount-address label {
            color: #000;
            font-size: 15px !important;
            font-weight: 600;
            margin-bottom: 2px;
        }

    #saveCreditCard .controls > label[for="CreditCardInfo_CreditCardNumber"] {
        padding-bottom: 12px;
    }

    #saveCreditCard #ccInfo span.defaultCardText {
        color: #d1d2d4 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        margin-left: 4px;
        position: relative;
        top: -2px;
    }

    #aec-page #aec-paymentssave .btn.btn-primary,
    #aec-page #aec-paymentssave .btn.btn-default {
        margin-top: 0;
    }

    #aec-page #aec-paymentssave .form-control#CreditCardInfo_CreditCardNumber,
    #aec-page #aec-paymentssave .form-control#CreditCardInfo_Nickname,
    #aec-page #aec-paymentssave .form-control#CreditCardInfo_CreditCardType,
    #aec-page #aec-paymentssave .form-control#CreditCardInfo_PhoneNumber {
        max-width: 100% !important;
        min-width: 280px !important;
    }

    #aec-page #aec-paymentssave #CreditCardInfo_ZipCode.form-control {
        max-width: 150px;
        min-width: 150px;
    }

    #aec-myaccount-creditcardinfo .ccDateVal.ccMonthVal,
    #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpMonth.expMonth {
        display: inline-block;
        float: left;
        width: 35%;
    }

    #aec-myaccount-creditcardinfo .ccDateVal.ccYearVal,
    #aec-myaccount-creditcardinfo .expYear#CreditCardInfo_CreditCardExpYear {
        display: inline-block;
        float: left;
        margin-left: 15px;
        width: 28% !important;
    }

        #aec-myaccount-creditcardinfo .ccDateVal.ccYearVal .field-validation-error {
            margin-left: -12px;
        }

    @media (max-width: 768px) {
        #aec-myaccount-creditcardinfo .ccDateVal.ccMonthVal,
        #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpMonth.expMonth {
            width: 43%;
        }

        #aec-myaccount-creditcardinfo .ccDateVal.ccYearVal,
        #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpYear.expYear {
            width: 39% !important;
        }
    }

    @media (min-width: 320px) and (max-width: 680px) {
        #saveCreditCard #ccInfo,
        #saveCreditCard #aec-myaccount-address {
            float: left;
            margin-left: 0;
            margin-top: 12px;
            padding-left: 5px;
            padding-right: 5px;
            width: 100%;
        }

        #aec-page #aec-paymentssave #CreditCardInfo_CreditCardNumber.form-control,
        #aec-page #aec-paymentssave #CreditCardInfo_Nickname.form-control,
        #aec-page #aec-paymentssave #CreditCardInfo_CreditCardType.form-control {
            max-width: 100% !important;
            min-width: 100% !important;
        }

        #aec-page #aec-paymentssave #CreditCardInfo_ZipCode.form-control {
            max-width: 150px !important;
            min-width: 150px !important;
        }

        @media (max-width: 320px) {
            #aec-myaccount-creditcardinfo .ccDateVal.ccMonthVal,
            #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpMonth.expMonth {
                width: 43%;
            }

            #aec-myaccount-creditcardinfo .ccDateVal.ccYearVal,
            #aec-myaccount-creditcardinfo #CreditCardInfo_CreditCardExpYear.expYear {
                width: 41% !important;
            }
        }
    }

    @media (min-width: 320px) and (max-width: 730px) {
        #aec-paymentssave .aec-secondary-heading .fRight.cRed {
            clear: both;
            display: block;
            float: left;
            margin-bottom: 0;
            margin-left: 10px;
            margin-top: 5px;
            position: relative !important;
            width: auto;
        }

        @media (min-width: 320px) and (max-width: 365px) {
            #aec-paymentssave .aec-secondary-heading .fLeft {
                padding: 0px;
            }
        }
    }

/*====================================
	PAYMENT OPTIONS > BANK
=====================================*/

#addBankAccount {
    display: flex;
    flex-wrap: wrap;
}
/*====================================
	CONACT US START
=====================================*/
.aec-container-contactus {
    background-color: var(--bs-white);
    border: medium none;
    border-radius: 0 !important;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

        .aec-container-contactus .row.aec-contactus-address {
            margin-left: -15px !important;
            margin-right: -15px !important;
            margin-top: 25px !important;
            padding: 25px 0 15px;
            border-top: 1px solid #babbbc;
            font-size: 16px;
        }

        .aec-container-contactus fieldset {
            border: 0 none;
            margin: 0 0 0 10px;
            min-width: 0;
            padding: 0;
        }

        .aec-container-contactus #messageDiv.form-group {
            float: left;
            padding: 0;
            position: relative;
        }

        .aec-container-contactus .control-label,
        #aec-catalogreq .control-label {
            color: #000;
            font-size: 16px !important;
            font-weight: 600;
        }

        .aec-container-contactus .control-group input,
        .aec-container-contactus .control-group select {
            background-color: var(--bs-white);
            background-image: none;
            border-radius: 0 !important;
            box-shadow: none !important;
            color: var(--rosewood) !important;
            display: block;
            font-size: 14px !important;
            height: 34px;
            line-height: 1.42857;
            padding: 6px 12px;
            border-color: #9c9c9c !important;
            -webkit-box-shadow: none !important;
            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;
            width: 100%;
        }

        .aec-container-contactus .control-group:first-child select {
            width: 49%;
        }

        .aec-container-contactus .control-group input:focus,
        .aec-container-contactus .control-group select:focus,
        .aec-container-contactus textarea:focus {
            border-color: #464646 !important;
            outline: 0;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        .aec-container-contactus .control-group input + br,
        .aec-container-contactus .control-group select + br {
            display: none;
        }

        .aec-container-contactus textarea {
            background-color: var(--bs-white);
            background-image: none;
            border-radius: 0 !important;
            box-shadow: none !important;
            color: var(--rosewood);
            display: block;
            font-size: 13px !important;
            line-height: 1.42857;
            padding: 6px 12px;
            border-color: #9c9c9c !important;
            -webkit-box-shadow: none !important;
            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;
            width: 49%;
        }

        .aec-container-contactus #dashDiv {
            display: none !important;
        }

    #aec-feedback form#contactForm input,
    textarea + br {
        display: none;
    }

    .aec-container-contactus .control-group:first-child {
        width: 100%;
    }

    .aec-container-contactus .control-group {
        display: block;
        float: left;
        height: auto;
        padding: 0 15px 0 0;
        width: 50%;
    }

        .aec-container-contactus .control-group + div + div + div + div + div + div {
            width: 100%;
        }

    .aec-container-contactus > h3:before {
        clear: both;
        content: "";
        display: block;
    }

    .aec-container-contactus > h3 {
        color: #d1d2d4;
        font-size: 17px;
        font-weight: 600;
        line-height: 100%;
        margin-top: 0;
        padding-left: 0;
        position: relative;
        top: 0;
    }

    .aec-container-contactus .field-validation-error {
        color: #000;
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .aec-container-contactus .input-validation-error:focus {
        border-color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .aec-container-contactus #Submit:before {
        content: '\f84e';
        font-family: 'WebGlyphs';
        margin-right: 4px;
        font-weight: normal;
    }

    .aec-container-contactus #Submit {
        background-image: none !important;
        background-color: var(--primary-color);
        border: medium none;
        color: var(--bs-white);
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
        padding: 6px 12px;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        width: auto;
        text-indent: 0;
        min-width: 145px
    }

        .aec-container-contactus #Submit:hover {
            background-color: var(--primary-color);
            color: var(--bs-white);
            box-shadow: 0 0 4px var(--primary-color) !important;
            -webkit-box-shadow: 0 0 4px var(--primary-color) !important;
            -moz-box-shadow: 0 0 4px var(--primary-color) !important;
        }

    .aec-container-contactus #aec-contactus {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .aec-container-contactus .aec-contact-customtxt {
        display: block;
        margin-top: 10px;
        padding-bottom: 15px;
        width: 100%;
    }

        .aec-container-contactus .aec-contact-customtxt > h3 {
            color: #000;
            font-size: 16px;
            margin-bottom: 12px;
            margin-top: 12px;
            text-transform: uppercase;
        }

        .aec-container-contactus .aec-contact-customtxt > span {
            font-size: 13px;
        }

        .aec-container-contactus .aec-contact-customtxt .fa.fa-envelope {
            margin-left: 4px;
        }

        .aec-container-contactus .aec-contact-customtxt .labeltxt {
            color: #d1d2d4;
            font-weight: 600;
            margin-right: 10px;
        }

        .aec-container-contactus .aec-contact-customtxt a {
            color: #f9f091;
        }

            .aec-container-contactus .aec-contact-customtxt a:hover,
            .aec-container-contactus .aec-contact-customtxt a:focus {
                color: #f9f091;
            }

    @media (min-width:320px) and (max-width:767px) {
        .aec-container-contactus .control-group,
        .aec-container-contactus .control-group:first-child select,
        .aec-container-contactus .control-group input,
        .aec-container-contactus textarea {
            width: 100%;
        }

        .aec-container-contactus .control-group {
            padding: 0;
        }

        .aec-container-contactus .control-label {
            margin-top: 7px;
        }

        .aec-container-contactus fieldset {
            margin: 0px;
        }

        .aec-container-contactus > h3 {
            padding-left: 0px;
        }

        .aec-container-contactus .note,
        .aec-container-contactus #aec-contactus {
            width: 100%
        }

        @media (min-width:320px) and (max-width:360px) {
            .aec-container-contactus {
                margin-left: -5px;
                margin-right: -5px;
            }

                .aec-container-contactus #Submit {
                    width: 100%;
                }

            #aec-contactus li {
                font-size: 12px;
            }
        }
    }

    .aec-contactus-address .col-md-12 a {
        color: #337ab7;
    }

    .aec-contactus-address .col-md-12 a:hover {
        color: #337ab7 !important;
    }

    .aec-contactus-address .col-md-12 > h4 {
        color: #000;
        font-size: 16px !important;
        font-weight: 400;
    }

    .aec-contactus-footer > ul {
        margin-bottom: 15px !important;
        margin-left: 15px !important;
    }

    .aec-contactus-address strong {
        color: #000;
        font-size: 18px;
        font-weight: 700;
    }

    .aec-contactus-address .col-sm-6 {
        padding-top: 20px;
        color: #d1d2d4;
    }

    .aec-contactus-address .col-md-12 > h4 i {
        color: #000;
    }


/*====================================
	CONTACT US END
=====================================*/

/*====================================
	REQUEST A CATALOG
=====================================*/

    #aec-catalogreq {
        border-radius: 0 !important;
        margin-bottom: 20px;
        overflow: hidden;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

        #aec-catalogreq .adzone-content {
            display: none !important;
        }

        #aec-catalogreq .aec-secondary-heading {
            background-color: #4e4e4e;
        }

            #aec-catalogreq .aec-secondary-heading h1 {
                border-bottom: medium solid;
                font-size: 33px;
                font-weight: 600;
                margin-bottom: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                margin-top: 15px;
                padding-bottom: 5px;
            }

        #aec-catalogreq .note {
            background-color: #4e4e4e !important;
            border: none !important;
            position: relative;
            margin-bottom: 0;
            margin-top: 30px;
        }

        #aec-catalogreq .aec-intro {
            background-color: #4e4e4e;
            display: table;
            padding: 15px;
            width: 100%;
        }

        #aec-catalogreq > img {
            display: block;
            height: auto;
            margin-top: 15px;
            max-width: 100%;
        }

    .aec-request-catalog-text {
        color: var(--bs-white);
        float: left;
        font-size: 21px;
        width: 70%;
        font-weight: 500;
    }

        .aec-request-catalog-text b {
            font-weight: 800;
        }

        .aec-request-catalog-text p {
            line-height: 28px;
            margin: 0 0 20px;
        }

    #aec-catalogreq .img-responsive.adzone-img {
        margin: 0 auto;
    }

    #aec-digitalCatalogs {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        width: 100%;
    }

    #aec-catalogreq .col-md-9 {
        color: var(--bs-white);
        font-size: 14px;
        line-height: 100%;
    }

    #aec-catalogreq .field-validation-error {
        color: #000;
    }

    @media (min-width: 690px) and (max-width: 7680px) {
        #aec-digitalCatalogs {
            float: right;
            text-align: center;
            width: 30%;
        }

        .aec-request-catalog-text {
            float: left;
            width: 70%;
        }
    }

    @media (min-width: 1024px) and (max-width: 7680px) {
        #aec-catalogreq fieldset {
            padding: 15px 120px 15px 15px !important;
        }
    }

    @media (min-width: 0px) and (max-width: 690px) {
        .aec-request-catalog-text {
            width: 100%;
            font-size: 16px;
            padding-top: 15px;
        }

            .aec-request-catalog-text p {
                line-height: 22px;
                margin: 0 0 10px;
            }
    }

    @media (min-width: 0px) and (max-width: 360px) {
        #aec-catalogreq .img-responsive.adzone-img {
            max-width: 140px;
        }

        #aec-catalogreq .aec-secondary-heading h1 {
            font-size: 20px;
        }

        #aec-catalogreq .btn.btn-primary {
            width: 100%;
        }
    }

    #aec-catalogreq fieldset {
        border: medium none;
        padding: 15px;
        background-color: #4e4e4e;
    }

    #aec-catalogreq > p {
        color: #3a3a3a;
        font-size: 13px;
    }

    #aec-catalogreq .aec-secondary-heading {
        margin-bottom: 20px;
    }

    .k-autocomplete.k-state-focused,
    .k-dropdown-wrap.k-state-focused,
    .k-multiselect.k-header.k-state-focused,
    .k-numeric-wrap.k-state-focused,
    .k-picker-wrap.k-state-focused,
    .k-textbox:focus {
        background-color: #d1d2d4;
        background-image: none;
        background-position: 50% 50%;
        border-color: #d1d2d4 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    #StateField .col-md-3,
    #ZipField .col-md-2 {
        width: 100% !important;
    }

    .aec-phone-email-input {
        padding: 0 !important;
    }

    #aec-page .info {
        color: var(--rosewood);
        margin: 15px;
        font-size: 14px;
        font-weight: bold;
    }

    .aec-contactus-address address {
        color: #000 !important;
        padding: 5px 15px 0 25px;
    }

    .k-pager-numbers-wrap .k-dropdown,
    .k-pager-numbers span.k-state-selected {
        color: var(--rosewood) !important;
        border: 1px solid #ccc;
    }

    .k-pager-wrap a span,
    #aec-orderhistorypage .k-link {
        color: var(--rosewood) !important;
    }

    .k-grid-header .k-i-sort-asc-sm,
    .k-grid-header .k-i-sort-desc-sm,
    .k-grid-header .k-sort-order {
        color: #000 !important;
    }

    .aec-register-steptwo,
    .aec-register-stepthree {
        padding: 0 !important;
        background-color: var(--bs-white);
    }

        .aec-register-steptwo h1,
        .aec-register-stepthree h1 {
            font-size: 20px !important;
            background-color: var(--secondary-color);
            padding: 10px 15px;
            margin: 0 !important;
            color: #000;
        }

        .aec-register-steptwo div.row,
        .aec-register-stepthree div.row {
            margin: 15px !important;
            margin-top: 15px !important;
        }

        .aec-register-steptwo h2,
        .aec-register-steptwo p {
            color: #000 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            margin: 0 !important;
            padding: 0 15px !important;
        }

        .aec-register-steptwo p {
            margin-bottom: 15px !important;
        }

        .aec-register-stepthree h2 {
            color: #000 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            margin: 0 !important;
            padding: 15px !important;
        }

        .aec-register-steptwo form,
        .aec-register-stepthree form {
            font-size: 15px !important;
            margin-top: 15px !important;
            color: #000 !important;
        }

    #aec-send-email-confirmation:hover {
        background-color: var(--primary-color) !important;
        color: var(--bs-white) !important;
        box-shadow: 0 0 4px var(--primary-color) !important;
        -webkit-box-shadow: 0 0 4px var(--primary-color) !important;
        -moz-box-shadow: 0 0 4px var(--primary-color) !important;
    }

    #aec-send-email-confirmation:focus {
        background-color: var(--primary-color) !important;
        color: var(--bs-white) !important;
        outline-width: 1px !important;
        outline-style: solid !important;
        outline-offset: 1px !important;
        outline-color: var(--primary-color) !important;
    }

    .input-block-level-message-err h3 {
        color: var(--primary-color) !important;
        font-size: 20px;
        margin: 0;
    }

    #aec-shippingaddresspage .aec-btn-cancel {
        color: #000 !important;
    }

    .input-block-level-message-err {
        background-color: #b6b6b6;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
        padding: 5px;
    }

    #aec-shippingaddresspage-grid input.aec-btn-cancel:focus {
        box-shadow: 0 0 4px var(--primary-color) !important;
        -webkit-box-shadow: 0 0 4px var(--primary-color) !important;
        -moz-box-shadow: 0 0 4px var(--primary-color) !important;
    }

    .method-content a.aec-btn-cancel:focus {
        outline-color: var(--primary-color) !important;
        outline-offset: -3px !important;
    }

    #aec-pwd-failure .btn-default {
        background-image: none !important;
        background-color: var(--primary-color) !important;
        border: medium none;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        color: var(--bs-white) !important;
        font-size: 14px;
        font-weight: 600 !important;
        margin-bottom: 12px;
        margin-top: 12px;
        padding: 10px 20px;
        border-radius: 0 !important;
        text-transform: uppercase;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        -moz-transition: all 0.2s ease-in 0s;
    }

    #aec-pwd-failure a.btn-default:hover {
        background-color: var(--primary-color) !important;
        color: var(--bs-white) !important;
        box-shadow: 0 0 4px var(--primary-color) !important;
        -webkit-box-shadow: 0 0 4px var(--primary-color) !important;
        -moz-box-shadow: 0 0 4px var(--primary-color) !important;
    }

    #aec-pwd-failure a.btn-default:focus {
        outline-width: 1px !important;
        outline-style: solid !important;
        outline-offset: -2px !important;
        outline-color: var(--rosewood) !important;
    }

    .aec-registration-container,
    .aec-login-container,
    .aec-order-status-container {
        border: 1px solid var(--dark-red);
    }

    .aec-login-container .aec-account-container a,
    .aec-registration-container .aec-account-container a {
        color: #205d91;
    }

    .aec-login-container .aec-account-container a {
        font-size: 14px;
    }