﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}body,h1{margin:0}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* font */
body, input, select, textarea {
    font-family: var(--font-name);
}

/* ========================== */
/* ===== Primary Colors ===== */
/* ========================== */
a, #basket_coupon_toggle, .store_name a:hover {
    color: var(--main-color);
}

#basket {
    /*min-width: 360px;*/
    padding: 0px 10px;
}

.basket_item_offers_available {
    width: 100%;
    background-color: var(--promo-color);
    color: var(--promo-text);
    font-size: 0.8rem;
    border: solid 5px var(--promo-color);
    text-align: center;
    display: block;
    border-radius: 8px;
}

#basket_coupon #btnCouponAdd, .coupon_remove, #basket_purchase_main, .basket_item_qty_error_tip {
    background-color: var(--main-color);
}

#basket_coupon #btnCouponAdd {
    border: 1px solid var(--main-color);
}

.basket_item_qty_error_tip::after {
    border-top: 10px solid var(--main-color);
}

#basket_coupon #btnCouponAdd, .coupon_remove, #basket_purchase_main, .basket_item_qty_error_tip {
    color: #FFF;
}

#paypal-button-container {
    margin-top: 20px;
}

.paypal-paylater-container {
    overflow: hidden;
    word-break: break-all;
}

.paypal-paylater-container {
    margin: 10px auto 0 auto;
    max-width: 269px;
}

@media only screen and (min-width: 600px) {

    .paypal_wrapper_inner, .your_cart_accepts_container {
        width: 100%;
    }

    .paypal-paylater-container {
        margin-top: 20px;
        width: 340px;
    }

}

@media only screen and (max-width: 600px) {
    .basket_item_offers_available {
        display: none;
    }

    .basket_item_subprice {
        display: none;
    }

    #basket_information div span#amnt_due {float:left; }
    #giftcards_container a { width:92%; }
}

.paypal_wrapper {
    display: block;
}

#paypal-button-container.paypal-button-container-notchecked {
    pointer-events: none !important;
    filter: grayscale(1);
}

#paypal_completing_order_modal_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 198;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

#paypal_completing_order_modal {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 199;
    font-size: 1rem;
    display: none;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

#paypal_completing_order_modal_inner {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 15px -3px #444444;
    padding-bottom: 20px;
}

#paypal_completing_order_modal_inner_image {
    max-width: 200px;
    margin-top: 10px;
}

#paypal_completing_order_modal_text_container {
    margin-top: 10px;
}

#paypal_completing_order_modal_text {
    margin-left: 10px;
    font-weight: bold;
}

#paypal_completing_order_modal_outer_text {
    color: #FFF;
    font-size: 0.8rem;
    margin-top: 5px;
    text-shadow: 0 4px 4px #000;
}

.basket_item_name_product_unavailable_button {
    background-color: var(--main-color);
    color: #FFFFFF;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

#paypal-error-message-container {
    background-color: #EA1636;
    color: #EEE;
    width: 95%;
    opacity: 0;
    visibility: hidden;
    transition: 1.4s;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}

    #paypal-error-message-container.visible {
        opacity: 1;
        visibility: visible;
    }

#paypal-error-message {
    font-size: 14px;
}

#cart_offers_available, #cart_offers_active {
    display: inline-flex;
    width: 100%;
    margin-top: 1rem;
}

    #cart_offers_available a, #cart_offers_active a {
        font-size: 1rem;
    }

#basket_information {
    line-height: 2em;
}

#lbl_basket_discounted_total {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

    #lbl_basket_discounted_total em {
    }

    #lbl_basket_discounted_total span {
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        min-width: 100px;
        text-align: right;
    }

#basket_error {
    width: 100%;
    margin-top: 1rem;
    background-color: #ddd;
    padding-top: 15px;
    padding-bottom: 5px;
    display: none;
}

    #basket_error * {
        color: #000;
        font-weight: bold;
        line-height: normal !important;
        font-size: 14px !important;
    }

.basket_item_name_container {
    width: inherit !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2147483647 !important;
}

.popup, #fws-giftcard-busywait {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2147483647 !important;
    position: relative;
}

    .popup svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .popup input, #fws-giftcard-busywait input, #fws-giftcard-busywait input {
        width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .popup button, #fws-giftcard-busywait button, #fws-giftcard-busywait button {
        background-color: var(--main-color);
        color: white;
        border: none;
        padding: 10px;
        width: 100%;
        border-radius: 4px;
    }

.giftcard_input_button {
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}

#giftcards_container {
    text-transform: uppercase;
    line-height: 38px;
    font-weight: bold;
    width: 100%;
    text-align: right;
    margin-top: 1.5em;
    overflow:hidden;
}

    #giftcards_container a {
        background-color: var(--main-color);
        color: #fff;
        padding: 0px 20px;
        border-radius: 4px;
        min-width: 160px;
        display: inline-block;
        text-align: center;
    }

        #giftcards_container a i {
            margin-left: 0.8em;
            display: inline-block;
        }

.giftcard_input_text {
    min-width: 300px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    height: 40px;
}

.giftcard_input_button {
    background-color: var(--main-color);
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 4px;
    border: none;
    height: 44px;
    min-width: 160px;
    text-transform: capitalize;
    text-align: center;
}

.giftcard_close {
    position: absolute;
    top: 20%;
    font-size: 1.2em;
}

#fws-giftcard-busywait, #giftcardbusywait, #giftcardbusywaitfail, #giftcardbusywaitsuccess {
    display: none;
}

#giftcard_feedback {
    line-height: 38px;
    margin: 1em 0;
}

#giftcardh1 {
    margin-bottom: 1em;
}

#basket_giftcards_div {
    margin-top: 1em;
    cursor: pointer;
}

    #basket_giftcards_div span {
        text-decoration: underline;
    }

button.remove-giftcard {
    width: 30px;
    height: 30px;
    margin-left: 2em;
    cursor: pointer;
    margin-bottom: 1em;
}

#active_giftcards span {
    line-height: 2em;
    font-weight: bold;
}

div#active_giftcards {
    margin-top: 1em;
}

div#giftcardConfirm {
    display: none;
}

.confirm-btns {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    cursor: pointer;
}

.confirm-btn img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

body{
    /*font-family: arial;*/
    font-size: 1rem;
    color: #404041;
}

@media only screen and (min-width : 900px) {
    body{
        font-size: 0.8rem;
    }
}

a{
    text-decoration: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9998;
    height: 50px;
    line-height: 50px;
}

.header_container {
    width: 95%;
    margin: 0 auto;
}

.store_name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
}

.store_name a{
    color: #FFF;
    font-weight: normal;
}

@media only screen and (min-width : 900px) {
    .store_name {
        font-size: 2rem;
    }
}

#basket_title{
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}

/* ======================== */
/* ===== Basket Empty ===== */
/* ======================== */

#basket_empty{
    text-align: center;
    font-style: italic;
    display: none;
}



/* ========================= */
/* ===== Normal Basket ===== */
/* ========================= */

#basket_wrapper {
    max-width: 1024px;
    padding: 50px 0px;
    width:95%;
    margin: 0 auto;
}

@media only screen and (min-width:1024px) {
    #basket_wrapper {
        margin: 0 auto;
    }
}

/* Basket Header */
#basket_content_header{
    display: none;
}

@media only screen and (min-width:600px){
    #basket_content_header{
        display: block;
        overflow: hidden;
    }
    .basket_content_header_item{
        display: inline-block;
        float: left;
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 2%;
    }
    .basket_content_header_item:last-child{ margin-right: 0%; }
    #basket_content_header_item{ width: 54%; }
    #basket_content_header_price{ width: 13.3333%; }
    #basket_content_header_qty{ width: 13.3333%;  }
    #basket_content_header_total{ width: 13.3333%;  }
}


/* Basket Item */
.basket_item{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 0px;
}

.basket_item_image_name{
    display: flex;
    flex-wrap: nowrap;
    float: left;
}

.basket_image_container{
    display: inline-block;
    margin-right: 20px;
}

.basket_image{
    width: 60px;
    height: 60px;
    display: block;
}

@media only screen and (min-width:600px){
    .basket_image_container{
        margin-right: 10px;
    }
    .basket_image{
        width: 100px;
        height: 100px;
    }
}

.basket_item_name_container{
    line-height: 20px;
}

.basket_item_name_container, .basket_item_qty_error{
    width: calc(100% - 100px);
    font-size: 0.9rem;
}

.basket_item_name{
    font-weight: bold;
}

.basket_item_options_container, .checkout_form_item{
    font-size: 0.8rem;
}


.basket_item_options_list_item, .checkout_form_item{
    margin-top: 10px;
    position: relative;
    left: 10px;
}

.basket_item_options_list_item::before, .checkout_form_item::before{
    content: '-';
    position: absolute;
    left: -10px;
}

.basket_item_price{
    float: right;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.basket_item_quantity{
    float: right;
    clear: right;
    margin-bottom: 5px;
    position: relative;
}

.basket_item_quantity input{
    width: 40px;
    border-radius: 2px;
    text-align: center;
    -webkit-appearance: none;
}

.basket_item_subprice{
    float: right;
    clear: right;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: bold;
}

.basket_item_subprice span{
    font-size: 0.8rem;
    font-weight: normal;
}

.basket_item_remove_icon{ display: none; }

.basket_item_remove_text{
    float: right;
    clear: right;
    font-size: 0.8rem;
}

@media only screen and (min-width:600px){
    .basket_item_image_name{
        width: 54%;
        margin-right: 2%;
    }
    .basket_item_name_container, .basket_item_qty_error{
        width: auto;
        float: none;
    }
    .basket_item_price{
        float: left;
        display: inline-block;
        width: 13.3333%;
        margin-right: 2%;
    }
    .basket_item_quantity{
        display: inline-block;
        float: left;
        clear: none;
        width: 13.3333%;
        margin-right: 2%;
    }
    .basket_item_subprice{
        display: inline-block;
        float: left;
        clear: none;
        width: 13.3333%;
    }
    .basket_item_subprice span:first-of-type{
        display: none;
    }
    .basket_item_remove{
        display: inline-block;
        float: left;
    }
    
}

/* Basket Coupons */
#basket_coupon_toggle{
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: right;
}

#basket_coupon{
    padding-bottom: 10px;
    overflow: hidden;
    display: none;
}

#basket_coupon.basket_coupon_activated{
    display: flex;
    justify-content: right;
}

.basket_coupon_container{
    overflow: hidden;
    position: relative;
}

.basket_coupon_inner_container{
    display: flex;
    flex-wrap: nowrap;
}

.basket_coupon_container label {
    position: absolute;
    z-index: 3;
    left: 21px;
    top: 11px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.label_move {
    top: 0px !important;
}


#basket_coupon #coupon_code{
    border-radius: 4px;
    font-size: 0.8rem;
    display: inline-block;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none !important;
}

#basket_coupon #coupon_code:focus{
    outline: none !important;
}

#basket_coupon #btnCouponAdd{
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 38px;
    border-radius: 4px;
    display: inline-block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

#basket_coupon #btnCouponAdd:focus{
    outline: none;
}

.basket_coupon_alert{
    font-size: 0.8rem;
    clear: both;
    text-align: right;
    display: none;
    padding-top: 5px;
}

#basket_coupons_used{
    font-size: 0.8rem;
}

.basket_coupons_used_title{
    vertical-align: top;
}

.coupon_item{
    padding-bottom: 10px;
}

.coupon_remove{
    display: inline-block;
    margin-left: 5px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 5px;
    font-size: 0.8rem;
    border-radius: 2px;
    cursor: pointer;
}

@media only screen and (min-width:600px){
    .coupon_item{
        padding-bottom: 5px;
    }

    .coupon_remove{
        height: 13px;
        width: 13px;
        line-height: 11px;
        top: 2px;
        font-size: 0.7rem;
        border-radius: 2px;
    }
}

/* Basket Information */
#basket_information{
    padding-top: 10px;
}

#basket_information div{
    overflow: hidden;
}

#basket_information div em{
    font-size: 0.8rem;
    display: inline-block;
    float: left;
}

#basket_information div span{
    float: right;
    display: inline-block;
    font-size: 0.8rem;
}

#basket_subtotal span:first-child {
    float: left;
}

#basket_information div:last-child span{
    font-weight: bold;
    font-size: 1rem;
}

@media only screen and (min-width:600px){
    #basket_information{
        text-align: right;
        padding-bottom: 10px;
    }
    #basket_information div em, #basket_information div span, #basket_subtotal span:first-child{
        float: none;
    }
    
    #basket_information div em{
        min-width: 200px;
        text-align: right;
    }
    
    #basket_information div span{
        min-width: 100px;
    }
}




/* Basket Purchase */
#basket_purchase{
    margin-top: 20px;
}
#basket_purchase_main{
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 4px;
    min-width:160px;
}
    #basket_purchase_main i{
        margin-left:0.8em;
    }

    #basket_express {
        margin-top: 10px;
        text-align: center;
        display: block;
    }

#basket_express a{
    padding-top: 10px;
    display: block;
}

@media only screen and (min-width:600px){
    #basket_purchase {
        max-width: 400px;
        float: right;
    }
    #basket_purchase_main_container {
        display: flex;
        justify-content: flex-end;
    }
    #basket_purchase_main {
        display: inline-block;
        padding: 0px 20px;
    }
    #basket_express{
        text-align: right;
        clear: both;
    }
}

.basket_item_qty_error_tip{
    font-size: 0.8rem;
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    width: 150px;
    bottom: 40px;
    right: 0;
    display: none;
}

.basket_item_qty_error_tip::after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

@media only screen and (min-width:600px){
    .basket_item_qty_error_tip{
        right: auto;
    }
    
    .basket_item_qty_error_tip::after{
        left: 10px;
        right: auto;
    }
}

/* ======================== */
/* ==== Basket Disabled === */
/* ======================== */

#basket_disabled_message{
    display: none;
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px;
    border-radius: 4px;
}

.basket_disabled #basket_disabled_message{
    display: block;
}

.basket_disabled #basket_purchase_main{
    background-color: #ddd;
    color: #9c9c9c;
}

.basket_disabled img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

@media only screen and (min-width:600px){
    .basket_disabled #basket_disabled_message{
        display: inline-block;
        text-align: left;
    }
    .basket_disabled #basket_purchase_main{
        clear: both;
    }
}

/* ========================== */
/* ==== Basket Busy Wait ==== */
/* ========================== */

/* ========== Busy Overlay ========== */
#busy-overlay {
    position: fixed;
    inset: 0;
    display: none; /* shown via .is-active */
    align-items: center;
    justify-content: center;
    z-index: 99999; /* above everything */
    pointer-events: none; /* re-enabled on backdrop for click-block */
}

    #busy-overlay.is-active {
        display: flex;
        pointer-events: auto;
    }

/* Backdrop blocks interactions and dims page */
.busy-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(1px);
}

/* Spinner container */
.busy-overlay__spinner {
    position: relative;
    width: 80px;
    height: 80px;
}

/* SVG sizing */
.busy-overlay__svg {
    width: 100%;
    height: 100%;
    transform-origin: center;
    animation: busy-rotate 1.2s linear infinite;
}

/* Track (faint circle) */
.busy-overlay__track {
    stroke: rgba(255,255,255,0.25);
}

/* Indicator (animated arc) */
.busy-overlay__indicator {
    stroke: #fff;
    stroke-dasharray: 125;
    stroke-dashoffset: 100;
    animation: busy-dash 1.2s ease-in-out infinite;
}

/* Rotate animation */
@keyframes busy-rotate {
    to {
        transform: rotate(360deg);
    }
}

/* Dash animation (swooshing arc) */
@keyframes busy-dash {
    0% {
        stroke-dashoffset: 110;
    }

    50% {
        stroke-dashoffset: 40;
    }

    100% {
        stroke-dashoffset: 110;
    }
}

/* Prevent scroll while overlay is active */
body.busy-no-scroll {
    overflow: hidden;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .busy-overlay__svg {
        animation: none;
    }

    .busy-overlay__indicator {
        animation: none;
    }
}




/* ======================== */
/* ===== Basket Footer ==== */
/* ======================== */

.footer_information{
    clear: both;
    margin-top: 25px;
    margin-bottom:25px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer_information span{
    margin-bottom: 5px;
    display: block;
}

.footer_information li{
    display: inline-block;
    margin: 0px 5px;
}

.footer_information ul{
   -webkit-padding-start: 0px;
}

/* ==== Encrypted Image ====*/

.secure_image{
   display: none;
}

@media only screen and (min-width : 1250px) {
   .secure_image{
       max-width: 160px;
       opacity: 0.5;
       margin-top: 10px;
       display: inline-block;
   }
}

/* carrt view colors*/
body {
    color: #404041;
}

header {
    background-color: #404041;
}

/* ========================== */
/* ======== Borders ========= */
/* ========================== */
#basket_title {
    border-top: 1px solid #cacaca;
}

#basket_title, .basket_item {
    border-bottom: 1px solid #cacaca;
}

.basket_item_quantity input, #basket_coupon #coupon_code {
    border: 1px solid #cacaca;
}

@media only screen and (min-width:600px) {
    .basket_content_header_item, #basket_information {
        border-bottom: 1px solid #cacaca;
    }
}

.basket_coupon_container label {
    color: #cacaca;
}

/* Rewards Program */
.loyalty_wrapper {
    bottom:10px !important;
}
#order_worth_container {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 2em;
}

#ul_orders_worth {
    margin-top: 1em;
    margin-bottom: 1em;
}

    #ul_orders_worth li {
        text-align: left;
        padding-left: 2em;
        line-height: 30px;
        border-bottom: 1px solid #e1e1e1;
    }

        #ul_orders_worth li i {
            font-size: 1.2em;
        }

.ul_li_points {
    text-align: right;
    float: right;
    font-weight: bold;
}

.ul_li_label {
    text-align: left;
}

/* Email Validator Styles */
.email-feedback {
    font-size: 12px;
    margin-bottom: 4px;
}

.email-error {
    color: #b00020;
}

.email-hint {
    color: #555;
}

    .email-hint button {
        border: 0;
        background: none;
        padding: 0;
        margin: 0;
        text-decoration: underline;
        cursor: pointer;
        font: inherit;
    }

.email-valid {
    outline: 2px solid #2e7d32;
}

.email-invalid {
    outline: 2px solid #b00020;
}