/* Minification failed. Returning unminified contents.
(786,28): run-time error CSS1063: Expected calculation unit, found '.'
(786,28): run-time error CSS1064: Expected calculation product, found '.'
(786,28): run-time error CSS1065: Expected calculation sum, found '.'
(786,28): run-time error CSS1034: Expected closing parenthesis, found '.'
(786,28): run-time error CSS1042: Expected function, found '.'
(786,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    margin-bottom: auto;
}

body {
    /*    background-color: #fff;
*/ color: darkblue;
    font-size: .90em;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    margin: 0;
    /*    padding: 0 0 8em !important;
*/ min-height: 100%;
    margin-bottom: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        'header'
        'main'
        'footer';
    background-image: url(../Images/OLBPBG.png);
    background-attachment: fixed;
}


a {
    color: darkblue;
    outline: none;
/*    padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: darkblue;
    }

    a:hover {
/*        background-color: #c7d1d6;
*/        cursor: pointer;
    }

    a.icon:hover,
    a.clarification:hover {
        background: none;
    }
    
    a.clarification {
        color: blue;
    }
img 
{
    border:none;
}

a.icon img {
    max-height: 20px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1 {
    text-align:center;
}

h2, h3,
h4, h5, h6 {
    color: darkblue;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: auto;
    position: relative;
}

header {
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    grid-area: header;
    position: fixed;
    z-index:5;
    background:inherit;
    height:auto;
}

#availableItems {
    z-index:3;
}

header .logo {
    padding: 10px 0 0;
    height: 100px;
}

header .logo img {
    max-height: 100px;
    padding-left:10px;
}

header .logo a:hover {
    background: none;
}
.container body-content{
    z-index:1000;
}

.header {
    /*    height: 140px;*/
    background-image: url('../Images/banner-BG.jpg');
    max-width: auto;
}

.headercontainer {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-gap: 10px;
    grid-auto-flow: row dense;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    text-align: center;
    /*    font-size: 1.4em;
    margin: 40px 30px;*/
}

.loggedInText, .loginOptions {
/*    position: absolute;
*/    right: 0;
    bottom: 0;
    height: 23px;
    color: darkblue;
    font-weight: 500;
}

.loginOptions li {
    display: inline-block;
    list-style: none;
}


.show {
    display: none;
    font-size: 9px;
}

    .show:hover {
        cursor: pointer;
    }

.categoryCheckboxList div:nth-child(n+9) {
    display: none;
}

.manufacturerCheckboxList div:nth-child(n+9) {
    display: none;
}


nav {
    position: relative;
    bottom: 0;
    left: 0;
    height: 25px;
    margin-top:5%;
}

nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
}
nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #eee;
    height: 100%;

}
nav li:last-child {
    border-right: 0;
}
nav li a {
    display: inline-block;
    height: 100%;
    color: #eee;
    padding: 2px 25px 0;
    text-decoration: none;
}

    .loggedInText a:link, .loggedInText a:visited, .loggedInText a:active,
    nav li a:link, nav li a:visited, nav li a:active {
/*        background-color: #ffffff;
*/        color: darkblue;
        font-weight: 800;
    }

.loggedInText a:hover {
    background: transparent;
    background-color: #ffffff;
    color: darkblue;
    font-weight: 700;
}
nav li a:hover {
    background: #eee;
    color: darkblue;
}

main {
    max-width: auto;
    padding-left: 20px;
    padding-right: 50px;
    grid-area: main;
    padding-top: 100px;
/*    z-index:3;
*/    overflow:auto;
}

.mainContent {
}

#categories, #search {
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
}

.leftBar {
    position:fixed;
    width:15%;
}

.categoryCheckboxList, .manufacturerCheckboxList {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
    font-size: .6em;
}

footer {
    width: 100%;
    text-align: center;
    position:inherit;
    bottom: 0;
    padding: 1em;
/*    background: #545454;
*/    color: darkblue;
    grid-area: footer;
}

.body {
    background-color: #efeeef;
    padding-bottom: 35px;
    float: right;
    margin-left: 200px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

.header {
/*    height: 140px;*/
    background-image: url('../Images/banner-BG.jpg');
    max-width: auto;
}

.privacyPolicy {
    font-size: .7em;
    color:darkblue;
    text-align:center;
    padding-bottom:10px;
}

.footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    text-align:center;
    padding-top:2px;
    padding-bottom:2px;

}



/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    font-size: 2.3em;
    margin: 3px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 120px 10px 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
.leftNav {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: auto;
    float: left;
    background-color: #eaebf0;
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        ul#menu li a {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px;
            text-decoration: none;
            white-space: nowrap;
        }

        ul#menu li a:hover {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: none;
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

body.smallForm main {
    text-align: center;
}

body.smallForm main form {
    display: inline-block;
}

body.smallForm main label {
    text-align: left;
}

body.smallForm main .validation-error {
    display: block;
    margin-left: 15px;
}

body.smallForm main .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

body.smallForm main .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

body.smallForm main input {
    width: 250px;
}

body.smallForm main .field-validation-error {
    display: block;
}

body.smallForm main input[type="checkbox"],
body.smallForm main input[type="submit"],
body.smallForm main input[type="button"],
body.smallForm main button {
    width: auto;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom:  5px;
}

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}


/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}

.payment
    input, textarea
    {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 75px;
    }

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"],
    input[type="radio"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

/*input[type="submit"],
input[type="button"],*/
.button {
    background-color: darkblue;
    border: 1px solid #787878;
    font-size: 1em;
    font-weight: 500;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    border-radius: 5px;
    color: #DFF2FF;
    box-shadow: 5px 5px 5px #888888;
}
    .button.secondary, .button:hover {
        background-color: lightgrey;
        color: darkblue;
    }
    .button.secondary:hover { color: #0000AB; }

#myModal {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.block {
    display: block;
    width: 80%;
    border: 2px;
    background-color: darkblue;
    padding: 2px 2px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #DFF2FF;
    border: 1px solid darkblue;
    /*border: 1px solid #ffffff;*/
    border-radius: 5px;
    box-shadow: 5px 5px 5px darkblue;
}

    .block:hover {
        background-color: lightgrey;
        color: darkblue;
    }

    td input[type="submit"],
    td input[type="button"],
    .td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 0;
    }

.topbuttoncontainer {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    grid-auto-flow: row dense;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    /*    font-size: 1.4em;
    margin: 40px 30px;*/
}

.topbuttonitem {
    /*    padding: 40px;
    font-size: 1.5em;*/
    border: 0px solid black;
}

.container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 10px;
    grid-auto-flow: row dense;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 10px;
    font-size: calc(.5vh + .vw);
    /*margin: 40px 30px;*/
}
.item {
    /*    padding: 40px;
    font-size: 1.5em;*/
    border: 1px solid black;
    box-shadow: 5px 3px 3px rgba(0,0,139,0.5);
    background-color:white;
    border-radius:25px;

}
    .item:hover {
        background-color: lightgrey;
        color: darkblue;
    }

.headercontainer {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-gap: 10px;
    grid-auto-flow: row dense;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    text-align: center;
    /*    font-size: 1.4em;
    margin: 40px 30px;*/
}

/*#screenbox {
    border: 1px solid black;
    box-shadow: 5px 3px 3px rgba(0,0,139,0.5);
    background-color: rgba(0,0,139,0.2);
    border-radius:115px;
}*/

#desc {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#detdesc {
    overflow-wrap:break-word;
    width:85%;
    text-align:left;
}
.headeritem {
    border: 0px solid black;
}

#singleitem{
    table-layout:fixed;
    overflow:hidden;
    width:auto;
    font-size:initial;
    margin: 10px 10px 10px 10px
}

#acct {
    border-collapse: collapse;
/*    margin: 25px 0;
*/    font-size: 0.9em;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 1em auto
}

#acct thead tr {
    background-color: darkblue;
    color: #ffffff;
    text-align: left;
}

    #acct th, #acct td {
        padding: 12px 15px;
    }

    #acct tbody tr {
        border-bottom: 1px solid darkblue;
        background-color:#eee;
    }

        /*#acct tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }*/

        #acct tbody tr:last-of-type {
            border-bottom: 2px solid darkblue;
        }

/*bottom portion of acct table*/
#acctfee tbody tr {
    border-bottom: 1px solid darkblue;
    background-color: transparent;
}
#acctfee th {
    padding-left: 13px;
    padding-right: 13px;
}



        #acctfee tbody tr:last-of-type {
            border-bottom: 2px solid darkblue;
        }


#acctfee {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 1em auto;
}

.payment {
    padding-right:43px;
}

/*Item Details Table*/

#itemdetail tbody tr {
    border-bottom: 1px solid darkblue;
    background-color: transparent;

}

#itemdetail th, td {
    padding-left: 13px;
    padding-right: 13px;

}






#itemdetail {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 1em auto;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em auto;
    border: 0 none;
}

th {
    font-size: .85em;
    text-align: center;
    border: none;
    padding: .25em .75em;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: darkblue;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: darkblue;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em .75em;
    border: 0 none;
    font-size: 0.80em;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

thead {
    background: #ccc;
}

tbody tr:nth-child(odd) {
    background: #eee;
}

tbody tr:nth-child(even) {
    background: #ccc;
}


tfoot {
    border-top: 1px solid #888;
}

.myModal-dialog {
    background: white;
    border-radius: 1em;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
    right: 40%;
    padding: 0;
    position: absolute;
    top: 28%;
    width: 20%;
}

#sum td,#fee td {
    padding-left: 15px;
    padding-top:1px;
    padding-bottom:1px;
}
#TokensDropDown{
    width:40%
}
.modal-footer button {
    font-size: 14px;
    width: 150px;
    margin: 0 1em 1em;
}
#confirmsubmit {
margin:auto;
width:50%;
}


/********************
*   Mobile Styles   *
********************/


@media only screen and (max-width: 999px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }
    .leftBar {
        position:inherit;
    }
    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }
    header .logo img {
        max-height: 100%;
        width: 100%;
/**/        padding-left: 0px;
    }
    .loggedInText{
        font-size:.85em;
    }
    #complink{
        width:inherit;
    }
    nav li a {
        padding:3px;
    }
    #acct th, #acct td{
        padding:1px;
        text-align:center;
    }
    #acctfee th, #acctfee td {
        padding-left: 0px;
        padding-right:8px;
    }

    #loginLink, #registerLink{
        font-size:10px;
    }

    a.shoppingInfo{
        font-size:10px;
    }
    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    .button{
        box-shadow:none;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    .myModal-dialog {
        background: white;
        border-radius: 1em;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
        left: 10%;
        right: 50%;
        padding: 0;
        position: absolute;
        top: 28%;
        width: 80%;
    }
    #TokensDropDown{
        width:100%;
    }
    #detdesc {
        overflow-wrap: break-word;
        width: 50%;
        text-align: left;
    }
    #confirmsubmit {
        width:100%;
    }
    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    .loggedInText {
        display: flex;
        flex-direction: column;
        justify-content: right;
    }

        nav{
            display: flex;
            flex-direction: row;
            justify-content:left;
            width: auto;
            height: auto;
            font-size: 10px;
        }

    #refundTerms, #tabKey {
        text-align: center;
    }

    .container {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
        grid-auto-flow: row dense;
        font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 10px;
        font-size: 10px
    }
    .loggedInText, .loginOptions {
        right: 0;
        bottom: 0;
        height: 23px;
        color: darkblue;
        font-weight: 500;
    }
    main {
        padding-left: 10px;
        padding-right: 10px;
    }
    header{
        padding-left: 10px;
        padding-right: 10px;
        height:100px
    }
    .headercontainer {
        display: grid;
        grid-template-columns: 25% 50% 25%;
        grid-gap: 10px;
        grid-auto-flow: row dense;
        font-family: 'Palatino Linotype', Arial, Helvetica, sans-serif;
        text-align: center;
        height: inherit;
    }
    .headeritem {
        border: 0px solid black;
        height:inherit;
    }
    .topbuttonitem {
        border: 0px solid black;
        font-size: 10px;
    }

    .categoryCheckboxList, .manufacturerCheckboxList {
        column-count: 1;
        /*        column-gap: 2rem;
*/ list-style: none;
        font-size: .5em;
                overflow-wrap: break-word;

/**/ width: 90%;
    }

    .show {
        font-size: 7px;
    }
    
    .filterContainer {
        display: grid;
        column-count: 2;
    }
    
    .search{
        width:90%;
    }

    .leftBar {
        width:20%;
    }

    .categoryLabel, .manufacturerLabel {
        font-size: .7em;
    }

    input.categories, input.manufacturers {
        width: 8px;
        height: 8px;
    }

    button.filtersubmit {
        font-size: .6em;
        width: 50px;
        height: 20px;
    }

    #addSelected {
        display: none;
    }

    .quantityselect {
        display: none;
    }
 
   

        /* main layout
    ----------------------------------------------------------*/
        .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    #refundTerms, #tabKey {
        text-align: center;
        font-size:.8em;
    }
    #refundTerms{
        padding-bottom:10px;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    #save, #manage {
        width:100%
    }

    /* footer
    ----------------------------------------------------------*/
    .footer .float-left,
    .footer .float-right {
        float: none;
    }

    .footer {
        text-align: center;
/*        height: auto;
*/        padding: 10px 0;
        
    }

        .footer p {
            margin: 0;
        }
    .modal-footer button {
        font-size: 14px;
        width:inherit;
        margin: 0 1em 1em;
    }
}



.Clearent-pay { visibility: hidden; }

#shoppingfooter {
    bottom: 0;
    width: 100%;
    height: 60px;
}

#loading {
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    font-size: 2em;
    left: 0;
    padding-top: 10em;
    padding-top: 35vh;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.hide { display: none; }

/* Modal */

.modal {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.fade { transition: opacity .5s; opacity: 0}

.in { opacity: 1; }

.modal-dialog {
    background: white;
    border-radius: 1em;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
    left: 32%;
    padding: 0;
    position: absolute;
    top: 28%;
    width: 33%;
}


.Clearent .modal-dialog {
    left: 0;
    top: 0;
}

.modal-footer {
    padding-top: 1em;
    text-align: center;
}


.modal-backdrop {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.modal-title {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 1em;
}

.ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: block;
}

    ul.pagination li a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
    }

        ul.pagination li a.active {
            background-color: #4CAF50;
            color: white;
        }

        ul.pagination li a:hover:not(.active) {
            background-color: #ddd;
        }
