.addressValidation p {
  margin-bottom: 0;
}
.addressValidation_content {
  border: 1px solid #ccc;
}
.addressValidation_content .button {
  width: 200px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .addressValidation_content {
    border: none;
  }
  .addressValidation_content .button {
    width: 100%;
  }
}
.addresses_field-name,
.payment_field-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.addresses_buttons-block,
.payment_buttons-block {
  display: flex;
  justify-content: start;
}
.addresses_buttons-block .button,
.payment_buttons-block .button {
  width: 160px;
}
.addresses_buttons-block_edit,
.payment_buttons-block_edit {
  margin-top: 1rem;
}
.addresses_buttons-block_edit .button-edit,
.payment_buttons-block_edit .button-edit {
  text-align: center;
}
.addresses_buttons-block .button-secondary,
.payment_buttons-block .button-secondary {
  text-align: center;
}
.addresses_field-input,
.payment_field-input {
  margin-bottom: 5px;
}
.addresses_field-input input,
.payment_field-input input {
  margin: auto 0;
}
.addresses_address-block,
.payment_address-block {
  border-bottom: 1px #ccc solid;
  padding-bottom: 15px;
}
.addresses_billing-address,
.payment_billing-address {
  display: none;
}
.addresses_billing-address.active,
.payment_billing-address.active {
  display: block;
}
.addresses_payment-line,
.payment_payment-line {
  border-bottom: 1px solid #d2d5d7;
  height: 1px;
}

.new-address {
  margin: auto 0;
}

.nexcom-control_additional-width {
  max-width: 320px;
}
.nexcom-control_additional-width input {
  min-width: 0px;
}

@media (max-width: 767px) {
  .addresses_buttons-block,
  .payment_buttons-block {
    display: block;
    margin-bottom: 20px;
  }
  .addresses_buttons-block .button,
  .payment_buttons-block .button {
    width: 100%;
    margin: 5px 0;
  }
}
.cart__page {
  font-size: 14px;
}

.cart__page .no-gutters {
  width: 100% !important;
}

.cart__page__table-footer {
  background-color: #dcedfa;
  font-weight: bold;
}
.cart__page__table-footer-item {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cart__page__table-footer-item {
    justify-content: flex-start;
  }
}
.cart__page__table-header {
  background-color: #dcedfa;
  font-weight: bold;
}
@media (max-width: 991px) {
  .cart__page__table-header {
    display: none;
  }
}
.cart__page__quantity {
  font-size: 12px;
  font-weight: bold;
}
.cart__page__continueLink {
  text-decoration: underline;
  font-size: 14px;
}
.cart__page__changeStore {
  background-color: #f7f7f7;
  font-size: 12px;
  width: 60%;
}
@media (max-width: 991px) {
  .cart__page__changeStore {
    width: 100%;
  }
}
.cart__page__changeStore-link {
  text-decoration: underline;
}
.cart__page-redPrice {
  color: red;
}
.cart__page__movetoPurchaseForm {
  width: 100%;
}
.cart__page__movetoPurchaseForm-promoarea {
  border: 1px solid;
  height: 100px;
  background-color: #f7f7f7;
}
.cart__page__movetoPurchaseForm-promotitle {
  font-size: 18px;
}
.cart__page__movetoPurchaseForm-error {
  color: red;
}
.cart__page__movetoPurchaseForm-input {
  width: 100%;
}
.cart__page__movetoPurchaseForm-applyButton {
  width: 100%;
}
.cart__page__movetoPurchaseForm-applyButton button {
  width: 100%;
}
@media (max-width: 767px) {
  .cart__page__movetoPurchaseForm-applyButton {
    display: none;
  }
}
.cart__page__movetoPurchaseForm-applyButton-mobile button {
  width: 100%;
}
@media (min-width: 768px) {
  .cart__page__movetoPurchaseForm-applyButton-mobile {
    display: none;
  }
}
.cart__page__movetoPurchaseForm .removeLink {
  text-decoration: underline;
}
.cart__page__continueButton {
  width: 190px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .cart__page__continueButton {
    width: 100%;
  }
}
.cart__page__checkoutButton {
  width: 190px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .cart__page__checkoutButton {
    margin: 0;
    width: 100%;
  }
}
.cart__page__checkoutButton:hover {
  background: #f9ea87;
  background: linear-gradient(#f9ea87, #f8e163);
}

.change__password__form-container__note {
  font-size: 14px;
  color: #cc0000;
}
.change__password__form-container__lable {
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
.change__password__form-container__strength-empty {
  padding: 4px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  border: 1px solid #666;
}
@media (min-width: 576px) {
  .change__password__form-container__strength-empty {
    max-width: 320px;
  }
}
.change__password__form-container__horizLine {
  margin-top: 20px;
}
.change__password__form-container__passwordPolicy {
  margin-top: 15px;
}
.change__password__form-container__passwordPolicy a {
  text-decoration: none;
  font-weight: 700;
}

.checkout {
  font-size: 14px;
}
.checkout .panel__header {
  background-color: #dcedfa;
  font-weight: bold;
}
@media (max-width: 767px) {
  .checkout .panel__header-total {
    display: flex;
    background-color: white;
  }
}
.checkout .panel__header-totalContainer {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .checkout .panel__header-totalContainer {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.checkout .panel__header-totalContainer > div {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .checkout .panel__header-totalContainer > div {
    justify-content: flex-start;
  }
}
.checkout .panel__header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .checkout .panel__header-mobile {
    display: flex;
    font-weight: bold;
  }
}
.checkout .panel__menu {
  background: #f3f3f3;
}
.checkout .panel__menu h3 {
  font-size: 16px;
}
.checkout .panel__menu .text {
  font-weight: bold;
}
.checkout .panel__menu .error {
  color: red;
}
.checkout .panel__menu a {
  text-decoration: underline;
  color: #003479;
  font-size: 13px;
}
.checkout .panel__menu .required_field {
  font-size: 12px;
}
.checkout .panel__menu .block {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d5d7;
  margin-bottom: 10px;
}
.checkout .panel__menu .block.withoutBorder {
  border: none;
}
.checkout .panel__menu .block .subBlock {
  padding-left: 28px;
}
.checkout .panel__menu .postal {
  width: 105px;
  min-width: 0px;
}
.checkout .panel__menu .right {
  text-align: left;
  padding-left: 28px;
}
.checkout .panel__menu .save {
  padding-left: 28px;
}
.checkout .panel__menu {
  background: #f3f3f3;
}
.checkout .panel .newShippingAddressWrapper .saveAddressLabel {
  font-size: 12px;
}
.checkout .store-info {
  background-color: #f7f7f7;
}
.checkout .store-info a {
  color: #003479;
}

.compare__item {
  min-width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  word-break: break-word;
}
.compare__item .color-example {
  width: 40px;
  height: 40px;
}
.compare__item .color-example img {
  width: 100%;
  height: auto;
}
.compare__item .price {
  display: flex;
}
.compare__item .price p {
  margin-right: 5px;
}
.compare__image {
  min-height: 250px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 100%;
}
.compare__image:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.compare__image img {
  max-height: 250px;
}
.compare__color {
  min-height: 140px;
}
.compare__name {
  min-height: 80px;
}
.compare__brand {
  min-height: 30px;
}
.compare__price {
  min-height: 80px;
}

@media (max-width: 767px) {
  .compare__row {
    overflow: auto;
    position: relative;
  }
  .compare__item {
    min-width: 240px;
  }
  .compare__image {
    min-height: 200px;
    display: flex;
    justify-content: center;
  }
  .compare #leftGradient {
    display: none;
  }
  .compare #leftGradient::after {
    content: "";
    width: 24px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 50%, #fff 100%);
    z-index: 1;
  }
  .compare #rightGradient::after {
    content: "";
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 50%, #fff 100%);
    z-index: 1;
  }
}
.contact-us h2 {
  border-bottom: none;
  text-transform: capitalize;
}
.contact-us .content-container .contact-us-header-text {
  padding-top: 10px;
}
.contact-us .content-container .contact-us-content .service-contacts-wrapper .contact {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
.contact-us .content-container .contact-us-content .service-contacts-wrapper .contact.extra {
  border-bottom: none;
}
.contact-us .content-container .contact-us-content .service-contacts-wrapper .contact .contact-data {
  margin-bottom: 15px;
}
.contact-us .content-container .contact-us-content .service-contacts-wrapper .contact .contact-data span {
  display: block;
}

.row-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .row-container {
    padding: 15px;
  }
}
.row-container .forgotPassword {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px 30px 18px;
  border: solid #dddddd 1px;
  outline: 1px solid #f3f3f3;
  outline-offset: -5px;
}
.row-container .forgotPassword-requiredTxt {
  font-size: 11px;
  color: #8c8c8c;
}
.row-container .forgotPassword__errMsg {
  margin: 10px 0 0 0;
  color: red !important;
  font-size: 14px;
}
.row-container .forgotPassword__form__registeredContainer {
  display: flex;
  width: 65%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .row-container .forgotPassword__form__registeredContainer {
    width: 100%;
  }
}
.row-container .forgotPassword__form__registeredContainer__label {
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  margin-top: 11px;
}
@media screen and (max-width: 350px) {
  .row-container .forgotPassword__form__registeredContainer__label {
    font-size: 12px;
  }
}
.row-container .forgotPassword__form__registeredContainer__forgotPwRequiredTxt {
  align-self: flex-end;
  font-size: 11px;
  color: #8c8c8c;
}
@media screen and (max-width: 350px) {
  .row-container .forgotPassword__form__registeredContainer__forgotPwRequiredTxt {
    font-size: 11px;
  }
}
.row-container .forgotPassword__form__registeredContainer__forgotPwRequiredTxt sup {
  color: red;
}
.row-container .forgotPassword .strength-empty {
  padding: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #666;
}
@media (min-width: 576px) {
  .row-container .forgotPassword .strength-empty {
    max-width: 320px;
  }
}
.row-container .forgotPassword .input-forgotPassword {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .row-container .forgotPassword .input-forgotPassword {
    width: 100%;
  }
}

.giftCard ul {
  list-style: outside;
}
.giftCard-body_components__item {
  display: flex;
  flex-direction: column;
}
.giftCard-body_components__item img {
  width: 100%;
}
.giftCard-body_components__item ul {
  padding: 20px;
}
.giftCard-body_components__item .button-row {
  text-align: center;
  margin-top: auto;
}
.giftCard-body_components__detailed-item {
  margin-bottom: 30px;
}
.giftCard-body_components__detailed-item img {
  width: 100%;
}
.giftCard-body_components__footer {
  text-align: center;
  padding: 30px;
  background-color: #dcedfa;
}
.giftCard-body_components__footer_title {
  padding: 15px;
  font-size: 18px;
  color: #003479;
}
.giftCard-body_components_balance-message {
  margin-bottom: 20px;
}
.giftCard-body_components_balance-message_item {
  color: red;
  font-weight: bold;
}
.giftCard-body_components_error-message {
  margin-bottom: 20px;
}
.giftCard_pin {
  width: 100px;
}
.giftCard_pin-image img {
  width: 100%;
}

.giftcardDetails_text-block {
  display: flex;
  justify-content: space-between;
}
.giftcardDetails_text {
  font-weight: bold;
}
.giftcardDetails_text__flex {
  display: flex;
  justify-content: space-between;
}
.giftcardDetails_text_image {
  opacity: 1;
}
.giftcardDetails_select-item {
  margin-bottom: 20px;
}

@media (max-width: 350px) {
  .giftCard_captcha {
    max-width: 300px !important;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
}
.homePage {
  text-align: center;
}
.homePage a, .homePage img {
  width: 100%;
}
.homePage img {
  padding: 10px 0;
}

.purchase-confirmation .print-button .button {
  margin: 0;
}
.purchase-confirmation h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #003479;
  border: none;
}
.purchase-confirmation .purchase-info-wrapper .bordered-content {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.purchase-confirmation .product-items .products-items-header {
  background: #dcedfa;
  color: #003479;
}
.purchase-confirmation .product-items .product-item {
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 767px) {
  .proccess-info {
    margin-bottom: 15px;
  }
}
.order-details_text p {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .order-details_text p {
    font-size: 14px;
  }
}
.order-details .product-items .products-items-header {
  background: #dcedfa;
  color: #003479;
}
.order-details .product-items .product-item {
  border-bottom: 1px solid #dddddd;
}
.order-details .checkout-item-subhead {
  text-transform: uppercase;
}

.orders .orders-header-wrapper {
  display: flex;
  flex-direction: column;
}
.orders .orders-header-wrapper h2 {
  font-size: 18px;
  color: #003479;
  border: none;
  padding-bottom: 10px;
}
.orders .products-table .products-table-header {
  background: #dcedfa;
  color: #003479;
  font-weight: bold;
}
.orders .products-table .products-table-header div {
  padding: 10px;
}
.orders .products-table .products-table-row {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .orders .products-table .products-table-row.products-card {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .orders .products-table .products-table-row.products-card .title-column div {
    padding: 0;
    margin-bottom: 8px;
  }
  .orders .products-table .products-table-row.products-card .data-column {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .orders .products-table .products-table-row.products-card .data-column div {
    padding: 0;
    margin-bottom: 8px;
    flex: 0 0 auto;
  }
  .orders .products-table .products-table-row.products-card a {
    width: 100%;
  }
}
.orders .products-table .products-table-row div {
  padding: 10px;
}

.orders.pagination {
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .orders.pagination {
    justify-content: center;
  }
}

.category_no-results {
  margin: 30px;
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
.category_no-results a {
  font-size: 20px;
  text-decoration: underline;
}
.category_no-results_assistance {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
.category_no-results_assistance a {
  font-size: 14px;
}
.category .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.category .nav-tabs .nav-link {
  background: #f3f3f3;
  border-radius: 0;
}
.category .filter-selected {
  margin-top: 4px;
  height: 30px;
  border: 1px solid #dddddd;
  margin-right: 10px;
}
.category .filter-selected .close {
  background: url("../../img/common/grayRemoveButton.png") no-repeat center;
  width: 20px;
  height: 20px;
}
.category .sort-panel {
  border-bottom: 1px solid #d2d5d7;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .category_no-results {
    border: none;
  }
}
@media (max-width: 767px) {
  .category .sort-panel .button {
    width: 50%;
  }
}
.profile__page .error-message {
  margin-bottom: 10px;
  font-size: 14px;
}
.profile__page__postal {
  display: flex;
  max-width: 320px;
}
.profile__page__postal input {
  min-width: 0px;
}
.profile__page__mobileInput {
  display: flex;
  max-width: 320px;
}
.profile__page__mobileInput input {
  width: 30%;
  min-width: 0px;
}
.profile__page__chooseStore__label {
  font-weight: bold;
  font-size: 16px;
}
.profile__page__chooseStore-store {
  width: 100%;
  padding: 3px 0 3px 13px;
  background-color: #fbfbfb;
  height: 45px;
  border: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .profile__page__chooseStore-store {
    max-width: 320px;
  }
}
.profile__page__chooseStore-store .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile__page__chooseStore__match {
  display: flex;
  flex-direction: column;
}
.profile__page__chooseStore__match a {
  margin-top: 10px;
  text-decoration: underline;
  color: #003479;
  font-size: 14px;
}
.profile__page__title {
  border-top: 1px solid #d2d5d7;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .profile__page__title {
    width: 100%;
  }
}
.profile__page__horizLineBoxDivider {
  border-top: 1px solid #d2d5d7;
}
@media screen and (max-width: 1199px) {
  .profile__page__horizLineBoxDivider {
    width: 100%;
  }
}
.profile__page__blockTitle {
  font-size: 18px; }

.profile__page input[type="checkbox"] {
  /* visibility: hidden;
  display: inline !important;  */
  margin-right: 10px;
  margin-top: 4px;
}

.profile__page .checkbox.nexcom-control {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.profile__page .text_disclaimer {
  font-size: 10px;
  padding-top: 10px;
}

.profile__page a {
  color: #003479;
  outline: none;
}
.profile__page .nexcom-control.radiobox .profile__label {
  font-weight: normal;
  text-transform: none;
}

.registries h3 {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 15px;
}
.registries label {
  font-weight: bold;
}
.registries .icon {
  height: 15px;
  margin-right: 4px;
}
.registries .table {
  margin-bottom: 3rem;
}
.registries .table .button {
  width: auto;
}
.registries .table__header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid #dddddd;
  border-width: 2px;
  padding-bottom: 5px;
}
.registries .table__body {
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.registries .table__body div {
  word-break: break-all;
}
.registries .table__body a {
  font-size: 14px;
}
.registries .table__body .button {
  width: 48%;
  height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .registries .table__body .button {
    width: 100%;
    margin-bottom: 5px;
  }
}
.registries .table__body .button.fit-content {
  height: auto;
}
.registries .table__body span {
  font-size: 14px;
}
.registries .table__qty {
  padding-top: 10px;
  font-size: 16px;
}
.registries textarea {
  height: 127px;
}
.registries label.radiobox {
  margin: 10px 0;
}
.registries .button {
  width: 100%;
}
.registries .privacy-title {
  font-weight: bold;
  font-size: 14px;
}
.registries .charcounter {
  font-style: italic;
  color: #a1a1a1;
  font-size: 10px;
  margin-top: 10px;
}
.registries .errorMessage {
  color: #ff0000;
  margin-bottom: 10px;
}
.registries .select-month {
  min-width: 45%;
}
.registries .select-year {
  min-width: 30%;
}

@media (min-width: 768px) {
  .registries .table__body span {
    border-bottom: none !important;
  }
  .registries .table__body .column-need {
    line-height: 2.75;
  }
}
.giftlist_link {
  text-align: right;
  font-size: 14px;
  color: #003479 !important;
  text-decoration: underline;
  margin: auto 0;
}

.giftRecipient a {
  text-decoration: underline;
  color: #003479 !important;
}
.giftRecipient a:hover {
  color: #003479 !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .registries .content-box {
    border: none;
    outline: none;
  }
}
@media (min-width: 992px) {
  .registries .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .registries .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (max-width: 991px) {
  .product__table-header {
    display: none;
  }
}

.product__table-item {
  font-weight: bold;
  padding-top: 3px;
}
.product__table-item.red {
  color: red;
}

.checkout .accord-panel .pickup {
  max-width: 500px;
  margin-left: -10px;
  margin-right: 0;
}
.checkout .accord-panel .pickup .pickup__container {
  margin: 0 -4px -4px -4px;
}
.checkout .gift-block {
  padding-top: 15px;
  border-top: 1px solid #d2d5d7;
  margin-bottom: 15px;
}
.checkout .multi-shipping .title {
  background-color: #dcedfa;
}
.checkout .multi-shipping p {
  margin: 0;
}
.checkout .multi-shipping h3 {
  font-size: 14px;
}
.checkout .multi-shipping .panel__header {
  min-height: 40px;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px;
}
.checkout .multi-shipping .panel__header_link {
  justify-content: flex-end;
  color: #003479;
  text-decoration: underline;
  font-weight: normal;
}
.checkout .multi-shipping .price-info {
  padding: 5px;
  line-height: 1.75;
}
.checkout .multi-shipping .shipping-item {
  border-bottom: 1px solid #dddddd;
}
.checkout .multi-shipping .shipping-item__address {
  background-color: #f2f8fd;
  margin-bottom: 10px;
  padding: 10px;
}
.checkout .multi-shipping .shipping-item__address p {
  font-size: 14px;
}
.checkout .multi-shipping .min-height-0 {
  min-height: 0;
}
.checkout .multi-shipping .pickup .pickup__container {
  width: auto;
}
.checkout .pickup {
  background-color: #f2f8fd;
  border: 1px solid #dddddd;
  padding: 10px;
}
.checkout .pickup img {
  width: auto;
}
.checkout .pickup textarea {
  width: 100%;
  height: 150px;
}
.checkout .pickup .textarea__description {
  font-style: italic;
  color: #a1a1a1;
  font-size: 10px;
}
.checkout .pickup .pickup__container {
  background: #fff;
  padding: 10px;
}
.checkout .pickup .pickup__container .additional-info {
  font-size: 10px;
}
.checkout .pickup.pickup_borderless {
  border: 0;
  border-bottom: 1px solid #dddddd;
}
.checkout .pickup .pickup__options {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 4px 0;
  margin: 10px -2px -2px -2px;
}
.checkout .pickup .pickup__options .button {
  appearance: none;
  cursor: pointer;
  background: white;
  color: black;
  text-align: center;
  margin: 0;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.checkout .pickup .pickup__options input {
  display: none;
}
.checkout .pickup .pickup__options input[type=radio]:checked ~ label {
  background-color: #002c66;
  border-color: #002c66;
  color: #fff;
}

@media (max-width: 767px) {
  .checkout .multi-shipping .panel__header_link {
    background-color: #ffffff;
  }
  .checkout .multi-shipping .shipping-item__address {
    margin-top: 10px;
  }
  .checkout .pickup.pickup__button {
    border: 0;
    background-color: #ffffff;
    padding: 0;
  }
  .checkout .pickup.gift-container {
    border: 1px solid #dddddd;
  }
  .checkout .pickup.pickup_borderless {
    border: 0;
  }
}
@media (max-width: 991px) {
  .checkout .pickup .pickup__container .accord-selection .accord-panel {
    display: none;
  }
  .checkout .pickup .pickup__container .accord-selection .accord-panel .white {
    padding: 10px;
    background-color: white;
  }
  .checkout .pickup .pickup__container .accord-selection .accord-panel a {
    text-decoration: underline;
  }
}
.circled {
  width: 25px;
  height: 25px;
  padding: 3px 9px;
  border-radius: 50%;
  color: white;
  font-size: 13px;
}

.ship-group-options {
  max-width: 320px;
}
.ship-group-options_item {
  margin: auto 0;
}

.row__container {
  font-size: 14px;
  flex-direction: column;
}
.row__container__error {
  padding-top: 25px;
}
.row__container__forms {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .row__container__forms {
    margin: 0;
  }
}
.row__container__forms .login {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 25px 28px;
  border: solid #dddddd 1px;
  outline: 1px solid #f3f3f3;
  outline-offset: -5px;
}
@media screen and (max-width: 991px) {
  .row__container__forms .login {
    margin-right: 0;
  }
}
.row__container__forms .login-name {
  font-size: 18px;
  font-weight: bold;
  color: #003479;
  border-bottom: 1px solid #d2d5d7;
  padding-bottom: 7px;
}
.row__container__forms .login-requiredTxt {
  font-size: 11px;
  font-style: italic;
  color: #8c8c8c;
  margin-bottom: 20px;
}
.row__container__forms .login__input {
  width: 100%;
  padding: 14px 0 14px 21px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #fbfbfb;
  color: #003479;
}
.row__container__forms .login__strength-empty {
  padding: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #666;
}
.row__container__forms .login__form__links {
  margin: 10px 0 20px 0;
  display: flex;
  flex-direction: column;
}
.row__container__forms .login__form__links a {
  font-size: 13px;
  text-decoration: underline;
  color: #003479;
  cursor: pointer;
}
.row__container__forms .login__form__links-policyOverlay {
  color: #4a62bd;
}
.row__container__forms .login .public {
  display: flex;
}
.row__container__forms .login .public .blueCheck {
  background: url("../../../img/common/checkbox1.png") left top no-repeat;
  display: inline-block;
  height: 21px;
  width: 21px;
  cursor: pointer;
}
.row__container__forms .login .public .blueCheck.blueCheckedBox {
  background-position: -22px 0px;
}
.row__container__forms .login .public__checkMark {
  visibility: hidden;
}
.row__container__forms .login .public-label {
  margin-left: 10px;
  vertical-align: top;
}
.row__container__forms .login .submit-button-container {
  display: flex;
}
.row__container__information {
  padding: 31px 34px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dcedfa;
  color: #002144;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .row__container__information {
    display: none;
  }
}
.row__container__information__defence, .row__container__information__privacy {
  font-size: 14px;
}
.row__container__information__paragraph {
  line-height: 20px;
}
.row__container__information-uppercase {
  text-transform: uppercase;
}
.row__container__information__buttons {
  display: none;
}
.row__container__information__buttons button {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.row__container__information__buttons :first-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .row__container__information__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.DOD-block {
  justify-content: start !important;
}
.DOD-block a {
  margin-left: 10px;
}

.storelocator__filter {
  min-height: 530px;
}
.storelocator__filter .search-options {
  margin-top: 40px;
  position: relative;
}
.storelocator__filter .search-options .option {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.storelocator__filter .search-options p {
  font-style: italic;
  font-size: 16px;
  color: #a1a1a1;
}
.storelocator__map {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .storelocator {
    max-width: 100%;
  }
}
.store-details h4 {
  font-size: 14px;
}
.store-details p {
  margin-bottom: 16px;
  font-size: 12px;
}
.store-details .store-map {
  height: 458px;
  position: relative;
  padding: 5px;
}
.store-details .store-map .map {
  display: block;
  width: 100%;
  height: 458px;
}
.store-details .store-map .photos {
  width: 100%;
  height: 450px;
  display: block;
}
.store-details .store-map .photos .storeImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-details .store-map .photos .storeImg img {
  object-fit: fill;
}
.store-details .store-map__buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 99;
}
.store-details .content {
  position: relative;
}
.store-details .content .flyer-button a {
  color: white;
}
.store-details .shops-toggle {
  cursor: pointer;
  margin-bottom: 10px;
}
.store-details .shops-toggle:hover {
  color: #666;
}
.store-details__info {
  display: none;
  padding: 8px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.store-details__info hr {
  border-top: 1px solid #ccc;
  width: 50%;
  text-align: left;
  margin-left: -8px;
}
.store-details__info h3 {
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .store-details .content .button {
    margin: 10px 0;
  }
  .store-details__info hr {
    width: 100%;
  }
}
.storeSearch h1 span {
  color: #a1a1a1;
}
.storeSearch #map_canvas {
  height: 580px;
  margin-top: 20px;
}

.emailWishList label, .wishList label {
  font-size: 12px;
}
.emailWishList_error-text, .wishList_error-text {
  color: #cc0000;
  font-size: 13px;
  font-weight: bold;
}
.emailWishList_error-text p, .wishList_error-text p {
  margin-bottom: 0;
}
.emailWishList_buttons .button, .wishList_buttons .button {
  margin: 10px;
  padding: 5px 10px;
}
.emailWishList_table_header, .wishList_table_header {
  background-color: #DCEDFA;
  font-size: 12px;
  font-weight: bold;
  color: #003479;
}
.emailWishList_table_header .row, .wishList_table_header .row {
  padding: 8px 0px !important;
}
.emailWishList_item_content, .wishList_item_content {
  border-bottom: 1px #ccc solid;
}
.emailWishList_item_content_item_mobile, .wishList_item_content_item_mobile {
  font-size: 12px;
}
.emailWishList_item_content_item_product-name, .wishList_item_content_item_product-name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.emailWishList span, .wishList span {
  font-size: 12px;
}
.emailWishList_buttons-block_button, .wishList_buttons-block_button {
  width: 100%;
}
.emailWishList_table-mobile_item, .wishList_table-mobile_item {
  display: none;
  font-weight: bold;
  font-size: 12px;
}
.emailWishList_inputs label, .wishList_inputs label {
  font-size: 14px;
}
.emailWishList_inputs .button, .wishList_inputs .button {
  min-width: 150px;
}

@media (max-width: 991px) {
  .wishList_table {
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  .wishList_info-button .button {
    width: 100px;
  }
  .wishList_buttons-block_button {
    width: 50%;
  }
  .wishList_buttons-block_form {
    width: 50%;
  }
  .wishList_buttons-block_form .button {
    width: 100%;
  }
  .wishList_table-mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0;
  }
  .wishList_item_form {
    max-width: 100%;
  }
  .wishList_item_content_item {
    margin: auto;
  }
  .wishList_item_content_item_mobile {
    margin-bottom: 20px;
    padding: 0;
  }
  .wishList_item_content_item_mobile .mr {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wishList_table_header {
    display: none;
  }
  .wishList_table-mobile_item {
    display: block;
  }
}
@media screen and (max-device-width: 767px) {
  .wishList_table_header {
    display: none;
  }
  .wishList_table-mobile_item {
    display: block;
  }
}
.addToWishList p {
  font-size: 14px;
}
.addToWishList_name {
  font-weight: bold;
}
.addToWishList_buttons {
  margin-top: 20px;
}
.addToWishList_buttons button {
  margin: 10px 15px;
}
@media (min-width: 768px) {
  .addToWishList_buttons button {
    width: 200px;
  }
}
.addToWishList_image {
  text-align: center;
}
.addToWishList_item {
  font-weight: bold;
  color: #003479;
}

.dimSearchSuggContainer {
  display: none;
  position: absolute;
  top: 61px;
  right: 0px;
  background-color: white;
  border: 1px solid #003479;
  font-family: sans-serif;
  font-size: 12px;
  width: inherit;
}
@media (max-width: 576px) {
  .dimSearchSuggContainer {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .dimSearchSuggContainer {
    top: 40px;
  }
}
.dimSearchSuggContainer .title {
  color: #666;
  width: 98%;
  padding-left: 8px;
  padding-right: 5px;
  display: none;
}
.dimSearchSuggContainer .dimRoots {
  color: #898989;
  font-weight: bold;
  background: #e2e2e2;
  padding-left: 14px;
  padding-right: 5px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .dimSearchSuggContainer .results-container .dimResult:nth-child(-n+3) {
    display: block;
  }
}
@media (min-width: 576px) {
  .dimSearchSuggContainer .results-container .dimResult:nth-child(-n+5) {
    display: block;
  }
}
.dimSearchSuggContainer .results-container .dimResult {
  line-height: 18px;
  cursor: pointer;
  font-size: 12px;
  display: none;
}
.dimSearchSuggContainer .dimResult table {
  width: 99%;
  border-collapse: separate;
}
.dimSearchSuggContainer .dimResult table td {
  text-align: left;
  padding: 0px;
}
.dimSearchSuggContainer .dimResult a {
  color: #898989;
}
.dimSearchSuggContainer .dimResult .link {
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dimSearchSuggContainer .dimResult .link span {
  color: #037aba;
  font-weight: bold;
}
.dimSearchSuggContainer .dimResult img {
  width: 36px;
  height: 35px;
  border: #ccc thin solid;
}
.dimSearchSuggContainer .selected .link {
  background-color: #ececec;
}

.searchGroups {
  float: left;
  max-width: 469px;
}

.searchItems {
  float: left;
  min-height: 180px;
  width: 218px;
}

.productGroup {
  float: left;
  min-height: 180px;
  width: 218px;
}

.searchItems h3,
.productGroup h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  color: #333;
}

.searchItems ul,
.productGroup ul {
  padding: 0 0 0 17px;
  margin: 5px 0;
}

.searchItems ul,
.searchItems ul li,
.productGroup ul,
.productGroup ul li {
  color: #2383b6;
  font-size: 12px;
  list-style: square outside none;
  margin: 5px 0 0 7px;
  padding: 0;
}

.searchItems ul a,
.productGroup ul a {
  color: #666;
  text-decoration: none;
}

.searchItems ul a:hover,
.productGroup ul a:hover {
  color: #666;
  text-decoration: underline;
}

.footer {
  padding-top: 40px;
}
.footer .links {
  text-align: center;
}
.footer .links p:first-child {
  font-weight: bold;
  color: #096ebc;
}
.footer .links p:not(:first-child) {
  color: #003479;
}

.tab-system {
  position: relative;
}
.tab-system .tab-system-head {
  display: flex;
  padding: 0 15px;
}
.tab-system .tab-system-head a {
  font-size: 14px;
  text-decoration: none;
  color: #003479;
  display: block;
  flex: 1 1 50%;
  padding: 10px;
  border: 1px solid #a6a6a6;
  background-color: #dddddd;
  text-align: center;
}
.tab-system .tab-system-head a.tab-active {
  background-color: #ffffff;
  border-bottom: 0 none;
}
.tab-system .tab-system-body {
  margin-top: -1px;
  border: 1px solid #a6a6a6;
  padding: 15px;
}
.tab-system .tab-system-body .form-field-checkbox label {
  font-size: 12px;
  font-weight: normal;
}
.tab-system .tab-system-body label.checkbox {
  margin: 0;
}
.tab-system .tab-system-body button.button {
  margin: 10px 0;
}

.results-group .results-item {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #003479;
}

.results-group-head {
  margin: 15px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.results-group .results-item {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #003479;
}
.results-group .results-item .store-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.results-group .results-item .details-location {
  text-align: right;
  flex: 1 0 28%;
}
@media only screen and (min-width: 350px) {
  .results-group .results-item .details-location {
    flex: 1 0 25%;
  }
}
.results-group .results-item .details-location a {
  display: inline-block;
  margin-bottom: 5px;
}
.results-group .results-item .my-store {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #003479;
  font-weight: bold;
}
.results-group .results-item .btn-primary {
  margin: 0 !important;
  width: 100% !important;
}

.modal-select-store .btn-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modal-select-store .btn-row button,
.modal-select-store .btn-row a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal-select-store #search-by-zip {
  width: 110px;
}
.modal-select-store .btn-row.jsPaginatorButtons {
  width: 100%;
  display: flex;
}
.modal-select-store .btn-row.jsPaginatorButtons > .paginator-prev {
  margin-left: 0;
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
.modal-select-store .btn-row.jsPaginatorButtons > .paginator-next {
  margin-left: auto;
  flex: 0 0 48.5%;
  max-width: 48.5%;
}

#globalTopNavLinks > ul {
  display: inline-flex;
}
@media (max-width: 991px) {
  #globalTopNavLinks > ul {
    display: none;
  }
}
#globalTopNavLinks > ul li {
  margin: 0 8px;
}
#globalTopNavLinks > ul li a {
  color: white;
  transition: color 0.5s;
}
#globalTopNavLinks > ul li a:hover {
  color: #ffcf06;
}

.navbar-panel {
  padding: 0;
  position: fixed;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  color: white;
  background-color: #0a2240;
  font-size: 14px;
}
.navbar-panel .header-container {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1140px) {
  .navbar-panel .header-container {
    max-width: 1140px;
  }
}
.navbar-panel .top-nav_background {
  left: 0;
  right: 0;
  height: 31px;
  position: absolute;
  background: linear-gradient(90deg, #7ca5cb 50%, #005494 50%);
}
.navbar-panel a,
.navbar-panel a:hover,
.navbar-panel a:focus,
.navbar-panel a:active {
  font-size: 14px;
  color: white;
  display: block;
}
.navbar-panel .yellow-link {
  color: white;
  transition: color 0.5s;
}
.navbar-panel .yellow-link:hover {
  color: #ffcf06;
}
.navbar-panel h1,
.navbar-panel h2,
.navbar-panel h3,
.navbar-panel h4,
.navbar-panel h5,
.navbar-panel h6 {
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.navbar-panel h6 {
  font-weight: bold;
}
.navbar-panel span {
  font-style: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
.navbar-panel .links {
  height: 31px;
  background: #7ca5cb;
}
.navbar-panel .links .hamburger-icon {
  height: 17px;
  flex-direction: column;
}
.navbar-panel .links .hamburger-icon:hover {
  cursor: pointer;
}
.navbar-panel .links .hamburger-icon span {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-radius: 10px;
  background-color: white;
  width: 20px;
  height: 3px;
  margin-bottom: auto;
}
.navbar-panel .links .hamburger-icon span:last-child {
  margin-bottom: 0;
}
.navbar-panel .links .hamburger-icon.active {
  margin-top: 5px;
  height: 18px;
}
.navbar-panel .links .hamburger-icon.active span {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.navbar-panel .links .hamburger-icon.active span:nth-child(1) {
  -webkit-transform: rotate(42deg) translateY(6px);
  transform: rotate(42deg) translateY(6px);
}
.navbar-panel .links .hamburger-icon.active span:nth-child(2) {
  -webkit-transform: rotate(-42deg) translateY(-6px);
  transform: rotate(-42deg) translateY(-6px);
}
.navbar-panel .links .hamburger-icon.active span:nth-child(3) {
  display: none;
}
.navbar-panel .links-element {
  cursor: pointer;
  display: flex;
}
.navbar-panel .links-element p {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1140px) {
  .navbar-panel .links-element p {
    max-width: 530px;
  }
}
@media (max-width: 1139px) {
  .navbar-panel .links-element p {
    max-width: 370px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .navbar-panel .links-element p {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .navbar-panel .links-element p {
    max-width: 50vw;
  }
}
.navbar-panel .links-element .shopping-cart.blue {
  display: none;
}
.navbar-panel .links-element .user-icon {
  width: 22px;
  height: 20px;
}
.navbar-panel .links-element .user-icon.blue {
  display: none;
}
.navbar-panel .links-element .top-prefered-store {
  color: #ffcf06;
  font-size: 15px;
  font-weight: 600;
  width: 150px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .navbar-panel .links-element .top-prefered-store {
    width: 100%;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 500px) {
  .navbar-panel .links-element .top-prefered-store {
    width: 150px;
    text-overflow: ellipsis;
  }
}
.navbar-panel .links-element__buttons_btn {
  background-color: #005494;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.navbar-panel .links-element__buttons_btn:hover {
  cursor: pointer;
}
.navbar-panel .links-element__buttons_btn img {
  margin-left: 6px;
  height: 21px;
}
.navbar-panel .links-element__buttons_btn.active {
  background-color: white;
  color: #0a2240;
}
.navbar-panel .links-element__buttons_btn.active > div > a,
.navbar-panel .links-element__buttons_btn.active > div > a:hover,
.navbar-panel .links-element__buttons_btn.active > div > a:focus,
.navbar-panel .links-element__buttons_btn.active > div > a:active {
  color: #0a2240;
}
.navbar-panel .links-element__buttons_btn.active .shopping-cart,
.navbar-panel .links-element__buttons_btn.active .user-icon {
  display: none;
}
.navbar-panel .links-element__buttons_btn.active .blue {
  display: flex;
}
.navbar-panel .links .account-menu {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  overflow: hidden;
  border-radius: 0 0 0 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  background-color: white;
  z-index: -1;
  position: absolute;
  top: 30px;
  right: 0;
  width: 240px;
  padding: 0;
  transition: 0.5s;
}
.navbar-panel .links .account-menu a {
  color: #003479;
}
.navbar-panel .links .account-menu a:hover {
  color: #005494 !important;
}
.navbar-panel .links .account-menu_container {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  max-height: inherit;
}
.navbar-panel .links .account-menu_container .list {
  color: #003479;
}
.navbar-panel .links .account-menu_container .list ul li {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.navbar-panel .links .account-menu_container .list ul li:hover {
  color: #005494;
}
.navbar-panel .links .account-menu_container .list ul li a {
  padding: 8px 0;
}
.navbar-panel .links .account-menu_container .list ul li.accountlink {
  padding: 0 !important;
  border-bottom: 1px solid black;
}
.navbar-panel .links .account-menu_container .list ul li.accountlink a {
  font-weight: normal !important;
  color: #003479 !important;
  font-size: 14px !important;
  padding: 8px 0 12px 0 !important;
}
.navbar-panel .links .account-menu_container .list ul li.accountlink a:hover {
  color: #005494 !important;
}
.navbar-panel .links .account-menu_container .list .sign-out a:first-child {
  font-weight: bold;
  color: black;
}
.navbar-panel .links .account-menu_container .list .sign-out a:last-child {
  font-size: 12px;
}
.navbar-panel .links .mini-cart {
  cursor: default;
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  transition: transform 0.5s;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  background-color: white;
  z-index: -1;
  position: absolute;
  width: 356px;
  right: 0;
  top: 31px;
  color: black;
  max-height: 500px;
  overflow: visible;
}
@media (max-width: 576px) {
  .navbar-panel .links .mini-cart {
    width: 300px;
  }
}
@media (max-height: 531px) {
  .navbar-panel .links .mini-cart {
    max-height: calc(100vh - 31px);
  }
}
.navbar-panel .links .mini-cart form {
  margin: 0;
}
.navbar-panel .links .mini-cart_container {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  max-height: inherit;
}
.navbar-panel .links .mini-cart_container .list {
  color: #0a2240;
  overflow-y: auto;
}
.navbar-panel .links .mini-cart_container .list img {
  margin: 0px;
  width: 61px;
  height: 61px;
}
.navbar-panel .links .mini-cart_container .list img.product_remove {
  width: 15px;
  height: 15px;
}
.navbar-panel .links .mini-cart_container .list a {
  font-size: 12px;
  color: #003479;
}
.navbar-panel .links .mini-cart_container .list a:hover {
  color: #005494;
}
.navbar-panel .links .mini-cart_container .list .product {
  margin: 0px 5px 0px 15px;
  padding: 10px 0;
  border-bottom: 1px solid #0a2240;
}
.navbar-panel .links .mini-cart_container .list .product-params {
  font-weight: bold;
}
.navbar-panel .links .mini-cart_container .list .product-params li:not(.product-params_price):before {
  content: " | ";
}
.navbar-panel .links .mini-cart_container .list .product-params li:first-of-type:before {
  content: "";
}
.navbar-panel .links .mini-cart_container .list .product-params_value {
  font-weight: normal;
}
.navbar-panel .links .mini-cart_container .list .product-params_price {
  font-weight: normal;
  font-size: 14px;
}
.navbar-panel .links .mini-cart_container .prices {
  text-align: end;
}
.navbar-panel .links .mini-cart_container .prices h6:first-child {
  color: red;
}
.navbar-panel .links .mini-cart_container .button {
  width: 100%;
}
.navbar-panel .links ._nexcom_cart-count {
  text-align: center;
  margin-left: 6px;
  border-radius: 40px;
  background-color: red;
  color: white;
  font-weight: 700;
  font-size: 13px !important;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
}
.navbar-panel .links .contextual-layer-positioner {
  position: relative;
}
.navbar-panel .links .contextual-layer {
  position: absolute;
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
  left: -40px;
  width: 297px;
  padding: 15px;
  color: #003479;
  white-space: normal;
  z-index: -1;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}
.navbar-panel .links .contextual-layer a {
  text-decoration: none;
  color: inherit;
}
.navbar-panel .links .contextual-layer .store-info {
  line-height: 17px;
}
.navbar-panel .links .contextual-layer .store-name-label {
  font-weight: bold;
}
.navbar-panel .links .contextual-layer .button {
  width: 100%;
}
.navbar-panel .links .contextual-layer .button.openModalLayer {
  color: white;
}
.navbar-panel_body {
  width: 100%;
  position: relative;
  z-index: -2;
}
.navbar-panel_body_components {
  height: 111px;
  background: #0a2240;
}
.navbar-panel_body_components ._nexcom_navigation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  border-radius: 0 0 4px 0;
  background-color: white;
  z-index: -10;
  position: absolute;
  top: 6px;
  width: 300px;
  transition: 0.5s;
  height: 100%;
  height: calc(100vh - 150px);
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .navbar-panel_body_components ._nexcom_navigation {
    top: -44px;
  }
}
.navbar-panel_body_components ._nexcom_navigation-container {
  background-color: white;
  position: relative;
  padding: 20px 14px 54px 14px;
}
.navbar-panel_body_components ._nexcom_navigation-container_links {
  border-top: 1px solid black;
  padding-top: 10px;
}
.navbar-panel_body_components ._nexcom_navigation li a,
.navbar-panel_body_components ._nexcom_navigation span a {
  position: relative;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
  padding: 10px 10px 10px 0;
  color: #0a2240;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 18px;
}
.navbar-panel_body_components ._nexcom_navigation li a em,
.navbar-panel_body_components ._nexcom_navigation span a em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 10%;
  margin: 0 -10px 0 auto;
}
.navbar-panel_body_components ._nexcom_navigation li a:hover,
.navbar-panel_body_components ._nexcom_navigation span a:hover {
  -webkit-transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
  color: #7ca5cb;
  left: 0;
}
.navbar-panel_body_components ._nexcom_navigation li._nexcom_navigation-item-sale {
  margin-bottom: 10px;
}
.navbar-panel_body_components ._nexcom_navigation li._nexcom_navigation-item-sale a {
  color: #ed1d35;
}
.navbar-panel_body_components ._nexcom_navigation li._nexcom_navigation-item-sale a em {
  color: #0a2240;
}
.navbar-panel_body_components ._nexcom_navigation ._nexcom_shop-all {
  color: #0a2240;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-panel_body_components ._nexcom_navigation ._nexcom_close-icon {
  right: 10px;
  left: auto;
  position: absolute;
}
.navbar-panel_body_components ._nexcom_navigation-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #0a2240;
  border-bottom: 1px solid #0a2240;
  padding: 0 0 10px;
  margin: 0 0 10px;
  width: 100%;
}
.navbar-panel_body_components ._nexcom_navigation-back em {
  padding-right: 6px;
}
.navbar-panel_body_components ._nexcom_navigation-back:hover {
  cursor: pointer;
}
.navbar-panel_body_components ._nexcom_top_categories {
  padding-bottom: 10px;
}
.navbar-panel_body_components ._nexcom_top_categories.hidden {
  display: none;
}
.navbar-panel_body_components ._nexcom_top_categories.reverse {
  display: block;
  -webkit-animation: slideOut 0.3s both ease-in-out;
  animation: slideOut 0.3s both ease-in-out;
}
.navbar-panel_body_components ._nexcom_hidden_category {
  display: none;
}
.navbar-panel_body_components ._nexcom_hidden_category.active {
  display: block;
  -webkit-animation: slideIn 0.3s both ease-in-out;
  animation: slideIn 0.3s both ease-in-out;
}
.navbar-panel_body_components ._nexcom_hidden_category.reverse {
  display: block;
  -webkit-animation: slideOut 0.3s both ease-in-out;
  animation: slideOut 0.3s both ease-in-out;
}
.navbar-panel_body_components ._nexcom_hidden_category .title {
  color: #005494;
  padding: 10px 0;
  margin: 0;
  width: auto;
  float: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-panel_body_components__hamburger {
  margin-left: 50px;
}
.navbar-panel_body_components__hamburger h3 {
  font-size: 18px;
  margin-left: 10px;
}
.navbar-panel_body_components__hamburger .hamburger-icon {
  height: 22px;
  display: flex;
  flex-direction: column;
}
.navbar-panel_body_components__hamburger .hamburger-icon:hover {
  cursor: pointer;
}
.navbar-panel_body_components__hamburger .hamburger-icon span {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-radius: 10px;
  background-color: white;
  width: 30px;
  height: 4px;
  margin-bottom: auto;
}
.navbar-panel_body_components__hamburger .hamburger-icon span:last-child {
  margin-bottom: 0;
}
.navbar-panel_body_components__hamburger .hamburger-icon.active {
  margin-top: 5px;
  height: 18px;
}
.navbar-panel_body_components__hamburger .hamburger-icon.active span {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.navbar-panel_body_components__hamburger .hamburger-icon.active span:nth-child(1) {
  -webkit-transform: rotate(42deg) translateY(6px);
  transform: rotate(42deg) translateY(6px);
}
.navbar-panel_body_components__hamburger .hamburger-icon.active span:nth-child(2) {
  -webkit-transform: rotate(-42deg) translateY(-6px);
  transform: rotate(-42deg) translateY(-6px);
}
.navbar-panel_body_components__hamburger .hamburger-icon.active span:nth-child(3) {
  display: none;
}
.navbar-panel_body_components__logo img {
  height: 170px;
  padding-top: 7px;
}
.navbar-panel_body_components__search {
  display: flex;
}
.navbar-panel_body_components__search section {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 508px;
}
.navbar-panel_body_components__search section .hello-label {
  height: 21px;
}
.navbar-panel_body_components__search section form {
  position: relative;
  margin-bottom: 0;
}
.navbar-panel_body_components__search section form .search-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  padding-right: 45px;
  width: 100%;
}
.navbar-panel_body_components__search section form .search-input:active, .navbar-panel_body_components__search section form .search-input:focus {
  outline: none;
}
.navbar-panel_body_components__search section form ._nexcom_magnify {
  max-width: 28px;
  position: absolute;
  top: 6px;
  right: 10px;
}
.navbar-panel_body_components__search section form ._nexcom_magnify:hover {
  cursor: pointer;
}
.navbar-panel_body_promo {
  height: 31px;
  border-top: 2px solid #7ca5cb;
  background-color: #0a2240;
}
.navbar-panel .signin-form {
  position: absolute;
  background-color: white;
  z-index: -1;
  top: 31px;
  right: 0;
  width: 407px;
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  transition: transform 0.5s;
}
@media screen and (max-width: 576px) {
  .navbar-panel .signin-form {
    width: auto;
    left: 25px;
    right: 0;
  }
}
@media (max-height: 531px) {
  .navbar-panel .signin-form {
    max-height: calc(100vh - 31px);
    overflow: scroll;
  }
}
.navbar-panel .signin-form span {
  white-space: normal;
}
.navbar-panel .signin-form__body {
  padding: 20px 20px 10px;
  color: #0a2240;
}
.navbar-panel .signin-form__body input {
  visibility: visible;
}
.navbar-panel .signin-form__body .button {
  width: 128px;
}
.navbar-panel .signin-form__body a {
  color: #003479;
}
.navbar-panel .signin-form__body a:hover {
  color: #005494;
}
.navbar-panel .signin-form__body .error-message {
  text-align: center;
  color: #ff0000;
  display: none;
}
.navbar-panel .signin-form__body_forgot-buttons div {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  height: 45px;
}
.navbar-panel .signin-form__footer {
  margin: 0;
  background-color: #005494;
  display: flex;
  min-height: 40px;
}
.navbar-panel .signin-form__footer li {
  display: flex;
  align-content: center;
  margin-left: 10px;
  line-height: 40px;
}
.navbar-panel .signin-form__footer li span, .navbar-panel .signin-form__footer li a {
  vertical-align: middle;
}

.navbar-panel_body_components__logo {
  overflow: hidden;
}

@media (max-width: 576px) {
  .navbar-panel .links .links-element .user-icon {
    margin-left: 0px;
  }
  .navbar-panel .links .links-element ._nexcom_cart-count {
    margin-left: 0;
  }
  .navbar-panel_body_components__search {
    margin-left: auto;
  }
  .navbar-panel_body_components__search section {
    width: 180px;
    margin-left: 15px;
  }
  .navbar-panel_body_components__search section .search-input {
    width: 100px;
  }
  .navbar-panel ._nexcom_cart-count {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-panel_body_components {
    height: 61px;
  }
  .navbar-panel_body_components__logo img {
    height: 100px;
    padding-top: 0;
  }
  .navbar-panel_body_components__search {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
  }
  .navbar-panel_body_components__search section {
    width: 100%;
    margin-top: 0;
  }
  .navbar-panel_body_components__search section .hello-label {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-panel_body_components__search section {
    margin-left: auto;
    width: 300px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-panel_body_components__search {
    margin-left: auto;
  }
  .navbar-panel_body_components__search section {
    width: 300px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-panel_body_components__search {
    margin-left: auto;
  }
  .navbar-panel_body_components__search section {
    width: 508px;
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
.category_no-results {
  margin: 30px;
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
.category_no-results a {
  font-size: 20px;
  text-decoration: underline;
}
.category_no-results_assistance {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
.category_no-results_assistance a {
  font-size: 14px;
}
.category .filter-selected {
  margin-top: 4px;
  height: 30px;
  border: 1px solid #dddddd;
  margin-right: 10px;
}
.category .filter-selected .close {
  background: url("../../img/common/grayRemoveButton.png") no-repeat center;
  width: 20px;
  height: 20px;
}
.category .sort-panel {
  border-bottom: 1px solid #d2d5d7;
  padding: 10px 0;
}
.category .left-navigation-menu .filter {
  font-size: 14px; }
.category .left-navigation-menu .filter.filter__pickup {
  padding-bottom: 10px; }

.category .left-navigation-menu .filter li {
  padding: 5px 0;
}
.category .left-navigation-menu .filter .form_checkbox {
  position: relative;
}
.category .left-navigation-menu .filter .form_checkbox .checkmark {
  background: #fbfbfb url(../../../img/common/checkbox1.png) left top no-repeat;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.category .left-navigation-menu .filter .form_checkbox > label input:checked ~ .checkmark {
  background-position: -22px 0px;
}
.category .left-navigation-menu .filter__pickup .filter__list {
  margin-left: 10px;
}
.category .left-navigation-menu .filter__pickup .filter__name {
  background: none;
  background-color: #f3f3f3;
}
.category .left-navigation-menu .filter__header {
  display: none;
}
.category .left-navigation-menu .filter__name {
  background: url(../../img/common/uparrow.png) no-repeat right #f3f3f3;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.category .left-navigation-menu .filter__name.collapsed {
  background: url(../../img/common/downarrow.png) no-repeat right #f3f3f3;
}
.category .left-navigation-menu li:not(.sub-nav) {
  border: none;
}
.category .left-navigation-menu .filter__list.show {
  max-height: 500px;
  overflow-y: auto;
}
.category .left-navigation-menu .filter__list_category li {
  padding: 10px 0;
}
.category .left-navigation-menu .filter__list li {
  margin-left: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.category .left-navigation-menu .filter__list li p {
  margin-left: 5px;
  margin-bottom: 0;
  display: block;
}
.category .left-navigation-menu .filter__size {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  padding-right: 8px;
  padding-top: 10px;
}
.category .left-navigation-menu .filter__size li {
  margin: 0 0 8px 8px;
  flex: 0 0 calc(16.66% - 8px);
  padding-bottom: calc(16.66% - 18px);
  position: relative;
}
.category .left-navigation-menu .filter__size li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #BEBEBE;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .category_no-results {
    border: none;
  }
  .category .left-navigation-menu.active {
    display: block;
    position: fixed;
    height: 100vh;
    overflow: auto;
    background-color: white;
    z-index: 1001;
    top: 0;
    left: 0;
    padding: 20px;
    padding-top: 80px;
    border: 1px solid #dddddd;
  }
  .category .left-navigation-menu.active .filter__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 59px;
    padding: 0 10px 0 20px;
    background-color: #003479;
    border-bottom: 1px solid #265494;
    color: #ffffff;
  }
  .category .left-navigation-menu.active .filter__header p {
    font-size: 18px;
    margin: 0;
  }
  .category .left-navigation-menu.active .filter__header .icon-close {
    background-color: transparent;
    cursor: pointer;
  }
  .category .left-navigation-menu.active .filter__header .icon-close::before, .category .left-navigation-menu.active .filter__header .icon-close::after {
    background-color: #ffffff;
  }
}
@media (min-width: 400px) {
  .category .left-navigation-menu .filter__size li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(14.28% - 8px); /* size for mobile  - modal layout 7 across */
    padding-bottom: calc(14.28% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
@media (min-width: 450px) {
  .category .left-navigation-menu .filter__size li {
    flex-basis: calc(12.5% - 8px); /* size for mobile  - modal layout 8 across */
    padding-bottom: calc(12.5% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
@media (min-width: 500px) {
  .category .left-navigation-menu .filter__size li {
    flex-basis: calc(11.11% - 8px); /* size for mobile  - modal layout 9 across */
    padding-bottom: calc(11.11% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
@media (min-width: 550px) {
  .category .left-navigation-menu .filter__size li {
    flex-basis: calc(10% - 8px); /* size for mobile  - modal layout 10 across */
    padding-bottom: calc(10% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
@media (min-width: 768px) {
  .category .left-navigation-menu .filter__size li {
    flex-basis: calc(33.33% - 8px); /* size for medium screens - left nav view 3 wide */
    padding-bottom: calc(33.33% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
@media (min-width: 992px) {
  .category .left-navigation-menu .filter__size li {
    flex-basis: calc(25% - 8px); /* size for large screens - left nav view 4 wide */
    padding-bottom: calc(25% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
@media (min-width: 1140px) {
  .category .left-navigation-menu .filter__size li {
    flex-basis: calc(20% - 8px); /* size for xlarge screens - left nav view 5 wide */
    padding-bottom: calc(20% - 18px); /* numbers should match the flex size and the margin + border, ensures that the element is a square */
  }
}
.productPage .availability-box {
  padding: 10px 0;
}
.productPage .availability-box .availability-option {
  background-color: #f2f8fd;
  margin-bottom: 5px;
  padding: 10px 20px;
}
.productPage .availability-box .availability-option .label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #272a2b;
}
.productPage .availability-box .availability-option p {
  margin: 0 0 10px 0;
}
.productPage .availability-box a {
  text-decoration: underline;
}
.productPage .btn-accordion-text {
  text-transform: uppercase;
}
.productPage .productImageSwatch {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.productPage .productImageSwatch > a {
  width: 20%;
}
.productPage .productImageSwatch img {
  margin-top: 8px;
  margin-right: 8px;
}
.productPage h2.category-name {
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 16px;
}
.productPage #pdp-order-color {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .productPage #imagePlus {
    max-width: 300px;
  }
}
.productPage .product_brand {
  font-size: 14px;
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0;
}
.productPage .product_title {
  margin: 5px 0;
  text-transform: none;
}
@media (max-width: 767px) {
  .productPage .product_title {
    font-size: 16px;
  }
}
.productPage .product_actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
  .productPage .product_actions {
    border-top: none;
  }
}
.productPage .product_actions .addToButton {
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .productPage .product_actions .addToButton {
    margin-right: 0;
  }
}
.productPage .product_actions .addToButton img {
  width: 25px;
  margin-right: 5px;
}
.productPage .product_actions .social {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .productPage .product_actions .social {
    padding-top: 10px;
  }
}
.productPage .product_actions .social .socialIcon {
  width: 25px;
}
.productPage .product_info {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .productPage .product_info {
    border: 1px solid #d7d7d7;
  }
}
.productPage .product_info ul {
  list-style: disc;
  padding-left: 40px;
}
.productPage .product_info .tabs {
  display: inline-flex;
  vertical-align: middle;
}
.productPage .product_info .tabs:hover {
  cursor: pointer;
}
.productPage .product_info .tabs .productInfoTab {
  display: inline-block;
  text-align: center;
  color: #002144;
  background-color: #f3f3f3;
  width: 100%;
  padding: 14px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.productPage .product_info .tabs .activeTab {
  background-color: #FFFFFF;
  font-weight: bold;
}
.productPage .product_info .tabs .activeTab:hover {
  cursor: default;
}
.productPage .product_info .productInfoTxtWrapper {
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  font-size: 14px;
}
.productPage .product_info .additional-info-content embed,
.productPage .product_info .productInfoTxtWrapper embed {
  width: 100%;
}
.productPage .product_info .additional-info-content img,
.productPage .product_info .productInfoTxtWrapper img {
  max-width: 100%;
  height: auto;
}
.productPage .product_info .prodcutInfoTxt {
  word-break: break-word;
  padding: 7px 17px;
  font-size: 14px;
}
.productPage .product_info .prodcutInfoTxtRight {
  padding: 20px;
}
.productPage .product_info .prodcutInfoTxt .itemSpec {
  margin-left: 6px;
}
.productPage .product_info .prodcutInfoTxt .techSpec {
  margin-bottom: 15px;
}
.productPage .button {
  width: 60%;
}
@media (max-width: 767px) {
  .productPage .button {
    width: 100%;
  }
}
.productPage .priceInfo {
  display: flex;
  max-width: 320px;
}
.productPage .price {
  display: flex;
}
.productPage .price.price_msrp {
  color: #a5acb0;
}
.productPage .price.price_sale {
  color: red;
  margin-left: auto;
}
.productPage .price.price_regular,
.productPage .price.price_sale {
  display: inline-flex;
  flex-direction: column;
}
.productPage .price.price_regular p,
.productPage .price.price_sale p {
  margin: 0;
  font-size: 16px;
}
.productPage .price.price_regular span,
.productPage .price.price_sale span {
  font-size: 28px;
}
@media (max-width: 767px) {
  .productPage .price.price_regular p,
  .productPage .price.price_sale p {
    font-size: 12px;
  }
  .productPage .price.price_regular span,
  .productPage .price.price_sale span {
    font-size: 20px;
  }
}
.productPage .releaseDate {
  font-size: 14px;
}
.productPage .preOrderMessage {
  margin: 20px 0;
  font-size: 24px;
  color: red;
}
.productPage .inputLabel {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1px;
}
.productPage .inputInfo {
  text-align: right;
  color: #a1a1a1;
  font-size: 10px;
  font-style: italic;
}
.productPage .inputInfo.error {
  color: red;
  font-style: normal;
}
@media (min-width: 576px) {
  .productPage .inputInfo:not(.full-width) {
    max-width: 320px;
  }
}
.productPage .control-wrapper {
  margin: 0;
  width: 80%;
}
.productPage .sizePickerContainer,
.productPage .colorPickerContainer,
.productPage .quantityPickerContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.productPage .colorPickerContainer .blockWrapper {
  width: 60%;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.productPage .colorPickerContainer img {
  width: 40px;
}
.productPage .sizePickerContainer .sizechart {
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: -5px;
}
.productPage .uniformPickerContainer {
  width: 80%;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.productPage .uniformPickerContainer .control-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .productPage .control-wrapper {
    width: 100%;
  }
  .productPage .sizePickerContainer .blockWrapper,
  .productPage .colorPickerContainer .blockWrapper,
  .productPage .quantityPickerContainer .blockWrapper {
    width: 100%;
  }
  .productPage .uniformPickerContainer {
    width: 100%;
  }
}

body {
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  color: black;
}

body.hidden {
  overflow: hidden;
}

.d-xs-none {
  display: none;
}

/* deprecated / legacy styles */
.primary-background {
  background-color: #002144;
}

.secondary-background {
  background-color: #002651;
}

.darkBlueBackground {
  background-color: #003479;
}

.ltblue-background {
  background-color: #dcedfa;
}

.strikeThrough {
  text-decoration: line-through;
}

.ten {
  font-size: 10px !important;
}

.eleven {
  font-size: 11px !important;
}

.twelve {
  font-size: 12px !important;
}

.thirteen {
  font-size: 13px !important;
}

.fourteen {
  font-size: 14px !important;
}

.sixteen {
  font-size: 16px !important;
}

.eighteen {
  font-size: 18px !important;
}

.twenty {
  font-size: 20px !important;
}

.twentytwo {
  font-size: 22px !important;
}

.twentyeight {
  font-size: 28px !important;
}

.thirty {
  font-size: 30px !important;
}

.text-required {
  font-size: 12px;
  color: #6c757d;
  text-align: right;
}
@media (min-width: 576px) {
  .text-required:not(.full-width) {
    max-width: 320px;
  }
}

.yellow {
  color: #ffcf06;
}

.darkBlue {
  color: #003479;
  word-wrap: break-word;
}

.darkBlueTxt {
  color: #002144;
}

.ltblue {
  color: #dcedfa;
}

.gray {
  color: #a1a1a1;
}

.grayTxt {
  color: #a5acb0;
}

.darkGrayTxt {
  color: #575757 !important;
}

.deepBlue {
  color: #002144;
}

.red {
  color: #d91c34 !important;
}

.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.page_head_large {
  font-size: 30px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #003479;
  border: none;
}

.page_head_small {
  font-size: 18px;
  font-weight: bold;
  color: #003479;
  border: none;
}

.section_head {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px;
}

.section_head_bold {
  font-size: 16px;
  font-weight: bold;
  color: #003479;
  margin-bottom: 10px;
}

.section_head_small {
  font-size: 14px;
  font-weight: bold;
  color: #003479;
}

.section_head_large {
  font-size: 18px;
  font-weight: bold;
  color: #003479;
  padding-bottom: 8px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 16px;
}

.section_head_xlarge {
  font-size: 21px;
  font-weight: bold;
  color: #003479;
  padding-bottom: 8px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 16px;
}

.section_title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 0.75rem 0 0 0;
  list-style: none;
  border-radius: 0.25rem;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb .scrollable {
  overflow-x: auto;
  position: inherit;
  padding-bottom: 6px;
  z-index: 0;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
  /* Chrome */
}
.breadcrumb .scrollable::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.breadcrumb ol {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
}
.breadcrumb ol li:not(:first-child)::before {
  display: inline-block;
  padding-right: 0.2rem;
  padding-left: 0.5rem;
  content: "/";
}
.breadcrumb.scrolled::after {
  content: "";
  width: 24px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 50%, #fff 100%);
}

.breadcrumb,
.breadcrumb a {
  background: none;
  color: #003479;
  margin: 0;
  font-size: 16px;
  padding-left: 0;
  white-space: nowrap;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.bullet {
  list-style: disc;
  padding-left: 40px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a.button {
  display: inline-block;
  text-decoration: none !important;
}
a.button-mini {
  display: inline-block;
  text-decoration: none !important;
}

.button {
  background: #002c66;
  background-image: linear-gradient(#124784, #003479);
  border-radius: 4px;
  border-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: center;
  word-break: break-word;
}
.button:hover:not(:disabled) {
  background: #143656;
  color: #fff;
  text-decoration: none;
}
.button:disabled {
  opacity: 0.4;
  cursor: default;
}
.button:visited {
  color: #fff;
}
.button:focus {
  color: #fff;
  outline: 2px auto -webkit-focus-ring-color;
}
.button.button-secondary {
  color: #002c66;
  background: #d3d3d3;
}
.button.button-secondary:hover:not(:disabled) {
  background: #e1e1e1;
  color: #002c66;
}
.button.button-yellow {
  background: linear-gradient(#ffcc33, #ffcc00);
}
.button.button-yellow:hover:not(:disabled) {
  background: linear-gradient(#f9ea87, #f8e163);
}
.button.button-mini {
  font-size: 12px;
  padding: 7px 15px;
}
.button.two-line {
  text-transform: none;
  line-height: 1;
}
.button.square {
  border-radius: 0;
}
.button.square-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.square-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.nexcom-control label {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
}
.nexcom-control label:hover {
  cursor: pointer;
}
.nexcom-control input[type=checkbox] ~ label,
.nexcom-control input[type=radio] ~ label {
  font-weight: normal;
}
.nexcom-control input[type=text],
.nexcom-control input[type=password],
.nexcom-control select,
.nexcom-control textarea,
.nexcom-control .control-icon-wrap {
  width: 100%;
  height: calc(2.25rem + 2px);
}
@media (min-width: 576px) {
  .nexcom-control input[type=text],
  .nexcom-control input[type=password],
  .nexcom-control select,
  .nexcom-control textarea,
  .nexcom-control .control-icon-wrap {
    max-width: 320px;
  }
}
.nexcom-control input[type=text].width-half,
.nexcom-control input[type=password].width-half,
.nexcom-control select.width-half,
.nexcom-control textarea.width-half,
.nexcom-control .control-icon-wrap.width-half {
  max-width: 180px;
  min-width: 0px;
}
.nexcom-control input[type=text].width-full,
.nexcom-control input[type=password].width-full,
.nexcom-control select.width-full,
.nexcom-control textarea.width-full,
.nexcom-control .control-icon-wrap.width-full {
  max-width: none;
}
.nexcom-control .control-icon-wrap {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.nexcom-control .control-icon-wrap .control-icon {
  margin-right: 8px;
}
.nexcom-control .control-icon-wrap .control-icon:hover {
  cursor: pointer;
}
.nexcom-control textarea {
  height: auto;
}
.nexcom-control.yellowCheck input, .nexcom-control.blueCheck input {
  visibility: hidden;
  position: absolute;
}
.nexcom-control.yellowCheck .form-check-label, .nexcom-control.blueCheck .form-check-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nexcom-control.yellowCheck label .checkbox {
  background: url(../../img/common/checkbox2.png) left top no-repeat;
  height: 17px;
  width: 17px;
  margin-right: 4px;
}
.nexcom-control.yellowCheck input:checked ~ label .checkbox {
  background: url(../../img/common/checkbox2.png) -18px top no-repeat;
}
.nexcom-control.blueCheck .checkbox {
  background: url(../../img/common/checkbox1.png) left top no-repeat;
  height: 21px;
  width: 21px;
  margin-right: 6px;
}
.nexcom-control.blueCheck input:checked ~ label .checkbox {
  background: url(../../img/common/checkbox1.png) -22px top no-repeat;
}
.nexcom-control.radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.nexcom-control.radiobox label {
  display: flex;
  cursor: pointer;
  font-weight: normal;
}
.nexcom-control.radiobox input {
  visibility: hidden;
  position: absolute;
}
.nexcom-control.radiobox input ~ label .radiobox__radio-button {
  background: url("../../img/common/radio.png") left top no-repeat;
  height: 21px;
  width: 21px;
  position: static;
  margin-right: 7px;
  display: inline-block;
  flex: 0 0 21px;
}
.nexcom-control.radiobox input:focus ~ label .radiobox__radio-button {
  border: 1px solid #002c66;
  border-radius: 50%;
}
.nexcom-control.radiobox input:checked ~ label .radiobox__radio-button {
  background: url("../../img/common/radio.png") -22px top no-repeat;
}

.container-fluid {
  padding: 0;
}

.accord-selection {
  margin: 0;
}

.accord-title input:disabled ~ label {
  color: #a6a6a6;
}

.accord-panel {
  display: none;
  padding-left: 28px;
}
.accord-panel.no-indent {
  padding-left: 0;
}
.accord-panel a {
  text-decoration: underline;
}

/* loading/spinner */
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loadingSpinner {
  opacity: 0.4;
  position: relative;
  pointer-events: none;
  min-height: 100px;
}
.loadingSpinner .spinner {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: 0 -35px;
  text-align: center;
  z-index: 100000;
}
.loadingSpinner .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #003479;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loadingSpinner .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loadingSpinner .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

._nexcom_page-dimmer {
  opacity: 0;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(3, 3, 3, 0.7);
  z-index: 100;
  top: 0;
  left: 0;
}
._nexcom_page-dimmer.active {
  display: block;
}

.accordion-primary .btn-accordion {
  display: flex;
  justify-content: space-between;
  color: black;
  background-color: #f7f7f7;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.accordion-primary .btn-accordion:hover, .accordion-primary .btn-accordion:focus {
  text-decoration: none;
}
.accordion-secondary .btn-accordion {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000000;
  border-radius: 0;
  color: black;
  background-color: #f7f7f7;
  padding: 1rem;
}
.accordion-secondary .btn-accordion:hover, .accordion-secondary .btn-accordion:focus {
  text-decoration: none;
}
.accordion-secondary .btn-accordion .btn-accordion-text {
  width: 100%;
}
.accordion-secondary .accordion-content {
  background-color: #f7f7f7;
}

.left-navigation-menu {
  display: none;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .left-navigation-menu {
    display: block;
  }
}
.left-navigation-menu li:not(.sub-nav) {
  list-style: none;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
}
.left-navigation-menu li:not(.sub-nav) a {
  display: block;
  text-decoration: none;
  color: #575757 !important;
  font-size: 12px;
  font-weight: bold;
}
.left-navigation-menu li:not(.sub-nav) a:hover {
  color: #36b0f2 !important;
}
.left-navigation-menu .sub-nav {
  list-style: none;
  padding-left: 10px;
}
.left-navigation-menu .sub-nav ul > li {
  list-style: none;
  border-top: none;
  border-bottom: none;
  padding: 10px 0;
}
.left-navigation-menu .sub-nav ul > li a {
  display: block;
  text-decoration: none;
  color: #575757 !important;
  font-size: 12px;
  font-weight: bold;
}
.left-navigation-menu .sub-nav ul > li a:hover {
  color: #36b0f2 !important;
}

.left-navigation-accordion {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .left-navigation-accordion {
    display: none;
  }
}
.left-navigation-accordion .btn-accordion {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000000;
  border-radius: 0;
  color: black;
  background-color: #f7f7f7;
  padding: 0.5rem;
}
.left-navigation-accordion .btn-accordion:hover, .left-navigation-accordion .btn-accordion:focus {
  text-decoration: none;
}
.left-navigation-accordion .accordion-content {
  background-color: #f7f7f7;
}
.left-navigation-accordion .accordion-content li {
  list-style: none;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 8px;
}
.left-navigation-accordion .accordion-content li a {
  text-decoration: none;
  color: #575757 !important;
  font-size: 12px;
  font-weight: bold;
}
.left-navigation-accordion .accordion-content .sub-nav {
  padding: 0 16px;
}
.left-navigation-accordion .accordion-content .sub-nav li {
  list-style: none;
  border-top: none;
  border-bottom: none;
  padding: 10px 0;
}

.content-box {
  border: 1px solid #dddddd;
  outline: 1px solid #efefef;
  outline-offset: -5px;
  line-height: 1.75;
}

.content {
  padding: 22px 30px;
}
.content__header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.content h4 {
  font-weight: bold;
}

.alert {
  min-height: 40px;
  background: #d91c34;
  text-align: center;
  border: none;
  border-radius: 0;
  margin-bottom: 1.5rem;
}
.alert span {
  font-style: italic;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

a {
  font-size: 13px;
  color: #003479;
  outline: none;
}
a:focus {
  color: #2676d9;
}
a.link-large {
  font-weight: bold;
  text-decoration: underline;
}

span.red {
  color: #d91c34;
}

p.blue,
span.blue,
a.blue {
  color: #003479;
}
p.bold,
span.bold,
a.bold {
  font-weight: bold;
}
p.gray,
span.gray,
a.gray {
  color: #a1a1a1;
}

.price {
  margin-bottom: 5px;
}
.price_msrp {
  font-size: 12px;
  color: #999999;
}
.price_regular p, .price_regular span {
  font-size: 16px;
}
.price_sale {
  font-size: 16px;
  color: #d91c34;
}
.price p {
  margin: 0;
}
.price .strike-through {
  text-decoration: line-through;
}

.cart__productInfo {
  border-bottom: 1px solid #c8ccd0;
  padding: 20px 0 20px 0;
  display: flex;
}
.cart__productInfo-release {
  font-weight: bold;
}
.cart__productInfo-release span {
  color: red;
}

@media (max-width: 991px) {
  .cart__productInfo__avail {
    margin: 20px 0;
  }
}
.cart__productInfo__avail-item {
  background-color: #f2f8fd;
}
.cart__productInfo__avail-item:not(:last-child) {
  margin-bottom: 10px;
}
.cart__productInfo-price {
  align-items: flex-end;
}
.cart__productInfo a {
  font-size: 14px;
  text-decoration: underline;
  color: #003479;
}
.cart__productInfo-link {
  border-right: 1px solid black;
}
.cart__productInfo-label {
  width: fit-content;
}
.cart__productInfo .promo {
  max-width: 100%; /* ie11 flexbox bug */
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2999998; /* stay on top of feedback sidebar which is 2000201 */
  box-sizing: border-box;
  background-color: rgba(74, 74, 74, 0.75);
  text-align: center;
  /* flex positioning below allows height to be passed down for scrolling and allows it to collapse to the size of content */
  display: flex;
  justify-content: center;
  align-items: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

/* stay on top of feedback sidebar which is 2000201 */
.modal {
  transition: all 0.2s ease-in-out;
  height: auto;
  vertical-align: middle;
  position: relative;
  z-index: 2999999;
  max-width: 1024px;
  box-sizing: border-box;
  width: 90%;
  max-height: 90%;
  background: #ffffff;
  text-shadow: none;
  font-size: 13px;
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.5);
  overflow: auto;
  text-align: left;
  /* flex positioning below allows height to be passed down for scrolling and allows it to collapse to the size of content */
  display: flex;
  flex-direction: column;
  /* for responsive this media query would kick in at min-width 768 to capture the change from tablet to desktop */
  /* since we want the maxium modal to be 576px, the media query has been lowered */
}
.modal a {
  /* helps with some differences in the inheritance on mobile */
  text-decoration: underline;
  color: #003479;
}
.modal > .modal-inner {
  box-sizing: border-box;
  padding: 50px 30px 15px 30px;
  height: 100%;
  overflow-y: auto;
}
.modal > .modal-inner .accord-selection p {
  display: none;
}
.modal > .modal-inner .accord-selection.open p {
  display: block;
}
.modal.modal-loading {
  width: 90%;
  max-width: 900px;
  height: 33%; /* temp height needed for transition */
}
.modal.titled > .modal-title {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 59px;
  min-height: 60px;
  background-color: #003479;
  border-bottom: 1px solid #265494;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  padding: 0 63px 0 25px;
  box-sizing: border-box;
}
.modal.titled > a.close-modal {
  position: absolute;
  width: 30px;
  top: 14px;
  right: 17px;
  z-index: 1;
}
.modal.titled > a.close-modal .icon-close {
  background-color: transparent;
}
.modal.titled > a.close-modal .icon-close:before, .modal.titled > a.close-modal .icon-close:after {
  background-color: #ffffff;
}
.modal.titled > .modal-inner {
  padding: 15px 25px;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow-y: auto;
}
.modal.titled.modal-loading #modal-loading {
  /* used when loading a multi-col layer (like PDP layer), since it doesn't have a modal-inner */
  margin-top: 60px;
}
.modal.titled #modal-loading {
  height: calc(100% - 60px);
}
.modal.titled.full-bleed > .modal-inner {
  padding: 0;
}
.modal.hidden {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .modal {
    height: auto;
    max-height: 90%;
  }
  .modal.modal-size-default {
    width: 90%;
    max-width: 900px;
  }
  .modal.modal-size-sm {
    width: 505px;
    max-width: 505px;
  }
  .modal.modal-loading {
    width: 90%;
    max-width: 900px;
    height: 33%; /* temp height needed for transition */
  }
}

.navBar {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .navBar {
    margin-bottom: 0;
  }
}
.navBar-item {
  width: 230px;
  text-align: center;
  color: #003479;
  background-color: #dcedfa;
  font-size: 20px;
  font-weight: bold;
}
.navBar-item.active {
  background: #003479;
  color: white;
}
@media (max-width: 767px) {
  .navBar-item {
    text-align: start;
    font-size: 12px;
  }
}

.carousel-indicators {
  position: relative;
  margin-top: 10px;
  bottom: 0px;
}
.carousel-indicators li {
  height: 15px;
  width: 15px;
  background-color: #a1a1a1;
  border-radius: 50%;
}
.carousel-indicators li.active {
  background-color: #7ca5cb;
}

.carousel .carousel-inner .carousel-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
  justify-content: center;
}

.carousel-item img {
  width: 300px;
}

.owl-carousel.recently-viewed-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.owl-carousel.content-slider-carousel .owl-item > div {
  width: inherit;
}

.owl-carousel.center-nav-arrows .owl-nav .owl-prev, .owl-carousel.center-nav-arrows .owl-nav .owl-next {
  top: 50% !important;
  margin-bottom: 0 !important;
  margin-top: -31px !important;
}

@media (max-width: 767px) {
  .ZoomContainer {
    display: none !important;
  }
}

.customer-service-container .service-wrapper {
  background-color: #dddddd;
}
.customer-service-container .service-heading {
  font-size: 14px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .links-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .pagination .links-container {
    justify-content: center;
  }
}
.pagination a {
  padding: 6px 12px;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination a.activePage {
  padding: 5px 11px;
  border: 1px solid #dddddd;
}
.pagination a.next > i, .pagination a.previous > i {
  line-height: inherit;
}

.product-card {
  font-size: 14px;
  display: flex;
}
.product-card_no-image {
  height: 26px;
}
.product-card_brand {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  color: #003479;
}
.product-card_name {
  color: #003479;
  margin-bottom: 10px;
  line-height: 1.2;
}
.product-card_name a {
  font-size: 14px;
}
.product-card_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 5px;
}
.product-card_content_images {
  flex: 0 0 auto;
}
.product-card_content_images_item {
  width: auto;
}
.product-card_content_images_item img {
  width: 100%;
}
.product-card_content_description {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.product-card_content.product-card_slider .product-card_reviews img {
  width: auto;
}
.product-card .colorSwatchContainer .colorSwatch img {
  height: 20px;
  width: 20px;
  padding: 3px;
  box-sizing: content-box;
}

@media (max-device-width: 575px) {
  .product-card {
    padding: auto 0;
    margin: 10px 0;
  }
  .product-card_content {
    border-bottom: 1px solid #ccc;
    flex-direction: row;
  }
  .product-card_content_images {
    width: 40%;
    margin-right: 10px;
  }
  .product-card_content_images_item img {
    width: 100%;
  }
  .product-card_content_description {
    height: auto;
  }
  .product-card_content.product-card_slider {
    flex-direction: column;
    border: none;
  }
  .product-card_content.product-card_slider .product-card_content_images {
    width: auto;
  }
}
.product-card_price_regular_strike {
  text-decoration: line-through;
}
.product-card_price_msrp {
  color: #a5acb0;
}
.product-card_price_msrp_strike {
  text-decoration: line-through;
}
.product-card_price_sale {
  color: red;
}

.icon-close {
  display: inline-block;
  background: #333;
  width: 30px;
  height: 30px;
  position: relative;
}
.icon-close:before, .icon-close:after {
  content: "";
  height: 5px;
  width: 25px;
  display: block;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: absolute;
  top: 12px;
  left: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.col-0-5 {
  flex: 0 0 4.166666%;
  max-width: 4.166666%;
}

@media (min-width: 768px) {
  .col-md-0-5 {
    flex: 0 0 4.166666%;
    max-width: 4.166666%;
  }
}
.col-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

@media (min-width: 768px) {
  .col-md-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 20.833333%;
    max-width: 20.833333%;
  }
}
@media (min-width: 768px) {
  .col-md-2-5 {
    flex: 0 0 20.833333%;
    max-width: 20.833333%;
  }
}
.col-3-5 {
  flex: 0 0 29.166666%;
  max-width: 29.166666%;
}

@media (min-width: 768px) {
  .col-md-3-5 {
    flex: 0 0 29.166666%;
    max-width: 29.166666%;
  }
}
@media (min-width: 992px) {
  .col-lg-3-5 {
    flex: 0 0 29.166666%;
    max-width: 29.166666%;
  }
}
@media (min-width: 992px) {
  .offset-lg-1-5 {
    margin-left: 12.666667%;
  }
}
.col-4-5 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

@media (min-width: 768px) {
  .col-md-4-5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (min-width: 992px) {
  .col-lg-4-5 {
    flex: 0 0 37.5%;
    max-width: 29.166666%;
  }
}
@media print {
  .navbar-panel,
  .navbar-panel_body_promo,
  .footer,
  .breadcrumb,
  .print-button.button,
  .left-navigation-menu,
  .left-navigation-accordion {
    display: none !important;
  }
  .wishList_buttons,
  .wishList_buttons-block {
    display: none !important;
  }
  .container.wishlist,
  .container.wishList_table {
    max-width: none !important;
  }
  .wishList span {
    font-size: 14px !important;
  }
  .col-md-9 {
    max-width: 100% !important;
  }
  h2 {
    margin-bottom: 20px !important;
  }
  .wishList_table_wrap {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: none !important;
  }
  .print-button {
    display: none !important;
  }
  .customer-service-container .service-wrapper {
    background-color: none;
  }
  .print-page_block {
    display: flex !important;
  }
  .print-page_block_item {
    width: 50% !important;
  }
  .button {
    display: none !important;
  }
}
.promo {
  line-height: 1.25;
}

@media (max-width: 568px) {
  .qtip {
    left: 20px !important;
    margin-top: 20px !important;
  }
}

.colorSwatchResponsive:nth-of-type(1n + 7) {
  display: none;
}

@media (max-width: 768px) {
  .colorSwatchResponsive:nth-of-type(1n + 6) {
    display: none;
  }
}
@media (max-width: 576px) {
  .colorSwatchResponsive:nth-of-type(1n + 5) {
    display: none;
  }
}
.nexcom-container {
  max-width: 1140px;
}

/* Begin Vendor/BDM changes */
.cart__page__expired {
  background-color: #FFF2BB;
  font-size: 12px;
  width: 60%;
}

.ship-group-header {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 25px 10px 20px 10px;
  background-color: #7ca5cb;
}
.ship-group-header h2 {
  font-size: 16px;
  font-weight: normal;
  text-transform: initial;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 21px;
}
.ship-group-header a {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  line-height: 21px;
}
.ship-group-header a.cart__productInfo-link {
  border-color: #fff;
}
.ship-group-header a:hover {
  color: #ffcf06;
}
.mini-cart_container .ship-group-header {
  padding: 10px;
  margin: 5px 5px 5px 15px;
  color: white;
}

.ship-group-totals {
  font-weight: bold;
  margin-bottom: 40px;
  padding: 25px 10px 20px 10px;
}

.cart__page__vendor-subhead {
  background-color: #dcedfa;
  font-weight: normal;
}

.cart__productInfo.loading {
  min-height: 200px;
  background-color: #F6F6F6;
}

@media screen and (min-width: 768px) and (max-width: 799px) {
  .orders .products-table .products-table-header div {
    font-size: 12px;
  }
  .orders .products-table .button.button-mini {
    font-size: 11px;
    padding: 7px 12px;
  }
}
.checkout .vendor-item-group .vendor-item,
.purchase-confirmation .vendor-item-group .vendor-item {
  border-bottom: 0 none;
}

.checkout .vendor-item-group ~ .ship-group-totals,
.purchase-confirmation .vendor-item-group + .ship-group-totals {
  border-top: 1px solid #c8ccd0;
}

.checkout .vendor-item-group .vendor-item .shipping-item__address,
.purchase-confirmation .vendor-item-group .vendor-item .shipping-item__address {
  display: none;
}

.checkout .vendor-item-group .vendor-item:last-of-type .shipping-item__address,
.purchase-confirmation .vendor-item-group .vendor-item:last-of-type .shipping-item__address {
  display: block;
}

@media screen and (min-width: 768px) {
  .purchase-confirmation .vendor-item-group .vendor-item:last-of-type .shipping-item__address,
  .order-details .vendor-item-group .vendor-item:last-of-type .shipping-item__address {
    display: none;
  }
  .purchase-confirmation .vendor-item-group .vendor-item:first-of-type .shipping-item__address,
  .order-details .vendor-item-group .vendor-item:first-of-type .shipping-item__address {
    display: block;
  }
  .order-details .vendor-item-group .vendor-item {
    border-bottom: 0 none;
  }
  .order-details .vendor-item-group + .ship-group-totals {
    border-top: 1px solid #c8ccd0;
  }
}
@media screen and (min-width: 992px) {
  .checkout .vendor-item-group .vendor-item:last-of-type .shipping-item__address {
    display: none;
  }
  .checkout .vendor-item-group .vendor-item:first-of-type .shipping-item__address {
    display: block;
  }
}
/* NOTE: Below code was merged back down from Nexcom and was not originally in Oracle's delivery */
#owl-spotlight .owl-item.col {
  margin-right: 10px !important;
}

/*# sourceMappingURL=responsive.css.map */

.hide-important {
  display: none !important;
}