
@import url(https://fonts.googleapis.com/css?family=Lato:700);

body {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    line-height: 1.55rem;
    letter-spacing: -0.015rem;
    color: #4F5050;
    font-weight: 500;
    background: #fffcfd;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-greeen {
    color: #fff;
    background-color: #28a745;
    
}
.allitem {
    height: 40px;
    line-height: 40px;
}
.allitem.active {
    border-bottom: 2px solid #D40000;
}
.nav-bar-theme a:hover {
    color: #FFF;
}
.bottom-bar div {
    font-size: 20px;
    height: 56px;
    flex: 0 0 20%;
    max-width: 20%;
}
    .bottom-bar div a {
        color: #4F5050;
        padding: 5px 15px;
    }
    .bottom-bar p {
	font-size: inherit;
	line-height: 16px;
	font-size: 14px;
	}
    .bottom-bar div:nth-child(3) {
        font-size: 26px;
        height: 65px;
        border-radius: 50%;
        background: #D40000;
        color: #FFF;
        position: absolute;
        bottom: 0;
        width: 65px;
        padding:10px 0;
    }
	

        .bottom-bar div:nth-child(3) svg {
            position: relative;
        }
.sidebar-ul a {
    display: block;
}

.card-body {
    padding: 5px;
}
.slick-slide img {
    display: block;
    border-radius: 15px;
}

.walletDiv {
    border-radius: 10px;
    height: 24px;
    line-height: 18px;
    justify-content: center;
    background: none;
    color: #333;
    padding: 0;
    display: inline-flex;
    border: 2px solid #fff;
    padding: 0 10px;
}

.trasactionList i {
    color: #D40000 !important;
}

.modal {
    z-index: 99999;
}

.btn-orange, .btn-orange:hover {
    background: #f74d24;
    color: #fff;
}

a {
    color: #FFF;
}

.slick-slide {
    margin: 0 7px;
}

.shareApp {
    background: #D40000;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 25px;
    color: #fff;
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 9999;
    display: block
}

    .shareApp:hover, .shareApp:active, .shareApp:focus {
        color: #fff;
    }

div, a, p {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

    a:not([href]) {
        cursor: pointer;
    }

.bg-theme {
    background: #D40000;
    color: #FFF;
}

.btn-theme {
    background: #0c46a0;
    color: #FFF;
}

    .btn-theme:hover {
        background: #0c46a0;
        color: #333;
    }

    .btn-theme:focus {
        background: #0c46a0;
        color: #333;
    }

.slick-slide img.catimg {
    display: inline-block;
}


.categoryItem .item-box {
    padding: 5px 10px;
    display: flex;
    cursor: pointer;
    height: 40px;
}

.spinnerGIF {
    display: flex;
    position: absolute;
    z-index: 999;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box {
    position: relative;
    max-width: 600px;
    width: 90%;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 30px;
    background: #fff;
    padding: 5px 10px;
    color: #000;
}

.bannerad .carousel-control-prev {
    left: -18px;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 30px;
    color: #000;
    padding: 5px 10px;
    background: #fff;
}

.btn {
    border-radius: 0;
}

.oldMRP {
    color: #808080;
    font-size: 11px;
}

.bannerad {
    position: fixed;
    z-index: 999;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
}

.text-grey {
    color: #808080 !important;
}

    .text-grey * {
        color: #808080 !important;
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: auto;
    height: auto;
    background: no-repeat 50%/100% 100%;
}

.bannerHide {
    cursor: pointer;
}

.nav-bar-theme {
    position: fixed;
    top: 0;
    right: 0;
    left: 15px;
    width: 100%;
    z-index: 99;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #D40000;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #D40000;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -62px;
        top: 12px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

.categoryItem .item-box.active {
    background: #fff;
    cursor: pointer;
    height: 40px;
    color: #333;
    border-bottom: 2px solid #D40000;
}

.input_wrapper {
    position: relative
}

.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 9px;
}

.badge-danger {
    color: #333;
    background-color: #333;
}

.badge-danger-2 {
    color: #fff;
    background-color: #333;
}

.navbar-badge-2 {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: -2px;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

/*.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.badge {
    display: inline-block;
    padding: .25em .4em;
    /* font-size: 75%; */
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    font-size: 50%;
    margin-top: 10px;
    margin-right: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    /*.plastic_select, input[type=url], input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
    font-size: 14px;
    line-height: normal;
    border: 1px solid #C5C5C5;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #555459;
    width: 100%;
    max-width: 100%;
    font-family: Slack-Lato,appleLogo,sans-serif;
    -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    height: auto;
}*/
    .no_touch .plastic_select:hover, .no_touch input:hover, .no_touch select:hover, .no_touch textarea:hover {
    border-color: #2780f8
}

.focus, .plastic_select:active, .plastic_select:focus, input[type=url]:active, input[type=url]:focus, input[type=text]:active, input[type=text]:focus, input[type=number]:active, input[type=number]:focus, input[type=email]:active, input[type=email]:focus, input[type=password]:active, input[type=password]:focus, select:active, select:focus, textarea:active, textarea:focus {
    border-color: #2780f8;
    box-shadow: 0 0 7px rgba(39,128,248,.15);
    outline-offset: 0;
    outline: 0
}

.large_bottom_margin {
    margin-bottom: 2rem !important;
}

.split_input {
    display: table;
    border-spacing: 0
}

.split_input_item {
    display: table-cell;
    border: 1px solid #9e9ea6
}

    .split_input_item:not(:first-child) {
        border-left: none
    }

    .split_input_item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .split_input_item:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .split_input_item.focused {
        border: 1px double #2780f8;
        box-shadow: 0 0 7px rgba(39,128,248,.3)
    }

    .split_input_item input {
        height: 2rem;
        text-align: center;
        font-size: 1rem;
        border: none;
        background: 0 0;
        box-shadow: none;
    }

        .split_input_item input:active, .split_input_item input:focus, .split_input_item input:hover {
            box-shadow: none
        }


.fs_split {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e8e8e8;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s
}

    .fs_split h1 {
        font-size: 2.625rem;
        line-height: 3rem;
        font-weight: 300;
        margin-bottom: 2rem
    }

    .fs_split label {
        margin-bottom: .5rem
    }

    .fs_split .desc {
        font-size: 1.25rem;
        color: #9e9ea6;
        margin-bottom: 2rem
    }

    .fs_split .email {
        color: #555459;
        font-weight: 700
    }

    .fs_split .header_error_message {
        margin: 0 11%;
        padding: 1rem 2rem;
        background: #3331e1;
        border: none;
        border-left: .5rem solid #ffa940;
        border-radius: .25rem
    }

        .fs_split .header_error_message h3 {
            margin: 0
        }

    .fs_split .error_message {
        display: none;
        font-weight: 700;
        color: #ffa940
    }

    .fs_split .error input, .fs_split .error textarea {
        border: 1px solid #ffa940;
        background: #3331e1
    }

        .fs_split .error input:focus, .fs_split .error textarea:focus {
            border-color: #3331e1;
            box-shadow: 0 0 7px rgba(255,185,100,.15)
        }

    .fs_split .error .error_message {
        display: inline
    }

.confirmation_code_span_cell {
    display: table-cell;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    padding: 0 .5rem;
    width: 2rem
}

.confirmation_code_state_message {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

    .confirmation_code_state_message.error, .confirmation_code_state_message.processing, .confirmation_code_state_message.ratelimited {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 2rem
    }

    .confirmation_code_state_message.processing {
        color: #3aa3e3
    }

    .confirmation_code_state_message.error, .confirmation_code_state_message.ratelimited {
        color: #ffa940
    }

    .confirmation_code_state_message ts-icon:before {
        font-size: 2.5rem
    }

    .confirmation_code_state_message svg.ts_icon_spinner {
        height: 2rem;
        width: 2rem
    }

.confirmation_code_checker {
    position: relative;
    height: 12rem;
    text-align: center
}

    .confirmation_code_checker[data-state=unchecked] .confirmation_code_state_message.unchecked, .confirmation_code_checker[data-state=error] .confirmation_code_state_message.error, .confirmation_code_checker[data-state=processing] .confirmation_code_state_message.processing, .confirmation_code_checker[data-state=ratelimited] .confirmation_code_state_message.ratelimited {
        opacity: 1
    }

.large_bottom_margin {
    margin-bottom: 2rem !important;
}

.darkbackground {
    display: none;
    background: #333;
    opacity: 0.6;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.lightbackground {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #fff;
    z-index: 9999;
    transition: 3s ease-in width;
}

.text-theme {
    color: #FFF;
}

.sidebar-ul {
    list-style: none;
}

    .sidebar-ul li {
        padding: 10px 0;
        cursor: pointer;
        border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    }

        .sidebar-ul li a {
            color: #333;
        }

.login-box {
    background-image: url(/Template/backgroundimg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #D40000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    color: #141515;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
    line-height: 1.3em;
}

:focus {
    outline: 0;
}

a:hover, a:active, a:focus {
    outline: 0 !important;
    color: #D40000;
    text-decoration: none;
}

.nav.nav-pills {
    background-color: rgba(225, 225, 225, 0.4);
}

.nav-pills > li > a {
    border: medium none;
    color: #4F5050;
}

    .nav-pills > li > a:hover {
        background-color: #D40000 !important;
        border: medium none;
        border-radius: 0;
        color: #333;
    }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #D40000;
    border-radius: 5px;
}

.card.card-item {
    background: #333fff;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.cart-item .in {
    display: flex;
    align-items: center;
}

.title {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0 0 6px 0;
}

.cart-item .imaged {
    max-height: 80px;
    max-width: 100%;
}

.imaged {
    height: auto;
    border-radius: 6px;
}


.cart-item .in .text .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 6px 0;
}

.cart-item .in .text .detail {
    line-height: 1.2em;
    margin: 0 0 4px 0;
    font-size: 11px;
    color: #A1A1A2;
}

.cart-item .in .text .price {
    font-weight: 500;
    font-size: 15px;
    color: #ffc815;
}

.text-warning, a.text-warning {
    color: #D40000 !important;
}

.stepper-sm {
    height: 30px;
    /* margin-right: 15px; */
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.stepper {
    height: 40px;
    border-radius: 6px;
    /* margin-right: 15px; */
    display: inline-flex;
}


.stepper-sm {
    height: 30px;
}

.stepper-outline-dark .stepper-button:first-child {
    border-right: 2px solid #D40000;
}

.stepper .stepper-button {
    width: 40px;
    height: 40px;
    border-radius: 1rem;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    background: #D40000;
    color: #FFF;
    position: relative;
    border: 2px solid #D40000;
}

.stepper-outline-dark .stepper-button {
    background: transparent;
    color: #fff;
    background: #D40000;
}

.stepper-sm .stepper-button {
    height: 24px;
    width: 24px;
    font-size: 24px;
}

.stepper .form-control {
    padding: 0 3px;
    width: 52px;
    height: 40px;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
    text-align: center;
   /* border: 2px solid #D40000; */
    font-size: 17px;
    font-weight: 500;
    color: #ffc815;
}

.stepper-outline-dark .form-control {
    background: #fff;
    color: #333;
    border: 0;
}

.profileImg {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D40000;
    font-size: 35px;
    border: 1px solid #D40000;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.border-top-1 {
    border-top: 1px solid #e1e1e1;
}

.border-bottom-1 {
    border-bottom: 1px solid #e1e1e1;
}

.border-right-1 {
    border-right: 1px solid #e1e1e1;
}

.border-left-1 {
    border-left: 1px solid #e1e1e1;
}

.border-1 {
    border: 1px solid #e1e1e1;
}

.stepper-sm .form-control {
    height: 24px;
    width: 35px;
    font-size: 12px;
}

.stepper-outline-dark .stepper-button:last-child {
    border-left: 2px solid #D40000;
}

.stepper .stepper-button:last-child {
    border-radius: 1rem;
}

.bottom-bar {
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    z-index: 99;
}

    .bottom-bar-3 h4 {
        font-size: 14px;
    }

.tracking-detail {
    padding: 3rem 0
}

#tracking {
    margin-bottom: 1rem
}

[class*=tracking-status-] p {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-] {
    padding: 1.6rem 0
}

.tracking-status-intransit {
    background-color: #65aee0
}

.tracking-status-outfordelivery {
    background-color: #f5a551
}

.tracking-status-deliveryoffice {
    background-color: #f7dc6f
}

.tracking-status-delivered {
    background-color: #4cbb87
}

.tracking-status-attemptfail {
    background-color: #b789c7
}

.tracking-status-error, .tracking-status-exception {
    background-color: #d26759
}

.tracking-status-expired {
    background-color: #616e7d
}

.tracking-status-pending {
    background-color: #ccc
}

.tracking-status-inforeceived {
    background-color: #214977
}

.tracking-item {
    border-left: 1px solid #D40000;
    position: relative;
    padding: 0 1.5rem 0rem 2.5rem;
    font-size: .9rem;
    margin-left: 3rem;
    min-height: 5rem
}

    .tracking-item:last-child {
        padding-bottom: 0;
        border-left: 0;
    }

/*.tracking-item .tracking-date {
        margin-bottom: .5rem
    }*/
.tracking-content h5 {
    margin-bottom: 0;
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: .4rem
}

.tracking-item .tracking-content {
    /*padding: .5rem .8rem;*/
    border-radius: .5rem
}

    .tracking-item .tracking-content span {
        display: block;
        color: #888;
        font-size: 85%
    }

.tracking-item .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #333
}

    .tracking-item .tracking-icon.status-sponsored {
        background-color: #f68
    }

    .tracking-item .tracking-icon.status-delivered {
        background-color: #4cbb87
    }

    .tracking-item .tracking-icon.status-outfordelivery {
        background-color: #f5a551
    }

    .tracking-item .tracking-icon.status-deliveryoffice {
        background-color: #f7dc6f
    }

    .tracking-item .tracking-icon.status-attemptfail {
        background-color: #b789c7
    }

    .tracking-item .tracking-icon.status-exception {
        background-color: #d26759
    }

    .tracking-item .tracking-icon.status-inforeceived {
        background-color: #214977
    }

    .tracking-item .tracking-icon.status-intransit {
        color: #e5e5e5;
        border: 1px solid #e5e5e5;
        font-size: .6rem
    }

input[type=text].PaymentInput {
    max-width: 300px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    text-align: center;
    font-size: 24px;
}

.login-box .card-body {
    padding: 15px;
}

input[type=text].PaymentInput:focus {
    box-shadow: none;
}

.carousel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.suggestion-item {
    border: 2px solid #808080;
    border-radius: 10px;
    max-width: 85px;
    color: #808080;
    font-size: 14px;
    margin: 0 15px;
    padding: 0 15px;
    margin-left: 0;
    min-width: 100px;
    float: left;
    margin-bottom: 12px;
}

.suggestion {
    text-align: center;
    max-width: 100%;
}

@media(min-width:992px) {
    .tracking-item {
        margin-left: 10rem
    }

        .tracking-item .tracking-date {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right;
            top: 0;
        }

            .tracking-item .tracking-date span {
                display: block
            }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {


    .tracking-item .tracking-content {
        padding: 0;
        border-radius: .5rem
    }

    .in img {
        width: 80px !important
    }

    .card-body {
        padding: 5px;
    }

    .h5, h5 {
        font-size: 1.25rem;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }

    .tracking-item {
        font-size: .7rem;
    }
}


.ribbon-offer::before, .ribbon-offer::after {
    border-color: #099f6d;
}

.ribbon-offer span {
    background: #099f6d;
    color: #fff;
}

.ribbon-offer-1::before, .ribbon-offer-1::after {
    border-color: #002F36;
}

.ribbon-offer-1 span {
    background: #002F36;
    color: #fff;
}

.ribbon-offer-2::before, .ribbon-offer-2::after {
    border-color: #007bff;
}

.ribbon-offer-2 span {
    background: #007bff;
    color: #fff;
}

.ribbon-offer-3::before, .ribbon-offer-3::after {
    border-color: #fd7e14;
}

.ribbon-offer-3 span {
    background: #fd7e14;
    color: #1f2d3d;
}
