@import url(../../fonts/iconsmind/iconsmind.css);
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #003473;
    --indigo: #3F51B5;
    --purple: #663399;
    --pink: #CB3066;
    --red: #f44336;
    --orange: #e97d23;
    --yellow: #ffc107;
    --green: #4caf50;
    --teal: #20c997;
    --cyan: #9c27b0;
    --white: #fff;
    --gray: #1b406c;
    --gray-dark: #0f233b;
    --blue: #003473;
    --indigo: #3F51B5;
    --purple: #663399;
    --pink: #CB3066;
    --red: #f44336;
    --orange: #e97d23;
    --yellow: #ffc107;
    --green: #4caf50;
    --teal: #20c997;
    --cyan: #9c27b0;
    --white: #fff;
    --gray: #1b406c;
    --primary: #003473;
    --secondary: #0f233b;
    --success: #4caf50;
    --info: #003473;
    --warning: #ffc107;
    --danger: #f44336;
    --light: #bbb;
    --dark: #0b192b;
    --gray-100: #f8f9fa;
    --gray-200: #eee;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #bbb;
    --gray-600: #1b406c;
    --gray-700: #17365c;
    --gray-800: #0f233b;
    --gray-900: #0b192b;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
}

ol,
ul,
dl {
    margin: 0 0 16px;
    padding: 0 0 0 40px;
    list-style: disc;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }



h1, h2, h3, h4, h5, h6, .card-title, .text-title {
    color: #03060a;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 1.626rem;
}

h3, .h3 {
    font-size: 1.42275rem;
}

h4, .h4 {
    font-size: 1.2195rem;
}

h5, .h5 {
    font-size: 1.01625rem;
}

h6, .h6 {
    font-size: 0.813rem;
}

body {
    font-family: "Nunito", sans-serif;
   
    font-weight: 400;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}

#ContentPlaceHolder1_divContent ol li {
    font-size: 16px;
}

#ContentPlaceHolder1_divContent ul li {
    font-size: 16px;
}

.orange-button {
    background-color: #ff5421;
    color: #ffffff;
    border-color: #ff5421;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .orange-button:hover {
        background-color: #ff5421;
        color: #ffffff;
        border-color: #ff5421;
        cursor: pointer;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

.disable-orange-button {
    background-color: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
    cursor: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .disable-orange-button:hover {
        background-color: #6c757d;
        color: #ffffff;
        border-color: #6c757d;
        cursor: none;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }


/*.text-orange:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    background: #ff5421;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.text-sucess:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    background: #b6b6b6;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}*/



.box {
    background: #86C490;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 50px;
    transition: all 1s linear;
    display: block;
}

.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}


    #divGoodJob a {
        background-color: #499557;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 14px;
        cursor: pointer;
        margin-top: 20px;
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    #divGoodJob a:hover {
        background-color: #ff5421;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 14px;
        cursor: pointer;
        margin-top: 20px;
        display: block;
        width: 100px;
        margin: 0 auto;
    }

ul.cart-icon-product-list {
    padding: 0px !important;
    
    font-weight: 700;
}
.timer_title_text {
    BACKGROUND-COLOR: #FF5421;
    PADDING: 4PX;
    COLOR: WHITE;
}
.timer_title_header {
   
    PADDING: 0;
    
}
   

