
@font-face {
    font-family: 'head3';
    src: url(head3.ttf) format('truetype');
}

@font-face {
    font-family: 'light';
    src: url(OpenSans-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'regular';
    src: url(OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'bold';
    src: url(OpenSans-Bold.ttf) format('truetype');
}

.formhead{
    padding: 2rem;
    padding-top: 6em;
    width: 40%;
}

.formhead input{
    margin-bottom:4px;
    width: 100%;
}

.benrounded{
    border-radius: 0.8em;
    padding: .1em;
    text-align: center;
    border: 5px solid #a0d1f4;
}


.ben-block {
    width: 100% !important;
}
.copyright .border-bottom {
    border-bottom: none !important;
}

.btn-link {
    font-weight: 400;
    text-decoration: none;
}

.text-secondary {
    color: #ffae2c !important;
}

.btn-secondary {
    color: #333;
    background-color: #ffae2c;
    border: 3px rgb(250, 250, 250) solid;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-secondary:hover,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #ee9117;
    border: 3px #fff solid;
}

.homeborder {
    border-right-color: rgba(35, 153, 226, 0.274);
    border-right-width: 1em;
    border-right-style: solid;
    border-left-color: rgba(35, 153, 226, 0.274);
    border-left-width: 1em;
    border-left-style: solid;
}

.navbar-light .btn {
    color: var(--dark);
    background: #ffae2c;
    border: 3px #fff solid;
}

.headmain {
    font-weight: normal !important;
    font-family: 'head3';
}

body.nohome {
    background-color: white;
}

.blog .entry {
    padding: 2em;
    margin-bottom: 2em;
}

.services .service-box {
    padding: 0px;
}

.services .service-box img {
    width: 100%;
}

.services .service-box .content {
    padding: 1em;
}

.container ul.responsive-table {
    padding-left: 0;
}

input::placeholder {
    padding-left: 3em;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 2em;
}

.pagetitle {
    padding-left: 0.51em;
}

.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}

.tabs label.tl {
    display: block;
    float: left;
    width: auto;
    color: #ccc;
    margin: 0 0 0.3em 0;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 1.5em;
    cursor: pointer;
    box-shadow: inset 0 2px #c7c7c7;
    border-left: 2px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    -webkit-transition: all 0.5s;
    /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.tabs label.tl i {
    padding: 4px;
    margin-right: 0;
}

.tabs label.tl:hover {
    color: #057e15;
    box-shadow: inset 0 2px #057e15;
    border-left: 2px solid #057e15;
    border-right: 2px solid #057e15;
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #ffffff;
}

.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tabs [id^="tab"]:checked+label.tl {
    background: #FFF;
    box-shadow: inset 0 2px #057e15;
    border-left: 2px solid #057e15;
    border-right: 2px solid #057e15;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    color: #057e15;
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5,
#tab6:checked~#tab-content6,
#tab7:checked~#tab-content7,
#tab8:checked~#tab-content8,
#tab9:checked~#tab-content9 {
    display: block;
    border-top: #057e15 2px solid;
    margin-top: -0.5em;
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label.tl span {
        display: inline-block;
    }
    .tabs {
        max-width: auto;
        margin: auto;
    }
}

.bennytip {
    background: #fcffd6;
    padding: 1em;
    border-radius: 0.6em;
    box-shadow: #ccc 0px 3px 4px;
    color: #333;
    border: solid rgba(248, 217, 44, 0.692) 3px;
}

table.dataTable {
    
    border: 1px solid #ccc;
    border-radius: 0.6em;
}

.bennysmall {
    font-size: 80%;
}

.bennytip i {
    font-size: 3em;
    float: left;
    margin-top: -2rem;
    cursor: pointer;
}

.bennytip strong {
    font-weight: 900;
}

.tl sup {
    position: absolute;
    font-size: 0.8em;
}

.blink {
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.display-5 {
    font-size: 2.4em;
    line-height: 1.2;
}

.displaySmall {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
    color: #44444461;
}

.active .displaySmall {
    color: #07618bc4;
}

p.display-5 {
    color: #868686e7;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff !important;
    background: #5969f3;
}

.display-6 {
    color: rgba(124, 124, 124, 0.88);
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.thintext {
    font-weight: 100;
    line-height: 1.2;
}

.breadcrumbs {
    padding: 10px 0;
    min-height: 30px;
    border-bottom: .2rem solid #d64954;
}

.bubbly-button {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: 100px;
    margin-bottom: 60px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0080ff;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(0, 110, 255, 0.5);
}

.bubbly-button:focus {
    outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, transparent 20%, #0095ff 20%, transparent 30%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0095ff 15%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #0091ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0095ff 15%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%), radial-gradient(circle, #0095ff 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
    transform: scale(0.9);
    background-color: #008ae6;
    box-shadow: 0 2px 25px rgba(0, 85, 255, 0.2);
}

.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

.form-floating>label {
    left: 0.5em;
}

.name_filter img {
    height: 2em;
    object-fit: fill;
}

ul.responsive-table {
    margin: 0;
    padding: 0;
}

.btn_dash {
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}

.btn_dash .fa {
    /*Button itself*/
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}

.capital {
    text-transform: uppercase;
}

.btn_dash .fa:active {
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;
}

:root {
    --color-one: #34D1D1;
    --color-two: #2F2235;
    --color-three: #3F3244;
    --color-four: #F2F2F2;
    --color-five: #D1D2D3;
    --color-six: #666666;
    --color-seven: #000000;
    --color-eight: #ffffff;
}

.accordion {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}

.accordion__content {
    order: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
}

.accordion__label {
    display: block;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    padding: 1em 2em;
    background-color: var(--color-four);
    margin-right: 1px;
    border-bottom: 1px solid var(--color-five);
}

.accordion__radio {
    display: none;
}

.accordion input[type="radio"] {
    display: none;
}

.accordion input[type="radio"]+label {
    color: var(--color-six);
    z-index: 1;
}

.accordion input[type="radio"]:checked+label {
    background-color: white;
    font-weight: 600;
    border-top: 1px solid var(--color-five);
    border-left: 1px solid var(--color-five);
    border-right: 1px solid var(--color-five);
    border-bottom: none;
}

.accordion input[type="radio"]:checked+label+.accordion__content {
    display: flex;
    margin-right: 0;
    border-left: 1px solid var(--color-five);
    border-right: 1px solid var(--color-five);
    border-bottom: 1px solid var(--color-five);
}

.accordion__content__image__container {
    width: 40%;
    height: 100%;
    margin-right: 10px;
}

.accordion__content__image {
    max-width: 100%;
    max-height: 88%;
    margin: 3%;
    background-color: teal;
}

.accordion__content__text {
    width: 75%;
    margin-top: 1%;
    margin-left: 40px;
}

.accordion__content__text__title {
    margin-top: 3%;
}

.accordion__content__text__horizontal-line {
    border: none;
    border-bottom: 1px solid var(--color-five);
    margin-right: 2%;
}

.accordion__content__text__body {
    margin-top: 2%;
    padding-right: 5%;
}

@media (max-width: 900px) {
    .accordion {
        border: 1px solid var(--color-five);
    }
    .accordion-tab--status {
        display: inline;
    }
    .accordion__content,
    .accordion__label {
        order: initial;
    }
    .accordion__content {
        flex-direction: column;
    }
    .accordion__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1px;
        display: flex;
        justify-content: space-between;
        font-size: 1.2em;
        padding: 5% 6% 5% 6%;
    }
    .accordion__label:last-child {
        background-color: magenta;
    }
    .accordion__content__image__container {
        width: 100%;
    }
    .accordion__content__image {
        padding: 0;
        margin: 0;
        object-fit: cover;
        height: 300px;
        width: 100%;
    }
    .accordion__content__text {
        font-size: 0.9em;
        margin: 4% 5% 4% 5%;
    }
    .accordion__content__text__title {
        margin: 2% 0 2% 0;
    }
    .accordion__content__text__horizontal-line {
        width: 100%;
    }
    .accordion input[type="radio"]+label span:after {
        content: '+';
    }
    .accordion input[type="radio"]:checked+label span:after {
        content: '—';
    }
    .accordion input[type="radio"]:checked+label {
        border: none;
    }
    .accordion input[type="radio"]:checked+label+.accordion {
        border: none;
    }
    .accordion input[type="radio"]:checked+label+.accordion__content {
        border: none;
    }
}

.responsive-table li {
    border-radius: 3px;
    padding: 1em 1.5em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.responsive-table .table-header {
    background-color: #C2E3F7;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table .btnhold {
    text-align: right;
}

.select2 {
    width: 100% !important;
}

.header h5 {
    font-size: 1.2em !important;
    font-weight: 600 !important;
    color: #012970;
    text-transform: uppercase;
}

.footer .footer-top h4 {
    padding-bottom: 1px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 0.375rem 0.75rem;
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: auto;
}

.select2-container {
    display: block;
}

.dropdown-menu li {
    padding: 0em;
}

.navbar .getstarted_login,
.navbar .getstarted_login:focus {
    background: #3aa643;
    margin: 1em;
    border-radius: 4px;
    color: #fff;
}

.navbar-mobile a.getstarted:hover,
.navbar-mobile .active.getstarted,
.navbar-mobile li:hover>a.getstarted {
    color: #fff !important;
}

.navbar .getstarted_login:hover {
    background: #51d60f;
    color: #fff;
}

.navbar .logout,
.navbar .logout:focus {
    background: #e15043;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .logout:hover {
    background: #f02917;
    color: #fff;
}

@media all and (max-width: 767px) {

    .benrounded{
        border-radius: 0.8em;
        padding: .1em;
        text-align: center;
        border: 2px solid #a0d1f4;
    }
 
    .display-6{
        font-size: 1.3em;
        margin:.5em;
    }

        
    .formhead{
        padding: 3rem;
        padding-top: 5em;
        width: 80%;
    }

    .responsive-table .table-header {
        display: none;
    }
    .responsive-table li {
        display: block;
    }
    .responsive-table .col {
        flex-basis: 100%;
    }
    .responsive-table .col {
        padding: 10px 0;
    }
    .responsive-table .col:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
    }
    .responsive-table .btnhold {
        text-align: center;
        padding: 10px;
    }
    .responsive-table .btnhold:before {
        content: "" !important;
    }
    .navbar .logout {
        margin-left: 0px;
        justify-content: normal;
    }
}

@media (max-width: 1000px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #e7f1f5 !important;
    }
    .navbar-light .navbar-brand h1 {
        color: #fff;
    }
    .navbar .logout {
        margin-left: 0px;
        justify-content: normal;
    }
}

@media (max-width: 500px) {
    .header h5 {
        font-size: 0.9em !important;
        font-weight: 600 !important;
        color: #012970;
        text-transform: uppercase;
    }
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #e7f1f5 !important;
    }
    .navbar-light .navbar-brand h1 {
        color: #fff;
        font-size: 1.3em;
    }
    .navbar-light .navbar-toggler {
        color: rgba(247, 247, 247, 0.55);
        border-color: rgba(0, 0, 0, 0.1);
    }
    .navbar-light .navbar-brand img {
        position: absolute;
        max-height: 2.6em;
        display: inline-block;
    }
    .navbar-brand .col {
        padding-left: 2.4em;
    }
    .navbar .logout {
        margin-left: 0px;
        justify-content: normal;
    }
}

@media (max-width: 400px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #e7f1f5 !important;
    }
    .navbar-light .navbar-brand h1 {
        color: #fff;
        font-size: .9em
    }
    .navbar-light .navbar-toggler {
        color: rgba(247, 247, 247, 0.55);
        border-color: rgba(0, 0, 0, 0.1);
    }
    .navbar-light .navbar-brand img {
        position: absolute;
        max-height: 2.6em;
        display: inline-block;
    }
    .navbar-brand .col {
        padding-left: 2.2em;
    }
    .navbar .logout {
        margin-left: 0px;
        justify-content: normal;
    }
}

.footer .footer-top .footer-info span {
    font-size: 1.2em;
    font-weight: 600;
}

.footer .footer-top .footer-info .logo img {
    max-height: 140px;
}

.item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}

.thumb-wrapper {
    padding: 25px 15px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.item .img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.item h4,
.item p,
.item ul {
    margin-bottom: 5px;
}

.thumb-content .btn {
    text-transform: uppercase;
    padding: 1em;
    margin-top: 1em;
    font-size: .8em;
    font-weight: 600;
    border: .3em solid #ccc;
    line-height: normal;
    border-radius: 2em;
    width: 80%;
}

.thumb-content .btn:hover,
.thumb-content .btn:focus {
    box-shadow: none;
    background-color: #054c7e;
    color: whitesmoke;
    border: .3em solid rgb(8, 106, 217);
}

.thumb-content .btn i {
    font-weight: bold;
    margin-left: 5px;
}

.wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}

.wish-icon .fa-heart.saved {
    color: #ff6161;
}

.item-price {
    padding: 2px 0;
    font-weight: 400;
}

.item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}

.roundedben {
    border-radius: 1rem;
}


/*** SHOOPPING CART **/

.all-caps {
    text-transform: capitalize;
    font-weight: 300;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    text-align: center;
}

.wrap {
    width: 75%;
    max-width: 960px;
    margin: 0 auto;
    padding: 5% 0;
    margin-bottom: 5em;
}

.projTitle {
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    padding: 1em;
    border-bottom: 1px solid #dadada;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.projTitle span {
    font-weight: normal;
    font-style: italic;
    text-transform: lowercase;
    color: #777;
}

.heading {
    padding: 1em;
    padding-bottom: 1.6em;
    border-bottom: 1px solid #D0D0D0;
}

.heading h1 {
    font-size: 2em;
}

.heading a.continue:link,
.heading a.continue:visited {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.heading a.continue:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.heading a.continue:hover,
.heading a.continue:focus,
.heading a.continue:active {
    background: #238538;
}

.heading a.continue:hover:after,
.heading a.continue:focus:after,
.heading a.continue:active:after {
    right: -10px;
}

.tableHead {
    display: table;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: .75em;
}

.tableHead li {
    display: table-cell;
    padding: 1em 0;
    text-align: center;
}

.tableHead li.prodHeader {
    text-align: left;
}

.cart {
    padding: 1em 0;
}

.cart .items {
    display: block;
    width: 100%;
    padding: 1.5em;
    border-bottom: 1px solid #fafafa;
}

.cart .items.even {
    background: #fafafa;
}

.cart .items .infoWrap {
    display: table;
    width: 100%;
}

.cart .items .cartSection {
    display: table-cell;
}

.cart .items .cartSection .itemNumber {
    font-size: .75em;
    color: #777;
    margin-bottom: .5em;
}

.cart .items .cartSection h3 {
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.cart .items .cartSection p {
    display: inline-block;
    font-size: .85em;
    color: #777777;
    font-family: "Montserrat", sans-serif;
}

.cart .items .cartSection p .quantity {
    font-weight: bold;
    color: #333;
}

.cart .items .cartSection p.stockStatus {
    color: #2e6ac9;
    font-weight: bold;
    padding: .5em 0 0 1em;
    text-transform: uppercase;
}

.cart .items .cartSection p.stockStatus.out {
    color: #f66363;
}

.cart .items .cartSection .itemImg {
    width: 4em;
    float: left;
}

.cart .items .cartSection.qtyWrap,
.cart .items .cartSection.prodTotal {
    text-align: left;
}

.cart .items .cartSection.qtyWrap p,
.cart .items .cartSection.prodTotal p {
    font-weight: bold;
    font-size: 1.25em;
}

.cart .items .cartSection input.qty {
    width: 2em;
    text-align: center;
    font-size: 1em;
    margin: 1em .5em 0 0;
    border-radius: 0.6em;
    border: #ccc 1px solid;
}

.cart .items .cartSection .itemImg {
    width: 8em;
    display: inline;
    padding-right: 1em;
}

.special {
    display: block;
    font-family: "Montserrat", sans-serif;
}

.special .specialContent {
    padding: 1em 1em 0;
    display: block;
    margin-top: .5em;
    border-top: 1px solid #dadada;
}

.special .specialContent:before {
    content: "\21b3";
    font-size: 1.5em;
    margin-right: 1em;
    color: #6f6f6f;
    font-family: helvetica, arial, sans-serif;
}

.cf a.remove {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: bold;
    background: #e0e0e0;
    padding: 1em;
    font-size: .75em;
    display: inline-block;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.cf a.remove:hover {
    background: #f30;
}

.cf .btn:link,
.cf .btn:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.cf .btn:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.cf .btn:hover,
.cf .btn:focus,
.cf .btn:active {
    background: #37ad4f;
}

.cf .btn:hover:after,
.cf .btn:focus:after,
.cf .btn:active:after {
    right: -10px;
}

.promoCode .btn {
    font-size: .85em;
    padding: .5em 2em;
}


/* TOTAL AND CHECKOUT  */

.subtotal .totalRow {
    text-align: center;
}

.subtotal .totalRow.final {
    font-size: 2em;
}

.subtotal .totalRow .label {
    font-family: "Montserrat", sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    color: #777;
}

@media only screen and (max-width: 39.375em) {
    .wrap {
        width: 98%;
        padding: 2% 0;
    }
    .projTitle {
        font-size: 1.5em;
        padding: 10% 5%;
    }
    .heading {
        padding: 1em;
        font-size: 90%;
    }
    .cart .items .cartSection {
        width: 90%;
        display: block;
        float: left;
    }
    .cart .items .cartSection.qtyWrap {
        width: 10%;
        text-align: center;
        padding: .5em 0;
        float: right;
    }
    .cart .items .cartSection.qtyWrap:before {
        content: "QTY";
        display: block;
        font-family: "Montserrat", sans-serif;
        padding: .25em;
        font-size: .75em;
    }
    .cart .items .cartSection.prodTotal,
    .cart .items .cartSection.removeWrap {
        display: none;
    }
    .cart .items .cartSection .itemImg {
        width: 25%;
    }
    .promoCode,
    .subtotal {
        width: 100%;
    }
    .cf a.btn.continue {
        width: 100%;
        text-align: center;
    }
}


.tf-tree .tf-nc, .tf-tree .tf-node-content {
    border-radius: 1em;
    background-color: #3eb53e;
    color: white;
    border: solid #dfe0e2 0.3em !important;
  }
  
  /* make the nodes round and change their background-color */
  .tf-ancestor-tree {
    position: relative;
    padding: 20em;
}
.tf-ancestor-tree > ul {
    transform: rotateX(180deg);
}
.tf-ancestor-tree li ul {
    margin-bottom: 0.5em;
}

.node-text {
    display: inline-block;
    transform: rotateX(180deg);
}

.tf-tree li li::before {
    top: -.9em !important;
  }

.highlight_sel {
    border-radius: 0.2em;
    background-color: #e8bc2d !important;
}

.tf-tree .tf-nc::after{

    height: 0.9em !important;

}

.node-text a {
    color: white !important;
    position: relative;
}
.btn {
    margin-bottom: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: auto !important;
}