.scMain {
    position: relative;
    margin: 0;
    padding: 0;
    font: normal 12px'Source Sans Pro', sans-serif;
    color: #5A5655;
    border: 0px solid #CCC;
    width: 300px;
    height: 70px;
}
.scMain .scTabs {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0px 0px 0px 0px;
    color: #5A5655;
    /*background-color:white;border:1px solid white;*/
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.scMain .scBottomBar {
    display: block;
    position: relative;
    padding: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0;
    margin-top: 0px;
    width: 292px;
    height: 25px;
    border: 1px solid rgb(8, 63, 104);
    /*border-bottom: 1px solid rgb(8, 63, 104);*/
    background: rgb(8, 63, 104);
}
.scMain .scCartHeader {
    display: block;
    position: relative;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    width: auto;
    height: 18px;
    border: 0;
    border-bottom: 1px solid #CCC;
    background: rgb(8, 63, 104);
}
.scMain .scCartHeader .scCartTitle {
    display: block;
    position: relative;
    padding: 0px;
    padding-top: 1px;
    padding-left: 0px;
    margin: 0;
    height: 18px;
    border: 0;
    border-right: 1px solid #CCC;
    float: left;
}
.scMain .scCartHeader .scCartTitle1 {
    color: white;
    width: 155px;
}
.scMain .scCartHeader .scCartTitle2 {
    color: white;
    width: 35px;
}
.scMain .scCartHeader .scCartTitle3 {
    color: white;
    width: 44px;
}
.scMain .scCartHeader .scCartTitle4 {
    color: white;
    width: 60px;
}
.scMain .scCartHeader .scCartTitle5 {
    width: 5px;
    border-right: 0;
}
.scMain .scCartList {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0;
    width: 100%;
    border: 0px solid #F5F5F5;
    background: #FFFFFF;
    overflow: auto;
}
.scMain .scCartList .scCartItem {
    display: block;
    position: relative;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #CCC;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(-45deg, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: linear-gradient(135deg, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
    float: left;
}
.scMain .scCartList .scCartItem .scCartItemTitle {
    display: block;
    position: relative;
    padding: 0px;
    padding-top: 5px;
    padding-left: 5px;
    margin: 0;
    border: 0;
    border-right: 1px solid #CCC;
    float: left;
}
.scMain .scCartList .scCartItem .scCartItemTitle1 {
    padding-top: 1px;
    width: 150px;
    height: 35px;
}
.scMain .scCartList .scCartItem .scCartItemTitle1 div,
.scMain .scCartList .scCartItem .scCartItemTitle1 img {
    margin-left: 1px;
    padding-top: 1px;
    float: left;
    height: 20px;
}
.scMain .scCartList .scCartItem .scCartItemTitle1 div {
    display: block;
    width: 100px;
    padding-top: 0px;
    height: 35px;
}
.scMain .scCartList .scCartItem .scCartItemTitle2 {
    padding-top: 3px;
    width: 30px;
    height: 34px;
    color: white;
}
.scMain .scCartList .scCartItem .scCartItemTitle3 {
    padding-top: 1px;
    width: 39px;
    height: 34px;
}
.scMain .scCartList .scCartItem .scCartItemTitle4 {
    padding-top: 3px;
    width: 55px;
    height: 34px;
    color: white;
}
.scMain .scCartList .scCartItem .scCartItemTitle5 {
    padding-top: 1px;
    border-right: 0;
}
.scMain .scSearchPanel {
    display: block;
    position: relative;
    padding: 2px;
    padding-top: 5px;
    margin: 0;
    width: auto;
    height: 23px;
    border: 0px solid white;
    border-bottom: 0px solid white;
    /*background: rgb(8, 63, 104);*/
    border-radius: 5px;
    font-family: 'Josefin Sans', sans-serif;
}
.scMain .scSearchPanel .scTxtSearch {
    display: block;
    position: relative;
    padding: 2px;
    margin: 0;
    height: 16px;
    line-height: 18px;
    margin-left: 1px;
    border: 1px solid rgb(8, 63, 104);
    padding: 1px 5px;
    width: 70px;
    color: #5A5655;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}
.scTxtSearch:focus {
    outline: none;
    /*border-color: red;
    box-shadow: 0 0 10px red;*/
}
.scMain .scSearchPanel .scLabelSearch {
    display: block;
    position: relative;
    padding: 2px;
    margin: 0;
    height: 18px;
    line-height: 18px;
    margin-left: 1px;
    color: rgb(8, 63, 104);
    float: left;
    font: 13px'Josefin Sans', sans-serif;
    padding-top: 4px;
}
.scMain .scSearchPanel .scLabelCategory {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0;
    height: 10px;
    line-height: 5px;
    margin-left: 0px;
    color: rgb(255, 0, 27);
    float: left;
    font-size: 5px;
}
.scMain .scSearchPanel .scSelCategory {
    display: block;
    position: relative;
    padding: 1px;
    margin: 0;
    margin-left: 1px;
    border: 1px solid white;
    padding: 1px;
    color: rgb(255, 0, 27);
    float: left;
}
.scMain .scProductList {
    display: block;
    position: relative;
    padding: 3px;
    margin: 0;
    width: 98%;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 0px solid #F5F5F5;
    background: #FFFFFF;
    overflow: auto;
    bottom: 0px;
    -webkit-overflow-scrolling: auto;
}
.scMain .scProductList .scProducts {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0;
    margin-top: 1px;
    width: 93%;
    border: 1px solid white;
    border-bottom: 0px solid white;
    border-radius: 0px;
    overflow: visible;
    float: left;
    -webkit-overflow-scrolling: auto;
    padding: 2px;
    margin: 5px;
    /*color: #fff;
    border: 2px dashed #fff;*/
    box-shadow: 0 0 0 4px #ffffff, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}
.scMain .scProductList .scProducts .scPDiv1 {
    margin-left: 0px;
    padding: 2px;
    float: left;
    font-family: 'Josefin+Sans&subset=latin';
}
.scMain .scProductList .scProducts .scPDiv2 {
    margin-left: 0px;
    margin-bottom: 3px;
    float: left;
    width: 170px;
    padding: 1px;
    color: rgb(255, 255, 255);
}
.scMain .scProductList .scProducts .scPDiv3 {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    width: auto;
}
.scMain ul.scMenuBar {
    display: block;
    list-style: none;
    position: relative;
    padding: 0px;
    margin: 0;
    height: 25px;
    clear: both;
    border: 1px solid rgb(8, 63, 104);
    border-bottom: 1px solid rgb(8, 63, 104);
    background: rgb(8, 63, 104);
}
.scMain ul.scMenuBar li {
    position: relative;
    margin: 0;
    padding: 0;
    padding-right: 2px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    float: left;
    color: #002EB8;
}
.scMain ul.scMenuBar li a {
    position: relative;
    display: block;
    margin: 0;
    margin-left: 1px;
    margin-top: 1px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0;
    padding-top: 1px;
    text-decoration: none;
    height: 18px;
    width: 80px;
    color: #002EB8;
    font: normal 13px'Source Sans Pro', sans-serif;
    outline-style: none;
    text-align: center;
    background-color: #FCFCFC;
    border: 1px solid rgb(8, 63, 104);
    border-bottom: 1px solid #FCFCFC;
}
.scMain ul.scMenuBar li a:hover {
    color: #5A5655;
    background: #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.scMain ul.scMenuBar li a.sel {
    color: white;
    background: rgb(255, 0, 27);
    cursor: text;
    font-weight: bold;
    border-bottom: 1px solid rgb(255, 0, 27);
    height: 20px;
    width: 80px;
    bottom: px;
}
.scProductImage {
    position: relative;
    width: 45px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 1px 1px 1px 1px;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
}
.scSelMobileMenu {
    position: relative;
    width: 45px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 1px 1px 1px 1px;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
}
.scProductImageSmall {
    width: 28px;
    height: 28px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 1px solid white;
}
.sImgLoader {
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: 25px;
    margin-top: 10px;
    background-color: #FFF;
}
.scSearch {
    display: block;
    margin: 0;
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 1;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    height: auto;
    width: auto;
    color: white;
    background-color: rgb(255, 0, 27);
    font: bold 13px'Josefin Sans', sans-serif;
    outline-style: none;
    text-align: center;
    border: 1px solid red;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.scSearch:hover {
    color: rgb(255, 0, 27);
    background-color: white;
    border: 1px solid #EA8511;
}
.scRemove {
    display: block;
    margin: 0;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 1px;
    padding: 0;
    padding-top: 3px;
    text-decoration: none;
    height: 16px;
    width: 70px;
    color: #5A5655;
    font: normal 12px'Source Sans Pro', sans-serif;
    outline-style: none;
    text-align: center;
    background-color: #FCFCFC;
    border: 1px solid #AAAAAA;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.scRemove:hover {
    color: #FFF;
    background-color: #5A5655;
    border: 1px solid #5A5655;
}
.scAddToCart {
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    height: 16px;
    width: 50px;
    color: #5A5655;
    font: normal 11px'Source Sans Pro', sans-serif;
    outline-style: none;
    text-align: center;
    background-color: #FCFCFC;
    border: 1px solid #AAAAAA;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.scAddToCart:hover {
    color: #FFF;
    background-color: #5A5655;
    border: 1px solid #5A5655;
}
.scTxtQuantity {
    margin-top: 10px;
    margin-right: 1px;
    border: 0px;
    text-align:center;
    border-bottom:solid rgb(8, 63, 104)  1px;
    padding: 1px 5px;
    width: 20px;
    height: 16px;
    float: left;
    font-size: 16px;
    padding-top: 2px;
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(8, 63, 104);
    border-radius: 0px;
    -webkit-appearance: none;
}
.scTxtQuantity:focus {
    outline: none;
    /*border-color: red;
    box-shadow: 0 0 10px red;*/
}
.scTxtQuantity2 {
    margin-top: 0px;
    margin-right: 0px;
    border: 1px solid #E0E0E0;
    padding: 1px 1px;
    width: 30px;
    float: left;
    font-size: 16px;
    height: 16px;
}
.scLabelQuantity {
    margin-top: 15px;
    margin-right: 0px;
    padding: 1px 5px;
    float: left;
}
.scLabelSubtotalText {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    padding: 2px;
    font: bold 18px'Josefin Sans', sans-serif;
    float: right;
    color: white;
}
.scLabelSubtotalTip {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    padding: 1px;
    font: bold 18px'Josefin Sans', sans-serif;
    float: right;
    color: white;
}
.scLabelSubtotalValue {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    padding: 0px;
    padding-top: 2px;
    /*background: rgb(211, 211, 211);*/
    font: bold 18px'Josefin Sans', sans-serif;
    /*border: 1px solid white;*/
    float: right;
    -webkit-appearance: none;
    border-radius: 0px;
    color: white;
    /*color: rgb(8, 63, 104);*/
}
.scLabelSubtotalTipValue {
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 20px;
    padding: 0px;
    padding-top: 2px;
    background: white;
    font: bold 16px'Josefin Sans', sans-serif;
    border: 1px solid white;
    float: right;
    -webkit-appearance: none;
    border-radius: 0px;
    width: 33px;
}
.scCheckoutButton {
    display: block;
    margin: 0;
    margin-top: 1px;
    margin-right: 10px;
    padding: 1;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    height: auto;
    width: auto;
    color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
    outline-style: none;
    text-align: center;
    background-color: rgb(255, 0, 27);
    border: 1px solid red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: right;
}
.scLabelSubtotaldlrvpkup {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    padding: 2px;
    background-color: rgb(255, 0, 27);
    font: bold 12px'Josefin Sans', sans-serif;
    float: left;
    color: white;
}
.scEmailButton {
    display: block;
    margin: 0;
    margin-top: 1px;
    margin-left: 10px;
    padding: 1;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    height: auto;
    width: auto;
    color: #FFF;
    font: bold 13px'Source Sans Pro', sans-serif;
    outline-style: none;
    text-align: center;
    background-color: Green;
    border: 1px solid red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: right;
}
.scCheckoutButton:hover {
    color: rgb(255, 0, 27);
    background-color: white;
    border: 1px solid red;
}
.scEmailButton:hover {
    color: #FFF;
    background-color: #EA8511;
    border: 1px solid #EA8511;
}
.scMessageBar {
    position: relative;
    margin: 0;
    padding: 10px;
    top: 10px;
    left: 1%;
    font: bold 13px'Source Sans Pro', sans-serif;
    color: #5A5655;
    background: #FFFFDD;
    border: 1px solid #FFD700;
    width: 90%;
    height: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.scMessageBar2 {
    position: relative;
    margin: 0;
    margin-left: 1px;
    margin-right: 1px;
    padding: 1px;
    padding-left: 1px;
    padding-right: 1px;
    top: 1px;
    font: normal 9px'Source Sans Pro', sans-serif;
    color: red;
    background: #FFFFDD;
    border: 1px solid #FFD700;
    text-align: center;
    width: 120px;
    height: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tooltip {
    position: absolute;
    z-index: 999;
    background-color: #AAA;
    padding: 0px;
    border: 1px solid #AAA;
    color: #FFF;
    width: auto;
    text-align: left;
    overflow: visible;
}
.tooltip img {
    border: 0;
    float: left;
    background-color: #FFF;
}
strong {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: rgb(255, 255, 255);
}
small {
    color: rgb(255, 255, 255);
    font-family: 'Josefin Sans', sans-serif;
}
.scMain .scProductList {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transform: translate3d(0, 0px, 0);
    -moz-transition: -webkit-transform 0.8s ease;
    transform: translate3d(0, 0px, 0);
    transition: -webkit-transform 1.0s ease;
}

#btnShowModal_card, #btnSubmit, #btnSubmit_credit, #btnSubmit_business, #dropinbutton{
    font-family: Josefin Sans;
    color: #ffffff;
    font-size: 15px;
    background: rgb(8,63,104);
    padding: 5px 10px 2px 10px;
    border: 0px;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#TicketValidate{
    font-family: Josefin Sans;
    color: #ffffff;
    font-size: 12spx;
    background: rgb(8,63,104);
    padding: 5px 10px 2px 10px;
    border: 0px;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.Menu {
    display: block;
    position: relative;
    padding: 2px;
    padding-top: 5px;
    margin: 0;
    width: auto;
    height: 23px;
    border: 0px solid white;
    border-bottom: 0px solid white;
    /*background: rgb(8, 63, 104);*/
    border-radius: 5px;
    font-family: 'Josefin Sans', sans-serif;
}