.trackheader{
    background-color: #FAFAFA;
    background-image: none;
    background-repeat: initial;
    background-size: initial;
}
section.trackorder img {
    height: 45px;
}
.order-container {
    padding: 50px 0;
}
.view-order-form-error{
    margin: 15px;
    padding-bottom: 5px;
    font-size: 14px;
    color: red;
    border-bottom: 1px solid #d2c9c9;
}
/* view order form */
.orderviewform{
    width: 320px;
    margin: 0 auto;
}
.orderviewform .btn1{
    width:100%;
    margin: 0;
}
.orderviewform input{
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px 0;
    box-sizing: border-box;
}
.orderviewform div.name{
    display: inline-block;
    float:left;
    width: 100%;
}
.orderviewform input.smallinput{
    width: 125px;
}
.orderviewform input.smallinput.right{
    float:right;
}
.orderviewform input.smallinput.left{
    float:left;
}
.orderviewform >div.label{
    text-align:center;
    font-size: 10px;
    font-weight:bold;
    padding: 5px 0 20px 0;
    line-height:1.5em;
}
.md-button.btn1  {
  padding: 0 50px;
  border-radius: 0px;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  text-decoration:none;
  border: none;
  outline: none;
  color:#fff;
  background-color:#000;
}
.md-button.btn1:focus,
.md-button.btn1:active,
.md-button.btn1:hover,
.md-button.btn2:focus,
.md-button.btn2:active,
.md-button.btn2:hover  {
  background-color:#365b48;
}
.md-button.btn2  {
  padding: 0 50px;
  margin-left: 10px;
  border-radius: 0px;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  text-decoration:none;
  border: 1px solid #fff;
  outline: none;
  color:#fff;
  background-color:#000;
  height:60px;
  float: left;
}

/* track page bottom section */
.tracking-bottom-wrap {
    overflow: hidden;
    margin: 50px 0;
}
.tracking-box {
    float: left;
    margin-right: 2%;
    width: 32%;
}
.tracking-box:last-child {
    margin-right: 0;
}
.tracking-bottom-2 {
    overflow: hidden;
}
.thumb-text {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: underline;
    margin-top: 20px;
}
.one-col-box {
    margin: 0 0 2%;
    width: 100%;
}
.two-col-box {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.two-col-box:last-child {
    margin-right: 0;
}
.three-col-box {
    float: left;
    margin: 0 0.16%;
    width: 33%;
}

@media (max-width: 600px) {
    .subscribe-sms .small-btn {
        margin: 6px 0;
        padding: 1.2rem 0;
    }
    .tracking-box,
    .two-col-box,
    .three-col-box {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .tracking-box:last-child,
    .two-col-box:last-child,
    .three-col-box:last-child {
        margin-bottom: 0;
    }
}

/* @start_custom_styles */body.customized-style,
.customized-style p:not(.link):not([class^='return-']),
.customized-style .description_color {
    /*body_font*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*description_color*/color:#000000;
}
.customized-style h2,
.customized-style h3,
.customized-style h4,
.customized-style h5 {
    /*primary_font*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*heading_color*/color:#000000;
}
.customized-style h1,
.customized-style .page-title {
    /*primary_font*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*title_color*/color:#2e2e2e;
}
.customized-style a:not(.nps-marks),
.customized-style p.link:not(.return-control),
.customized-style .link {
    /*body_font*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*action_color*/color:#3b73af;
}
.customized-style .return-options p.link i {
    /*action_color*/color:#3b73af;
}
.customized-style .order-header {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .order-header h2,
.customized-style .order-header h3,
.customized-style .order-header h4,
.customized-style .order-header h5 {
    /*primary_text_color*/color:#ffffff;
}
.customized-style #cms-content .order-header,
.customized-style #cms-content .order-header p {
    /*secondary_text_color*/color:#ffffff;
}
.customized-style button,
.customized-style .button,
.customized-style .md-button,
.customized-style button.cancel-btn,
.customized-style .button.cancel-btn,
.customized-style .md-button.cancel-btn,
.customized-style button.md-confirm-button.md-focused,
.customized-style .button.md-confirm-button.md-focused,
.customized-style .md-button.md-confirm-button.md-focused {
    /*button_background_color*/background-color:#3b73af;
    /*button_text_color*/color:#ffffff;
    /*button_text_color*/border-color:#ffffff;
}
.customized-style button:hover,
.customized-style .button:hover,
.customized-style .md-button:hover,
.customized-style button.cancel-btn:hover,
.customized-style .button.cancel-btn:hover,
.customized-style .md-button.cancel-btn:hover,
.customized-style button.md-confirm-button.md-focused:hover,
.customized-style .button.md-confirm-button.md-focused:hover,
.customized-style .md-button.md-confirm-button.md-focused:hover {
    /*button_text_color*/background-color:#ffffff;
    /*button_background_color*/color:#3b73af;
    /*button_background_color*/border-color:#3b73af;
}
.customized-style button:hover span,
.customized-style .button:hover span,
.customized-style .md-button:hover span,
.customized-style button.cancel-btn:hover:hover span,
.customized-style .button.cancel-btn:hover:hover span,
.customized-style .md-button.cancel-btn:hover:hover span,
.customized-style button.md-confirm-button.md-focused:hover:hover span,
.customized-style .button.md-confirm-button.md-focused:hover:hover span,
.customized-style .md-button.md-confirm-button.md-focused:hover:hover span {
    /*button_background_color*/color:#3b73af;
}
.customized-style button span,
.customized-style .button span,
.customized-style .md-button span,
.customized-style button.cancel-btn span,
.customized-style .button.cancel-btn span,
.customized-style .md-button.cancel-btn span,
.customized-style button.md-confirm-button.md-focused span,
.customized-style .button.md-confirm-button.md-focused span,
.customized-style .md-button.md-confirm-button.md-focused span {
    /*body_font*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*button_text_color*/color:#ffffff;
}
.customized-style .statenoticebar {
    /*primary_color*/border-color:#3b73af;
}
.customized-style .statenotice,
.customized-style .update-notice {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .update-first-arrow {
    /*primary_color*/border-color:#3b73af;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.customized-style .update-arrow {
    /*primary_color*/background-color:#3b73af;
}

/* reset some specific elements */
.customized-style button.tab-btn,
.customized-style .button.tab-btn,
.customized-style .md-button.tab-btn {
    background-color:initial;
    color:initial;
    border-color:initial;
}
.customized-style button.tab-btn:hover,
.customized-style .button.tab-btn:hover,
.customized-style .md-button.tab-btn:hover {
    background-color:initial;
    color:initial;
    border-color: #cccccc;
}
.customized-style button.tab-btn span,
.customized-style .button.tab-btn span,
.customized-style .md-button.tab-btn span {
    color:initial;
}
.customized-style button.tab-btn:hover span,
.customized-style .button.tab-btn:hover span,
.customized-style .md-button.tab-btn:hover span {
    color:initial;
}
.customized-style #map button.gm-control-active,
.customized-style #map .button.gm-control-active,
.customized-style #map .md-button.gm-control-active,
.customized-style #map button.gm-ui-hover-effect,
.customized-style #map .button.gm-ui-hover-effect,
.customized-style #map .md-button.gm-ui-hover-effect {
    background-color: #ffffff;
    border: 0 none;
}
.itemouter h3,
.itemouter p.item-overlay-close,
.itemouter .item-overlay-reason p,
.itemouter .item-overlay-div h4 {
    color: inherit;
}
.customized-style .tab-btn.tabtnactive {
    /*secondary_color*/border-bottom-color:#656565;
}
.md-button:not([disabled]):hover,
.md-button.md-default-theme:not([disabled]):hover {
    /*button_text_color*/background-color:#ffffff;
}
.customized-style .md-button.md-confirm-button,
.customized-style .md-button.md-cancel-button {
    border: 1px solid transparent;
}
.customized-style .md-button.md-confirm-button,
.customized-style .md-button.md-cancel-button {
    /*button_text_color*/border-color:#ffffff;
}
.customized-style .md-button.md-confirm-button:hover,
.customized-style .md-button.md-cancel-button:hover {
    /*button_background_color*/border-color:#3b73af;
}
.customized-style .tab-btn:not(.tabtnactive) {
    border-bottom-color:transparent;
}
.customized-style .top-left-wrapper.top-left-design-2 .delivery-summary,
.customized-style .top-left-wrapper.top-left-design-3 .delivery-summary {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .top-left-wrapper.top-left-design-2 .delivery-summary h3,
.customized-style .top-left-wrapper.top-left-design-3 .delivery-summary h3,
.customized-style .top-left-wrapper.top-left-design-2 .lost-package p span,
.customized-style .top-left-wrapper.top-left-design-3 .lost-package p span,
.customized-style .top-left-wrapper.top-left-design-2 .delivery-details p span,
.customized-style .top-left-wrapper.top-left-design-3 .delivery-details p span,
.customized-style .top-left-wrapper.top-left-design-3 p.delivery-status span {
    /*primary_text_color*/color:#ffffff;
}
.customized-style .updatearrow,
.customized-style .update-arrow,
.customized-style .top-left-wrapper.top-left-design-2 .update-arrow {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .updatenotice,
.customized-style .update-notice,
.customized-style .top-left-wrapper.top-left-design-2 .update-notice {
    /*secondary_color*/background-color:#656565;
}
.customized-style .updatefirstarrow,
.customized-style .update-first-arrow {
    /*primary_color*/border-color:#3b73af;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.customized-style .top-left-wrapper.top-left-design-2 .update-notice.current {
    /*primary_color*/border-color:#3b73af;
}
.customized-style .estimated-calendar md-calendar .md-calendar-date-today .md-calendar-date-selection-indicator {
    /*primary_color*/border-color:#3b73af;
}
.customized-style .estimated-calendar md-calendar .md-calendar-selected-date .md-calendar-date-selection-indicator,
.customized-style .estimated-calendar md-calendar .md-calendar-selected-date .md-calendar-date-selection-indicator:hover {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .estimated-calendar md-calendar thead tr th {
    /*primary_color*/color:#3b73af;
}
.customized-style .associated-items-wrapper.associated-items-design-3,
.customized-style .associated-items-wrapper.associated-items-design-4,
.customized-style .recommended-items-wrapper.recommended-items-design-3,
.customized-style .recommended-items-wrapper.recommended-items-design-4 {
    /*primary_color*/border-color:#3b73af;
}
.customized-style .associated-items-wrapper.associated-items-design-3 .title-bg,
.customized-style .associated-items-wrapper.associated-items-design-4 .title-bg,
.customized-style .recommended-items-wrapper.recommended-items-design-3 .title-bg,
.customized-style .recommended-items-wrapper.recommended-items-design-4 .title-bg {
    /*primary_color*/background-color:#3b73af;
}
.customized-style md-radio-button.md-default-theme.md-checked .md-off,
.customized-style md-radio-button.md-checked .md-off {
    /*action_color*/border-color:#3b73af;
}
.customized-style md-radio-button.md-default-theme .md-on,
.customized-style md-radio-button .md-on {
    /*action_color*/background-color:#3b73af;
}
.customized-style .order-footer-container {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .fa-custom-icon {
    /*secondary_color*/color:#656565;
}
/* header styles */
.customized-style .header-wrapper {
    /*primary_color*/border-color:#3b73af;
}
.customized-style .promo-container {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .promo-container .global-promo {
    /*primary_text_color*/color:#ffffff;
}
.customized-style .nav > li a.nav-link,
.customized-style .header-content .fa-icon.fa-bars {
    /*action_color*/color:#3b73af;
}
.customized-style .associated-items-wrapper .title-bg h3,
.customized-style .recommended-items-wrapper .title-bg h3 {
    /*heading_color*/color:#000000;
}
/* design-3 design-3 */
.customized-style .associated-items-wrapper.associated-items-design-3 .title-bg h3,
.customized-style .associated-items-wrapper.associated-items-design-4 .title-bg h3,
.customized-style .recommended-items-wrapper.recommended-items-design-3 .title-bg h3,
.customized-style .recommended-items-wrapper.recommended-items-design-4 .title-bg h3 {
    /*primary_text_color*/color:#ffffff;
}
/* design-5 */
.customized-style .top-left-wrapper.top-left-design-5 .delivery-summary {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .top-left-wrapper.top-left-design-5 .estimated-delivery,
.customized-style .top-left-wrapper.top-left-design-5 .delivery-details .estimated-month,
.customized-style .top-left-wrapper.top-left-design-5 .delivery-details .estimated-day,
.customized-style .top-left-wrapper.top-left-design-5 .lost-package-report span {
    /*primary_text_color*/color:#ffffff;
}
.customized-style .top-left-wrapper.top-left-design-5 .tracking-number {
    /*primary_color*/border-color:#3b73af;
}
.customized-style .top-middle-wrapper.top-middle-wrapper-5 .update-notice.current {
    /*secondary_color*/border-color:#656565;
}
.customized-style .top-middle-wrapper.top-middle-wrapper-5 .update-notice .fa-check {
    /*secondary_color*/color:#656565;
}
.customized-style .top-middle-wrapper.top-middle-wrapper-5 .update-message .um-text {
    /*heading_color*/color:#000000;
}
/* footer styles */
.customized-style .footer-content-wrapper {
    /*primary_color*/background-color:#3b73af;
    /*primary_text_color*/color:#ffffff;
}
.customized-style .footer-content-wrapper p,
.customized-style .footer-content-wrapper a,
.customized-style .footer-content-wrapper span,
.customized-style .footer-content-wrapper a.footer-link {
    /*primary_text_color*/color:#ffffff;
}
.customized-style .pickup-content .vehicle:hover,
.customized-style .pickup-content .vehicle.selected {
    /*secondary_color*/fill:#656565;
    /*secondary_color*/border-color:#656565;
}
.customized-style .pickup-content .vehicle:hover p,
.customized-style .pickup-content .colors-content ul li:hover p,
.customized-style .pickup-content .vehicle.selected p,
.customized-style .pickup-content .colors-content ul li.selected p,
.customized-style .pickup-content .pin-container .pin,
.customized-style .pickup-content p.info.colored,
.customized-style .pickup-content .order-status.selected p  {
    /*secondary_color*/color:#656565;
}
.customized-style .pickup-content .colors-content ul li:hover .bubble,
.customized-style .pickup-content .colors-content ul li.selected .bubble {
    /*secondary_color*/border-color:#656565;
}
.customized-style .pickup-content .order-status.selected .status-bubble {
    /*secondary_color*/background-color:#656565;
}
.track-display.package-body md-pagination-wrapper .md-tab:not(.md-active):not(.md-disabled) p {
    /*description_color*/color:#000000;
}
.track-display.package-body md-pagination-wrapper .md-tab.md-active > p {
    /*primary_color*/color:#3b73af;
}
.customized-style .track-display.package-body md-pagination-wrapper md-ink-bar {
    /*primary_color*/background-color:#3b73af;
    /*primary_color*/color:#3b73af;
}
.customized-style .md-sidenav-right.report-lost-sidenav .report-lost-toolbar {
    /*primary_color*/background-color:#3b73af;
}
.customized-style .md-sidenav-right.report-lost-sidenav .report-lost-toolbar h3 {
    /*primary_text_color*/color:#ffffff;
}
.customized-style .md-sidenav-right.report-lost-sidenav .report-lost-toolbar .close-report-lost .fa-icon {
    /*primary_text_color*/color:#ffffff;
}
.customized-style md-radio-button.md-default-theme.md-checked .md-off,
.customized-style md-radio-button.md-checked .md-off {
    /*secondary_color*/border-color:#656565;
}
.customized-style md-radio-button.md-default-theme .md-on,
.customized-style md-radio-button .md-on {
    /*secondary_color*/background-color:#656565;
}

/**
 * New Design styles
 */
body.mat-typography .main-container h2,
body.mat-typography .main-container h3,
body.mat-typography .main-container h4,
body.mat-typography .main-container h5,
body.mat-typography .main-container h2 span,
body.mat-typography .main-container h3 span,
body.mat-typography .main-container h4 span,
body.mat-typography .main-container h5 span,
body.mat-typography .main-container .mat-expansion-panel-header-title,
body.mat-typography .main-container .aside-card-wrapper .aside-card-label,
.cdk-overlay-container .mat-dialog-container h2,
.cdk-overlay-container .mat-dialog-container h3,
.cdk-overlay-container .mat-dialog-container h4,
.cdk-overlay-container .mat-dialog-container h5 span,
.cdk-overlay-container .mat-dialog-container h2 span,
.cdk-overlay-container .mat-dialog-container h3 span,
.cdk-overlay-container .mat-dialog-container h4 span,
.cdk-overlay-container .mat-dialog-container h5 span {
    /*body_font_nd*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /*primary_text_color_nd*/color:#2e2e2e;
}
body.mat-typography .main-container,
body.mat-typography .main-container p,
body.mat-typography .main-container p span,
body.mat-typography .main-container .mat-hint,
body.mat-typography .main-container .item-details p,
body.mat-typography .main-container .item-details span,
body.mat-typography .main-container .return-options p:not(.link),
body.mat-typography .main-container .card-wrapper p.sub-label,
body.mat-typography .main-container .card-content-wrapper,
body.mat-typography .main-container .card-content-wrapper p,
body.mat-typography .main-container .card-content-wrapper span,
.mat-primary .mat-option.mat-active .mat-option-text,
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) .mat-option-text,
.mat-form-field.mat-focused.mat-primary .mat-select-arrow-wrapper .mat-select-arrow,
.cdk-overlay-container .mat-dialog-container p,
.cdk-overlay-container .mat-dialog-container span:not(.mat-button-wrapper):not(.required) {
    /*description_color_nd*/color:#000000;
}
.cdk-overlay-container .mat-dialog-container .mat-select-value span.mat-select-placeholder {
    color: #0000006b;
}
body.mat-typography .main-container h1,
body.mat-typography .main-container h2,
body.mat-typography .main-container h3,
body.mat-typography .main-container h4,
body.mat-typography .main-container h5 {
    /*primary_font_nd*/font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
/*body.mat-typography .main-container h1,*/
body.mat-typography .main-container h1,
body.mat-typography .main-container h2,
body.mat-typography .main-container h1 span,
body.mat-typography .main-container h2 span {
    /*title_color_nd*/color:#2e2e2e;
}
body.mat-typography .main-container h1 svg path,
body.mat-typography .main-container h2 svg path {
    /*title_color_nd*/stroke:#2e2e2e;
}
body.mat-typography .main-container h3,
body.mat-typography .main-container h3 span,
body.mat-typography .main-container .order-placed,
body.mat-typography .main-container .package-state p {
    /*heading_color_nd*/color:#000000;
}
body.mat-typography .main-container a,
body.mat-typography .main-container .link,
body.mat-typography .main-container .link p,
body.mat-typography .main-container .link span,
body.mat-typography .main-container .link .fa-icon,
body.mat-typography .main-container .aside-card-details .tracking-number p:last-child {
    /*action_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .button.default,
.cdk-overlay-container .mat-dialog-container .button.default {
    /*button_background_color_nd*/background-color:#c71c2d;
    /*button_text_color_nd*/border-color:#ffffff;
    /*button_text_color_nd*/color:#ffffff;
}
body.mat-typography .main-container .button.default span,
.cdk-overlay-container .mat-dialog-container .button.default span {
    /*button_text_color_nd*/color:#ffffff;
}
body.mat-typography .main-container .button.default:hover,
.cdk-overlay-container .mat-dialog-container .button.default:hover {
    /*button_text_color_nd*/background-color:#ffffff;
    /*button_background_color_nd*/border-color:#c71c2d;
    /*button_background_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .button.default:hover span,
.cdk-overlay-container .mat-dialog-container .button.default:hover span {
    /*button_background_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .button.white,
.cdk-overlay-container .mat-dialog-container .button.white {
    /*box_background_color_nd*/background-color:#ffffff;
    /*action_color_nd*/border-color:#c71c2d;
    /*action_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .button.white span,
.cdk-overlay-container .mat-dialog-container .button.white span {
    /*action_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .button.transparent,
.cdk-overlay-container .mat-dialog-container .button.transparent,
body.mat-typography .main-container .button.transparent span,
.cdk-overlay-container .mat-dialog-container .button.transparent span {
    /*action_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.mat-typography .main-container .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.mat-typography .main-container .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
body.mat-typography .main-container .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
body.mat-typography .main-container .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple,
body.mat-typography .main-container .mat-slide-toggle.mat-checked .mat-ripple-element,
body.mat-typography .main-container .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,
body.mat-typography .main-container .mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
    /*button_background_color_nd*/background-color:#c71c2d;
}
body.mat-typography .main-container .heading-cards .fa-icon,
body.mat-typography .main-container .package-states-progress .package-state-notice-bar,
body.mat-typography .main-container .return-complete-container .shop-now-cart .cart-items,
body.mat-typography .main-container .return-complete-container .refund-methods-container .cart-items,
body.mat-typography .main-container .return-complete-container .box-container .extra-credit,
body.mat-typography .main-container .return-complete-container .return-success-title .title-icon,
body.mat-typography .main-container .return-complete-container .select-store-wrapper .select-store:hover {
    /*primary_color_nd*/background-color:#c71c2d;
}
body.mat-typography .main-container .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
body.mat-typography .main-container .package-items .item .fa-icon.fa-check-circle,
body.mat-typography .main-container .icon-wrapper .fa-icon,
body.mat-typography .main-container .box-icon .fa-icon {
    /*primary_color_nd*/color:#c71c2d;
}
body.mat-typography .main-container .aside-card-wrapper .fa-icon svg,
body.mat-typography .main-container .store-details .fa-icon svg {
    /*description_color_nd*/color:#000000;
}
body.mat-typography .main-container .card-wrapper svg path,
body.mat-typography .main-container .icon-wrapper svg path,
body.mat-typography .main-container .aside-card-icon svg path,
body.mat-typography .main-container .box-container .box-icon svg path,
.cdk-overlay-container .mat-dialog-container .icon-wrapper svg path {
    /*description_color_nd*/stroke:#000000;
}
body.mat-typography .main-container .package-heading,
body.mat-typography .main-container .aside-card-wrapper .summary-row.total,
body.mat-typography .main-container .aside-card-wrapper .summary-row.returnSubtotal,
body.mat-typography .main-container .aside-card-wrapper .summary-row.refundAmount,
body.mat-typography .main-container .aside-card-wrapper .summary-row.refundAmountInclCredit {
    /*title_color_nd*/border-color:#2e2e2e;
}
body.mat-typography .main-container .order-view-container {
    /*content_background_color_nd*/background-color:#f3f6f8;
}
body.mat-typography .main-container .return-create,
body.mat-typography .main-container .return-complete {
    /*content_background_color_nd*/background-color:#f3f6f8;
}
body.mat-typography .main-container .items-wrapper .item,
body.mat-typography .main-container .store-details-wrapper,
body.mat-typography .main-container .heading-cards .card-wrapper,
body.mat-typography .main-container .group-aside .aside-card-wrapper,
body.mat-typography .main-container .return-complete-container .step-content .box-container,
body.mat-typography .main-container .aside-card-wrapper.sms-subscription .aside-card-details .mat-expansion-panel,
body.mat-typography .main-container .aside-card-wrapper.sms-subscription .aside-card-details .mat-expansion-panel-header:hover {
    /*box_background_color_nd*/background-color:#ffffff;
}
body.mat-typography .main-container .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
body.mat-typography .main-container .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    /*button_background_color_nd*/border-color:#c71c2d;
}
body.mat-typography .main-container .items-wrapper .item,
body.mat-typography .main-container .return-create-container .items-wrapper.eligible-items .item,
body.mat-typography .main-container .store-details-wrapper {
    /*box_background_color_nd*/border-color:#ffffff;
}
body.mat-typography .main-container .return-create-container .items-wrapper.eligible-items .item.return-selected {
    /*heading_color_nd*/border-color:#000000;
}
body.mat-typography .main-container .return-complete-container .step-content .box-container:hover {
    /*heading_color_nd*/border-color:#000000;
}
/* @end_custom_styles */
