@font-face {
    font-display: auto;
    font-family: Trunk;
    src: url('https://lab.lunkertrunk.com/assets/fonts/LunkerTrunkIcons.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: auto;
    font-family: Trunk2;
    src: url('https://lunkertrunk.com/assets/fonts/trunk-icons.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: auto;
    font-family: Boot;
    src: url('https://lab.lunkertrunk.com/assets/fonts/boot.ttf');
    font-weight: normal;
    font-style: normal;
}*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
body{
    background:#efefef;
    font-family:Rubik;
    -webkit-font-smoothing:antialiased;
    color:#444;
    font-size:80%;
}
body:before{
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
}
.clear:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.clear{
    display:inline-block;
}
* html .clear {
    height:1%;
}
.clear{
    display: block;
}
.left{
    float:left;
}
.right{
    float:right;
}
a{color:#333;text-decoration:none;}
.click{
    cursor: pointer;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.ns{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.content-row{
    display:flex;
}
.content-col{
    margin:0 auto;
    width:980px;
}
.scroll-content{
    margin-top:170px;
    margin-bottom:55px;
}
.scroll-content .content-col{
    display:flex;
}
.pin-top{
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    z-index:102;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    background:#efefef;
}
.header{
    display:flex;
}
.brand{
    flex:60%;
    height:118px;
    display:flex;
    z-index:4;
}
.brand-logo{padding:6px;position:absolute;margin:auto auto;flex:1;margin-left:15%;}
.brand-icon{padding:6px;position:absolute;margin:auto auto;flex:1;opacity:0;}
.titlebar{
    position:absolute;
    margin-left:63px;
    line-height:63px;
    font-size:21px;
    font-weight:bold;
}
.action-content{
    position:fixed;
    left:0px;
    right:0px;
    top:118px;
    height:45px;
    background:#6EBF55;
    box-shadow: 0px 3px 3px rgba(0,0,0,.3);
    opacity:0.95;
    z-index:101;
}
.content{
    flex:1;
}
.splash{

}
.header-navbar{
    flex:1;
    display:flex;
}
.desktop-nav{
    display:none;
}
.navbar{
    position:fixed;
    z-index:5;
    right:0px;
    bottom:0px;
    left:0px;
    background:#6EBF55;
    color:#FFF;
    line-height:33px;

    font-size:15px;
    box-shadow: 0px -3px 3px rgba(0,0,0,.3);
    border:1px solid #599B45;
    opacity:0.95;
}
.nav{
    padding:6px;
    display:flex;
    width:100%;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.navbar .click{
    flex:1;
    text-align:center;
}
.nav-menu{
    padding:6px;
}

.column-menu{
    display:none;
}
.menu{
    clear:both;
}
.menu .click,.admin-menu .click{
    padding:9px;
    text-align:left;
    width:189px;
    line-height:18px;
    font-size:15px;
}
.menu-icon{
    font-family:Trunk;
    font-size:36px;
    float:left;
    line-height:9px;
    margin-right:6px;
    width:20px;
    color:rgba(0,0,0,.5);
}
.panel{
    border:1px solid #dedede;
    background:#FFF;
    padding:9px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    margin:6px;
}

.panel:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}

.join{
    text-align:center;
    line-height:45px;
    color:#FFF;
    font-style:italic;
    font-weight:bold;
    font-size:18px;
}



.livewell-item{
    margin:6px;
    padding:9px;
    border:1px solid #dedede;
    background:#fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    flex:100%;
}

.group-thumb{
    margin:6px;
    width:62px;
    height:62px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    background:#efefef;
    border:1px solid #dedede;
    margin-right:6px;
    overflow:hidden;
    box-shadow: -1px -1px 2px rgba(0,0,0,.1);
}
.listing-wrap{
    display: flex;
    flex-wrap: wrap;
    margin:3px;
}
.listing{
    margin:6px;
    padding:9px;
    border:1px solid #dedede;
    background:#fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    flex:100%;
    align-content: center;
}
.listing:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.listing-thumb{
    width:100px;
    height:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    background:#efefef;
    border:1px solid #dedede;
    margin-right:6px;
    overflow:hidden;
    box-shadow: -1px -1px 2px rgba(0,0,0,.1);

}
.payment-option{
    margin:3px;
}
.story p{
    margin:9px;
}
.rules-section{
    margin:9px;
}
.rules-section p{
    margin:9px;
    margin-top:2px;
}
.ro{
    display:flex;
    flex-wrap: wrap;
}
.co {
    flex: 1;
    margin:3px;
}
.co-name{
    text-align:left;
}
.co-label{
    border:1px solid #ccc;
    text-align:center;
    padding-right:0px;
    font-size:9px;
}
.co-tab{
    flex:.045;
    box-shadow: 1px 0px 1px rgba(0,0,0,.1);
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.co-msg{
    text-align:left;
}
.co-left{
    text-align:left;
}
.co-right{
    text-align:right;
}
.co-center{
    text-align:center;
}
.report p{margin-top:9px;}
.token{float:right;margin:9px;}
form div{display:flex;}
form div input{flex:1}
form div textarea{flex:1}
form div select{flex:1}

.fco{line-height:27px;}
.home-panel p{
    margin:9px;
}

.m6{margin:6px;}
.m2{margin:2px;}

.map{
    height:500px;
}
.new_form div{
    display:block;
}

.membership_price{
    background:#6EBF55;
    padding:6px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center;
    color:#000;
}

.pass_price{
    background:#6EBF55;
    padding:6px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center;
    color:#000;
    font-size:30px;
    font-weight:bold;
}
#membership_total{
    font-size:30px;
    font-weight:bold;
}
.account_option{
    border:1px solid #efefef;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:6px;
    margin:5px;
}

.load_amount{
    display:flex;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #efefef;
    padding:6px;
    margin:3px;

}
.load_amount div{
    flex:1;
}.icon{
    font-family:Trunk;
    width:30px;
    height:30px;
    line-height:22px;
    font-size:36px;
    text-align:center;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
.icon-current{
    line-height:19px;
}
.icon-location{
    line-height:19px;
}
.icon-timestamp{
    line-height:25px;
}
.icon-species{
    line-height:19px;
}
.icon-proximity{
    line-height:26px;
}
.icon-species{
    margin-left:2px;
    font-size:33px;
    line-height:21px;
}

.menu-toggle{
    font-size:40px;
}

.nav-menu .menu-icon{
    color:rgba(255,255,255,.8);
}
.co-score .icon{
    font-size:45px;
}input[type=submit],.button,button,.stripe-button-el{
    overflow:hidden;
    border:0;
    padding:9px;
    padding-left:12px;
    padding-right:12px;
    background:#1C7025;
    color:#FFF;
    border:2px solid #6EBF55;
    text-decoration:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    cursor:pointer;
    font-family:Rubik;
    font-size:15px;
    z-index:1;
    text-align:center;


}input::-webkit-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
    font-style:italic;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #999999 !important;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

textarea::-webkit-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
    font-style:italic;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #999999 !important;
    font-style:italic;
}

textarea:-ms-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}
.input,input[type=text],input[type=password],input[type=date],input[type=time],input[type=number],select,textarea{
    font-family: Rubik;
    background:#FFF;
    padding:6px;
    color:#000;
    border:1px solid rgba(0,0,0,.3);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size:18px;
    margin:3px;
    height:40px;
    display:inline-block;
}
textarea{
    min-height:80px;
}
input[type=checkbox],input[type=checkbox]{
    background:#FFF;
    padding:6px;
    color:#000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    width:27px;
    height:27px;
    margin-right:6px;
}
input:focus, textarea:focus {
    outline: none;
}
.submit div{
    margin:6px;
}.o_0,.o_1,.o_3,.o_6,.o_8{
    text-align:left;
}
.o_0{

}
.o_1{

}
.o_3{transform:rotate(180deg);

}
.o_6{
    -webkit-transform: translateY(-100%) rotate(90deg); /* Safari */
    -moz-transform: translateY(-100%) rotate(90deg); /* Firefox 3.6 Firefox 4 */
    /*-moz-transform-origin: right top; */
    -ms-transform: translateY(-100%) rotate(90deg); /* IE9 */
    -o-transform: translateY(-100%) rotate(90deg); /* Opera */
    transform: translateY(-100%) rotate(90deg); /* W3C */
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    height:auto;

}
.o_8{
    -webkit-transform: translateX(-100%) rotate(-90deg); /* Safari */
    -moz-transform: translateX(-100%) rotate(-90deg); /* Firefox 3.6 Firefox 4 */
    -ms-transform: translateX(-100%) rotate(-90deg); /* IE9 */
    -o-transform: translateX(-100%) rotate(-90deg); /* Opera */
    transform: translateX(-100%) rotate(-90deg); /* W3C */
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    height:auto;

}
.o_land{

}
.o_image {
    width:200px;
    height:200px;
    overflow:hidden;
    background: green;
}
.o_image img{
    object-fit:cover;
}
.o_images{
    text-align:center;
    background: #efefef;
    padding:3px;
}
.o_card{
    margin:3px;
    border:1px solid #ccc;
    padding:4px;
    float:left;
    font-family:Arial;
    font-size:11px;
}.livewell-upload-button{
    width:45px;
    height:45px;
    -webkit-border-radius:46px;
    -moz-border-radius:46px;
    border-radius:46px;
    background:#1C7025;
    cursor: pointer;
    border:2px solid #6EBF55;
    color:#FFF;
    text-align:center;
    display:inline-block;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    margin:6px;
}
.livewell-upload-button .icon{
    font-size:48px;
    text-align:center;
    width:100%;
    line-height:45%;
    padding:4px;
    height:45%;
}
.upload-label{
    font-size:18px;
}
.livewell-preview{
    width:inherit;
    height:100%;
    float:left;
    overflow:hidden;
    display: flex;
}
.livewell-photo{
    background-color: #efefef;
    position: relative;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio */
    overflow:hidden;
}

.catch-code-display{
    text-align:center;
    font-size:27px;
    line-height:41px;

}
.photo-frame{
    flex:1;
    border:1px solid #dedede;
    background:#FFF;
    padding:4px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    width:100%;
    height:auto;
}

.livewell-preview img{
    flex-shrink: 0;
    position:absolute;
    top:0px;
    width:inherit;
    height:inherit;
    object-fit:cover;
}

.livewell-slot{
    border:1px solid #ccc;
    width:40px;
    height:40px;
}
.challenge .co{
    text-align:left;
}
.co-size{
    text-align:left
}
.co-trophy{
    text-align:left
}
.meta-data{
    position: absolute;
    z-index:100;
    background:rgba(0,0,0,.5);
    color:#FFF;
    padding:6px;
    margin:12px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    display:none;

}
.livewell-photo-size{
    display:none;
}
.livewell-photo-trophy{
    display:none;
}
#length{
    width:100px;
}
.icon-headline{
    line-height:30px;
}
.icon-headline .icon{
    border:1px solid #ccc;
}
.ca-photos{
    height:100px;
}
.ca-photos .livewell-photo{

}
.tournament-times{
    width:130px;
    display:inline-block;
}
.tournament-hours{
    display:flex;
}
.hours-col{
    flex:1;
    margin:3px;
}
.entry-amount{
    font-size:36px;
    text-align:center;
}
.entry-fees{
    background:#efefef;
    padding:6px;
    text-align:center;
}
.team-partners{
    display:block;
}
.manage-teams{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    font-size:16px;
    padding:6px;
}
.tournament-info{
    margin-top:9px;
}
.ready-anglers{
    font-size:40px;
    text-align:center;
}
.anglers-ready{
    text-align:center;
}
.challenge-pool{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:#efefef;
    margin-bottom:6px;
    padding:6px;
}
.anglers{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #efefef;
    margin:6px;
    padding:6px;
}.lake{
    border-top:1px solid #dfdfdf;
}
.lake-title{
    font-weight:bold;
    font-size:15px;

}
.weather{
    border:1px solid #efefef;
    padding:4px;
}.profile-thumb,.profile-image,.member-image{
    float:left;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    border:2px solid #FFF;
    margin:6px;
    overflow:hidden;
    display: flex;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.profile-thumb{
    width:35px;
    height:35px;
    margin:1px;
}
.profile-image{
    width:120px;
    height:120px;
}
.member-image{
    width:80px;
    height:80px;
}
.profile-thumb img,.profile-image img,.member-image img{
    flex-shrink: 0;
    object-fit:cover;
}

.stat-card{
    margin-left:130px;
    background:#efefef;
    padding:9px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #dedede;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.stat-card .ro{
    border-top:1px solid #cbcbcb;
    padding:1px;
}
.stat-card .co{
    border-left:1px solid #cbcbcb;
    text-align:center;
    margin:1px;
}
.co-species{
    flex:34%;
    text-align:left;
}


.activity-image{
    width:inherit;
    height:100%;
    float:left;
    overflow:hidden;
    display: flex;
}
.activity-image img{
    flex-shrink: 0;
    position:absolute;
    top:0px;
    width:inherit;
    height:inherit;
    object-fit:cover;
}
.activity-photo{
    background-color: #efefef;
    position: relative;
    width: 100%;
    padding-top: 100%; /* 16:9 Aspect Ratio */
    overflow:hidden;
}
.notification-item{
    border:1px solid #dedede;
    background:#fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:6px;
    margin-top:6px;
}
.notification-body{
    border-top:1px solid #efefef;
    box-shadow: 0px -1px 1px rgba(0,0,0,.1);
    padding:3px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:3px;
}
.leaderboard-listing{
    margin:6px;
    border:1px solid #dedede;
    background:#FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);


}
.tournament-manage-labels a{

    color:#FFF;

}
.tournament-manage-labels{
    margin-left:5px;
    margin-right:5px;
    color:#FFF;
    line-height:40px;
}
.tournament-manage-labels .co{
    text-align:center;
}
.tournament-labels{
    margin-left:33px;
    margin-right:5px;
    color:#FFF;
    line-height:40px;
}
.tournament-labels .co{
    text-align:center;
}

.leaderboard-labels{
    margin-left:33px;
    margin-right:5px;
    color:#FFF;
    line-height:45px;
}
.leaderboard-labels .co{
    text-align:center;
}
.leaderboard-rank{
    width:24px;
    text-align:center;
    padding:2px;
    line-height:75px;
    background:#B3DDA4;
}
.leaderboard-angler{
    border-bottom:1px solid #efefef;
    padding:3px;
}
.co-name{
    line-height:35px;
    font-size:14px;
}
.co-name-ni{
    line-height:20px;
    font-size:14px;
}
.co-score{
    border-left:1px solid #efefef;
    text-align:center;
    font-size:14px;
    line-height:25px;
}
.co{

}
.co-right{
    text-align:right;
}
.challenge_rules .co {
    text-align:left;
}
.challenge-listing .co{
    text-align:left;
}#uploader{
    padding:0px;
    margin:0px;
}
.upload-button{
    cursor:pointer;
    text-align:center;
    background:#1C7025;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    color:#FFF;
    overflow: hidden;
    display:flex;
    justify-content: center;
}
.upload-label{
    line-height:36px;
    margin-left:3px;
    display:inline-block;
}
#uploader .icon{
    display:inline-block;
    font-weight:normal;
    font-size:45px;
    line-height:27px;
    margin-right:10px;
    width:20px;
    height:20px;
}
progress::-webkit-progress-value {padding:0px;margin:0px;background-color: #ccc !important;}
.progress-bar{
    position: fixed;
    top:118px;
    height:3px;
    z-index:11;
    width:100%;
    color:#000;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.progress-bar:not([value]){
    background-color:#ccc;
    border:0px;
}
.progress-bar[value] {
    background-color:#559900;

}
.dz-message{padding:0px;}
.dz-preview{display:none;}

.scanned-status{

}
.scan-status{
    background:#efefef;
    color:#bbb;
    font-size:11px;
    border:1px solid #ccc;
    line-height:30px;
    margin:2px;
    height:32px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    overflow:hidden;
}
.upload-preview{
    margin-top:3px;
    margin-bottom:3px;
}
.auth-stat{
    margin:3px;
}

.photo-upload-button{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px solid #aaa;
    background:#efefef;
    color:#bbb;
    cursor:pointer;
    text-align:center;
    height:45px;
    line-height:23px;
}

.meta-data{
    text-align:left;
}.store-cart{
    width:200px;
    margin-right:30px;
}
.cart{
    margin:5px;
}
.cart-control{
    height:30px;
    font-size:12px;
}
.cart-control:after{
    content:"";
    display: table;
    clear:both;
}

.cart-tag{
    position: absolute;
}
.cart-total{
    padding:3px 6px 3px 6px;
    height:28px;
    line-height:23px;
    font-size:14px;
    background:#FF0000;
    color:#FFFFFF;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border-top:1px solid #CF0000;
    border-left:1px solid #CF0000;
    border-bottom:1px solid #CF0000;
}
.cart-tag-right{
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #CF0000;
    border-bottom: 14px solid transparent;
    position:relative;
}
.cart-tag-right:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid red;
    position:absolute;
    top:-13px;
    left:-14px;
}
.cart-view{

}
.cart-view img{
    margin-top:6px;
    cursor: pointer;
}
.cart-items{
    margin-top:0px;
    margin-left:25px;
    padding:3px;
    width:18px;
    height:18px;
    line-height:12px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    position:absolute;
    background:#FF0000;
    text-align:center;
    color:#FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    cursor: pointer;
}
.cart-checkout{
    font-family: Core;
}
.cart-checkout{
    margin-left:2px;
    width:60px;
}
.cart-clear{
    margin:6px;
}

.products{
    display:flex;
    flex-wrap: wrap;
}
.product-listings{
    clear:both;
    border:1px solid #ccc;
}
.product-name{
    font-size:18px;
    font-weight:bold;
    padding:2px;
}
.product-description{
    font-size:14px;
    padding:2px;
}
.product{
    flex:40%;
    margin:6px;
    text-align:left;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:3px;
    background:#FFF;
}
.product-thumb{
    width:100%;
    height:162px;

    overflow:hidden;
    text-align:center;
}
.product-price{
    font-size:18px;
    font-weight:bold;
    margin-left:3px;
}
.product-cart-remove{cursor: pointer;}
.product-cart-add{
    cursor: pointer;
    width:30px;
    height:30px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background:#6EBF55;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    float:right;
}
.product .menu-icon{
    text-align:center;
    line-height:24px;
    color:#FFF;
}
.cart-icon{
    font-family:Trunk;
    font-size:47px;
    line-height:25px;
    margin-left:1px;
    cursor: pointer;
    color:#777;
}
.cart-icon-add{

    margin-left:7px;
    margin-top:7px;
}
.cart-preview{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ccc;
    position:absolute;
    width:200px;
    background:#FFF;
    max-height:300px;
    overflow: auto;
    margin-top:35px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.cart-preview-total{
    margin:6px;
    font-size:14px;
}
.preview-cart-item{
    text-align:left;
    border-bottom:1px solid #ccc;
    margin:3px;
    padding:3px;
}
.checkout-item{
    display:flex;
}
.checkout-item div{
    flex:1;
}
.checkout-total{
    font-size:20px;
    font-weight:bold;
    background:#6EBF55;
    padding:6px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center;
    color:#000;
}
@media(min-width:600px){
    .product{
        width:389px;
    }
}.stripe-button-el{}
.stripe-button-el::-moz-focus-inner{
    border:0;padding:0;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    ser-select:none;
}
.stripe-button-el span{
    display:block;
    position:relative;
    padding:0 12px;
    height:30px;
    line-height:30px;
    background:#6EBF55;
    font-size:14px;color:#fff;font-weight:bold;
    font-family:Rubik;
    -webkit-border-radius:4px;-moz-border-radius:4px;
    -ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    ser-select:none;
}
.stripe-button-el:not(:disabled):active,.stripe-button-el.active{background:#6EBF55}
.stripe-button-el:not(:disabled):active span,.stripe-button-el.active span{
    color:#eee;
    background:#6EBF55;
    -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -ms-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -o-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 0 rgba(0,0,0,0.1)}
.stripe-button-el:disabled,.stripe-button-el.disabled{
    background:rgba(0,0,0,0.2);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none}
.stripe-button-el:disabled span,.stripe-button-el.disabled span{
    color:#999;
    background:#6EBF55;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}@media(min-width:600px){
    .navbar{
        display:none;
    }
    .brand-logo{
        margin-left:0%;
    }
    .menu{
        background:none;
        z-index:20;
        position: -webkit-sticky;
    }
    .column-menu{
        position: fixed;
        top:171px;
        display:block;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
    }
    .desktop-nav{
        flex:40%;
        display:flex;
        font-weight:bold;
        font-size:15px;
    }
    .desktop-nav .click{
        flex:1;
        text-align:center;
        line-height:63px;
    }
    .content{
        margin-left:200px;
    }
    .row{
        display:flex;
        flex-wrap: wrap;
    }
    .col{
        flex:1;
        margin:6px;
    }
    .listing{
        flex:40%;
    }
    .scanned-status{
        display:flex;
    }
    .scan-status{
        flex:1;
        margin:3px;
    }
    .token{
        float:none;
    }
    .leaderboard-labels{
        margin-left:230px;
        margin-right:2px;
        color:#FFF;
        line-height:45px;
    }
    .tournament-labels{
        margin-left:230px;
        margin-right:2px;
        color:#FFF;
        line-height:45px;
    }

}.m1{margin:1px;}
.m2{margin:2px;}
.m3{margin:3px;}
.m4{margin:4px;}
.m5{margin:5px;}
.m6{margin:6px;}
.m7{margin:7px;}
.m8{margin:8px;}
.m9{margin:9px;}
.p1{padding:1px;}
.p2{padding:2px;}
.p3{padding:3px;}
.p4{padding:4px;}
.p5{padding:5px;}
.p6{padding:6px;}
.p7{padding:7px;}
.p8{padding:8px;}
.p9{padding:9px;}