.grid-departments,
.aec-navTitle,
.aec-dcsnavAccordian,
#aec-leftnavspacer,
.aec-navLinks,
body #aec-left {
    display: none !important;
}

html > body #aec-main {
    width: 100% !important;
}

.aec-help-content {
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.aec-help-content.aec-privatepolicy .aec-info-section {
    font-size: 15px;
}

.aec-help-content.aec-privatepolicy {
    border-radius: 0px;
    width: 100%;
}

.help-nav {
    display: block !important;
    border: 1px solid #F9F7F1;
    border-radius: 0px;
    float: right;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
}

.help-nav .aec-helpnavigation {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    list-style: none;
}

.help-nav .aec-helpnavigation li {
    border-top: solid 1px #F9F7F1;
    margin: 0 !important;
    padding: 4px !important;
}

.help-nav .aec-helpnavigation li:first-child {
    border-top: none;
}

dd {
    font-size: 15px;
}

dt {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

h2.help-index {
    color: #000 !important;
    background-color: #EDE7D4;
    font-size: 22px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 768px) {
    .help-nav {
        width: 16.66666667%;
        float: right;
    }

    .aec-help-content {
        width: 83.33333333%;
    }
}

@media (min-width: 992px) {
    .help-nav {
        width: 16.66666667%;
        float: right;
    }

    .aec-help-content {
        width: 83.33333333%;
    }
}

@media (min-width: 1200px) {
    .help-nav {
        width: 15.66666667%;
        float: right;
        margin-left: 10px;
    }

    .aec-help-content {
        width: 83.33333333%;
    }
}

#help-content {
    min-height: 320px;
    color: #888;
    padding-bottom: 40px;
}

#help-content p {
    font-size: 15px;
    font-weight: normal;
}

.privacy-policy-content ul {
    list-style: disc;
}

.privacy-policy-content ol {
    list-style: decimal;
}

.privacy-policy-content ol[type='A'] {
    list-style-type: upper-alpha;
}

.privacy-policy-content .form-group {
    margin-bottom: 15px;
}

.privacy-policy-content .control-label {
    font-weight: bold;
}

.aec-thank-page {
    padding: 30px 15px;
}

#aec-main > h1 {
    display: none;
}

#help-content a {
    color: var(--primary-color);
    font-size: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

#help-content a:hover {
    color: var(--secondary-color) !important;
}

#help-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #F9F7F1;
}

#help-content .table-of-content li,
#help-content ul li,
#help-content ol li {
    font-size: 15px;
    margin-left: 10px;
    padding: 4px 0;
}

#help-content .address {
    font-size: 13px;
}

    #help-content .address span {
        color: #000;
        font-weight: 600;
    }

#help-content h1 {
    border-bottom: 1px solid #F9F7F1;
    color: #030303;
    font-size: 22px !important;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.aec-help-content > h1.main-heading {
    color: #000000 !important;
    background-color: var(--orange);
    font-size: 22px !important;
    font-weight: 600;
    margin: 0 -15px 20px;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
}

#help-content h2 {
    background-color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    padding: 8px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 -15px;
    margin-bottom: 10px;
}

#help-content h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

#help-content h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

#help-content strong {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

#help-content p strong {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600;
}

#help-content strong.sub-heading {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

#help-content .table thead th {
    background-color: var(--primary-color);
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
}

#help-content table {
    width: 100%;
}

#help-content table,
#help-content table td {
    border-color: #e5e5e5;
    font-size: 14px;
}

#help-content table th {
    border-color: #e5e5e5;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}


#help-content #cphBody_gv1 tbody tr:nth-child(2n+1) {
    background-color: #F9F7F1;
}

@media (min-width: 520px) and (max-width: 7680px) {
    #help-content table,
    #help-content table th,
    #help-content table td {
        padding: 5px;
    }
}

#help-content .note {
    font-size: 13px;
}

#help-content .note:before {
    content: '';
}

.h li {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 4px;
}

#help-content .aec-privatepolicy .text-muted {
    color: #767676 !important;
}

/*====================================
	HELP PAGE NAVIGATION
=====================================*/

.aec-help-menu li {
    border-top: 1px solid #F9F7F1;
    padding: 2px 0;
    list-style: outside none none;
}

.aec-help-menu li:first-child {
    border-top: medium none;
}

.aec-help-menu li ul li:first-child {
    border-top: 1px solid #e0f6fd;
}

.aec-help-menu > li a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
    padding: 2px 0;
    cursor: pointer;
}

.aec-help-menu > li a.aecMainHelpIndex {
    border-bottom: 1px solid #F9F7F1;
    font-size: 18px;
    font-weight: bold;
}

.aec-help-menu li ul li > a {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding-left: 0px !important;
}

.aec-help-menu li ul li a:before {
    color: #627185;
    content: "\f82e";
    display: inline-block;
    font-family: "WebGlyphs";
    height: 16px;
    left: 0;
    margin-left: 6px;
    top: 0;
    width: 10px;
}

.aec-help-menu li ul li.active a,
.aec-help-menu li.active > a,
.aec-help-menu li ul li.active a:before {
    color: #000;
    font-weight: 700 !important;
}

@media (min-width: 0px) and (max-width:768px) {
    .aec-toggle-leftnav,
    .grid-departmentsnav {
        display: none !important;
    }

    .aec-help-menu {
        margin-bottom: 0;
    }

    .aec-help-menu > li a {
        padding: 2px 0 2px 20px;
    }

    .aec-help-menu li ul li > a {
        padding-left: 35px !important;
    }

    #aec-left {
        background-color: #F9F7F1;
        border: 1px solid #F9F7F1;
        left: 0;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100% !important;
        z-index: 9999;
    }

    #help-content {
        padding-left: 0;
        padding-right: 0;
    }

    #help-content table th,
    #help-content table td {
        font-size: 11px !important;
        padding: 2px !important;
    }
}

@media (min-width: 0px) and (max-width:320px) {
    .table.table-bordered.shipping-table {
        margin-left: -10px;
    }
}

.list-inline.aec-help-ccs li i {
    font-size: 32px;
}

.list-inline.aec-help-ccs li i:before {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.list-inline.aec-help-ccs > li {
    margin-left: 2px !important;
    margin-right: 8px;
}

.list-inline.aec-help-ccs > li .icon-cc-visa,
.list-inline.aec-help-ccs > li .icon-cc-mastercard,
.list-inline.aec-help-ccs > li .icon-cc-amex,
.list-inline.aec-help-ccs > li .icon-cc-discover,
.list-inline.aec-help-ccs > li .icon-cc-paypal {
    color: #777;
}

@media (min-width: 0px) and (max-width:767px) {
    .help-nav {
        margin-bottom: 15px;
    }
}

#help-content p a strong {
    color: #ec523e !important;
    font-size: inherit !important;
}



/*Go Top section*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #EC523E;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 1px solid #232f3e;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #232f3e;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #333333;
    transition: all 0.3s ease;
}

#return-to-top:hover i {
    color: #ffffff;
}

.container-message {
    border-top: 1px solid #104372;
    padding: 15px;
    border-radius: 2px;
    display: none;
    text-align: center;
    margin-top: 40px;
}

#submit-btn {
    background-color: #EC523E;
    color: #fff;
    border-color: #EC523E;
    border-radius: 1px;
}

#submit-btn:hover {
    background-color: #FF6C5C;
    color: #fff;
    border-color: #EC523E;
    transition: all .6s ease-out;
}

#help-content ol,
#help-content ul {
    padding: 0 25px;
    /*color: #000000 !important;*/
}

a:hover {
    cursor: pointer !important;
}

.address-store p {
    padding: 0;
    margin: 0;
}

.form-link h3 a {
    font-size: 12px !important;
}

.aec-help-content .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.aec-help-content .btn-primary:hover,
.aec-help-content .btn-primary:focus,
.aec-help-content .btn-primary:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}