
/*====================================
	PRIVACY POLICY PAGE NAVIGATION
=====================================*/

.aec-help-menu li {
    border-top: 1px solid #e0f6fd;
    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: #0174b0;
    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 #e0f6fd;
    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: #83c8e5;
    content: "\f82e";
    display: inline-block;
    font-family: "DeepFont";
    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: #1c4073;
    font-weight: 700 !important;
}

.help-nav {
    display: block !important;
}


/*====================================
	PRIVACY POLICY PAGE CONTENT
=====================================*/
#help-content {
    min-height: 320px;
    color: #627185;
    padding-bottom: 40px;
}

#help-content p {
    font-size: 13px
}

#help-content a {
    color: #0174b0;
    font-size: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

#help-content a:hover {
    color: #1c4073 !important;
    text-decoration: underline !important;
}

#help-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e8f5fd;
}

#help-content .table-of-content li,
#help-content ul li,
#help-content ol li {
    font-size: 13px;
    margin-left: 10px;
    padding: 4px 0;
}

#help-content .address {
    font-size: 13px;
}

#help-content .address span {
    color: #3C4756;
    font-weight: 600;
}

    #help-content h1 {
        color: #1c4073;
        font-size: 20px;
        font-weight: 600;
    }

#help-content h2 {
    border-bottom: 1px solid #e8f5fd;
    color: #1c4073;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    text-transform: uppercase;
}

#help-content h3 {
    color: #0174b0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

#help-content h4 {
    color: #3C4756;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

#help-content strong {
    color: #0174b0;
    font-size: 14px;
    font-weight: 600;
}

#help-content p strong {
    color: #627185 !important;
    font-size: 13px !important;
    font-weight: 600;
}

#help-content strong.sub-heading {
    color: #3c4756;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

#help-content .table thead th {
    background-color: #def7fe;
    color: #0174b0;
    vertical-align: middle;
    font-weight: 600;
}

#help-content table,
#help-content table th,
#help-content table td {
    border-color: #c2e5f1;
    font-size: 13px;
}

#help-content .note {
    font-size: 13px;
}

#help-content .note:before {
    content: '';
}


@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: #f6fbfd;
        border: 1px solid #e0f6fd;
        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;
    }
}


/*Go Top section*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #08a0df;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 1px solid #ffffff;
    -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: #ffffff;
    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;
}

#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: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    border-radius: 1px;
}

    #submit-btn:hover {
        background-color: #4785bb;
        color: #fff;
        border-color: var(--primary-color);
        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: #2a608e !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}