﻿/* Global styles */

html {
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857143; /* From bootstrap, override style.css */
    font-family: "CentraNo2-Book";
    color: #555555;
    min-width: 375px !important;
}

@media screen and (device-width: 360px) and (orientation: portrait) {
    body {
        min-width: 360px !important;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    /* Override bootstrap font. */
    font-family: "CentraNo2-Black", sans-serif;
    color: #313131;
}

.default-hidden {
    display: none;
}

.red {
    color:red;
}

@media (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}

/** React Bootstrap Modal*/
.modal {
    z-index: 2000;
}

#browserCheckModal strong {
    font-family: "CentraNo2-Book", sans-serif;
}

.btn.btn-primary,
.btn.btn-primary:focus {
    background: #03a50a;
    border-color: #03a50a;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    padding: 9px 18px;
    opacity: 1;
}

    .btn.btn-primary:hover {
        background-color: #fff;
        color: #03a50a;
        border: 1px solid #03a50a;
    }

    .btn.btn-primary:active {
        background-color: #03a50a;
        color: #fff;
    }

.btn.btn-tn-secondary {
    background-color: #fff;
    text-transform: uppercase;
    font-family: CentraNo2-Black;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: none;
}

    .btn.btn-tn-secondary:hover {
        color: #03a50a;
    }

    .btn.btn-tn-secondary:active {
        color: #fff;
        background-color: #03a50a;
    }

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
    background: #03a50a !important;
    opacity: .6;
    background: white;
    border-color: #03a50a;
    color: #343434;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    padding: 9px 18px;
}

.btn.btn-tn-black {
    background-color: #000;
    color: #fff;
    font-family: CentraNo2-Bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
}

.btn.btn-md {
    font-size: 1em;
}

#version-tag {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #0a0;
    color: #fff;
    padding: 0 4px;
    z-index: 10000;
    font-size: 9pt;
}

.full-page-warning {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f00;
    padding: 10%;
    z-index: 100000;
    font-size: 10px;
    overflow: auto;
}

    .full-page-warning a {
        color: #000;
    }

    .full-page-warning h3 a {
        display: inline-block;
        width: 80%;
        background-color: #fff;
        color: #000;
        text-align: center;
        padding: 20px;
        border: 1px solid #000;
        border-radius: 3px;
        text-decoration: underline;
    }

        .full-page-warning h3 a img {
            display: block;
            margin: 0 auto 10px;
        }

.inline-block {
    display: inline-block;
}

.padding-0 {
    padding: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.header-row {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebeaeb;
}

.tn-main-header {
    background-color: #777777;
}

    .tn-main-header .fa {
        font-size: 24px;
        margin-right: 15px;
    }

.navbar.navbar-default.topnav {
    margin-top: 15px;
}

.tn-top-nav {
    background-color: #00b20e;
    padding: 4px 0px 4px 0px;
    width: 100%;
    color: #fff;
    font-size: 12px;
}

    .tn-top-nav a {
        color: #fff;
        text-decoration: none;
    }

.tn-top-menu {
    text-align: left !important;
    color: #fff !important;
    width: auto !important;
    padding: 0;
    font-weight: normal !important;
    list-style-type: none;
    margin-right: 5px;
}

    .tn-top-menu li.dropdown:hover .tn-topnav-dropdown {
        display: block;
    }

.inContainer {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
}

/* Forms */
.tn-form label {
    font-family: "CentraNo2-Black";
    color: #595959;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}

/*FOOTER */
.footer-wrapper, .footer {
    padding: 4px 0px 4px 0px;
    width: 100%;
    color: #ddd;
    margin-bottom: 10px;
}

.short-line-separator {
    width: 30px;
    border-bottom: solid 3px #aaa;
    margin-bottom: 20px;
    margin-top: 20px;
}

.long-line-separator {
    width: 100%;
    border-bottom: solid 1px #aaa;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tn-submenu-list .long-line-separator {
    margin-bottom: 10px;
    margin-top: 5px;
}

.footer-title {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-color: #fff;
    border-width: 2px !important;
    border-style: solid !important;
    padding: 0.80em;
}

.security-tags {
    background-image: url('../tn/images/securitytags.jpg');
    background-repeat: no-repeat;
    height: 100px;
}

.tn-footer-menu a, .tn-footer-menu {
    text-align: left !important;
    color: #777 !important;
    width: auto !important;
    padding: 0;
    font-weight: normal !important;
    list-style-type: none;
    margin-right: 10px;
    font-size: 12px;
    margin-left: 0;
}


/* HEADER */

.above {
    z-index: 5;
}

.tn-logo-wrap {
    padding-top: 0;
    padding-bottom: 0;
    width: 240px;
}

.tn-second-nav {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-right: 0px;
    position: relative;
    min-height: 0px;
    /*background: url(/images/home/hero-make-it-yours.jpg) no-repeat #CCC;
    background-position-x: -240px;*/
}

    .tn-second-nav.navbar {
    }

        .tn-second-nav.navbar .dropdown {
            position: static;
            padding: 0px;
            border-left: solid 1px #cdeda8;
        }

            .tn-second-nav.navbar .dropdown a.dropdown-toggle {
                text-transform: uppercase;
                padding: 0px 0px 0px 5px;
                text-shadow: none;
                font-size: 12px;
            }

.tn-main-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .tn-main-header hr {
        margin: 0;
        border: none;
        background: none;
        border-bottom: 2px solid #CFCFCF;
    }

    .tn-main-header button.navbar-toggle {
        background: none;
    }

        .tn-main-header button.navbar-toggle span {
            background: #d5d5d5;
            height: 3px;
            width: 30px;
            margin: 5px 0 !important;
        }
/*Menu items*/

.bulk-powders-icon, .mix-menu-icon, .formulas-icon, .gear-icon, .tn-brand-icon {
}

.account-icon a {
    color: #ffffff;
}



.tn-header-cart .dropdown:hover .dropdown-menu {
}

.dropdown-menu.tn-dropdown {
    padding: 0px;
    z-index: 2147483647;
    /*display:block;*/
}

    .dropdown-menu.tn-dropdown .tn-submenu-header {
        text-transform: uppercase;
        font-family: CentraNo2-Bold;
    }

    .dropdown-menu.tn-dropdown .tn-submenu-header,
    .dropdown-menu.tn-dropdown .tn-submenu-item {
        text-align: left;
    }

tn-submenu-text {
    font-size: 9pt;
}

/*.tn-header-cart .nav .open > a,
.tn-header-cart .nav .open > a:hover,
.tn-header-cart .nav .open > a:focus {
    border-right-color: #ccc;
}*/

.tn-second-nav .dropdown .dropdown-menu {
    /*top: 0;*/
    border: 3px solid #cdeda8;
    /*display: table;*/
    top: 36px;
    margin: 0 auto;
    left: -250px;
    right: 0;
}

.tn-second-nav .dropdown:hover .dropdown-menu {
    /*display: table;*/
    /*width:100% !important;*/
}

.tn-second-nav .dropdown:hover a {
    color: #333333 !important;
}

.tn-caret {
    position: absolute;
    height: 100%;
    width: 100%;
}

.tn-caret-up {
    position: absolute;
    top: 13px;
    margin: 0 auto;
    left: -11px;
    display: none;
    right: 0;
    width: 768px;
}

    .tn-caret-up:before {
        content: '';
        height: 11px;
        border-bottom: 7px solid #cdeda8;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        margin-left: 3px
    }

.tn-second-nav .dropdown:hover a .tn-caret-up {
    display: block
}

.tn-caret-active {
    display: block
}

.tn-second-nav .navbar-header {
    float: none;
}

    .tn-second-nav .navbar-header ul.navbar-nav {
        float: none;
        display: inline-block;
    }

.nav .open > a {
    background-color: transparent !important;
}

.search-wrap {
    top: 15px;
}

.tn-fa-search {
    color: #d5d5d5;
}

.search-wrap > div {
}

.search-wrap div.input-group {
    display: block;
}

.search-box, .search-go {
    height: 28px;
    border-radius: 0;
    padding-top: 4px;
    font-size: 12px;
    background-color: transparent;
    font-family: CentraNo2-Book;
    padding-top: 10px;
}

.search-wrap .search-form-group {
    display: flex;
    background-color: #ccc;
    opacity: 0.4;
}

.search-box {
    width: 100%;
    border: none;
}

.search-pre {
    width: 20px;
    padding: 5px;
}

@media (min-width: 768px) {
    .navbar-form.search-wrap {
        padding-top: 0;
    }
}

.navbar-form {
    white-space: nowrap;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tn-navbar {
    width: 100%;
    height: 28px;
    font-family: "CentraNo2-Book";
}

    .tn-navbar > li > a {
        font-size: 11px;
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
        line-height: 140%;
    }

    .navbar-default .navbar-nav > li > a,
    .tn-navbar > li > a {
        color: #fff !important;
        font-size: 11px;
    }

        .tn-navbar > li > a:hover {
            color: #fff !important;
        }


    .tn-navbar > li:hover .dropdown-menu {
        /*visibility: visible;*/
    }

tn-navbar-collapse {
    padding: 0;
}

.tn-dropdown {
    width: 1028px;
}

.tn-topnav-dropdown {
    top: 12px;
}



.tn-submenu-header > a {
    color: #777;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
    padding: 5px !important;
}

/*.tn-submenu-list {
    float: left;
    width: 250px;
    padding: 5px 10px;
    color: #777;
}*/

.tn-submenu-list2 {
    float: left;
    width: 250px;
    padding: 5px 10px;
}

.tn-submenu-list3 {
    float: left;
    width: 32%;
    padding: 5px 10px;
    color: #777;
    font-size: 10pt;
}

.tn-submenu-list:nth-of-type(3n+1) {
    clear: both;
}

.tn-submenu-item > a {
    color: #777;
    padding: 5px !important;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

.tn-navbar-toggle {
    float: none;
    z-index: 500;
    margin: 0px 0 0px -20px !important;
}

/*.tn-force768width {
    width: 768px !important;
}*/

.dropdown {
    height: 30px;
}

.dropdown-reg {
    color: #777777 !important;
    padding: 0;
    margin-top: -10px;
}

.dropdown-banner {
    background-color: #cdeda8;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

.banner-list-item {
    width: 200px;
    text-align: center;
}

    .banner-list-item > a {
        color: #333;
    }

.nav > li > a.dropdown-reg:hover,
.nav > li > a.dropdown-reg:focus {
    background: none;
}

.tn-header-cart {
    margin: -10px 0 0 15px !important;
}

    .tn-header-cart li.dropdown:hover ul.dropdown-menu {
        display: block;
        color: #fff;
    }

.tn-account {
    height: 20px;
    margin-top: 10px;
}

.get-started {
    width: 75px;
    max-width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    font-weight: bold;
    border: 2px solid #333;
    padding: 1px 10px 0;
    font-size: 14px;
    margin-top: 10px;
    padding: 3px;
    line-height: 1;
    margin-right: 30px;
}

.mobile-search-account {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 13px;
}

.desktop-search-account {
    height: 30px;
    padding-top: 10px;
    display: flex;
    flex-direction: row-reverse
}

.tn-header-cart {
}


/*************************************************************/
/* MINI CART STYLES*/
/*************************************************************/

.miniCartArrow {
    float: left;
    margin: 4px 0px 0px 0px;
    background: url(/images/home/cart.png) no-repeat;
    width: 32px;
    height: 28px;
    padding: 3px 0 0 6px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-size: 8px;
    text-decoration: none;
}

.badge {
    background-color: #db2828;
    margin-left: -5px;
}

.minicartwrap {
    line-height: normal;
    margin-right: 15px;
    /*min-width: 50px;*/
    text-align: center;
    display: block;
    padding-left: 25px;
}

    .minicartwrap:hover {
        cursor: pointer;
    }

    .minicartwrap img {
        border: 0;
    }

    .minicartwrap td {
        vertical-align: top;
    }

.minicartheader {
    text-align: left;
    display: inline-block;
    position: relative;
    color: #333;
}

a.minicartwrap,
a.minicartwrap:hover {
    text-decoration: none;
}

    a.minicartwrap > div {
        text-align: right;
    }



.minicartwrap:hover .miniCartArrow {
    color: #ffffff;
    opacity: .5;
    text-decoration: none;
}

.minicartwrap:hover .cart-icon-handle {
    height: 15px;
    top: -9px;
}

.cart-icon-handle {
    border: 2px solid #00b20e;
    border-bottom: 0px;
    right: 8px;
    margin-right: 0;
    top: -6px;
    height: 8px;
    width: 16px;
    position: absolute;
    -webkit-border-top-left-radius: 99px;
    -webkit-border-top-right-radius: 99px;
    -moz-border-radius-topleft: 99px;
    -moz-border-radius-topright: 99px;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
}

a#minicartCheckoutNow, .call-to-action, .call-to-action:hover {
    background: #C6583C;
    color: #ffffff;
    border-color: #C6583C;
}


/*** SOCIAL ***/
.social {
    height: 26px;
}

    .social .social-el {
        border: solid 1px #fff;
        /*opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);*/
        cursor: pointer;
        width: 26px;
        height: 26px;
        margin-right: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        font-size: 1.1em;
        text-align: center;
        padding-top: 3px;
        float: left;
    }

.social-el:hover {
    background-color: #fff;
    /*opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);*/
    color: #00b20e;
    text-decoration: none;
}

/* Navigation sidebar */
#nav-sidebar {
    display: none;
    position: absolute;
    top: 0;
    left: -255px;
    width: 250px;
    height: 100%;
    background: #f6f6f6;
    bottom: 0;
    z-index: 1000;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    /*-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	
	-ms-transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);*/
}

    #nav-sidebar .tn-sidebar-header {
        background: #00a950;
        padding: 10px;
    }

        #nav-sidebar .tn-sidebar-header img {
            width: 230px;
        }

    #nav-sidebar .sidebar-submenu {
        padding-left: 25px;
        background-color: #fff;
    }


body.nav-sidebar-visible {
    overflow-x: hidden;
}

.nav-sidebar-visible #nav-sidebar {
    left: 0;
    display: block;
    /*-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);*/
}

.nav-sidebar-visible .main-page-form {
    left: 250px;
    /*-ms-transform: translateX(250px);
	-webkit-transform: translateX(250px);
	transform: translateX(250px);*/
}

#nav-sidebar .sidebar-menu-item {
    display: block;
    padding: 20px 10px 20px 25px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: #888;
    text-decoration: none;
    background-color: #fff;
}

#nav-sidebar .sidebar-sub-links {
    padding-top: 30px;
    background: #00a950;
}

    #nav-sidebar .sidebar-sub-links .sidebar-menu-item {
        font-weight: normal;
    }

#page-mask {
    /*display: none;*/
    /*visibility: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    height: 0%;
    background: #000;
    opacity: 0;
    z-index: 500;
    -webkit-transition: opacity 0.3s ease-out, height 0.001s ease-out 0.31s;
    transition: opacity 0.3s ease-out, height 0.001s ease-out 0.31s;
}

.nav-sidebar-visible #page-mask {
    height: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-out, height 0.001s ease-out;
    transition: opacity 0.3s ease-out, height 0.001s ease-out;
}


.lightgreen {
    color: #cdeda8;
}

.white {
    color: #fff;
}

/* Homepage */
.home-box-container {
    position: relative;
}

.feature-container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .home-intro {
        margin-top: -165px;
        padding-top: 100px;
        background: url(/images/home/hero-make-it-yours.jpg) no-repeat #000;
        background-size: cover;
    }

    .home-box-container {
        top: -75px;
    }

    .home-intro-small {
        padding: 100px 0 20px 30px;
        font-size: 24px;
    }

    .home-intro-large {
        font-size: 110px;
    }
}

@media (min-width: 992px) {

    .feature-container {
        height: 570px;
    }

    .feature-container-lab {
        background: url(/images/home/tn-home-lab-banner-1440.jpg) no-repeat right;
    }

    .feature-container-promo {
        background: url(/images/home/tn-home-promo-banner-1440.jpg) no-repeat right;
    }


    .home-box-container {
        top: 10px;
    }

    .home-feature-title {
        padding-top: 120px;
        font-family: CentraNo2-Black;
        font-weight: 900;
        font-size: 110px;
    }

    .home-feature-deal {
        padding-top: 40px;
        font-family: CentraNo2-Black;
        font-weight: 900;
        font-size: 110px;
        line-height: 0.8em;
    }

    .home-feature-sub {
        height: 40px;
        padding-top: 15px;
        font-family: CentraNo2-Medium;
        font-size: 20px;
        font-weight: 600;
    }

    .home-feature-button {
        padding-top: 20px
    }
}

@media (min-width: 375px) {
    .feature-container {
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .feature-container {
        min-width: 750px;
        margin: auto;
    }
}

@media (min-width: 970px) {
    .feature-container {
        min-width: 970px;
    }
}

@media (min-width: 1440px) {
    .feature-container {
        width: 1440px;
        margin: auto;
    }
}



.home-container {
    min-width: 375px;
    width: 100%;
    background-color: #000;
    font-family: CentraNo2-Medium;
}

@media (min-width: 100px) and (max-width: 767px) {
    .home-intro {
        background-image: url(/images/home/hero-make-it-yours-mobile.jpg);
        background-repeat: no-repeat;
        background-color: #000;
        height: 710px;
    }

    .home-box-container {
        top: -10px;
    }

    .home-intro-small {
        padding: 20px 0 20px 30px;
        font-size: 14pt;
    }

    .home-intro-large {
        font-size: 70px;
    }

    .home-container {
        position: relative;
        top: -40px;
    }
}


@media (min-width: 100px) and (max-width: 991px) {
    .feature-container {
        background: url(/images/home/tn-home-promo-banner-768.jpg) no-repeat right;
        height: 236px;
        background-size: cover;
    }

    .feature-container-promo {
        background: url(/images/home/tn-home-promo-banner-768.jpg) no-repeat right;
    }

    .feature-container-lab {
        background: url(/images/home/tn-home-lab-banner-768.jpg) no-repeat right;
    }

    .home-feature-title {
        font-family: CentraNo2-Black;
        font-weight: 900;
        font-size: 36px;
        position: relative;
        top: 30px;
    }

    .home-feature-deal {
        padding-top: 20px;
        font-family: CentraNo2-Black;
        font-weight: 900;
        font-size: 36px;
        line-height: 0.8em;
        position: relative;
        top: 20px;
    }

    .home-feature-sub {
        height: 40px;
        padding-top: 5px;
        font-family: CentraNo2-Medium;
        font-size: 16px;
        position: relative;
        top: 20px;
    }

    .home-feature-button {
        position: relative;
        top: 20px;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .feature-container {
        height: 300px !important;
        margin-top: -75px
    }
}



.home-intro {
    /*background-size:contain;*/
    /*background-position-y:-90px;*/
    overflow: visible;
    /*display: flex;*/
    flex-direction: column;
}



.back-black {
    background-color: #000;
}

.home-intro-small {
    letter-spacing: 0.6px;
    font-weight: 500;
}


.home-intro-large {
    padding: 0 0 30px 30px;
    margin-bottom: 100px;
    height: 180px;
    font-family: CentraNo2-Black;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1px;
    max-width: 500px;
}


@media (min-width: 500px) and (max-width: 991px) {
    .home-intro-large {
        height: 120px;
        font-size: 60px;
    }
}


.home-box {
    margin-right: 20px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-customize {
    background-color: #03a50a;
    color: #fff8bc;
}

    .home-customize .btn {
        background-color: green;
    }

.home-grabgo {
    background-color: #4a90e2;
    color: #d0fdfd;
}

    .home-grabgo .btn {
        background-color: #1d1f7a;
    }


.home-box .btn {
    margin: 4px;
    padding: 5px 10px 5px 10px;
    font-family: "CentraNo2-Book", sans-serif;
    font-weight: 900;
}

@media (max-width: 400px) {
    .home-box .btn {
        border-style: none;
        font-size: 15px;
    }

    .home-box {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .home-intro-spacer {
        height: 265px;
    }
}

.home-box-title {
    font-family: CentraNo2-Black;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.73;
    letter-spacing: 0.3px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #fff;
    float: right;
}

.home-goal-top {
    padding: 40px 0 30px 0;
    background-color: #000;
    color: black;
}

.home-goal {
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: 0.8px;
    font-family: CentraNo2-Book;
}

    .home-goal .goal-box {
        max-width: 475px;
        font-size: 18px;
        line-height: 1.14;
        letter-spacing: normal;
        color: #ffffff;
        padding: 0;
    }

.goal-box .inside {
    margin: 5px;
    height: 150px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    cursor: pointer;
}

    .goal-box .inside .goal-icon {
        float: left;
    }

    .goal-box .inside .goal-text {
        float: right;
        padding: 10px;
        max-width: 300px;
        font-family: CentraNo2-Book;
    }

.goal-box .endurance {
    background: url(/images/home/endurance-bg.png) no-repeat #111;
}

.goal-box .crossfit {
    background: url(/images/home/crossfit-bg.png) no-repeat #111;
}

.goal-box .fitness {
    background: url(/images/home/fitness-bg.png) no-repeat #111;
}

.goal-box .paleo {
    background: url(/images/home/paleo-bg.png) no-repeat #111;
}

.goal-box .vegan {
    background: url(/images/home/vegan-bg.png) no-repeat #111;
}

.goal-box .bodybuilding {
    background: url(/images/home/bodybuilding-bg.png) no-repeat #111;
}

/* End Homepage */


/* Seth please review and trim. */
/* Shared styles. */
.product-info {
    padding-right: 0px;
    padding-top: 18px;
}

.product-info-sign {
    width: 34px;
    height: 34px;
    display: block;
    background: #8395ab;
    padding: 3px 0 0 3px;
    cursor: pointer;
    /* Some positioning trickery to create the floating info sign effect. */
    position: absolute;
    top: 0;
    left: 15px;
}

.product-info-sign-2 {
    top: 44px;
    /*visibility:hidden;*/
}

.product-info-sign:before {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
    font-size: 1.3em;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: block;
    content: "i";
}


.form-control:focus {
    border-color: #00b20e;
    -webkit-box-shadow: 0 0 8px rgba(0, 178, 14, 0.6);
    box-shadow: 0 0 8px rgba(0, 178, 14, 0.6);
}

/* Place these classes on the col (e.g. col-md-6) to increase the gutter width. */
/* medium width only: */
@media (min-width: 992px) {
    .col-md-large-gutter-right {
        padding-right: 40px;
    }

    .col-md-large-gutter-left {
        padding-left: 40px;
    }

    a.minicartwrap > div {
        margin-top: 6px;
    }
}

#topic-popup-modal .modal-header h4 {
    color: #8395a8;
    font-weight: 500;
}


/* product listing page */

.product-summary-tn {
    margin-top: 15px;
    color: #666666;
}

.tn-tab-content {
    color: #666666;
}

.tn-tabs {
    border-top: 1px solid #dedede;
    color: #000;
    border-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
}

    .tn-tabs a {
        color: #a3a3a3;
    }

    .tn-tabs > li.active > a,
    .tn-tabs > li.active > a:hover,
    .tn-tabs > li.active > a:focus {
        border: 0px;
        border-top: 5px solid #000;
        border-radius: 0px;
        font-weight: bold;
    }

    .tn-tabs li a {
        border: 0px;
        border-top: 1px solid #dedede;
        border-radius: 0px;
    }

.product-underline {
    border-top: 3px solid #dedede;
    margin-bottom: 10px;
}

.product-price {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

    .product-price .p1 {
        color: red;
    }

.product-sidebar {
    border-left: 1px solid #dedede;
    height: 100%;
}

.discount-pricing-text {
    padding: 15px 0px 10px 15px;
    font-size: 14px;
    color: red;
}

.product-sku {
    color: #999;
    padding: 10px 0px 10px 0px;
    border-top: dotted 1px #dedede;
    margin-right: 20px;
    font-weight: 300;
    font-size: 0.8em;
}

.product-tags {
    color: #999;
    padding: 10px 0px 10px 0px;
    border-top: dotted 1px #dedede;
    margin-right: 20px;
    font-weight: 300;
    font-size: 0.8em;
}


.product-page-header {
    color: #777;
    text-decoration: none;
    margin: 30px 0;
}

    .product-page-header .product-page-breadcrumbs {
        font-size: 1.5em;
        text-transform: uppercase;
    }

        .product-page-header .product-page-breadcrumbs a,
        .product-page-header .product-page-breadcrumbs span {
            color: #999;
        }

            .product-page-header .product-page-breadcrumbs span.breadcrumb-page-title {
                color: #555;
                font-weight: 700;
            }

.product-page-breadcrumbs .breadcrumb-title {
    color: #000;
    font-weight: 500;
}

.product-page-breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
}

.product-page-header .product-page-count {
    text-align: right;
    font-size: 1.1em;
    font-weight: 300;
}

.product-list-page .product-page-list {
    text-align: center;
}

.product-list-page .product-item {
    margin-bottom: 35px;
    padding: 0 10px;
}

.product-list-page .product-image {
    margin: 0 auto;
    transition: opacity 0.4s;
}

.product-list-page .product-item-link:hover .product-image {
    opacity: 0.8;
}

.product-list-page .product-item-link {
    color: #627f9a;
    text-decoration: none;
    transition: color 0.4s;
}

    .product-list-page .product-item-link:hover {
        color: #000;
    }

.product-list-page .product-item-tag {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 70%;
    color: #999;
    font-weight: bolder;
    font-size: 0.7em;
}

    .product-list-page .product-item-tag hr {
        width: 20px;
        height: 3px;
        background: #E3E3E3;
        margin: 5px auto;
    }

.product-list-page .product-item-details {
    margin: 5px 0;
    font-size: 0.9em;
}

.product-list-page .product-item-price {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
}

.product-page-categories h3 {
    color: #555;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #EEE;
    padding: 0 0 5px;
    margin: 5px 0 15px;
}

.product-page-categories .category-level {
    border-bottom: 1px solid #f1f1f1;
}

    .product-page-categories .category-level > .row {
        margin: 0;
    }

        .product-page-categories .category-level > .row > span {
            padding: 10px 0 0 0;
        }

    .product-page-categories .category-level.cat-selected > .row > a {
        font-weight: bold;
        color: #000;
    }

    .product-page-categories .category-level a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 1em;
        color: #777;
        text-decoration: none;
        font-weight: 300;
    }

        .product-page-categories .category-level a:hover {
            color: #000;
            text-decoration: underline;
        }

    .product-page-categories .category-level span {
        float: right;
        color: #ccc;
        font-size: 0.8em;
        padding-top: 10px;
    }

.product-page-categories .category-level-1 {
    margin-left: 0;
}

.product-page-categories .category-level-2 {
    margin-left: 15px;
}

.product-page-categories .category-level-3 {
    margin-left: 30px;
}

#cat-product-sort-select {
    width: 170px;
    margin-left: 5px;
    padding: 0 4px;
}

/* For categories on product page. */

.product-sidebar .product-page-categories {
    margin: 14px 0;
}

    .product-sidebar .product-page-categories h3 {
    }



/* Product Footer */
/*.product-page-footer {
    padding-top: 20px;
    border-top: 1px solid #EEE;
    margin-bottom: 30px;
    text-align: center;
}

    .product-page-footer .page-number {
        display: inline-block;
        color: #00b20e;
        border: 2px solid #00b20e;
        transition: background 0.4s, color 0.4s;
        padding: 6px 12px 6px;
        margin: 2px;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
    }

        .product-page-footer .page-number:hover,
        .product-page-footer .page-number.page-selected {
            background-color: #00b20e;
            color: #fff;
        }

        .product-page-footer .page-number span {
            font-weight: bold;
        }

        .product-page-footer .page-number.ellipsis {
            font-weight: normal;
        }*/

#mc_embed_signup .mc-field-group input {
    color: #333;
}


/* Misc product page */
.all-products .product-variants {
    padding-right: 15px;
    margin-bottom: 15px;
}


.kit-product-error {
    display: block;
    padding: 10px;
    border: 1px solid #a00;
    background-color: #fee;
    color: #a00;
    font-weight: bold;
    margin: 10px;
    border-radius: 1px;
}

.kit-item-missing {
    border: 1px solid #c00;
    box-shadow: 0 0 5px 0px #c00;
}




/* End Seth please review and trim. */







/* Shopping Cart - TN Customized */

.cart-item-invalid {
    background-color: #fdd;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a00;
    margin-bottom: 10px;
}

    .cart-item-invalid p, .cart-item-invalid ul {
        margin: 0;
    }

.cart-item-unavailable {
    background-color: #ffd;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #aa0;
    margin-bottom: 10px;
}

    .cart-item-unavailable p, .cart-item-unavailable ul {
        margin: 0;
    }

.order-details {
    border: none;
    background: none;
}

    .order-details .cart-item {
        border: 1px solid #eee;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 1px 1px #ccc;
        padding-bottom: 0;
    }

        .order-details .cart-item .media-body {
            padding: 10px;
        }

.cart-item-notices {
}

    .cart-item-notices .cart-item-notice {
        padding: 5px 10px;
        font-size: 1.3rem;
        border-radius: 1px;
    }

        .cart-item-notices .cart-item-notice.ci-notice-failure {
            color: #a94442;
            background: #f2dede;
        }

        .cart-item-notices .cart-item-notice.ci-notice-warning {
            color: #f0ad4e;
            background: #fbf1e4;
        }

        .cart-item-notices .cart-item-notice ul {
            margin: 0;
        }

.cart-kit-missing-items {
    background-color: #fdd;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a00;
    margin-bottom: 5px;
}

    .cart-kit-missing-items ul {
        margin: 0;
    }

.cart-kit-removed-items {
    background-color: #ffd;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a00;
    margin-bottom: 5px;
}

    .cart-kit-removed-items ul {
        margin: 0;
    }

/** Minicart **/
/* Make the minicart loading/deleting message appear above other modals. */
.minicart-overlay {
    z-index: 2000;
}

.minicart-loading {
    z-index: 2010;
}

.minicart-modal .minicart-item-actions a {
    margin-left: 5px;
}

/** Not Found page **/
.not-found-suggestions-wrap {
}

    .not-found-suggestions-wrap > h4 {
        margin: 20px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }

    .not-found-suggestions-wrap .not-found-suggestion {
    }

.not-found-suggestion .not-found-content-box {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
    max-height: 555px;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.not-found-suggestion .not-found-suggestion-link {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.not-found-suggestion .not-found-suggestion-description {
}

.not-found-suggestion .read-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: right;
    padding: 20px 20px 5px;
    font-weight: bold;
    background: #eee;
    cursor: pointer;
    text-shadow: 0 0 2px #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+50,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.not-found-suggestion .not-found-suggestion-description iframe {
    /* For youtube videos */
    width: 100%;
}


/* For hi-resolution screens. REVIEW */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .mix-item-star-rating .mix-item-star {
        background-image: url(../tn/images/tn-stars@2x.png);
        background-size: 80px 16px;
    }

    .custom-mix .select {
        background-image: url(../tn/images/tn-dropdown-arrow@2x.png);
        background-size: 11px 6px;
    }

    .custom-mix .mix-share-buttons span {
        background-image: url(../tn/images/tn-social@2x.png);
        background-size: 175px 35px;
    }

    .related-mixes-list .mix-it-image {
        background-image: url(../tn/images/tn-pie-chart@2x.png);
        background-size: 30px 30px;
    }
}



/* Visibility helper classes */
.hidden-inline-block {
    display: inline-block !important;
}

.account-icon {
    font-family: "CentraNo2-Book";
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width:992px) {
    .account-icon {
        padding-top: 25px;
    }

    .search-wrap {
        margin-right: 15px;
    }
}

@media (max-width:768px) {
    .account-icon {
        padding-top: 20px;
    }
}


/* xs */
@media (max-width: 767px) {

    .miniCartArrow {
        margin: 0px;
    }

    .tn-logo-wrap {
        width: 160px;
    }

    .tn-logo-wrap, .logo-wrap img {
        height: 40px !important;
    }

    .tn-main-header {
        padding-bottom: 0px;
    }

    .tn-cart-search {
        height: 40px;
    }

    .hidden-inline-block.hidden-xs {
        display: none !important;
    }

    .tn-submenu-list, .list2 {
        float: none;
        width: 100%;
        padding: 10px;
    }

    /* on extra small pages the product grid is 2 columns */
    .product-list-page .grid-view .product-item:nth-of-type(2n+1) {
        clear: both;
    }

    .text-center-xs {
        text-align: center;
    }

    .padding-top-20-xs {
        padding-top: 20px;
    }

    .search-wrap > div {
        text-align: center;
    }

    .search-wrap {
        top: 9px;
        margin-right: 10px;
    }

    /* On small devices, don't capitalize dropdowns/buttons */
    .custom-mix .btn-default,
    .modal-dialog .btn-default,
    .all-products select {
        text-transform: none;
    }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .tn-main-header .container {
        width: 100%;
    }

    .hidden-inline-block.hidden-sm {
        display: none !important;
    }


    /* on small pages the product grid is 3 columns */
    .product-list-page .grid-view .product-item:nth-of-type(3n+1) {
        clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .tn-main-header .container {
        width: 100%;
    }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {


    .hidden-inline-block.hidden-md {
        display: none !important;
    }

    /* on medium pages the product grid is 4 columns */
    .product-list-page .grid-view .product-item:nth-of-type(4n+1) {
        clear: both;
    }
}
/* lg */
@media (min-width: 1200px) {
    .hidden-inline-block.hidden-lg {
        display: none !important;
    }

    /* on large pages the product grid is 4 columns */
    .product-list-page .grid-view .product-item:nth-of-type(4n+1) {
        clear: both;
    }
}

#paymentButtonMessage {
    color: red;
    padding: 15px;
    display: none;
}


button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    background-color: #c6583c;
}

.popularRecentButtons {
    padding: 10px;
    width: 49%;
    border: 1px solid #eee;
    outline: none;
    background-color: #fff;
    color: #8395a8;
    font-weight: bold;
}

.selectedPopRecent {
    background-color: #8395a8;
    color: #fff;
}



.margin-bottom-5 {
    margin-bottom: 5px;
}

.force-to-bottom {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.error {
    color: red;
}

.modal-margin-bottom {
    margin-bottom: 10px;
}

/*my account page css*/

.my-orders-header {
    width: 326px;
    height: 29px;
    font-family: CentraNo2-Medium;
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.91;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fafff9;
    padding: 15px;
    margin-bottom: 25px;
}

.header-my-orders {
    margin-left: 20px;
    margin-right: 50px;
    margin-bottom: 40px;
    height: 65px;
    max-width: 1100px;
    background-color: #fbfbfb;
    padding-top: 24px;
}

.header-my-orders-tab {
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
    height: 65px;
    max-width: 1100px;
    background-color: #fbfbfb;
    padding-top: 24px;
}

.content-orders {
    border-bottom: solid 1px #d8d8d8;
    border-top: solid 1px #d8d8d8
}

.my-orders {
    margin-left: 5px;
    margin-right: 30px;
    height: 65px;
    max-width: 1100px;
    color: #fbfbfb;
    padding-top: 22px;
}

.my-orders-container {
    border-radius: 3px;
    box-shadow: 0 0 5px 1px rgba(162, 162, 162, 0.2);
    background-color: #fbfbfb;
}

.header-my-orders-text {
    height: 18px;
    font-family: CentraNo2-medium;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #313131;
}

.my-orders-text {
    font-family: CentraNo2-medium;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.5px;
    text-align: left;
    color: #555555;
    overflow: hidden;
    display: -webkit-box;
    max-height: 2.8em;
    min-width: 80px;
}

.my-orders-text-links {
    height: 18px;
    font-family: CentraNo2-medium;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.5px;
    text-align: left;
    color: #555555;
}

.my-orders-text .text-style-1 {
    font-family: LucidaGrande;
}

.my-orders-text a {
    cursor: pointer;
    color: #03a50a;
    text-color: #03a50a;
    text-decoration: none;
}

.my-orders-text-links a {
    cursor: pointer;
    color: #03a50a;
    text-color: #03a50a;
    text-decoration: none;
}

.my-orders-text-date {
    min-width: 80px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.all-orders {
    height: 64px;
}

.view-all-orders-button {
    margin-top: 20px;
    width: 224px;
    object-fit: contain;
    background-color: #03a50a;
    border: solid 1px #03a50a;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.view-all-orders-button-text {
    width: 124px;
    height: 18px;
    object-fit: contain;
    font-family: CentraNo2-Medium;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
}


.my-account-dashboard-header {
    width: 326px;
    height: 29px;
    font-family: CentraNo2-Black;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.91;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fafff9;
    padding: 15px;
    margin-bottom: 10px;
}

@media(min-width: 800px) {
    .my-account-dashboard-header {
        font-size: 32px;
        margin-bottom: 25px;
    }
}

.customer-profile-info-desktop {
    width: 245px;
    background: #fff;
    height: 240px;
    padding-top: 1px;
}

.profile-picture-desktop {
    border: 1px solid #00b20e;
    border-radius: 50px;
    height: 81px;
    width: 81px;
    margin-left: 80px;
    margin-bottom: 24px;
    margin-top: 24px;
    color: #00b20e;
    font-size: 36px;
    padding-top: 30px;
    font-family: CentraNo2-Light;
}

.profile-picture-mobile {
    border: 1px solid #00b20e;
    border-radius: 50px;
    height: 81px;
    width: 81px;
    float: left;
    margin: 12px 40px 12px 35px;
    color: #00b20e;
    font-size: 32px;
    font-family: CentraNo2-Light;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-info-name-desktop {
    height: 18px;
    object-fit: contain;
    font-family: CentraNo2-Medium;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #313131;
    padding-bottom: 35px;
}

.customer-info-additional-desktop {
    height: 34px;
    object-fit: contain;
    font-family: CentraNo2-Medium;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9b9b9b;
}

    .customer-info-additional-desktop a {
        font-size: 14px;
        color: #000;
        display: block;
        margin-top: 8px;
    }

        .customer-info-additional-desktop a:hover {
            color: #00b20e;
        }

.customer-info-name-mobile {
    height: 18px;
    object-fit: contain;
    font-family: CentraNo2-Medium;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #313131;
    padding-top: 20px;
}

.customer-info-additional-mobile {
    height: 34px;
    object-fit: contain;
    font-family: CentraNo2-Medium;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #9b9b9b;
    padding-top: 20px;
    margin-bottom: 50px;
}

    .customer-info-additional-mobile a {
        font-size: 12px;
        color: #000;
        display: block;
        margin-top: 3px;
    }

        .customer-info-additional-mobile a:active {
            color: #00b20e;
        }

.tabbed-content {
    background: url(/images/my-account-bg.jpg) repeat top left;
    max-width: 1440px;
    margin: 0 auto;
    min-width: 360px;
}

.customer-profile-info-mobile {
    display: block;
    height: 100px;
    background: #fff;
}

.tabs ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
}

    .tabs ul li {
        background: #eee;
    }

        .tabs ul li a {
            padding: .5em 1em;
            display: block;
            color: white;
            background-color: #313131;
            padding: 8px 16px;
            text-decoration: none;
            height: 70px;
            font-family: CentraNo2-Medium;
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 0.44;
            letter-spacing: 1.1px;
            text-align: center;
            color: #ffffff;
            padding-top: 32px;
        }

            .tabs ul li a:hover, .tabs ul li a.active {
                background-color: #f8e71c;
                color: #555;
            }

.item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: .5em;
    display: block;
    background-color: #313131;
    color: #ffffff;
}

.item.active::before {
    background-color: #f8e71c;
    color: #555;
}

.item.active .item-content {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
    .customer-profile-info-mobile {
        display: none;
    }

    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        border-bottom: 1px solid #fff;
    }
}

@media all and (max-width: 799px) {
    .desktop-appearance {
        display: none;
    }

    .mobile-appearance {
        display: block;
    }

    .order-history-addresses-mobile {
        display: block;
    }

    .order-history-addresses-desktop {
        display: none;
    }

    #my-orders-date-mobile {
        display: block;
    }

    #my-orders-date-desktop {
        display: none;
    }

    #my-orders-total-mobile {
        display: block;
    }

    #my-orders-total-desktop {
        display: none;
    }

    #all-orders-row-3 {
        display: none;
    }

    #header-my-orders-total {
        display: none;
    }

    #my-orders-total {
        display: none;
    }

    #header-my-orders-ordernum-mobile {
        display: block;
    }

    #header-my-orders-ordernum-desktop {
        display: none;
    }

    #my-orders-ordernum-mobile {
        display: block;
    }

    #my-orders-ordernum-desktop {
        display: none;
    }
}



/*
    The project specific CSS starts here
    This is the minimum CSS that you will need in order for this to work
    */
.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

    .tabbed-content .item::before {
        content: attr(data-title);
    }

    .tabbed-content .item .item-content {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .tabbed-content .item.active .item-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

.item {
    border-bottom: 1px solid #fff;
}

@media all and (min-width: 800px) {

    .desktop-appearance {
        display: block;
    }

    .mobile-appearance {
        display: none;
    }

    .order-history-addresses-mobile {
        display: none;
    }

    .order-history-addresses-desktop {
        display: block;
        float: right;
    }

    #my-orders-total-mobile {
        display: none;
    }

    #my-orders-total-desktop {
        display: block;
    }

    #my-orders-date-mobile {
        display: none;
    }

    #my-orders-date-desktop {
        display: block;
    }

    #header-my-orders-ordernum-mobile {
        display: none;
    }

    #header-my-orders-ordernum-desktop {
        display: block;
    }

    #my-orders-ordernum-mobile {
        display: none;
    }

    #my-orders-ordernum-desktop {
        display: block;
    }

    .item {
        border: none;
    }

    .customer-profile-info-mobile {
        display: none;
    }

    .tabbed-content .tabs {
        display: block;
    }

        .tabbed-content .tabs li {
            display: inline-block;
        }

            .tabbed-content .tabs li a {
                display: block;
            }

    .tabbed-content .item {
        min-height: 0;
    }

        .tabbed-content .item::before {
            display: none;
        }

    .tabbed-content.tabs-side .tabs {
        width: 245px;
        float: left;
    }

        .tabbed-content.tabs-side .tabs li {
            display: block;
        }

    .tabbed-content.tabs-side .item {
        margin-left: 245px;
    }
}

.status-my-orders {
    text-align: center;
}

.header-my-orders-status {
    height: 18px;
    font-family: CentraNo2-medium;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    overflow: hidden;
    background-color: #fbfbfb;
    padding-top: 24px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    background: #03A50A;
    margin-right: 0px;
    margin-left: 0px;
    color: #F8E71C;
}

.order-details-comprehensive.mobile-appearance {
    width: 360px;
}

.order-details-and-addresses {
    overflow: hidden;
    margin: 1px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.order-history-container {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
}

.my-mixes-tab-container {
    margin-right: 20px;
    margin-left: 20px;
}

.dashboard-tab-container {
    padding-bottom: 10px;
    padding-top: 10px;
}

@media(min-width:1024px) {
    .dashboard-tab-container {
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 0;
    }
}

.my-orders-reorder {
    height: 64px;
}

.view-my-orders-reorder-button {
    width: 124px;
    height: 43px;
    object-fit: contain;
    background-color: #03a50a;
    border: solid 1px #03a50a;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.view-my-orders-reorder-button-text {
    width: 124px;
    height: 18px;
    object-fit: contain;
    font-family: CentraNo2-Medium;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
}

.content-my-orders-header {
    height: 40px;
}

.Order-Details-text {
    width: 150px;
    height: 22px;
    font-family: CentraNo2-Medium;
    font-size: 11px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.6px;
    text-align: left;
    color: #595959;
}

.order-details-underlined {
    border-bottom: dashed 1px gainsboro;
    padding-bottom: 15px;
}

.Desktop-Signup-Wrapper {
    display: none;
}

.desktop-footer {
    display: none;
}

.top-footer-box-mobile {
    background-color: #f1f1f1;
    padding-top: 26px;
    padding-bottom: 33px;
    line-height: 37px;
}

.bottom-footer-box-mobile {
    /*display: none;*/
    background-color: #777777;
    padding-bottom: 25px;
}

.footer-sign-up {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'CentraNo2-Bold';
    color: #ffffff;
}

#mc_embed_signup {
    background-color: #ffffff;
    color: #555555;
    text-align: center;
}

.sign-up-label {
    width: 100%;
    font-family: "CentraNo2-Book";
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding-top: 22px;
    padding-bottom: 7px;
}

#mce-EMAIL {
    height: 41px;
    width: calc(100% - 54px);
    max-width: 300px;
}

#mc-embedded-subscribe {
    height: 41px;
    width: calc(100% - 54px);
    max-width: 300px;
    background-color: #03a50a;
    font-family: "CentraNo2-Black";
    font-size: 18px;
    line-height: 7px;
    letter-spacing: 1px;
    margin-bottom: 72px;
}

.footer-logos {
    padding-top: 22px;
    padding-bottom: 41.2px;
}

#footer-links-bottom {
    font-family: CentraNo2-Medium;
    font-size: 14px;
    line-height: 21px;
    color: #414549 !important;
    font-weight: 500;
}

.copyright-information {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1px;
    font-family: CentraNo2-Medium;
    color: rgba(65, 69, 73, 0.48);
}

#footer-toggle {
    padding: 5px 15px 0;
}

.footer-links {
    padding-bottom: 49px;
}

.footer-logos .col-xs-4 {
    padding-left: 0;
}

.footer-tn-logo {
    width: 107px;
    margin-right: 31px;
}

.footer-logos .AuthorizeNetSeal {
    margin-right: 31px;
}

    .footer-logos .AuthorizeNetSeal img {
        width: 76px;
        height: 60.8px;
    }

.footer-logos #trustwaveSealImage {
    width: 71px;
    height: 39.3px;
}

.top-footer-box-mobile .col-sm-3 {
    width: 100%;
    float: none;
}

.mobile-footer .col-sm-3 {
    width: 100%;
    float: none;
}

.desktop-total-bottom {
    display: none;
}

.change-password-page i.form-control-feedback {
    display: none;
}

@media screen and (min-width: 992px) {
    .footer-tn-logo {
        width: 164.1px;
        height: 84.4px;
    }

    .Desktop-Signup-Wrapper {
        display: block;
        background-color: #777777;
        padding-bottom: 25px;
        height: 387px;
    }

    .signin-page .form-label-suffix {
        display: none;
    }

    .signin-page .form-label {
        text-transform: uppercase
    }

    /*login CSS begins here*/
    .signin-page h1 {
        font-size: 20px;
        line-height: 29px;
        color: #4a4a4a;
        margin-left: 0;
    }

    .signin-page .form-group-full {
        font-family: "CentraNo2-Black";
        font-size: 14px;
        color: #4a4a4a;
        padding-top: 12px;
        margin-bottom: 10px
    }

    .signin-page .entry-feedback-wrapper input {
        width: 235px;
        height: 32px;
        border: solid 1px #575759;
        border-radius: 0;
    }

    .signin-page .signin-text a, .signin-page .form-description {
        font-family: "CentraNo2-Book";
        font-size: 12px;
        color: #595758;
        font-style: normal;
        font-weight: 900;
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #737373;
        width: 100%;
    }

        .signin-page .signin-text a:hover {
            border: none;
            cursor: pointer;
        }

    .signin-page .page-action-bar {
        padding-top: 22px;
    }

        .signin-page .page-action-bar input {
            font-family: "CentraNo2-Black";
            font-size: 18px;
            color: #ffffff;
            line-height: 7px;
            letter-spacing: 1px;
            font-weight: 900;
            padding: 20px 30px;
        }

            .signin-page .page-action-bar input[disabled]:hover {
                padding: 20px 30px;
                font-size: 18px;
                font-weight: 900;
            }

    .signin-page .sign-in-container {
        border-bottom: solid 1px #9a9a9a;
    }

    .checkbox-label {
        cursor: pointer;
    }

    .account-form .form-label-wrap {
        font-family: "CentraNo2-Black";
        font-size: 14px;
        color: #4a4a4a;
        padding-top: 12px;
        margin-bottom: 10px
    }

    .account-form .form-group {
        padding-top: 7px;
    }

    .signin-page .account-page-header {
        margin-top: 30px;
    }

    @media screen and (min-width: 768px) {
        .signin-page .sign-in-container {
            border: none;
        }

        .desktop-wrapper h1 {
            margin-top: 30px;
        }

        .desktop-wrapper-border {
            border-left: solid 1px #979797;
        }
    }

    @media screen and (min-width: 768px) {
        .signin-page {
            padding-top: 87px;
        }

            .signin-page .sign-in-container {
                border: none;
            }

        .desktop-wrapper {
            width: 270px;
            margin-left: auto;
            margin-right: auto;
        }

            .desktop-wrapper .form-group-medium {
                padding-top: 12px;
                margin-bottom: 10px;
            }

        .create-account-container {
            margin-left: 70px;
        }
    }

    .mobile-footer {
        display: none;
    }

    .desktop-total-bottom {
        display: block;
        margin-top: 0;
    }

    .desktop-footer {
        display: block;
        height: 333px;
        border-bottom: 4px solid rgba(155, 155, 155, 0.18);
    }

        .desktop-footer .footer-title {
            font-family: 'CentraNo2-Extrabold';
            font-size: 14px;
            line-height: 20px;
            color: #52575b;
        }

        .desktop-footer .col-sm-4 {
            font-size: 14px;
            line-height: 21px;
            font-family: "CentraNo2-Book";
            color: #6f6f6f;
            height: 100%;
        }

        .desktop-footer .col-sm-3 {
            font-size: 14px;
            line-height: 21px;
            font-family: "CentraNo2-Book";
            color: #6f6f6f;
            height: 100%;
        }

        .desktop-footer .footer-link {
            font-family: CentraNo2-Medium;
            color: #03a50a;
        }

    .footer-address {
        padding-bottom: 20px;
    }

    .footer-phone {
        padding-top: 20px;
    }

    .desktop-footer .btn-footer {
        color: #03a50a;
        border-color: #03a50a;
        font-family: CentraNo2-Medium;
        font-size: 14px;
        line-height: 7px;
        letter-spacing: 0.6px;
        border: 1px solid #03a50a !important;
    }

    .desktop-footer .conversation-button {
        margin-top: 59px;
    }

    .bottom-footer-box-mobile {
        height: 387px;
        background-color: #777777;
        padding-bottom: 25px;
    }

    .desktop-footer-signup-title {
        line-height: 29px;
        font-size: 32px;
        font-family: "CentraNo2-Black";
        letter-spacing: 0.3px;
        color: #ffffff;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .desktop-footer-signup-description {
        font-size: 20px;
        font-family: CentraNo2-Medium;
        letter-spacing: 0.2px;
        line-height: 32px;
        color: #fcfcfc;
    }

    #mc-embedded-subscribe {
        max-width: 900px;
    }

    #mce-EMAIL {
        max-width: 900px;
    }

    .desktop-footer .btn-footer {
        position: absolute;
        bottom: 70px;
        border-radius: 0px;
    }

    .desktop-total-bottom .AuthorizeNetSeal {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .desktop-total-bottom .trustwave-wrapper-desktop {
        display: inline-block;
    }

    .desktop-total-bottom .copyright-information {
        width: 132px;
    }

    .desktop-footer .btn-footer {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .desktop-mailing-list-signup {
        padding-left: 0;
        padding-right: 30px;
    }

    .desktop-footer-bottom-div {
        height: 333px;
        padding-top: 80px;
    }
}

#forgot-password-wrapper {
    display: none;
}

.account-info-section {
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
}

.green-outline-button, .green-outline-button:active {
    border-radius: 3px;
    padding: 7px 30px;
    text-transform: uppercase;
    border: solid 1px #03a50a;
    background-color: #fff;
    color: #03a50a;
}

    .green-outline-button:hover {
        background-color: #03a50a;
        color: #fff;
        cursor: pointer;
    }

.topic-page {
    padding: 20px 0 10px 0;
}
/* Search */

.tn-search-header {
    padding: 20px 0 0;
}

.tn-search-form {
    margin: 0 10px;
}

    .tn-search-form .search-term {
        max-width: 800px;
    }

        .tn-search-form .search-term input {
            font-family: "CentraNo2-Black";
            color: #595959;
            font-size: 20px;
            border: none;
            border-bottom: 1px solid #979797;
            border-radius: 0;
            box-shadow: none;
            /*padding: 24px 0;*/
        }

        .tn-search-form .search-term .btn {
            background: transparent;
            color: #52575b;
            border: none;
            border-bottom: 1px solid #979797;
            text-shadow: 1px 1px 0 #fff;
            padding: 8px 0;
            font-size: 15px;
        }

            .tn-search-form .search-term .btn:focus,
            .tn-search-form .search-term .btn:active {
                outline: none;
                box-shadow: none;
            }

            .tn-search-form .search-term .btn span {
                font-family: "CentraNo2-Medium";
                border: 1px solid #979797;
                padding: 0px 18px;
            }

    .tn-search-form .form-control.search-term:focus {
        border: 0;
    }

    .tn-search-form .result-count {
        font-family: "CentraNo2-Medium";
        margin: 4px 0;
        font-size: 15px;
    }

.tn-search-sort-wrapper {
    padding: 10px 0;
    background-color: #343434;
    color: white;
    margin-top: 20px;
}

.tn-search-sort-title {
    margin-right: 20px;
    font-family: "CentraNo2-Medium";
    font-size: 18px;
    margin-top: 8px;
    display: block;
    float: left;
}

.tn-search-sort .btn-search-sort, .tn-search-sort .btn-search-sort:hover, .tn-search-sort .btn-search-sort:active {
    font-family: "CentraNo2-Medium";
    padding: 5px 8px;
    border-radius: 0;
    font-size: 15px;
    margin-right: 20px;
    border: solid 2px #03a50a;
    background-color: #fff;
    text-decoration: none;
}

    .tn-search-sort .btn-search-sort.selected {
        font-family: "CentraNo2-Black";
        text-decoration: none;
        border-width: 3px;
        color: #03a50a;
    }

.tn-search-button {
    vertical-align: bottom;
    margin-top: 11px;
    z-index: 3;
}

.footer-title {
    color: #03a50a;
    font-size: 23px;
    font-family: "CentraNo2-Black";
    letter-spacing: 0.4px;
}

.footer {
    background-color: #f1f1f1;
}

.minicart-modal {
    padding-left: 0 !important;
}

.minicart-modal-dialog {
    width: 360px;
    margin: 5px;
}

.minicart-modal .modal-content {
    border-radius: 0
}

.minicart-modal .modal-body {
    padding: 0;
}

.minicart-modal a, .minicart-modal a:active {
    color: #03a50a;
}

    .minicart-modal a:hover {
        color: #f8e71c;
    }

.minicart-container {
    display: flex;
    flex-direction: column;
}

.minicart-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.minicart-footer-container {
    display: flex;
    flex-direction: column;
}

    .minicart-footer-container .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }

.minicart-title {
    font-family: CentraNo2-Bold;
    text-transform: uppercase;
    color: #5c5c5c;
    padding-left: 10px;
}

.close-modal-btn {
    background-color: #fff;
    border-style: none;
    padding: 5px 5px 5px 0;
}

.minicart-close {
    width: 40px;
}

.minicart-checkout-button {
    width: 228px;
    font-family: CentraNo2-Bold;
}

.minicart-close-btn {
    order: 2;
    font-size: .9em;
    padding: 5px 15px;
    margin-top: 20px;
}

.minicart-price-container {
    display: flex;
    flex-direction: column;
    font-family: CentraNo2-black;
    text-transform: uppercase;
    color: #5c5c5c;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
}

.minicart-border-top {
    border-top: 1px solid #d8d8d8;
}

.minicart-total-container {
    display: flex;
    justify-content: space-between;
    padding: 13px 25px;
}

    .minicart-total-container .minicart-total-header {
        font-size: 18px;
    }

    .minicart-total-container .minicart-total {
        font-size: 24px;
    }

.minicart-discount {
    color: red;
}

.minicart-item-mobile-container, .minicart-item-entry-mobile-container {
    display: flex;
}

.minicart-image img {
    width: 100px;
}

.minicart-details-mobile-container {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

    .minicart-details-mobile-container ul {
        -webkit-padding-start: 0px;
        padding-left: 15px;
    }

.minicart-details-mobile-product-label {
    font-family: CentraNo2-Black;
    font-size: 13px;
    color: #4a4a4a;
}

.minicart-details-mobile-product-header {
    width: 80px;
}

.minicart-details-mobile-text {
    font-size: 11px;
    color: #52575b;
    font-family: CentraNo2-Book;
}

.minicart-action-link {
    margin-left: 20px;
}

    .minicart-action-link a, a.minicart-action-link {
        color: #9a9a9a;
        font-size: 11px;
        font-family: CentraNo2-Bold;
    }

.minicart-upsell {
    background-color: #f8e71c;
    color: #000;
    margin-top: 10px;
}

    .minicart-upsell .minicart-upsell-header {
        font-family: CentraNo2-Black;
        font-size: 16px;
        text-transform: uppercase;
        padding: 5px 5px 5px 10px;
    }

    .minicart-upsell .minicart-upsell-mobile {
        display: flex;
        flex-direction: column;
    }

        .minicart-upsell .minicart-upsell-mobile .minicart-upsell-item {
            font-family: CentraNo2-Bold;
            font-size: 14px;
            color: #000;
            padding-left: 10px;
        }

.minicart-upsell-button {
    width: 150px;
    margin: 10px auto;
}

.minicart-grid-header, .minicart-item-desktop, .minicart-product-desktop, .minicart-upsell-desktop {
    display: none;
}

.shipping-address-column,
.billing-address-column {
    padding: 0;
    margin: 15px 0;
}


.js-address-area .col-md-7,
.account-email-wrapper {
    padding: 0;
}

.row.checkout-block {
    margin-left: 0;
    margin-right: 0;
}

.selected-address-wrapper .edit-address-btn {
    top: -20px;
    left: 230px;
}

.radio.single-radio label {
    padding-left: 0;
}

.edit-address-btn a.add-address-button {
    padding-left: 15px;
}

@media (min-width: 400px) {
    .minicart-modal-dialog {
        width: 90%;
        margin: auto;
        margin-top: 25px;
    }
}

@media (min-width: 900px) {
    .minicart-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .minicart-header-container {
        background-color: #03a50a;
        color: #fff;
        width: 100%;
    }

    .minicart-title {
        color: #fff;
        padding-left: 25px;
        width: 65%;
        font-size: 20px;
    }

    .close-modal-btn {
        width: 35%;
        text-align: right;
    }

    .minicart-content-container {
        width: 65%;
    }

    .minicart-footer-container {
        width: 35%;
        padding: 20px 0;
    }

    .minicart-checkout-button {
        width: 200px;
        font-family: CentraNo2-Bold;
    }

    .minicart-items-container {
        display: grid;
        padding: 10px 0 10px 25px;
        grid-template-columns: 60% 15% 10% 15%;
    }

    .minicart-grid-header {
        display: block;
        font-family: CentraNo2-Black;
        font-size: 14px;
        color: #5c5c5c;
        text-transform: uppercase;
    }

    .minicart-item-mobile-container, .minicart-upsell .minicart-upsell-mobile {
        display: none;
    }

    .minicart-upsell .minicart-upsell-header {
        font-size: 20px;
        padding: 10px 10px 10px 20px;
    }

    .minicart-upsell-desktop {
        display: flex;
        justify-content: center;
    }

    .minicart-details-desktop-product-label {
        font-family: CentraNo2-Black;
        font-size: 18px;
        color: #52575b;
    }

    .minicart-item-desktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .minicart-product-desktop {
        display: flex;
        justify-content: flex-start;
    }

    .minicart-product-description {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }

        .minicart-product-description ul {
            padding-left: 15px;
        }
}

@media (min-width: 1150px) {
    .minicart-footer-container .button-container {
        flex-direction: row;
        margin: 20px 0;
        justify-content: space-around;
    }

    .minicart-close-btn {
        order: 0;
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .minicart-modal-dialog {
        width: 1300px;
    }

    .minicart-checkout-button {
        width: 228px;
    }
}

/* Product  Display*/
a.product-link:hover {
    text-decoration: none;
}

a.product-link .product-container:hover {
    background-color: #9ce19f;
}

.product-container {
    display: flex;
    background-color: #fff;
    margin: 5px;
    padding: 0px 5px;
    height: 155px;
    position: relative;
}

    .product-container .corner-text-wrapper {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        clip: rect(0px, 141.421px, 70.7107px, 0px);
        height: 141.421px;
        position: absolute;
        right: -30px;
        top: -36px;
        width: 141.421px;
        z-index: 1;
    }

    .product-container .corner-text {
        color: white;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 37px;
        top: 33px;
        background-color: #e92b2b;
        box-shadow: 0 2px 4px 0 #ff0000;
        display: block;
        height: 75px;
        position: absolute;
        width: 75px;
        z-index: 2;
    }

        .product-container .corner-text .sale-text {
            text-transform: uppercase;
            transform: rotate(45deg);
            margin-left: 30px;
            margin-top: 15px;
        }

    .product-container .product-image-container {
        align-self: center;
    }

    .product-container .product-info-container {
        display: flex;
        flex-flow: column;
        text-align: left;
        padding: 0 5px;
        align-self: center;
        color: #000;
    }

        .product-container .product-info-container .product-name {
            font-weight: bold;
            margin-bottom: 5px;
        }

        .product-container .product-info-container .learn-more {
            display: none;
        }

        .product-container .product-info-container .product-prices {
            font-family: CentraNo2-Bold;
        }

        .product-container .product-info-container .sale-price, .cost .product-prices .sale-price {
            color: #d0021b;
            font-weight: bold;
            margin-left: 10px;
        }

        .product-container .product-info-container .regular-sale-price, .cost .product-prices .regular-sale-price {
            text-decoration: line-through;
        }

@media (min-width:1024px) {
    .product-container .product-info-container .rating {
        margin-left: auto;
        margin-right: auto;
    }
}

.minicart-upsell-desktop .product-wrapper {
    width: 25%;
}

    .minicart-upsell-desktop .product-wrapper .product-container {
        height: 200px;
        padding-top: 10px;
    }

        .minicart-upsell-desktop .product-wrapper .product-container .product-info-container {
            font-size: 13px;
        }

        .minicart-upsell-desktop .product-wrapper .product-container .product-image-container .product-image {
            max-width: 100px
        }

        .minicart-upsell-desktop .product-wrapper .product-container .product-prices {
            margin: 5px 0;
        }

        .minicart-upsell-desktop .product-wrapper .product-container .add-to-cart button {
            padding: 5px;
            font-size: 13px;
        }

a.product-link .product-info-container .product-info-summary {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .product-container {
        height: 175px;
        margin: 10px;
    }
}

@media (min-width: 800px) {
    .product-image {
        margin: auto;
    }

    .product-container {
        height: 375px;
        flex-direction: column;
        padding-top: 30px;
    }

        .product-container .product-info-container {
            margin-top: 15px;
            text-align: center;
            font-size: 18px;
            flex-grow: 1;
            justify-content: space-between;
        }

            .product-container .product-info-container .product-prices {
                margin: 20px 0;
            }

    a.product-link .product-info-container .product-info-summary {
        display: block;
        font-family: CentraNo2-Book;
        font-size: 16px;
    }

    a.product-link .product-container:hover, a.product-link .product-container:hover, .minicart-upsell-desktop .product-wrapper a .product-container:hover {
        background-color: #9ce19f;
    }

        a.product-link .product-container:hover .product-info-container .product-name,
        a.product-link .product-container:hover .product-info-container .product-info-summary,
        a.product-link .product-container:hover .product-info-container .rating,
        .minicart-upsell-desktop .product-wrapper a .product-container .add-to-cart,
        .minicart-upsell-desktop .product-wrapper a .product-container .product-info-summary,
        .minicart-upsell-desktop .product-wrapper a .product-container:hover .product-info-container .product-name {
            display: none;
        }

        a.product-link .product-container:hover .product-info-container .learn-more,
        .minicart-upsell-desktop .product-wrapper a .product-container:hover .add-to-cart {
            display: block;
            margin-top: 15px;
        }
}

/*** end product display */

.search-results {
    width: 375px;
}

@media(min-width: 375px) {
    .search-results {
        width: 100%;
    }
}

@media(min-width: 1440px) {
    .search-results {
        width: 1440px;
        margin: auto;
    }
}

.shopping-cart-page.empty-shopping-cart {
    max-width: 1440px;
    margin: auto;
}
/*** Browse page styles*/
.browse-header {
    width: 375px;
    height: 223px;
    padding: 20px;
    color: #fff;
    font-family: CentraNo2-Black;
    background: url('/images/category/mobile/default-cat.png')
}

    .browse-header .browse-title {
        padding-bottom: 40px;
        margin-top: 20px;
    }

        .browse-header .browse-title .browse-title-label {
            font-size: 33px;
            text-transform: uppercase;
            letter-spacing: .5px;
            line-height: .88;
        }

@media (min-width: 375px) {
    .browse-header {
        width: 100%;
    }
}


@media (min-width: 800px) {
    .browse-header {
        padding: 70px 0px 0px 25px;
    }

        .browse-header .browse-title .browse-title-label {
            font-size: 50px;
            line-height: .45;
            letter-spacing: 1px;
        }
}

@media (min-width: 992px) {
    .browse-header {
        height: 400px;
        position: relative;
        top: -120px;
        background: url('/images/category/desktop/default-cat.png');
    }

    .browse-product-wrapper {
        margin-top: -120px;
    }

    .browse-header .browse-title {
        padding-bottom: 60px;
        margin: auto;
        margin-top: 100px;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .browse-header {
        background-size: cover !important;
    }

        .browse-header .browse-title {
            width: 1440px;
        }
}

@media (max-width:500px) {
    .product-info-summary {
        visibility: hidden;
        height: 0px;
    }

    .product-info-container .rating {
        padding-bottom: 10px;
    }
}
