@font-face {
    font-family: "League Gothic";
    src: url("fonts/leaguegothic-regular-webfont.eot");
    src:
            url("fonts/leaguegothic-regular-webfont.woff") format("woff"),
            url("fonts/leaguegothic-regular-webfont.svg#filename") format("svg");
}

body {
    font-family: Raleway;
    font-weight: normal;
    font-size: 20px;
    color: #444;
    background-color: #FCFCFC;
    /*background-color: #2b053f;*/
}

.wrapper {
    min-height: calc(100vh - 130px);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.footer {
    height: 50px;
    color: white;
    font-family: Verdana;
    width: 100%;
    background: #be1e2d;
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}

.footer a {
    color: white;
    font-weight: bold;
}

.nav-container {
    z-index: 10;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-top: 8px solid #be1e2d;
    background-color: #FDFDFD;
    box-shadow: 0 2px 3px rgba(0,0,0,0.34);
}

.nav-container a,
.nav-right a {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.nav-container a:hover,
.nav-right a:hover {
    color: #be1e2d;
}

.nav-right {
    margin-left: auto;
    /*position: absolute;
    right: 8px;
    top: 14px;*/
}

.p-l-25 {
    padding-left: 25px;
}

.product-header {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.product-sum-container {
    background: white;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    box-shadow: 2px 2px 8px rgba(0,0,0,.07);
    transition: border-color 0.5s ease;
}

.product-sum-container:hover {
    border-color: #7ae629;
}

.product-summary-title {
    display: block;
    width:100%;
    padding: 0px 15px;
    position: absolute;
    top: 0;
    left: 0px;
}

.product-summary-title a {
    color: white;
    background: rgba(0,0,0,0.2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    justify-content: center;
    padding: 4px 0px;
    font-size: 32px;
    display: block;
    margin: auto;
}

.product-summary-title a:hover {
    text-decoration: none;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.content {
    margin-top: 80px;
}

.center {
    text-align: center;
}

a.btn {
    cursor: default;
    font-family: sans-serif;
    font-weight: 400;
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
}

th {
    text-align: center;
}

.dropdown-menu {
    left: calc(50% - ;
}

.dropdown-menu li {
    text-align: center;
}

.m-b-25 {
    margin-bottom: 25px;
}

.logo {
    margin-top: 50px;
}

h1.logo {
    width: 100%;
    height: 250px;
    margin: 0;
    text-indent: -9999px;
    background-image: url('../img/10worthy-banner.png');
background-size: cover;
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}