/*.loginbtn {
    padding-right: 0.4%;
    padding-bottom: 0.4%;
    margin-left: 71%;
}
.checkbox {
    background-color: #151F6D;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-left: -15px;
    padding-top: 10px;
    height: 41px;
}
@media only screen and (max-width: 737px) and (min-width: 639px) {
    .section-heading {
        background: #151F6D;
        padding: 13px 15px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .shipment-data {
        background-color: #151F6D;
        color: #FFFFFF;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -10px;
    }

    .checkbox {
        background-color: #151F6D;
        color: #FFFFFF;
        margin-bottom: -1px;
        margin-left: -15px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1100px) {
    .loginbtn {
        margin-left: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .checkbox {
        background-color: #151F6D;
        color: #FFFFFF;
        margin-bottom: -1px;
       
    }
}
@media only screen and (max-width: 769px) {
    .loginbtn {
        margin-left: unset !important;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0;
        padding-bottom: 1%;
    }
}
@media only screen and (max-width: 762px) {
    .form-group.licensebtnsearch button.btn.btn-primary {
        width: 100%;
    }
    .form-group.licensebtnsearch {
        margin-bottom: 2px !important;
    }
}*/
.client-primary-color {
    /*background-color: #30768e;*/
    background-color: var(--primary-color);
}

.text-default-color {
    color: rgb(30, 30, 30);
}

.loginbtn {
    padding-right: 0.4%;
    padding-bottom: 0.4%;
    margin-left: 71%;
}

.loginbtn1 {
    padding-right: 0.4%;
    padding-bottom: 0.4%;
}

.checkbox {
    /*background-color: #30768e;*/
    background-color: var(--primary-color);
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    height: 41px;
}
@media only screen and (max-width: 990px) and (min-width: 770px) {

    .site-nav {
        font-size: 11.5px !important;
    }

    .nav-cart {
        width: 22px !important;
    }

        .nav-cart .glyphicon {
            font-size: 21px !important;
        }
}
@media only screen and (max-width: 737px) and (min-width: 639px) {
    .section-heading {
        background: #30768e;
        padding: 13px 15px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .shipment-data {
        /*background-color: #30768e;*/
        background-color: var(--primary-color);
        color: #FFFFFF;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -10px;
    }

    .checkbox {
        /*background-color: #30768e;*/
        background-color: var(--primary-color);
        color: #FFFFFF;
        margin-bottom: -1px;
        margin-left: -15px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1100px) {
    .loginbtn {
        margin-left: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .checkbox {
        /*background-color: #30768e;*/
        background-color: var(--primary-color);
        color: #FFFFFF;
        margin-bottom: -1px;
        /*margin-left: -27px;
            margin-right: -12px;*/
    }
}

@media only screen and (max-width: 769px) {
    .loginbtn {
        margin-left: unset !important;
        width: 100%;
        /*padding-right: 15px;
        padding-left: 15px;*/
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 0;
        padding-bottom: 1%;
    }

    .loginbtn1 {
        margin-left: unset !important;
        width: 100%;
        /*padding-right: 15px;
        padding-left: 15px;*/
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 0;
        padding-bottom: 1%;
    }
}

@media only screen and (max-width: 762px) {
    .form-group.licensebtnsearch button.btn.btn-primary {
        width: 100%;
    }

    .form-group.licensebtnsearch {
        margin-bottom: 2px !important;
    }
}

@media only screen and (min-width: 769px) {
    .width-limiter {
        max-width: 97%;
    }
}

.products-section-heading {
    margin-right: -40px;
    margin-left: -45px;
}

.floatclass {
    text-align: center;
}

.addtocart-button {
    padding-left: 150px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 150px;
    margin-top: 30px;
}

.products-header {
    font-size: 20px;
    line-height: 1.5;
}

.bottom-btn-wrapper {
    margin: 20px 0;
}

.back-link {
    padding-left: 1ch;
    position: relative;
}

    .back-link:before {
        content: '<';
        position: absolute;
        left: -0.6ch;
        top: 0.22ch;
    }

.border-box {
    border-style: solid;
    border-width: thin;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
}

/* bootstrap overwritten styles */
html, body {
    line-height: 1.15;
    min-width: 320px;
    font-family: ArialMT, Arial, "Helvetica Neue", Helvetica, sans-serif;
    /*color: rgb(81,81,81);*/
    color: rgb(30, 30, 30);
}

a {
    text-decoration: underline;
}

    a:hover, a.btn {
        text-decoration: none;
    }

    a:not([class]) {
        text-decoration: none;
    }

        a:not([class]):hover {
            text-decoration: underline;
        }


.radio label, .checkbox label {
    line-height: 1.5;
}

.btn-link, .btn-ghost-primary {
    font-weight: 700;
    font-size: 12px;
}

    .btn-link:hover, .btn-ghost-primary:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

@media only screen and (min-width: 769px) {
    body > .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
}

.btn, .form-control {
    border-radius: 0;
    box-shadow: none;
}

    .btn, .btn:hover, .btn:focus, .btn:active {
        border-color: transparent !important;
        box-shadow: none;
    }

.form-control {
    border-color: #666;
}

.pin-control {
    width: 180px;
}

.error-separator {
    height: 2px;
    margin: 0px;
}

.btn-default {
    background-color: rgb(153, 153, 153);
    color: #ffffff;
}

    .btn-default:focus,
    .btn-default:hover {
        background-color: rgb(143, 143, 143);
        color: #ffffff;
    }
/* Registration page style */
label {
    font-weight: 600;
}

.required-asterisks {
    color: #a94442 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.grid {
    border: 1px solid rgb(30, 30, 30);
    padding-bottom: 1px;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr {
        border: 1px solid #ddd;
        padding: 5px;
        background: #fff;
    }

    table th {
        text-transform: none;
        letter-spacing: 1px;
    }

    table th, table td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: left;
        vertical-align: text-bottom;
    }

.textboxgrid {
    height: 34px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #c6cdcc;
    margin-left: 1%;
}

.pagewidth {
    padding-left: 10%;
    padding-right: 10%;
}

.buttonclass {
    margin-left: 10%;
    margin-right: 10%;
}

.comboboxgrid {
    height: 34px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #c6cdcc;
    background: #151F6D;
    color: white;
    margin-left: 0.5%;
}
/* Registration page style end*/
.modal-body {
    padding: 25px 18px;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
}

.modal-header {
    padding: 10px 15px;
    border: none;
    background: #666666;
    color: #ffffff;
}

    .modal-header .close {
        color: #ffffff;
        text-shadow: none;
        opacity: 1;
    }

.modal-title {
    font-weight: 700;
    font-size: 16px;
}

.modal-body .title:only-child {
    margin-bottom: 0;
}

/* header & navbar */
.header {
    border-top: 6px solid transparent;
    /*height: 129px;*/
    height: 98px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    /*-webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
}

    .header .navbar {
        margin-bottom: 0;
    }

.client-logo {
    padding-left: 37px;
    padding-top: 3px;
   /* padding-top: 26px;*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.client-logo-2 {
    padding-right: 42px;
    /*padding-top: 40px;*/
    padding-top: 15px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.client-login-out {
    padding-right: 20px;
    white-space: nowrap;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.client-slogan {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    padding: 0 35px;
    padding-left: 15%;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 690px) {
    .header {
        display: block;
    }

        .header .navbar {
            float: left;
        }

    .client-logo {
        padding-top: 15px !important;
        float: left;
        width: 90px;
    }

    .client-login-out {
        float: right;
        height: 70px;
    }

        .client-logo:after, .client-logo-2:before, .client-login-out:before {
            content: '';
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

    .client-logo img, .client-logo-2 img {
        display: inline-block;
        vertical-align: middle;
    }

    .client-logo-2 {
        float: right;
        height: 50px;
        padding-right: 20px;
        margin-left: -100%;
    }

    .client-slogan {
        display: none;
    }

        .client-slogan:before {
            content: '';
            display: table;
            width: 100%;
            clear: both;
            padding-bottom: 10px;
        }
}

@media only screen and (max-width: 768px) {
    .header {
        height: 50px;
        border-top: none;
        background-color: rgba(242, 242, 242, 1);
    }

    .client-logo {
        /*padding-top: 15px !important;*/
        padding-top: 6px !important;
        padding-left: 30px;
    }

    .client-logo-2 {
        padding-top: 15px;
    }

    .client-slogan {
        text-align: right;
    }

    .nomobile {
        display: none !important;
    }
}

@media only screen and (max-width: 769px) and (min-width: 768px) {
    .pin-confirmation {
        /*max-width: 340px;*/
        /*padding-left: 10px;*/
        padding-left: 175px;
        padding-right: 175px;
    }
}

@media only screen and (max-width: 350px) {
    .header .nav-cart {
        width: 50px;
    }

    .client-logo {
        text-align: center;
        width: calc(100% - 85px - 60px);
        padding: 0;
    }
}

.site-nav {
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    min-height: 1px;
    margin-bottom: 30px;
    box-shadow: inset 0 2px 0 -1px #c9c9c9;
    padding-left: 40px;
    padding-right: 15px;
}

.navbar a {
    text-decoration: none;
}

.navbar-nav {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .navbar-nav > li > a {
        border-top: 6px solid transparent;
        white-space: nowrap;
        padding: 4px 0;
    }

    .dropdown-menu.dropdown-menu > li > a,
    .navbar-nav.navbar-nav a {
        color: inherit;
    }

.dropdown-menu > li > a {
    border-left: 5px solid transparent;
}

.dropdown-menu > li.active > a {
    border-color: currentColor;
}

.navbar-nav li a:focus {
    background: none;
}

.navbar-nav li.active > a,
.navbar-nav li:hover > a,
.navbar-nav li.open > a {
    border-color: currentColor !important;
    background: none;
}

.navbar-toggle {
    color: inherit;
    background: currentColor;
    float: left;
    flex-shrink: 0;
    width: 60px;
    height: 50px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: relative;
}

    .navbar-toggle .icon-bar {
        width: 40px;
        height: 3px;
        margin: 0 auto;
        background: #ffffff;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 10px;
        }

.dropdown-menu {
    box-shadow: none;
    border: none;
    width: 100%;
    border-radius: 0;
}



.dropdown-menu,
.navbar-nav li.open,
.navbar-nav li.dropdown:hover {
    background: #efefef;
}

.nav-cart {
    float: right;
    margin-left: -100%;
    /*height: 50px;*/
    margin-top: 6px;
    /*line-height: 50px;*/
    width: 72px;
    text-align: center;
    text-decoration: none !important;
    border-left: 1px solid #c9c9c9;
    white-space: nowrap;
}

    .nav-cart .glyphicon {
        font-size: 25px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

.client-logo-2 .nav-cart {
    border: none;
    float: none;
    margin: 0;
}

@media only screen and (min-width: 769px) {
    li:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav > li.dropdown > a i {
        display: none;
    }

    .navbar > .container-fluid {
        padding-left: 25px;
        padding-right: 0;
    }

    .navbar-nav {
        width: 100%;
        padding-right: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .navbar-nav > li {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .navbar-nav > li + li {
                margin-left: 20px;
            }

    .client-logo-2 .nav-cart {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    html {
        transition: transform .2s;
    }

    .nav-shown {
        transform: translate3d(45%,0,0);
        overflow: hidden;
    }

    .site-nav {
        margin-bottom: 0;
        min-height: 0;
        box-shadow: none;
        position: fixed;
        border-left: 0;
        left: -45%;
        width: 45%;
        height: 100%;
        top: 0;
        z-index: 2;
        padding: 0;
        transform: translateZ(0);
        background: #383838;
    }

        .site-nav .navbar-nav {
            height: 100%;
            text-align: left;
        }

    .navbar-nav > li {
        margin-bottom: 2px;
    }

        .navbar-nav > li:hover,
        .navbar-nav li.dropdown:hover {
            /*background-color: #30768e;*/
            background-color: var(--primary-color);
        }

        .nav .open > a,
        .nav .open > a:hover,
        .nav .open > a:focus,
        .navbar-nav > li a:focus {
            background-color: #30768e !important;
        }

    .navbar-nav li.dropdown a:focus {
        color: #fff;
    }

    .logout {
        width: 70px;
    }

    .navbar-nav li,
    .navbar-nav li.dropdown,
    .navbar-nav a,
    .navbar-nav li ul {
        background-color: #333333;
    }

    .navbar-nav.navbar-nav a {
        color: #ffffff;
    }

    .navbar-nav li ul,
    .navbar-nav li li {
        border: none;
        padding: 0;
    }

        .navbar-nav li li a {
            padding: 13px 10px;
            border: none;
        }

    .navbar-nav > li > a {
        border: none;
        white-space: normal;
        padding: 15px 10px;
        background-color: #333333;
        position: relative;
    }

    .navbar-nav > li.dropdown > a {
        padding-right: 60px;
        background-color: inherit !important;
    }
    /*.navbar-nav > li.dropdown > a:after {
    content: '\002b';
    position: absolute;
    background-color: #2d2d2d;
    font-family: 'Glyphicons Halflings';
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
  }
  .navbar-nav > li.dropdown > a:hover:after {
    content: '\2212';
  }*/
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        padding: 15px 10px;
    }

    .navbar-nav > li.dropdown > a i {
        display: block;
        background-color: #2d2d2d;
        width: 50px;
        height: 100%;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
    }

    .navbar-toggle {
        display: block;
    }

    .dropdown-menu {
        position: relative;
        float: none;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar .nav-cart {
        display: none;
    }

    .client-logo-2 {
        width: 120px;
        padding-top: 0 !important;
        padding-right: 0;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        border-left: 1px solid #ccc;
    }

        .client-logo-2:before {
            display: none;
        }

        .client-logo-2 .nav-cart {
            display: block;
            text-align: center;
            line-height: 50px;
            margin-top: -45px;
        }

        .client-logo-2 img.logout {
            display: none;
        }

    .logout-mobile {
        padding-right: 0px;
        padding-left: 15px;
    }

    .cart-mobile {
        padding-right: 0px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 690px) {
    .nav-shown {
        transform: translate3d(75%,0,0);
    }

    .site-nav {
        width: 75%;
        left: -75%;
    }
}
/* footer */
.footer {
    /*background-color: rgb(215, 215, 215);*/
    background-color: var(--primary-footer-color);
    border-top: 8px solid transparent;
    /*font-size: 10.7px;*/
    font-size: 14px;
    /*font-weight: bold;*/
    /*color: #ffffff;*/
    padding-top: 14px;
    line-height: 1.1;
}

    .footer a {
    }

    .footer .container-fluid {
        padding-left: 6px;
        padding-right: 6px;
        color: var(--primary-footer-text-color);
    }

.footer-nav {
}

    .footer-nav ul {
    }

    .footer-nav li {
        display: inline;
    }

        .footer-nav li + li:before {
            content: '|';
            margin: 0 10px;
        }

/* headings */
h1.page-heading,
h1.section-heading {
    font-size: 20px;
    line-height: 1.5;
}

h2.page-heading,
h2.section-heading {
    font-size: 16px;
}

.page-heading,
.section-heading {
    font-weight: 700;
}

.section-heading {
    background: rgb(215, 215, 215);
    padding: 13px 15px;
    color: rgb(30, 30, 30);
    /*padding-left: 43px;*/
}


@media only screen and (max-width: 768px) {
    .page-heading.gray {
        background: rgb(215, 215, 215);
        color: rgb(30, 30, 30);
    }

    .section-heading {
        background: rgb(215, 215, 215);
        padding: 13px 8px;
        /*margin-left: -15px;
    margin-right: -15px;*/
        padding-left: 15px;
    }

    .page-heading {
        /*background: #666666;*/
        /*color: #ffffff;*/
        color: rgb(30, 30, 30);
        padding: 13px 8px;
        margin-left: -15px;
        margin-right: -15px no-mobile;
        line-height: 1.15;
        margin-top: 0;
    }
}

.page-heading .brand-name {
    display: block;
    margin-top: 10px;
}

/* field validation */
.field-validation-error {
    /*display: block;
  background: rgb(215, 215, 215);
  padding: 22px 20px 22px 90px;*/
    color: #991b1e;
    /*position: relative;
  min-height: 60px;*/
}

    /*.field-validation-error:before {
  content: '';
  background: url(../Images/alert.png) center center no-repeat;
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}*/

    .field-validation-error + .form-horizontal {
        margin-top: 20px;
    }


/* Pending AOC list */
/*.pending-AOCs-list {
  font-size: 0;
  padding-bottom: 30px;
  margin-left: -67px;
}

.pending-AOCs-item {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 175px;
  margin-left: 67px;
  padding-top: 33px;
}

.pending-AOCs-item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.pending-AOCs-item p {
  margin-bottom: 15px;
}

.pending-AOCs-item .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .pending-AOCs-list {
    margin-left: -20%;
  }

  .pending-AOCs-item {
    width: 34%;
    padding-bottom: 35px;
    border-bottom: 1px solid #c9c9c9;
    margin-left: 16%;
  }

  .pending-AOCs-item:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .pending-AOCs-item {
    width: 100%;
    padding: 15px 0 20px;
    margin: 0;
  }

  .pending-AOCs-list {
    margin-left: 0;
  }
}

.order-details {
  padding-top: 5px;
}

.order-details ~ p {
  padding-left: 10px;
}

.order-details-item {
  padding: 10px 0 15px 10px;
  border-bottom: 1px solid #c9c9c9;
  line-height: 1.15;
}

.order-details-item .title {
  font-weight: 700;
  text-transform: uppercase;
}

.order-details-item .desc {
  text-transform: uppercase;
}

.order-details-item .form-control-static {
  display: inline-block;
}

.order-details-item .form-control {
  display: inline-block;
  width: auto;
}

.order-summary {
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: 1.15;
}

.order-summary .row + .row {
  margin-top: 55px;
}

.pin-confirmation {
  margin-bottom: 30px;
  margin-left: 3px;
  margin-right: 3px;
}
   
.pin-confirmation .field-validation-error {
  margin: 0 0 20px;
} 

.pin-confirmation .btn-link {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 769px) {
  .submit-order-form {
    max-width: 285px;
    margin: 0 auto;
  }

  .submit-order-form .btn-link {
    padding-left: 0;
    padding-right: 0;
  }

  .pin-confirmation {
    padding-left: 10px;
  }
}*/
/* Pending AOC list */
.pending-AOCs-list {
    font-size: 0;
    padding-bottom: 30px;
    margin-left: -67px;
}

.pending-AOCs-item {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    width: 175px;
    margin-left: 67px;
    padding-top: 33px;
}

    .pending-AOCs-item .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.15;
    }

    .pending-AOCs-item p {
        margin-bottom: 15px;
    }

    .pending-AOCs-item .btn {
        margin-top: 20px;
    }

@media only screen and (max-width: 768px) {
    .pending-AOCs-list {
        margin-left: -20%;
    }

    .pending-AOCs-item {
        width: 34%;
        padding-bottom: 35px;
        border-bottom: 1px solid #c9c9c9;
        margin-left: 16%;
    }

        .pending-AOCs-item:nth-child(even) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 480px) {
    .pending-AOCs-item {
        width: 100%;
        padding: 15px 0 20px;
        margin: 0;
    }

    .pending-AOCs-list {
        margin-left: 0;
    }
}

.order-details {
    padding-top: 5px;
}

    .order-details ~ p {
        padding-left: 10px;
    }

.order-details-item {
    padding: 10px 0 15px 10px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.15;
}

    .order-details-item .title {
        font-weight: 700;
        text-transform: uppercase;
    }

    .order-details-item .desc {
        text-transform: uppercase;
    }

    .order-details-item .form-control-static {
        display: inline-block;
    }

    .order-details-item .form-control {
        display: inline-block;
        width: auto;
    }

.order-summary {
    padding-bottom: 25px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 15px;
    padding-left: 10px;
    line-height: 1.15;
}

    .order-summary .row + .row {
        margin-top: 55px;
    }

.pin-confirmation {
    margin-bottom: 30px;
    margin-left: 3px;
    margin-right: 3px;
}

    .pin-confirmation .field-validation-error {
        margin: 0 0 20px;
    }

    .pin-confirmation .btn-link {
        padding-left: 0;
        padding-right: 0;
    }

@media only screen and (min-width: 769px) {
    .submit-order-form {
        max-width: 285px;
        margin: 0 auto;
    }

        .submit-order-form .btn-link {
            padding-left: 0;
            padding-right: 0;
        }

    .pin-confirmation {
        padding-left: 10px;
    }
}
/* products list */
.product-family-list {
    margin-left: -30px;
    padding-top: 20px;
}

.product-family-item {
    width: 210px;
    height: 175px;
    border: 5px solid #e4e4e4;
    box-shadow: inset 0 0 0 5px #ffffff;
    display: inline-block;
    background: #f2f2f2;
    margin: 0 0 30px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 165px;
    text-decoration: none;
}

    .product-family-item:hover,
    .product-family-item:focus {
        text-decoration: none;
    }

.product-family-list.small-items {
    margin-left: -48px;
}

    .product-family-list.small-items .product-family-item {
        width: 144px;
        height: 125px;
        border: 5px solid #e4e4e4;
        box-shadow: inset 0 0 0 5px #ffffff;
        margin: 0 0 30px 48px;
        font-size: 14px;
        line-height: 115px;
    }

.product-family-item-img {
    width: 250px;
    height: 100px;
    border: 5px solid #e4e4e4;
    box-shadow: inset 0 0 0 5px #ffffff;
    margin: 0 0 30px 48px;
    font-size: 14px;
    line-height: 115px;
}


@media only screen and (max-width: 500px) {


    .product-family-list {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

        .product-family-list:not(.small-items) .product-family-item {
            margin: 0;
            width: 100%;
            height: 65px;
            font-size: 14px;
            line-height: 68px;
            border: none;
            padding: 0 8px;
            box-shadow: none;
            text-align: left;
        }

            .product-family-list:not(.small-items) .product-family-item:after {
                font-family: 'Glyphicons Halflings';
                content: "\e080";
                float: right;
            }

            .product-family-list:not(.small-items) .product-family-item:nth-child(even) {
                background: rgb(228, 228, 228);
            }

    .addtocart-button {
        padding-left: 32%;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 32%;
        margin-top: 30px;
    }
}

.product-list {
}

.add-to-cart {
    text-align: center;
}

.product-list.no-bottom-border .product-item:last-child {
    /*border-bottom: none;*/
}

@media only (width:375px) {
    .product-item {
        /*border-bottom: 1px solid #c9c9c9;*/
        padding: 29.4px 0 0 30px;
        margin-left: 28px;
        width: 202px;
        display: inline-block;
        vertical-align: top;
        /*padding-top: 29.4px;*/
    }
}

.product-item {
    /*border-bottom: 1px solid #c9c9c9;*/
    padding: 29.4px 0 0 30px;
    margin-left: 24px;
    width: 202px;
    display: inline-block;
    vertical-align: top;
    /*padding-top: 29.4px;*/
}

    .product-item + .product-item {
        padding-top: 30px;
    }

    .product-item .title {
        font-weight: 700;
        margin-bottom: 15px;
    }

    /*.product-item .title ~ p {
  margin-bottom: 23px;
}*/

    /*.product-item .form-inline {
  padding: 20px 0 0;
}*/

    .product-item.product-item .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .product-item select.form-control {
        min-width: 75px;
    }

    .product-item .btn {
        margin-left: 10px;
    }

    .product-item .form-control-static {
        margin-right: 10px;
    }

    .product-item fieldset {
        display: inline-block;
    }

    .product-item .field-validation-error {
        margin: 10px 0 -10px;
    }

@media (min-width: 450px) {
    .product-added-modal .modal-dialog,
    .product-removed-modal .modal-dialog {
        max-width: 420px;
        margin: 150px auto 0;
    }

    .product-removed-modal .modal-dialog {
        max-width: 400px;
    }
}

@media (min-width: 769px) {

    .product-item .btn {
        min-width: 160px;
    }
}

.product-added-modal .btn {
    margin-bottom: 10px;
}

.product-added-modal p {
    /*margin-bottom: 16px;*/
}

.product-added-modal .check-out-btn {
    min-width: 215px;
    margin-top: 20px;
}

/* order history */
.order-history-item {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 30px;
}

    .order-history-item .title {
        font-size: 16px;
    }

/* order confirmation */
.order-confirmation {
}

    .order-confirmation .page-heading + p {
        font-size: 13px;
        margin: 21px 0 16px;
    }

.order-confirmation-number {
    font-weight: 400;
    margin-bottom: 16px;
}

/* order summary */
.shipment-details {
    padding: 5px 0 0 10px;
}

    .shipment-details ~ .terms-and-conds {
        padding-left: 10px;
    }

.shipment-data {
    margin-bottom: 5px;
    background-color: #151F6D;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -10px;
    padding-bottom: 1%;
}

    .shipment-data .radio,
    .shipment-data .checkbox {
        margin-top: 10px;
    }


.order-table {
}

    .order-table label {
        margin-right: 25px;
    }

    .order-table .row {
        padding-left: 4px;
    }

    .order-table .row {
        border-bottom: 1px solid #c9c9c9;
        padding: 25px 0 30px;
    }

    .order-table label {
        font-weight: 700;
    }

    .order-table .qty {
        min-width: 70px;
        text-align: center;
    }

    .order-table .form-group {
        display: inline-block;
        margin-bottom: 0;
    }

.terms-and-conds .field-validation-error {
    margin-top: 20px;
}

/* contacts */
.contacts-btn-list {
    padding-top: 30px;
}

.contacts-btn {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 50px;
}

    .contacts-btn .icon {
        color: #ffffff;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto 20px;
    }

        .contacts-btn .icon.one-icon {
            font-size: 45px;
            padding-top: 19px;
        }

        .contacts-btn .icon.two-icons {
            font-size: 20px;
            line-height: 1;
            padding-top: 21px;
        }

/* aoc alert */
/*.aoc-alert {
  color: #990000;
  background: #e4e4e4;
  left: 40px;
  right: 40px;
  position: absolute;
  padding: 15px 70px 10px 120px;
  font-weight: 700;
  z-index: 10;
}

.aoc-alert:before {
  content: '';
  position: absolute;
  background: url(../Images/alert.png) 0 0 no-repeat;
  width: 51px;
  height: 44px;
  background-size: cover;
  left: 44px;
  top: 33px;
}

@media only screen and (max-width: 768px) {
  .aoc-alert {
    left: 0;
    right: 0;
  }
}

.aoc-alert .title {
  font-size: 22px;
  margin-bottom: 15px;
}

.aoc-alert p {
  margin-bottom: 23px;
}

.aoc-alert ~ * {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

/* eligibility page */

/*.eligibility-page .form-control {
  height: 40px
}

.eligibility-page .form-group {
  margin-bottom: 10px;
}


@media only screen and (min-width: 769px) {

    .eligibility-menu {
      background: none;
      margin-bottom: 31px;
    }
    .eligibility-menu .navbar-nav > li + li {
    margin-left: 0 !important;
  }
    
    .eligibility-menu .navbar-nav > li + li > a {
      border-left: 1px solid #dddddd;
    }

    .eligibility-menu .navbar-nav > li:first-child > a {
      border-radius: 5px 0 0 5px;
    }

    .eligibility-menu .navbar-nav > li:last-child > a {
      border-radius: 0 5px 5px 0;
    }

    .eligibility-menu .navbar-nav > li > a {
      border: none;
      line-height: 22px;
      padding: 10px 5px;
      font-weight: 400;
      color: #515151 !important;
    }

    .eligibility-menu .navbar-nav,
    .eligibility-menu .navbar-collapse {
        padding: 0;
    }
        
    .eligibility-menu .container-fluid {
      margin: 0 40px;
      background: #efefef;
      border-radius: 5px;
      padding: 0;
    }
}

.eligibility-success-page .product-item:first-child {
  border-top: 1px solid #c9c9c9;
}

.eligibility-success-page .page-heading {
  margin-bottom: 20px;
}

.eligibility-success-page .product-list {
  padding-top: 5px;
}

.eligibility-success-page .product-item {
  padding: 20px 0 10px;
}

.eligibility-success-page .product-item .title ~ p:last-child {
  margin-bottom: 0;
}

.eligibility-header {
  text-align: center;
  margin-bottom: 27px;
  font-size: 13px;
}

.eligibility-btn-wrapper .btn {
  padding: 6px 22px;
  text-transform: uppercase;
  margin-top: 24px;
}

.eligibility-btn-wrapper {
  display: inline-block;
  text-align: left;
  padding: 13px 0 10px;
  font-size: 13px;
}

.eligibility-container .field-validation-error {
  margin-bottom: 20px;
}

.eligibility-note {
  font-size: 13px;
  color: #999999;
}

.eligibility-note em {
  display: block;
  margin: 46px 0 56px;
}

.eligibility-note a {
  text-decoration: underline;
}

.eligibility-note a:hover {
  text-decoration: none;
}

.eligibility-page .validation-error-header .close {
  display: none;
}

@media only screen and (max-width: 768px) {
   .header {
    
    background-color: rgba(242, 242, 242, 1);
  }
   .eligibility-page .client-logo-2 {
       display: none;
   }
   .eligibility-menu .navbar-collapse {       
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
  .eligibility-page form {
    width: 100%;
    margin: 0 auto;
  }

  .eligibility-page .page-heading {
    margin-bottom: 8px;
  }

  .eligibility-page .form-control {
    height: 46px
  }

  .eligibility-page .form-group {
    margin-bottom: 17px;
  }

  .eligibility-page .form-group + p {
    margin-top: -11px;
  }

  .eligibility-btn-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .eligibility-btn-wrapper .btn {
    width: 100%;
    padding: 12px 22px;
    margin-bottom: 10px;
  }

  .eligibility-btn-wrapper .required-field-label {
    display: block;
    margin-left: -5.555555556%;
  }

  .eligibility-header {
    margin-bottom: 32px;
  }

  .eligibility-container .field-validation-error {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 700px) {
 .eligibility-page .page-heading {
    background: rgb(215, 215, 215);
    color: inherit;
    text-align: left;
    padding: 10px 9px;
    margin-bottom: 11px;
  }

  .eligibility-page form {
    width: 100%;
  }

  .eligibility-header {
    text-align: left;
    margin-bottom: 20px;
  }

  .eligibility-page .form-group {
    margin-bottom: 15px;
  }

  .eligibility-page .form-group + p {
    margin-top: 19px;
  }

  .eligibility-btn-wrapper .required-field-label {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .eligibility-btn-wrapper .btn {
    display: block;
    margin: -7px auto 5px;
    max-width: 190px;
  }

  .eligibility-note em {
    margin: 25px 0 0;
  }

  .eligibility-page .validation-error-wrapper {
    position: fixed;
    top: 48px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    z-index: 10;
    background: rgba(153, 153, 153, 0.85);
    display: none;
  }

  .eligibility-page .validation-error-header {
    color: #ffffff;
    background: #666;
    text-align: right;
    height: 44px;
  }

  .eligibility-page .validation-error-header .close {
    color: #ffffff;
    opacity: 1;
    float: none;
    position: relative;
    font-size: 48px;
    padding: 0 11px;
    display: inline-block;
  }

  .eligibility-page .field-validation-error {
    position: relative;
    background: #ffffff;
    color: rgb(71, 71, 71);
    padding: 25px 13px;
  }

  .eligibility-page .field-validation-error:before {
    content: normal;
  }
}

@media only screen and (min-width: 701px) {
  .eligibility-page .section-heading {
    background: none;
  }

  .eligibility-page .page-heading {
    background: none;
    color: inherit;
  }
}


@media only screen and (max-width: 479px) {
  .phone-call {
    text-decoration:  none;
    display:inline;
    white-space: nowrap;
  }
  .phone-no-call {
    display: none;
  }
   .floatclass{
      position: fixed;
      bottom: 5px;    
      right: 10px;
      left: 10px;
  }
}

@media only screen and (min-width: 480px) {
  .phone-call {
    display: none;
  }
  .phone-no-call {
    text-decoration: none;
    display: inline;
    white-space: nowrap;
  }
}*/


/* pin reset */
/*.pin-reset .security-answer .form-control-static {
  margin-right: 10px;
}

.pin-reset .security-answer {
  margin-bottom: 20px;
}

.pin-reset .answer-input {
  min-width: 300px;
}

.pin-reset .btn[type=submit] {
  width: 120px;
}
.pin-form td {
  padding-bottom: 10px;
}
.pin-form .control-label {
  padding-right: 15px;
  text-align: right;
  display: block;
}




@media only screen and (min-width: 480px) {
  .aoc-details-count-one-line {
    display: block;
  }
  .aoc-details-count-two-line {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
   .aoc-details-count-one-line {
    display: none;
  }
  .aoc-details-count-two-line {
    display: block;
  }
}


a.underlined-link:link    {
  text-decoration:  underline;
} 
a.underlined-link:visited {
  text-decoration:  underline;
} 
a.underlined-link:hover   {
    text-decoration: underline;
} 
a.underlined-link:active  {
  text-decoration:  underline;
}*/

/* aoc alert */
.aoc-alert {
    color: #990000;
    background: #e4e4e4;
    left: 40px;
    right: 40px;
    position: absolute;
    padding: 15px 70px 10px 120px;
    font-weight: 700;
    z-index: 10;
}

    .aoc-alert:before {
        content: '';
        position: absolute;
        background: url(../Images/alert.png) 0 0 no-repeat;
        width: 51px;
        height: 44px;
        background-size: cover;
        left: 44px;
        top: 33px;
    }

@media only screen and (max-width: 768px) {
    .aoc-alert {
        left: 0;
        right: 0;
    }
}

.aoc-alert .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.aoc-alert p {
    margin-bottom: 23px;
}

.aoc-alert ~ * {
    pointer-events: none;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* eligibility page */

.eligibility-page .form-control {
    height: 40px
}

.eligibility-page .form-group {
    margin-bottom: 10px;
}


@media only screen and (min-width: 769px) {

    .eligibility-menu {
        background: none;
        margin-bottom: 31px;
    }

        .eligibility-menu .navbar-nav > li + li {
            margin-left: 0 !important;
        }

            .eligibility-menu .navbar-nav > li + li > a {
                border-left: 1px solid #dddddd;
            }

        .eligibility-menu .navbar-nav > li:first-child > a {
            border-radius: 5px 0 0 5px;
        }

        .eligibility-menu .navbar-nav > li:last-child > a {
            border-radius: 0 5px 5px 0;
        }

        .eligibility-menu .navbar-nav > li > a {
            border: none;
            line-height: 22px;
            padding: 10px 5px;
            font-weight: 400;
            color: #515151 !important;
        }

        .eligibility-menu .navbar-nav,
        .eligibility-menu .navbar-collapse {
            padding: 0;
        }

        .eligibility-menu .container-fluid {
            margin: 0 40px;
            background: #efefef;
            border-radius: 5px;
            padding: 0;
        }
}

.eligibility-success-page .product-item:first-child {
    border-top: 1px solid #c9c9c9;
}

.eligibility-success-page .page-heading {
    margin-bottom: 20px;
}

.eligibility-success-page .product-list {
    padding-top: 5px;
}

.eligibility-success-page .product-item {
    padding: 20px 0 10px;
}

    .eligibility-success-page .product-item .title ~ p:last-child {
        margin-bottom: 0;
    }

.eligibility-header {
    text-align: center;
    margin-bottom: 27px;
    font-size: 13px;
}

.eligibility-btn-wrapper .btn {
    padding: 6px 22px;
    text-transform: uppercase;
    margin-top: 24px;
}

.eligibility-btn-wrapper {
    display: inline-block;
    text-align: left;
    padding: 13px 0 10px;
    font-size: 13px;
}

.eligibility-container .field-validation-error {
    margin-bottom: 20px;
}

.eligibility-note {
    font-size: 13px;
    color: #999999;
}

    .eligibility-note em {
        display: block;
        margin: 46px 0 56px;
    }

    .eligibility-note a {
        text-decoration: underline;
    }

        .eligibility-note a:hover {
            text-decoration: none;
        }

.eligibility-page .validation-error-header .close {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header {
        background-color: rgba(242, 242, 242, 1);
    }

    .eligibility-page .client-logo-2 {
        display: none;
    }

    .eligibility-menu .navbar-collapse {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .eligibility-page form {
        width: 100%;
        margin: 0 auto;
    }

    .eligibility-page .page-heading {
        margin-bottom: 8px;
    }

    .eligibility-page .form-control {
        height: 46px
    }

    .eligibility-page .form-group {
        margin-bottom: 17px;
    }

        .eligibility-page .form-group + p {
            margin-top: -11px;
        }

    .eligibility-btn-wrapper {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

        .eligibility-btn-wrapper .btn {
            width: 100%;
            padding: 12px 22px;
            margin-bottom: 10px;
        }

        .eligibility-btn-wrapper .required-field-label {
            display: block;
            margin-left: -5.555555556%;
        }

    .eligibility-header {
        margin-bottom: 32px;
    }

    .eligibility-container .field-validation-error {
        margin-bottom: 31px;
    }
}

@media only screen and (max-width: 700px) {
    .eligibility-page .page-heading {
        background: rgb(215, 215, 215);
        color: inherit;
        text-align: left;
        padding: 10px 9px;
        margin-bottom: 11px;
    }

    .eligibility-page form {
        width: 100%;
    }

    .eligibility-header {
        text-align: left;
        margin-bottom: 20px;
    }

    .eligibility-page .form-group {
        margin-bottom: 15px;
    }

        .eligibility-page .form-group + p {
            margin-top: 19px;
        }

    .eligibility-btn-wrapper .required-field-label {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .eligibility-btn-wrapper .btn {
        display: block;
        margin: -7px auto 5px;
        max-width: 190px;
    }

    .eligibility-note em {
        margin: 25px 0 0;
    }

    .eligibility-page .validation-error-wrapper {
        position: fixed;
        top: 48px;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 30px 10px;
        z-index: 10;
        background: rgba(153, 153, 153, 0.85);
        display: none;
    }

    .eligibility-page .validation-error-header {
        color: #ffffff;
        background: #666;
        text-align: right;
        height: 44px;
    }

        .eligibility-page .validation-error-header .close {
            color: #ffffff;
            opacity: 1;
            float: none;
            position: relative;
            font-size: 48px;
            padding: 0 11px;
            display: inline-block;
        }

    .eligibility-page .field-validation-error {
        position: relative;
        background: #ffffff;
        color: rgb(71, 71, 71);
        padding: 25px 13px;
    }

        .eligibility-page .field-validation-error:before {
            content: normal;
        }
}

@media only screen and (min-width: 701px) {
    .eligibility-page .section-heading {
        background: none;
    }

    .eligibility-page .page-heading {
        background: none;
        color: inherit;
    }
}


@media only screen and (max-width: 479px) {
    .phone-call {
        text-decoration: none;
        display: inline;
        white-space: nowrap;
    }

    .phone-no-call {
        display: none;
    }

    .floatclass {
        position: fixed;
        bottom: 5px;
        right: 10px;
        left: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .phone-call {
        display: none;
    }

    .phone-no-call {
        text-decoration: none;
        display: inline;
        white-space: nowrap;
    }
}

/* pin reset */
.pin-reset .security-answer .form-control-static {
    margin-right: 10px;
}

.pin-reset .security-answer {
    margin-bottom: 20px;
}

.pin-reset .answer-input {
    min-width: 300px;
}

.pin-reset .btn[type=submit] {
    width: 120px;
}

.pin-form td {
    padding-bottom: 10px;
}

.pin-form .control-label {
    padding-right: 15px;
    text-align: right;
    display: block;
}




@media only screen and (min-width: 480px) {
    .aoc-details-count-one-line {
        display: block;
    }

    .aoc-details-count-two-line {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .aoc-details-count-one-line {
        display: none;
    }

    .aoc-details-count-two-line {
        display: block;
    }
}


a.underlined-link:link {
    text-decoration: underline;
}

a.underlined-link:visited {
    text-decoration: underline;
}

a.underlined-link:hover {
    text-decoration: underline;
}

a.underlined-link:active {
    text-decoration: underline;
}


@media only screen and (min-width: 768px) {
    .static-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 100;
    }

    .static-header-offset {
        height: 193px;
    }
}

@media only screen and (max-width: 767px) {
    .static-header-offset {
        display: none;
    }
}

/*------------------Style.css---------------------*/

.bodyBack {
    background-color: var(--body-back-color);
}
/* bootstrap overwritten styles */
.borderDEAProductBox {
    border-style: solid;
    border-color: black;
    padding: 20px;
    /*padding: 3.5%;*/
    height: 160px;
    margin-top: 20px;
}

.borderRxProductBox {
    border-style: solid;
    /*border-color: cadetblue;*/
    border-color: var(--Rx-product-box);
    padding: 20px;
    /*padding: 3.5%;*/
    height: 160px;
    margin-top: 20px;
}

.borderPromoProductBox {
    border-style: solid;
    /*border-color: goldenrod;*/
    border-color: var(--promo-product-box);
    padding: 20px;
    /*padding: 3.5%;*/
    height: 160px;
    margin-top: 20px;
}

.brandoutercolor {
    color: #EE7624;
}

a {
    /*color: #30768e;*/
    color: var(--primary-color);
}

    a:hover {
        /*color: #236981;*/
        color: var(--primary-hover);
    }

    a:active, a:focus {
        /*color: #175D75;*/
        color: var(--atag-active-focus);
    }

.btn-primary {
    /*background-color: #30768e;*/
    background-color: var(--primary-color);
}

.btn-link, .btn-ghost-primary {
    /*color: #30768e;*/
    color: var(--primary-color);
}

    .btn-link:hover,
    .btn-ghost-primary:hover,
    .btn-link:focus,
    .btn-ghost-primary:focus {
        /*color: #236981;*/
        color: var(--primary-hover);
    }

    .btn-link:active,
    .btn-ghost-primary:active {
        /*color: #175D75;*/
        color: var(--atag-active-focus);
    }

.btn-primary:focus,
.btn-primary:hover {
    /*background-color: #236981 !important;*/
    background-color: var(--primary-hover) !important;
}

.primary[disabled]:hover {
    background-color: var(--primary-hover) !important;
}

.btn-primary:active {
    /*background-color: #175D75 !important;*/
    background-color: var(--primary-btn) !important;
}

.color-primary {
    /*color: #30768e;*/
    color: var(--primary-color);
}

/* header & navbar */
.header {
    /*border-color: #30768e;*/
    border-color: var(--primary-color);
}

.client-slogan {
    color: #515151;
}

.navbar {
    /*color: #30768e;*/
    color: var(--primary-color);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /*color: #236981;*/
    color: var(--primary-hover);
}

.dropdown-menu > li > a:active {
    /*color: #175D75;*/
    color: var(--atag-active-focus);
}

.navbar-toggle {
    border-color: transparent;
    /*background: #236981!important;*/
    background: var(--primary-hover) !important;
}

    .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navbar-toggle:focus,
    .navbar-toggle:hover {
        /*background: #236981;*/
        background: var(--primary-hover);
    }

/* footer */
.footer {
    /*border-color: #30768e;*/
    border-color: var(--primary-color);
}

/*  */
.order-details-item .title {
    /*color: #30768e;*/
    color: var(--primary-color);
}

/* products list */
.product-item .title {
    /*color: #30768e;*/
    color: var(--primary-color);
    font-weight: 700;
}

/* contacts */
.contacts-btn .icon {
    /*background-color: #30768e;*/
    background-color: var(--primary-color);
}

.contacts-btn:hover .icon,
.contacts-btn:focus .icon {
    /*background-color: #236981;*/
    background: var(--primary-hover);
}

.contacts-btn:active .icon {
    background-color: #175D75;
}

/* eligibility page */
.eligibility-menu .navbar-nav > li > a:hover {
    color: #ffffff !important;
    background: #30768e !important;
}

.eligibility-menu .navbar-nav > li + li > a:hover {
    border-left: 1px solid #30768e !important;
}

@media (min-width: 700px) and (max-width: 900px) {
    .nav-cart {
        width: 42px !important;
    }
}
