/*------------- My Account Pages ------------------------*/
html[hc="a0"], html { -webkit-filter: none !important; } /* _Register/reCaptcha fix */

#aec-page .aec-domain-toplogo > a {
  position: relative;
  top: -5px;
}

#aec-page #aec-main.container.body-content.leftnav-off .row {
    margin-left: 0;
    margin-right: 0;
}

#loginDiv a {
    text-decoration: none !important;
}

#aec-page > #aec-body {
    min-height: 300px;
}

#aec-body {
    display: block !important;
}

#aec-page #aec-left {
    padding: 0;
    margin: 0 0 0 5px !important;
}

#aec-primarycontent h2 {
    color: #ba131a;
    font-size: 12pt;
}

#aec-page .cRed {
    color: #c00;
    font-weight: bold;
    text-shadow: 3px 3px 7px white, 0 0 6px white, 0 0 6px white;
}

#aec-page input,
#aec-page select,
#aec-page textarea {
    font-size: 12px !important;
    max-width: 100%;
}

#aec-page #aec-header > div {
    left: 0;
}

#aec-page .form-control {
    border-color: #ccc;
}

#loginForm label.col-md-4 {
    padding-right: 0;
}


#aec-page input + br {
    display: none;
}

.aec-account-container {
    padding: 10px;
}

#aec-page .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    float: none;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-top: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#aec-page .form-control:focus {
    border-width: 2px;
    border-color: #FFA500 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px 5px rgba(255, 165, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px 5px rgba(255, 165, 0, 0.2);
}

#aec-page .form-control.input-validation-error:focus {
    border-color: #ea5757 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6);
}

#aec-page fieldset {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

#aec-page .field-validation-error {
    color: #cd0728;
    display: block;
    font-size: 12px !important;
    margin-bottom: 10px;
}

#aec-page footer#aec-footer {
    margin-top: auto;
}

#aec-page #aec-primarycontent .row {
    margin-left: 0;
    margin-right: 0;
}

#aec-orderhistorypage #orderHistoryGrid > div > i,
#aec-page #aec-payments #cardHeading2,
#aec-main .note {
    background-color: #d5d5d5;
    background-image: none !important;
    border: medium none;
    border-radius: 0;
    color: #212121;
    margin: 5px 0;
    padding: 10px;
}

#aec-page .note:before,
#aec-orderhistorypage #orderHistoryGrid > div > i:before,
#aec-page #aec-payments #cardHeading2:before {
    background-color: #535353;
    border: medium none;
    border-radius: 100%;
    color: #fff;
    content: "i";
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
    text-align: center;
    width: 22px;
}

#aec-page .note + br {
    display: none;
}

.note {
    font-size: 12px !important;
}

#aec-page .btn.btn-secondary {
    background: transparent;
    background-color: #666;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    min-width: 100px;
}

#aec-page .btn.btn-secondary:hover {
    background: #333 none repeat scroll 0 0;
}

#aec-page .btn.btn-primary,
#aec-shipping .btn.btn-danger,
#orderHistoryGrid #OrderHistoryGrid td a.k-button {
    background-color: #da2128;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    min-width: 100px;
}

#aec-page #aec-reset-pg2 .btn-primary {
    background-color: #666;
}

.aec-sectionborder {
    padding: 0;
    border: none;
    margin: 0;
}
/*---------------- Login Section -----------------*/
#aec-page #aec-primarycontent > div#divSpacer {
    display: none;
}

#aec-page div#aec-body #aec-primarycontent {
    border: none;
    border-radius: 4px;
    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;
}

#registerDiv,
#loginDiv {
    border: none;
    border-radius: 4px;
    float: left;
    max-width: none !important;
}

    #registerDiv h1,
    #loginDiv h1,
    #registerDiv h2,
    #loginDiv h2 {
        background-color: #da2128;
        color: #fff !important;
        padding: 7px 12px;
        font-size: 14px;
        font-weight: 400;
    }

    #registerDiv form,
    #loginDiv form {
        border: none;
        margin-top: 0;
        padding: 5px 15px;
        border-top: none !important;
    }

#aec-page #loginDiv.col-md-4 {}

#aec-page #registerDiv.col-md-8 {
    margin-left: 4%;
}

#btnLoginSubmit,
#btnRegisterSubmit,
#btnSingleOrderStatus {
    border-radius: 4px;
    border: 1px solid #0a4811;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 5px 25px;
    float: right;
}

#loginDiv a {
    color: #2d64c0;
    font-size: 12px !important;
    padding-left: 0;
}

#loginForm .form-control,
#registerForm .form-control,
#singleOrderStatusForm .form-control {
    max-width: 100% !important;
    margin-bottom: 10px;
}

#loginForm label,
#singleOrderStatusForm label {
    color: #282828;
    font-weight: 600;
    font-size: 12px !important;
    display: flex;
    align-items: center;
}

#loginDiv a:hover,
#loginDiv a:focus {
    color: #2d64c0;
    text-decoration: underline !important;
}

#registerForm strong {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

#registerForm label[for="ignore"],
#loginDiv label[for="ignore"] {
    height: 0;
    padding: 0;
}

.aec-asterisk:after {
    margin-left: 5px;
}

#aec-account-index .card-body p {
    font-size: 12px;
}

.login-error-message {
    color: #ca0f0f !important;
}

/*------------- Login Section END -----------------*/
/*------------- Account Index Section and general definitions -----------*/
/*----------- Account Navigation Menu -----------*/
#aec-accountmanage-nav {
    background-color: #efefef;
    background-image: none;
    border: 1px solid #aeaeae;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 0;
    padding: 0;
}

#aec-page > div#aec-body {
    padding-left: 10px;
    padding-right: 10px;
}

#aec-accountmanage-nav > div {
    background-color: #333333;
    border-left: 8px solid #999999;
    border-bottom: medium none;
    color: #ffffff;
    font-family: wowhd;
    font-size: 20px;
    font-weight: normal;
    padding: 8px 5px;
    text-decoration: none;
}

#aec-accountmanage-nav > div a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 6px !important;
    text-decoration: none;
    text-shadow: none;
}

#aec-accountmanage-nav a:hover {
    background-color: #ccc;
    color: #000 !important;
    text-decoration: none;
}

#aec-accountmanage-nav > div a:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: underline;
}

#aec-accountmanage-nav a {
    border: none;
    color: #222;
    display: block;
    font-size: 12px;
    padding: 6px 12px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}

#aec-page #aec-left {   
    transition: none 0s ease 0s !important;
}

#orderEventDetails * {
    font-size: 14px;
}

#aec-accountmanage-nav > a:before {
    content: "\00BB";
    margin-right: 5px;
    position: relative;
    top: -2px;
}

#aec-accountmanage-nav a.aec-navselected {
    color: #fff !important;
    background-color: #da2128;
}

#aec-accountmanage-nav a.aec-navselected:hover {
    color: #fff !important;
}

#aec-account-index .card {
    height: 100%;
}
#aec-account-index div.col-lg-4 {
    margin-bottom: 15px;
}
/*----------- Account Navigation Menu END -----------*/
#aec-shipping label[for="EmailOptIn"] {
    padding: 0;
}

#aec-page .ts-1-3 {
    top: -4px;
}

#aec-account-index.container-fluid {
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0;
}

#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: 4px;
    float: left;
    margin: 0px 0 20px;
    width: 33.3333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#aec-account-index h2 {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #bfbfbf;
    color: #535353 !important;
    font-size: 14px;
    margin: 0;
    padding: 10px 0 10px 12px;
    text-transform: capitalize;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#aec-account-index .card-body {
    border: none;
}

#aec-account-index h2:before {
    font-weight: 500;
}

#aec-account-index .span4 h2 + p {
    border-color: #bbb;
    border-style: solid;
    border-width: 0 1px;
    font-size: 12px !important;
    height: auto;
    min-height: 80px;
    padding: 7px;
    margin: 0;
    color: #282828;
}

#aec-account-index .btn {
    background: transparent;
    background-color: #da2128;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-shadow: none;
}

    #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 {
    border-color: #bbb;
    border-style: solid;
    border-width: 0 1px 1px;
    height: auto;
    padding: 7px;
    margin: 0;
}


/*------------- Account Landing Section END -------*/
/*------------- Account Info Section --------------*/
/*---////
This section also contains some general classes that are reused across my account section
////---*/

#aec-page div.validation-summary-errors {
    background-color: #ffcfcf;
    border: 1px solid #f99898;
    border-radius: 4px;
    color: #c00;
    font-size: 12px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

#aec-page div.validation-summary-errors > ul {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0;
}

#aec-page div.validation-summary-errors li {
    list-style-type: decimal;
}

#aec-shipping,
#aec-shippingaddresspage,
#aec-wishlistpage,
#aec-orderhistorypage,
#aec-payments,
#aec-orderDetails {
    border: none !important;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    border: 1px solid #c3c3c3 !important;
}

#aec-shipping .aec-secondary-heading,
#aec-shippingaddresspage .aec-secondary-heading,
#aec-orderhistorypage .aec-secondary-heading,
#aec-orderDetails .aec-secondary-heading {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    width: 100%;
    background-color: #efefef;
    border-bottom: 1px solid #c3c3c3;
    color: #535353 !important;
    font-size: 14px;
    padding: 10px 6px;
    text-transform: capitalize;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}

#OrderHistoryGrid {
    max-width: 100% !important;
}

#aec-shippingaddresspage-grid {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
}
#aec-shippingaddresspage tr {
    border-bottom: 1px solid #dedede;
}
#aec-shippingaddresspage .col1 {
}
#aec-shippingaddresspage .col2 {
    float: right;
}

#aec-shippingaddresspage-grid th, #aec-shippingaddresspage-grid td {
    padding: 10px 15px;
}
#changePasswordForm .btn.btn-primary, #aec-shippingaddresspage .btn.btn-primary {
    width: auto;
}
#aec-shipping .aec-secondary-heading h1,
#aec-shippingaddresspage .aec-secondary-heading h1 {
    margin: 0;
}
#aec-shippingaddresspage .col2 {
    width: 255px;
}
#aec-shippingaddresspage .btn.btn-primary {
    margin-right: 10px;
}

#aec-shipping .aec-secondary-heading h1,
#aec-shipping .aec-secondary-heading h2 {
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    text-transform: capitalize;
    color: #535353 !important;
}
#aec-page .instruct {
    margin: 0;
    margin-bottom: 0;
}
.aec-secondary-heading > span {
    background-color: transparent;
    color: #D11F25 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    float: right;
    padding: 0 15px;
}

#aec-shipping .row {
    margin-left: 0;
    margin-right: 0;
}

#changePasswordForm hr {
    display: none;
}

#aec-shipping h4 {
    border-bottom: 1px solid #bbb;
    color: #282828;
    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 #bbb;
    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: #282828;
    font-size: 12px !important;
    font-weight: 700;
}

#changePasswordForm .btn.btn-default,
#aec-shippingaddresspage .btn.btn-default {
    width: auto;
}

#changePasswordForm .btn.btn-primary,
#aec-shippingaddresspage .btn.btn-primary {
    width: auto;
}

.aec-delete-account {
    padding: 12px;
    margin-top: 25px;
    border-top: 1px solid #ededed;
}

.account-date-month {
    padding-left: 0;
    padding-right: 0;
}

.account-date-day {
    padding-right: 0;
}
#aec-shippingaddresspage .edit-shipping-address .btn-full-width,
#aec-shippingaddresspage .delete-shipping-address .btn-full-width {
    width: 100%;
}

/*------------- Shipping Address Section END -------*/
/*------------- WishList Address Section -----------*/
#aec-wishlistpage.body-content h1,
#aec-wishlistpage.body-content h2 {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #bfbfbf;
    color: #535353 !important;
    font-size: 14px;
    padding: 10px 0 10px 12px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
}

#aec-wishlistpage #Grid {
    border-color: #bbb;
    border-radius: 4px;
}

#aec-wishlistpage .k-header {
    background-color: transparent;
    background-image: none;
}

#aec-wishlistpage th.k-header span {
    color: #333;
    font-size: 12px !important;
}

#aec-wishlistpage .k-alt {
    background-color: #eee;
}

#aec-wishlistpage .k-grid-header th.k-header,
#aec-wishlistpage .k-filter-row th {
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    padding: 0.5em 0.6em 0.4em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-color: #bbb;
}

#aec-wishlistpage .k-header:first-child {
    border-left: medium none !important;
}

#aec-wishlistpage #Grid,
#aec-wishlistpage #Grid .k-grid table,
#aec-wishlistpage #Grid .k-grid-header,
#Grid .k-pager-wrap.k-grid-pager.k-widget {
    background: none repeat scroll 0 0 transparent;
}

#aec-wishlistpage .aec-buybutton {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

#aec-wishlistpage .aec-wishlistrmv {
  background: #505252 url("/cust/img/buyrew.gif") no-repeat scroll 4px center;
  border: medium none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold;
  margin-top: 7px;
  padding: 3px;
  text-indent: 0;
  width: auto;
}

#aec-wishlistpage div .aec-custprice > span {
    color: #D11F25;
    font-size: 12px;
    font-weight: normal;
}

.k-pager-wrap * {
    color: #757575 !important;
    border-color: #757575 !important;
}
.k-pager-wrap .k-link {
    border-color: #757575 !important;
}
.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 0 4px 4px 0;
    border-right-color: #757575 !important;
}
.k-pager-wrap .k-link:hover {
    color: #757575 !important;
    border-color: #757575 !important;
}

#aec-page select {
    border: 1px solid #757575;
    border-radius: 0;
}

#aec-wishlistpage .aec-price {
    padding-top: 2px;
}

#aec-wishlistpage .aec-wishlistimage {
    float: left;
    margin-right: 10px;
    max-width: 110px;
}

#aec-wishlistpage colgroup col:first-child {
    width: 70% !important;
}

#aec-wishlistpage div.aec-buyimage {
    display: inline-block;
}

#aec-wishlistpage .aec-buybutton-textbtn {
    padding: 3px;
    width: auto;
    min-width: auto;
}
.body-content {
     padding-left: 0; 
     padding-right: 0; 
}
#aec-wishlistpage button.aec-buybutton-textbtn:before {
    font-size: 12px;
}
#aec-wishlistpage span.aec-buybutton {
    padding: 0;
}

#aec-wishlistpage #aec-searchgridspan {
    width: 100%;
}

#aec-wishlistpage td div a {
    color: #2d64c0 !important;
    font-size: 12px !important;
    text-decoration: none;
}

#aec-wishlistpage td div a:hover {
    color: #2d64c0 !important;
    text-decoration: underline;
}

#aec-wishlistpage #Grid td[role="gridcell"] {
    border-left-color: #bbb;
}

#aec-wishlistpage div .aec-salescat {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

#aec-wishlistpage div .aec-listprice {
    color: #333;
    font-size: 11px;
    padding: 2px 0;
}

#aec-wishlistpage div .aec-listprice > span {
    color: #666;
    font-weight: normal !important;
}

#aec-wishlistpage div .aec-custprice {
    font-size: 12px !important;
}

#aec-wishlistpage div .aec-custprice > span {
    color: #D11F25;
}

#aec-wishlistpage div .aec-yousave {
    font-size: 11px;
    padding: 2px 0;
}

#aec-wishlistpage div .aec-yousave > span {
    color: #da2128;
    font-weight: normal !important;
}

#aec-wishlistpage div .aec-yousave > span.aec-savepercent {
    color: #666 !important;
}

#aec-wishlistpage div .aec-buybutton div.aec-buyimage {
    margin-bottom: 5px;
}

#aec-wishlistpage .k-pager-wrap {
    background-color: #bbb;
    background-image: none;
    border-top-color: #bbb;
}

#aec-wishlistpage th.k-header span {
    font-weight: bold;
}

#aec-wishlistpage .k-dropdown-wrap.k-state-default {
    background-color: #fff;
    background-image: none !important;
    border-color: #bbb;
}

#aec-page .k-state-selected,
#aec-wishlistpage .k-button:active,
#aec-wishlistpage .k-button.k-state-active,
#aec-wishlistpage .k-draghandle.k-state-selected:hover {
    background-color: #bbb;
    background-image: none !important;
    border-color: #bbb !important;
    color: #282828 !important;
}

.k-animation-container .k-list-container {
    border-color: #bbb !important;
}

#aec-wishlistpage .k-animation-container .k-item.k-state-selected.k-state-focused {
    background-color: #bbb !important;
    background-image: none !important;
    color: #282828;
    border: none;
}

.k-animation-container .k-item.k-state-hover {
    background-color: #8794a2 !important;
    background-image: none !important;
    color: #fff;
    border: none !important;
}

/*------------- WishList Address Section END -----------*/
/*------------- Order History Section ------------------*/



#aec-orderhistorypage #orderHistoryGrid {
    min-height: 200px;
}

#aec-orderhistorypage #orderHistoryGrid > div {
    font-size: 12px !important;
    margin: 10px 15px;
    padding: 10px;
}

#aec-orderhistorypage #orderHistoryGrid > div#OrderHistoryGrid:before {
    content: "";
    display: none;
}

#aec-orderhistorypage #orderHistoryGrid > div > i {
    display: inline-block;
    font-style: normal;
    margin-top: 0;
    width: 100%;
}

#aec-orderhistorypage .k-grid td {
    line-height: normal;
    overflow: hidden;
    padding: 0 0.6em;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#aec-orderhistorypage #orderHistoryGrid > div > i:before {
    border-radius: 100%;
}

#aec-orderhistorypage .btn.btn-default {
    margin-bottom: 12px;
    margin-top: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#aec-orderhistorypage hr {
    border-color: #bbb;
}

#orderHistoryGrid #OrderHistoryGrid .k-pager-wrap .k-link {
    background: none repeat scroll 0 0 transparent !important;
    border-color: #bbb !important;
}

#aec-orderhistorypage #orderHistoryGrid > div {
    font-size: 12px !important;
    margin: 0;
    padding: 10px;
}

#OrderHistoryGrid.k-widget.k-grid {
    background-color: transparent;
    border-color: #bbb;
    box-shadow: none !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
    padding: 0 !important;
}

#OrderHistoryGrid thead .k-header,
#OrderHistoryGrid .k-pager-wrap.k-grid-pager,
#OrderHistoryGrid .k-widget.k-dropdown.k-header {
    background-color: transparent;
    border-color: #bbb !important;
}

#OrderHistoryGrid tr,
#OrderHistoryGrid td {
    background-color: transparent !important;
    border-color: #bbb !important;
}

#orderHistoryGrid #OrderHistoryGrid {
    background-image: none !important;
}

#orderHistoryGrid .k-link {
    color: #000;
    font-weight: bold;
}

#OrderHistoryGrid .k-autocomplete.k-state-default,
#OrderHistoryGrid .k-picker-wrap.k-state-default,
#OrderHistoryGrid .k-numeric-wrap.k-state-default,
#OrderHistoryGrid .k-dropdown-wrap.k-state-default {
    background-color: transparent;
    border-color: #bbb !important;
}

#OrderHistoryGrid .k-grid-header {
    background-color: transparent;
}

#OrderHistoryGrid .k-grid-header th.k-header > .k-linkOrderHistoryGrid .k-pager-refresh.k-link {
    background-color: transparent !important;
}

#OrderHistoryGrid .k-grid tr td {
    border-color: transparent;
    border-style: solid;
}

#orderHistoryGrid #OrderHistoryGrid td a.k-button {
    width: 80%;
}

#orderHistoryGrid .k-grid tr td {
    border-color: #bbb;
    border-style: solid;
    border-width: 0 1px 0 0 !important;
}

#orderHistoryGrid .k-grid tr td {
    border-color: #bbb;
    border-style: solid;
    border-width: 0 0 1px 1px !important;
}

#orderHistoryGrid .k-grid tr td:first-child {
    border-left: 0 none;
}

#orderHistoryGrid .k-pager-info.k-label,
#orderHistoryGrid .k-pager-sizes.k-label {
    color: #282828;
}

/*--- Order History > Order Details ---*/


#aec-orderDetails .row {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#aec-orderDetails .headingsBar {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #535353 !important;
    margin-top: 15px;
    max-width: 100%;
    border-radius: 0;
}

#aec-orderDetails .headingsBar:before {
    content: "";
}

#aec-orderDetails .headingsBar .col-md-8 {
    float: left;
    padding: 0 0 0 14px;
    width: 50% !important;
}

#aec-orderDetails .headingsBar .col-md-4 {
    float: right;
    width: 30% !important;
}

#aec-orderDetails .headingsBar .col-md-8 strong,
#aec-orderDetails .headingsBar .col-md-12 strong {
    background-color: transparent;
    color: #535353 !important;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    text-transform: capitalize;
}

#aec-orderDetails .row div:first-child fieldset {
    margin-left: 0 !important;
}

#aec-orderDetails fieldset {
    border: 1px solid #bbb;
    border-radius: 0;
    float: left;
    height: auto;
    margin: 0 !important;
    max-width: 100%;
    min-height: 180px;
    padding: 10px;
    width: 100%;
    margin: 0 !important;
}

#aec-orderDetails fieldset h3 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #bbb;
    color: #535353;
    margin: -10px -10px 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#aec-orderDetails fieldset span {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5em !important;
    width: 100%;
}

#aec-orderDetails br + .note.row.headingsBar {
    border: 1px solid #bfbfbf;
    padding: 0;
}

#aec-orderDetails br + .note.row.headingsBar > div {
    margin-bottom: 10px;
    margin-top: 10px;
    width: auto;
}

#aec-orderDetails > div#cartDetails {
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: none;
    border-bottom: none;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
}

#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: #f5f5f5;
    border-bottom: 1px solid #bbb;
    border-collapse: separate;
    color: #333;
    font-size: 12px !important;
    font-weight: 500 !important;
}

#aec-orderDetails #cartDetails > table#itemTable .tHead1 .productRow {
    width: 50%;
}

#aec-orderDetails #cartDetails > table#itemTable .dPrice {
    color: #282828;
    font: 600 12px/16px Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    text-align: center;
}

#aec-orderDetails #cartDetails > table#itemTable .tHead1 th {
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 5px 10px;
    text-align: center;
}

#aec-orderDetails #cartDetails > table#itemTable .tHead1 th:first-child {
    border-left: 1px solid #bbb;
    text-align: left;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr td {
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr td:first-child {
    border-left: 1px solid #bbb;
    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: #f5f5f5;
    border-bottom: 1px solid #bbb !important;
    border-left: 1px solid #bbb !important;
    color: #333;
}

#aec-orderDetails #cartDetails > table#itemTable tbody tr.totalsNoBorder + .totalsNoBorder + .totalsNoBorder + .totalsNoBorder td + td + td + td + td {
    background-color: #f5f5f5;
    border-left: 1px solid #bbb !important;
    border-bottom: 1px solid #bbb !important;
    color: #000;
}

#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: 12px !important;
    font-weight: normal;
}

#aec-orderDetails #cartDetails > table#itemTable .cartTitle {
    color: #282828;
    font-size: 1em;
    font-weight: 600;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

#aec-orderDetails #cartDetails > table#itemTable .sku {
    color: #676767;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}

#aec-orderDetails #cartDetails > table#itemTable .dPrice.dTotal {
    color: #242b34 !important;
}

#aec-orderDetails > br {
    display: none;
}

#aec-orderDetails .itemQuantity {
    text-align: center;
}

/***********************/
/* Order Details Items */
#cartDetails .summary .col-6.text {
    padding: 0;
}

#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: 65px;
}

#aec-orderDetails .image {
    float: left;
}

#aec-orderDetails .description {
    overflow: hidden;
    padding-left: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #888;
}

#aec-orderDetails .description {
    color: #757575;
}

#aec-orderDetails .description .title {
    color: #414141;
}

#aec-orderDetails .price,
#aec-orderDetails .priceEach {
    display: block;
    text-align: end;
}

#aec-orderDetails .price {    
    font-weight: 800;
    font-size: 14px;
}

#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: 300;
    font-size: 13px;
    color: #414141;
}

#aec-orderDetails .summary .total {
    font-size: 14px;
    font-weight: 700;
}

#aec-orderDetails .summary > .row {
    margin: 4px 0;
}

#aec-orderDetails .summary .value {
    text-align: right;
}
/*--- Order History > Order Details ---*/
/*------------- Order History Section END --------------*/
/*------------- Payment Options ------------------------*/
#aec-page #aec-payments hr {
    display: none;
    border-color: #bbb;
}

#aec-payments div:empty {
    display: none !important;
}

#aec-page #aec-payments #cardHeading1 {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #c3c3c3;
    color: #535353 !important;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    position: relative;
    text-transform: capitalize;
}

#aec-page #aec-payments div.fieldset .fieldset-content {
    padding: 0;
}

#aec-page #aec-payments div.fieldset {
    border: 0 none;
    margin-bottom: 1.167em;
    padding: 0;
}

#aec-page #aec-payments .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#aec-page #aec-payments #cardHeading2 {
    padding: 8px;
    border-radius: 4px;
    border-left: 5px solid #333333;
    color: #3e3e3e;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #d8d8d8;
}

#aec-page #aec-payments #cardHeading2:before {
    display: inline-block;
    text-align: center;
    width: 22px;
}

    #aec-page #aec-payments #cardHeading2 .fLeft {
        float: inherit;
        font-weight: bold !important;
        padding: 0;
    }

#aec-page #aec-payments .btn.btn-primary,
#aec-page #aec-paymentssave .btn.btn-primary {
    margin-bottom: 12px;
    margin-top: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#aec-page #aec-payments .btn.btn-default,
#aec-page #aec-paymentssave .btn.btn-default {
    margin-bottom: 12px;
    margin-top: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#aec-page #aec-payments .row.fRight {
    border-top: 1px solid #bbb;
    float: none;
    margin-bottom: -15px;
    margin-top: 5px;
    padding: 0 15px;
}

#aec-page #aec-payments #aec-payments-cardBlock.row-fluid {
    display: block;
    height: auto;
    width: 100%;
}

#aec-payments-cardBlock > div {
    padding: 0;
}

#aec-page #aec-payments #savedCardBlock {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    width: 33.3333%;
}

#aec-page #aec-payments #savedCardBlock .savedCardFirstLine {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.savedCard {
    list-style:none;
}

#savedCardBlock .cardInfo {
    color: #333;
    font-size: 12px !important;
    line-height: 18px;
    padding-left: 20px;
}

#savedCardBlock .savedCardButtons {
    padding-right: 5px;
}

#aec-page #aec-payments button.btn.btn-primary {
    background-color: #666;
}

#aec-page #aec-payments button.btn.btn-primary:hover {
    background-color: #777;
}

#aec-page #aec-payments .savedCard {
    border: 1px solid #ccc;
    border-radius: 2px;
    font: 14px/22px Arial, Helvetica, sans-serif;
}

#aec-page .cardInfo.savedCardButtons .fRight {
    text-align: left;
    width: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

#aec-page #aec-payments #cardHeading3 {
    border-bottom: 1px solid #bbb;
    color: #242b34;
    font: 14px/22px Arial, Helvetica, sans-serif;
    margin: 10px 0 5px;
    padding: 5px;
}

#aec-page #aec-payments #savedCardBlock .btn.btn-primary.btn-xs {
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-left: 2.5%;
    padding: 2px 17px;
    text-align: center !important;
    width: auto;
}

div.fRight,
span.fRight,
p.fRight {
    float: right;
    width: 145px;
}

#aec-payments .fRight .btn.btn-primary {
    min-width: 75px;
}
/*---- Save Card ---------------------*/
#aec-page #aec-paymentssave.aec-payments {
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0;
}

#aec-page #aec-paymentssave.aec-payments .row:first-child {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #535353 !important;
    font-size: 14px;
    margin: 14px -15px 0;
    padding: 10px 0 10px 12px;
    position: relative;
    text-transform: capitalize;
}

#aec-page #aec-paymentssave.aec-payments .row:first-child h3 {
    float: left;
    font-size: 16px;
    line-height: 1.2em !important;
    margin: 0;
    min-width: 185px;
    width: auto !important;
    text-transform: capitalize;
    margin: 0 18px 0 0;
}

#aec-paymentssave .aec-secondary-heading .fLeft {
    background-color: transparent;
    border: medium none;
    color: #311010 !important;
    float: left;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    font-weight: normal;
}

#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: 0;
    margin-top: 12px;
    width: inherit;
    float: left;
}

#saveCreditCard #ccInfo h5,
#saveCreditCard #aec-myaccount-address h5 {
    color: #282828;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
}

#saveCreditCard #ccInfo hr,
#saveCreditCard #aec-myaccount-address hr {
    border-color: #bbb;
    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: #282828;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 2px;
}

#saveCreditCard .controls > label[for="CreditCardInfo_CreditCardNumber"] {
    padding-bottom: 12px;
}

#saveCreditCard #ccInfo span.defaultCardText {
    color: #282828 !important;
    font-size: 12px !important;
    font-weight: 700 !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: 280px !important;
    min-width: 280px !important;
}

#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;
}

/*---- Save Card END ----------------*/
/*------------- Payment Options END ---------------------*/
/*------------- My Account Pages ------------------------*/

#aec-payments .container.clearfix {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    width: 100% !important;
}
/*------------- Contact Us Form -------------------------*/
.aec-container-contactus #messageDiv.form-group {
    float: left;
    padding: 0;
    position: relative;
}

.aec-container-contactus .note {
    background-color: #fff;
    border-radius: 4px;
    color: #282828;
    margin: 10px 0;
    padding: 10px;
    background-image: none !important;
    border: 1px solid #EDBFAF;
}

.aec-container-contactus .note:before {
    background-color: #900;
    border: medium none;
    border-radius: 100%;
    color: #fff;
    content: "i";
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
    text-align: center;
    width: 16px;
}

.aec-container-contactus .control-label {
    color: #282828;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 4px;
}

.aec-container-contactus .control-group input,
.aec-container-contactus .control-group select {
    background-color: transparent;
    background-image: none;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 12px !important;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 90%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.aec-container-contactus .control-group:first-child select {
    width: 45%;
}

.aec-container-contactus .control-group input:focus,
.aec-container-contactus .control-group select:focus,
.aec-container-contactus textarea:focus {
	border-width: 2px !important;
    border-color: #FFA500 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px 5px rgba(255, 165, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px 5px rgba(255, 165, 0, 0.2);
}

.aec-container-contactus .control-group input + br,
.aec-container-contactus .control-group select + br {
    display: none;
}

.aec-container-contactus textarea {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px !important;
    line-height: 1.42857;
    padding: 6px 12px;
    border-color: #d9d9d9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

.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;
}

.aec-container-contactus .control-group + div + div + div + div + div + div {
    width: 100%;
}

.aec-container-contactus > h3 {
    color: #222;
    font-size: 12px !important;
    margin-top: 10px;
}

.aec-container-contactus .field-validation-error {
    color: #cd0728;
    display: block;
    font-size: 12px !important;
    margin-bottom: 10px;
    margin-top: 0px;
}

.aec-container-contactus .input-validation-error:focus {
    border-color: #ea5757 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(200, 43, 43, 0.08), 0 0 8px rgba(251, 75, 75, 0.6) !important;
}

.aec-container-contactus #Submit {
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 6px 25px;
    background: #bc1b21;
    border: none;
}

.aec-container-contactus #aec-contactus {
    height: 0;
    padding: 0;
}

.aec-container-contactus .aec-contact-customtxt {
    border-top: 1px solid #bbb;
    display: block;
    margin-top: 10px;
    padding-bottom: 15px;
    width: 100%;
}

.aec-container-contactus .aec-contact-customtxt > h3 {
    color: #282828;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase;
}

.aec-container-contactus .aec-contact-customtxt > span {
    font-size: 12px !important;
}

.aec-container-contactus .aec-contact-customtxt .fa.fa-envelope {
    margin-left: 4px;
}

.aec-container-contactus .aec-contact-customtxt .labeltxt {
    color: #282828;
    font-weight: 600;
    margin-right: 10px;
}

.aec-container-contactus .aec-contact-customtxt a {
    color: #a16804;
}

.aec-container-contactus .aec-contact-customtxt a:hover,
.aec-container-contactus .aec-contact-customtxt a:focus {
    color: #0047ab;
}
/* Contact Form info --*/

.tl-gen-addy-corp {
    float: left;
    margin: 5px 0 90px 20px;
    padding: 0;
}

.tl-gen-mb-wrapper ul {
    display: block;
    font-size: 12px !important;
    list-style-type: decimal;
    margin-left: 20px;
}

.clr-highlight {
    color: #900;
}

.tl-gen-addy-sup {
    float: left;
    margin: 5px 0 45px 90px;
    padding: 0;
}

ul.v li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 3px;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.aec-cntc {
    border-top: 1px solid #D2D5D9;
    margin-left: 20px;
    padding-bottom: 18px;
    padding-top: 15px;
    width: 775px;
}

.aec-cntc > a {
    border-bottom: 1px dotted #494b67;
}
/*------------- Contact Us Form END -------------------------*/
div#aec-left {
    padding: 0;
}
.aec-main-contactus > div#aec-left {
    float: left;
    margin-top: 0;
    width: 180px;
}
.contac-us-msg h1,
.contac-us-msg h2 {
    border-bottom: 1px solid #999;
    color: #535353;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}
.contac-us-msg h3 {
  border-bottom: 1px solid #999;
  clear: both;
  color: #535353;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px !important;
  margin-top: 5px;
  padding-bottom: 5px !important;
  display: block;
}
.contac-us-msg > p,
#messageDiv span {
    font-size: 12px;
}	

#aec-left #left-inner .headingbox a {
    background-color: #333333;
    border-left: 8px solid #999999;
    color: #ffffff;
    display: block;
    font-family: wowhd;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 5px;
    text-decoration: none;
}

#aec-left .leftbox ul li a {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 3px 0 3px 3px;
    text-decoration: none;
    font-size: 12px !important;
}
#aec-left .leftbox ul li a:hover {
    background-color: #da2128;
    color: #fff;
}
#aec-left .leftbox li {
    border-bottom: 1px dotted #ccc;
    list-style: none;
}

.aec-main-contactus ul {
    padding-left: 0;
}
#aec-left .hcd {
    border-left: medium none;
}
#content-region ol, #content-region ul  {
  font-size: 12px;
  margin-left: 12px;
}
.leftbox {
  background: #fff none repeat scroll 0 0;
  margin: 4px 0 15px;
}
/*===========================================
 RETAIL BIRTHDAY FIXES
===========================================*/
.k-dropdown.form-control {
    padding: 0 !important;
}

#registerDiv .k-dropdown-wrap{
	border: none !important;
	background-color: transparent  !important;
	box-shadow: none !important;
}
#registerDiv .k-dropdown-wrap span{
	color: #333 !important;
}

#registerForm .col-md-offset-1.col-md-3 > br {
  display: block;
  margin: 7px !important;
}

#aec-shipping .form-group {
  margin-left: 0;
  margin-right: 0;
}	
#aec-shipping .aec-sectionborder .k-dropdown-wrap{
	border: none !important;
	background-color: transparent  !important;
	box-shadow: none !important;
}
#aec-shipping .aec-sectionborder .k-dropdown-wrap span{
	color: #333 !important;
}

#registerDiv .k-dropdown-wrap .k-icon, #aec-shipping .k-dropdown-wrap .k-icon {
  background-image: none !important;
}

#registerDiv .k-dropdown-wrap .k-i-arrow-s:before , #aec-shipping .k-dropdown-wrap .k-i-arrow-s:before {
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  position: relative;
  top: 5px;
  width: 0;
}

#registerDiv .control-label, #aec-shipping .aec-sectionborder .control-label {
    color: #282828;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

#registerDiv .control-label {
    padding-right: 0;
}

#aec-info-content .quicklinks-cards .fab {
    color: #000 !important;
}

#orderEventDetails.container {
    width: auto;
}

#aec-page #aec-payments #savedCardBlock {
    width: 50% !important;
    margin: 0 !important;
    min-height: auto;
}

#aec-page #aec-payments .savedCard {
    border-radius: 0;
    min-height: inherit;
    padding: 10px;
    width: 100%;
}
.cardInfo {
    padding-left: 0px;
    line-height: 1.8em;
}
#aec-page .cardInfo.savedCardButtons .fRight {
    text-align: left;
    width: 100%;
    float: none;
}
#aec-page #aec-payments .btn.btn-primary, 
#aec-page #aec-paymentssave .btn.btn-primary {
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
}

#aec-page #aec-payments .btn.btn-default, #aec-page #aec-paymentssave .btn.btn-default {
    margin-top: 8px;
    width: 100%;
}
button.btn#btnSingleOrderStatus, button.btn#btnLoginSubmit, button.btn#btnRegisterSubmit {
    float: right;
}

input, select, textarea {
    max-width: none;
}
body .navbar-toggler {
    display: block !important;
}

#aec-page .note:before {
    display: none;
}

#aec-page #aec-payments .btn.btn-default,
#aec-page #aec-payments .btn.btn-primary,
#aec-page #aec-payments .btn.btn-secondary {
    width: auto;
    margin: 5px;
    padding: 5px 15px;
    min-width: 80px;
}

#aec-page #aec-payments .btn.btn-default {
    float: none;
}

#aec-page .instruct,
#aec-page .note {
    color: #3e3e3e;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #d8d8d8;
    padding: 8px 8px;
    margin-top: 10px !important;
    border-radius: 4px;
    border-left: 5px solid #333333;
}

.aec-section-container {
    padding: 5px;
}
.aec-account-container {
    width: auto !important;
}

.aec-note-statement {
    font-size: 14px;
}

.aec-subscribe-check {
    margin-bottom: 10px;
}

.aec-container-contactus .control-group {
    width: 100%;
}

#aec-page[data-role="page"] .aec-toggle-leftnav,
#aec-page[data-role="page"] .aec-toggle-container {
    display: none !important;
}

.form-group label {
    color: #282828;
    font-weight: 600;
    font-size: 12px;
}

#aec-shippingaddresspage .form-group {
    margin-bottom: 10px;
}
#IsDefault {
    margin-right: 5px;
}
.ccm-default-address-cbx {
    margin-top: 10px;
    margin-bottom: 10px;
}

#aec-page .input-block-level {
    margin-top: 0;
    margin-bottom: 10px;
}
#aec-reset-loginLink a {
    text-decoration: none;
    color: var(--bs-white);
}
.aec-reset-pass-btns {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
}
.aec-reset-pass-btns .btn-primary {
    float: right;
}
.form-horizontal label {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.aec-reset-pass-container {
    align-items: center;
}

#aec-reset-loginLink2 a {
    text-decoration: none;
}


.aec-upd-pass .form-horizontal,
.aec-upd-user .form-horizontal {
    border: 1px solid #ccc;
    min-height: 240px;
}

.aec-upd-pass {
    padding-left: 0;
    padding-right: 0;
}

#aec-shippingaddresspage-grid .aec-actions-label,
#aec-shippingaddresspage-grid .aec-shipping-address-btn {
    text-align: center;
}

#aec-shippingaddresspage span.ddlCheckout {
    width: 100% !important;
}

#aec-shippingaddresspage .aec-btn-add,
#aec-shippingaddresspage .btn-primary {
    float: unset !important;
}

#aec-page #aec-payments #savedCardBlock {
    width: 100% !important;
}

@media (min-width: 768px) {
    #aec-header, #aec-body {
        padding: 0 15px;
        max-width: 90%;
        margin: auto;
    }
    #saveCreditCard #ccInfo, #saveCreditCard #aec-myaccount-address {
        margin-bottom: 12px;
        margin-left: 0;
        margin-top: 12px;
        width: inherit;
        float: left;
        max-width: 50%;
        padding: 0 5px;
    }

    .aec-container-contactus .control-group {
        width: 50%;
    }

    #aec-page select,
    #aec-page textarea,
    .aec-container-contactus textarea {
        max-width: 280px;
    }


    #aec-page .btn.btn-primary,
    #aec-shipping .btn.btn-danger,
    #orderHistoryGrid #OrderHistoryGrid td a.k-button {
        min-width: 100px;
    }
 
    .aec-delete-account .btn-danger {
        float: right;
    }

    #EmailOptIn {
        margin-right: 10px;
    }

    #aec-orderDetails .image > img {
        width: 80px;
    }

    .summary .text {
        text-align: right;
    }

    #ShippingAddress_AddressName {
        max-width: 50% !important;
    }

    #aec-page #aec-payments #savedCardBlock {
        width: 50% !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #aec-page #aec-payments #savedCardBlock {
        width: 33.333% !important;
    }
    #aec-header, #aec-body {
        padding: 0;
        max-width: 100%;
        margin: auto;
    }

    #aec-page #aec-left {
        margin: 0 !important;
        width: 20% !important;
    }

    #aec-page #aec-main:not(.leftnav-off) {
        width: 80% !important;
    }

    .btn.btn-accmenu {
        display: none;
    }

    #aec-accountmanage-nav.collapse.in, 
    #aec-accountmanage-nav.collapse, 
    #aec-accountmanage-nav.collapsing {
        display: block !important;
        height: auto !important;
    }

    .form-horizontal label {
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .aec-section-container {
        padding: 15px;
    }

    .b-day-input {
        width: 80px !important;
        float: right;
    }

    .b-month-input {
        width: 100% !important;
        float: left;
    }

    .aec-upd-pass {
        padding-left: 0;
        padding-right: 5px;
    }

    .aec-upd-user {
        padding-left: 5px;
        padding-right: 0;
        margin-top: 0;
    }

    #aec-page #aec-payments #savedCardBlock {
        width: 33.3333% !important;
    }
}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}


@media (min-width: 0px) and (max-width: 991px) {
    #aec-page #aec-left {
        background-color: #fff;
        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 !important;
        padding-right: 0 !important;
        position: relative;
        width: 100% !important;
        z-index: 4;
    }

    #aec-left .btn-accmenu {
        color: #fff;
        border-radius: 0;
        width: 100%;
        background: none;
        border: none;
        box-shadow: none;
        background-color: #000;
        text-shadow: none;
    }

    #aec-page .btn.btn-primary, #aec-shipping .btn.btn-danger, #orderHistoryGrid #OrderHistoryGrid td a.k-button {
        float: right;
    }

    .aec-contact-us #aec-left {
        display: none !important;
    }

    #registerDiv, #loginDiv {
        padding: 0;
    }

    #loginDiv {
        margin-bottom: 15px;
    }

    .aec-navbar-mobile .fa-solid.fa-bars:before,
    button.btn-accmenu .fa-solid.fa-bars:before {
        color: #fff !important;
    }

    button.btn-accmenu {
        font-family: wowhd_bold !important;
        text-transform: uppercase;
        line-height: normal;
        text-decoration: none;
        letter-spacing: 0.1rem;
        font-size: 18px;
    }

    button.btn-accmenu .fa-solid.fa-bars {
        font-size: 18px;
        text-shadow: none;
    }

    #aec-accountmanage-nav a {
        font-size: 16px;
    }

    #aec-shippingaddresspage-grid tbody {
        padding: 0;
    }

    #aec-shippingaddresspage-grid tr td.col-6 {
        padding: 0 3px;
    }

    #aec-shipping .btn.btn-danger, #orderHistoryGrid #OrderHistoryGrid td a.k-button {
        margin: 5px 0px 5px 0px;
    }

    #aec-page .btn.btn-primary.aec-btn-add {
        margin: 0;
    }

    #aec-shippingaddresspage-grid .aec-shipping-address-btn .btn {
        min-width: 85px;
        width: 85px;
        /*margin: 5px 5px 5px 0px !important;*/
        float: unset;
    }   
    
}

@media (max-width: 768px) {

    .aec-upd-user {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }

    .account-date-month,
    .account-date-day {
        padding-left: 0;
        padding-right: 0;
    }    
}
