﻿@font-face {
    font-family: 'cowboyzregular';
    src: url('/fonts/COWBOYZ.otf') format('opentype'),url('/fonts/cowboyz-webfont.woff2') format('woff2'), url('/fonts/cowboyz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinnextltpro-regular';
    src: url('/fonts/dinnextltpro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinnextltpro-light';
    src: url('/fonts/dinnextltpro-light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'dinnextltpro-bold';
    src: url('/fonts/dinnextltpro-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
body {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.71) 0%,#0C0C0C 60%), url('/img/20250411_AMERICAN_RODEO_FULL_SET_175.jpg') top center;
    background-size: cover;
    font-family: dinnextltpro-regular, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: rgba(255,255,255,0.6);
}

/* if we want to try bg img on mobile, this works better */
/* .account-body {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.75) 0%, #0C0C0C 100%), url('/img/20250411_AMERICAN_RODEO_FULL_SET_175.jpg') top center;
    background-size: cover;
    color: rgba(255,255,255,0.6)
} */

.account-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.bright-headline {
    font-size: 22px;
    color: rgba(255,255,255,1);
    margin: 10px 0 10px 0;
}
.bright-regular {
    font-size: 18px;
    color: rgba(255,255,255,1);
}
.bright-bold {
    font-size: 18px;
    color: rgba(255,255,255,1);
    font-weight:bold
}
.muted-headline-bold {
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    margin: 10px 0 10px 0;
    font-weight: bold
}
.muted-headline {
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    margin: 10px 0 10px 0;
}
.muted-regular {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}

.muted-bold {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    font-weight: bold
}
.productPanel .productName {
    font-family: dinnextltpro-regular;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #B89B67;
}
.product-price {
    font-size:44px
}
.product-panels {
    width:100%;
    max-width:1200px
}


.product-entry {
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 15px;
}
.no-margin {
    margin: 0;
}


.product-entry svg {
    padding-left: 5px;
    margin-right: 5px;
    color: #B89B67;
}
.product-entry.product-highlight {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.product-highlight--text {
    border-radius: 5px;
    background-color: #B89B67;
    padding: 7px 15px 7px 7px;
    position: relative;
    left: -7px;
}
.product-highlight--text span {
    color: #202020;
    font-weight: 900;
    line-height: 113%;
}
.product-highlight--img img {
    width: 75px;
}
.product-entry.product-highlight svg {
    color: #202020;
}
/*
.product-entry.product-highlight {
    font-weight: bold
}
.product-entry.product-highlight svg {
    padding-left: 5px;
    margin-right: 5px;
    color: #00A36C;
}
*/
.product-entry.product-notavailable {
    text-decoration-line: line-through;
    color:rgba(255,255,255,.6)
}

.product-entry.product-notavailable svg {
    padding-left: 5px;
    margin-right: 5px;
    color: #B89B67;
}
.account-footer-disclaimer{
    text-align:center;
    margin:30px auto
}
.account-bodycontent {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 39px 70px;
    margin: 113px auto 23px auto;
    gap: 19px;
    isolation: isolate;
    background: rgba(23, 23, 23, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10.5px);
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 400px;
    font-size: 22px;
}
.productPanel {
    /* Auto layout */
    padding: 39px 0px 39px 40px;
    margin: 23px auto;
    background: rgba(23, 23, 23, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10.5px);
    border-radius: 20px;
    width: 100%;
    min-width: 450px;
    max-width: 550px;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.paymentPanel {
    /* Auto layout */
    padding: 39px 50px 39px 40px;
    margin: 23px auto;
    background: rgba(49, 49, 49, 1);
    border: 1px solid rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10.5px);
    border-radius: 20px;
    font-size: 22px;
    height: 600px;
}
.thank-you-panels {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px auto;
}

    .thank-you-panel {
    /* Auto layout */
    padding: 39px;
    margin: 23px auto;
    background: rgba(23, 23, 23, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10.5px);
    border-radius: 20px;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    font-size: 22px;
}
.thank-you-panel .bright-bold{
    margin-top: 25px
}
.thank-you-panel .muted-regular {
    font-size:14px
}
.thank-you-panel div {
   margin-bottom:15px
}
.paymentPanel .bright-headline, .checkoutPanel .bright-headline {
    font-size: 28px;
    font-weight: bold
}
.checkoutPanel {
    /* Auto layout */
    padding: 39px 39px 39px 40px;
    margin: 23px auto;
    background: rgba(23, 23, 23, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10.5px);
    border-radius: 20px;
    font-size: 22px;
    height: 600px;
}
.checkoutPanel .paymentPanel {
    padding: 39px 10px;
    height: 180px;
}


.checkoutPanel a.muted-regular:link, a.muted-regular:visited {
    color: rgba(255,255,255,0.6);
    line-height: 20px;
    vertical-align: middle
}

.checkoutFrame {
    /* Auto layout */
    padding: 39px 10px;
}
.productPanelPromoted {
    border-color: #B89B67;
    /* border: 0;
    backdrop-filter: unset;
    background: rgba(39,39,39,1) url('/img/vector-circle-png-1 1.png') no-repeat;
    background-size: cover */
}
.productPanelPromoted .popular {
    background-color: #B89B67;
    color: #fff;
    border-radius: 7px;
    font-family: "Din 2014", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 10%;
    color: #FFFFFFB6;
    margin: 0;
    position: absolute;
    top: -15px;
    padding: 5px 14px;
}
.productPanel button.redbutton {
    margin: 30px 0;
    max-width: 460px;
}
.productPanel button.redbutton {
    margin: 30px 0;
    max-width: 460px;
}
.productPanel div.bright-regular {
    margin-right: 30px;
    margin-top: 10px
}

.productPanel div.disabledbutton {
    margin: 30px 0;
    max-width: 460px;
}
.productPanel .uk-grid {
    font-size: 10px;
    margin: 10px 50px 10px -50px;
    text-align: center;
    width: 100%;
}
.productPanel .uk-grid div {
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    }
#logoFrame {
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
    text-align: center;
    width: 350px
}

.formtitle {
    color: #B89B67;
    font-size: 33px;
    line-height: 91%;
    text-align: center;
    font-weight: 800;
    margin: 30px 0;
}

.account-lower {
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 40px auto;
    text-align: center;
}

.account-lower p {
    text-align: center;
}

.account-lower .headline {
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    margin: 10px 0 10px 0;
}

.account-lower .headline2 {
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    margin: 0 0 40px 0;
}

.account-lower .uk-grid {
    margin: 0;
}
.account-lower .uk-grid > * {
    font-size: 14px;
    font-weight: 200;
    padding: 0;
    margin: 0 0 40px 0;
}

.account-footer {
    max-width: 1280px;
    width: 100%;
    margin: 80px auto;
    padding: 0 30px 0 30px;
}

.account-footer .copyright {
    text-align: center;
    margin-top: 50px
}

.account-footer a:link, .account-footer a:visited {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    color: rgba(255,255,255,0.6)
}

.account-footer div {
    line-height: 36px;
}

.account-footer .headline {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,1)
}

p.akira {
    font-family: "cowboyzregular";
    font-size: 24px;
    font-weight: 400;
    color: #fff
}

#login {
    max-width: 400px;
    height: 30px;
    font-family: dinnextltpro-regular;
    font-style: normal;
    font-weight: 800;
    font-size: 33px;
    line-height: 91%;
    text-align: center;
    color: #B89B67;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

.fieldbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
    gap: 20px;
    max-width: 400px;
    height: 70px;
    background: rgba(13, 13, 13, 0.49);
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(7px);
    border-radius: 10px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: rgba(255,255,255,0.7);
}

.regfield {
    font-family: dinnextltpro-regular, sans-serif;
    max-width: 100%;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px 0 40px;
    color: rgba(255,255,255,1);
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    padding-left: 40px !important;
    font-size: 20px;
}

.regfield:focus {
    outline: none;
}

a:link, a:visited {
    color: #fff;
    font-weight: 600;
}

button.redbutton {
    background: #B89B67;
    color: #1f2326;
    width: 100%;
    height: 64px;
    border-radius: 10px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    font-family: dinnextltpro-regular;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    flex: none;
    order: 0;
    border: 0;
    flex-grow: 0;
    cursor:pointer;
}
    button.redbutton:disabled {
        background: rgba(66,66,66,1);
        color: rgba(255,255,255,.6);
        cursor: default;
    }


div.disabledbutton {
    background: rgba(66,66,66,1);
    color: rgba(255,255,255,.6);
    width: 100%;
    height: 64px;
    border-radius: 10px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    font-family: ' ';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    flex: none;
    order: 0;
    border: 0;
    flex-grow: 0;
    margin: 30px auto;
}
a.goldbutton:link, a.goldbutton:visited {
    background: #B89B67;
    color: #fff;
    width: 170px;
    height: 54px;
    border-radius: 8px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    font-family: dinnextltpro-regular;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    border: 0;
    margin: 10px;
    display: inline-block;
    text-decoration: none
}

span.fieldbox {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    fill: currentcolor;
    line-height: 0;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.sociallink {
    margin-right: 10px;
    display: inline-block;
}

.sociallink a:link, .sociallink a:visited {
    color: #B89B67;
    height: 48px;
    width: 48px;
}

.package-info {
    text-align: center;
    font-size: 14px;
}
.package-info p {
    margin: 0;
}

/* respononsive elements */
@media only screen and (max-width: 768px) {
    .formtitle {
        font-size: 30px;
    }
    .headline2 {
        padding-left: 21px;
        padding-right: 21px;
    }
    .productPanel {
        width:100%;
        min-width: 250px;
        max-width: 550px;
        font-size: 22px;
        padding: 30px 21px;
    }
    .product-entry svg {
        float: left;
        margin-top: 8px;
    }
    .product-entry span {
        margin:0 10px 0 40px ; 
        display:block;
    }
    .productPanel button.redbutton {
        max-width: 100%;
    }
    .productPanel div.disabledbutton {
        max-width: 85%;
    }
    .account-bodycontent {
        max-width: 400px;
        margin-top: 60px;
        padding: 40px 21px;
        box-sizing: border-box;
    }
    .account-footer-disclaimer {
        text-align: center;
        margin: 30px 15px
    }
    .fieldbox {
        max-width: 380px;
    }

    #logoFrame {
        width: 250px
    }

    .account-lower {
        margin: 10px 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .account-lower .uk-grid > div {
        width: 50%;
    }
    .account-lower .uk-grid {
        justify-content: center;
        margin: auto;
    
    }
    a.goldbutton:link, a.goldbutton:visited {
        width: 150px;
        margin: 10px 5px;
    }

    .account-footer {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: auto 0;
        padding:0;
    }

        .account-footer div {
            padding: 30px 0;
        }
        .account-footer div > div {
            padding: 15px 0;
        }

        .account-footer .uk-grid {
            margin-left: 10px;
        }

        .account-footer .uk-grid .uk-grid {
            margin-left: 0px;
        }

        .account-footer .headline {
            font-size: 24px;
            font-weight: bold;
            color: rgba(255,255,255,1)
        }

        .account-footer a {
            font-size: 18px;
            line-height: 30px;
        }

    .account-footer .uk-width-1-2 {
        text-align: left;
    }
    .thank-you-panels {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }
    .thank-you-panel {
        max-width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    body {
        background: #0C0C0C;
    }
    .product-panels {
        padding: 20px;
        box-sizing: border-box;
    }
    #product-header {
        max-width: 400px;
        margin: auto;
    }
    .product-highlight {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .account-body {
        padding: 0 15px;
    }
    .account-footer {
        padding: 25px 0px;
        margin-top: 25px;
    }
    .checkoutPanel .paymentPanel {
        padding: 39px 10px;
        height: 295px;
        font-size: 14px;
    }
    .checkoutFrame .paymentPanel {
        padding: 39px 10px;
        height: 295px;
        font-size: 14px;
    }
    .checkoutPanel {
        padding: 39px 10px;
        height: 700px;
    }
}