body, html {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .062em;
    background-color: #f5f5f5;
}

.nav-tabs .nav-link {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    color: #7E272E;
}
.wide-content, .wide-content-warning {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#header {
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .2);
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    background: 0 0;
    box-shadow: 1px 3px 3px 4px rgba(50, 50, 50, .2);
}

.footer .contentFooter {
    background-color: #eae8ea;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav li a {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #7E272E;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #7E272E;
}

.btn {
    border-radius: 0;
}

.btn-sm {
    width: 230px;
    height: 30px;
    overflow: hidden;
}
.navbar-header {
    margin: 0 auto;
}

.main-menu {
    border-top: 1px solid #e5e5e5;
    background: #fff;
    float: none;
    width: auto;
    position: initial;
}

#home .container {
    padding-top: 0px;
    float: none;
    clear: both;
    padding-right: 0px;
    padding-left: 0px;
}

.main-menu-navigation {
    /*width: 1120px;*/
    text-align: center;
    height: 49px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
}

a.menu-item {
    cursor: pointer;
    color: #6c757d;
}

a.menu-item:hover {
    cursor: pointer;
    color: #2a2730;
}

.main-menu-navigation .menu-item {
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
}

.menu-item .txt {
    text-shadow: 1px 0 0 transparent;
    transition: text-shadow .15s ease-in-out;
}

.item-highlights-new {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#product .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 35%;
}

.centered h1 {
    color: #BF8346;
}

.carousel {
    width: 100%;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

.slide-box img {
    margin-bottom: 8px;
}

.slide-box .col {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 1px 1px 1px 0px darkgray;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slide-box .carousel-item {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    box-shadow: 1px 1px 1px 0px darkgray;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    /*border-radius: 4px;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev, .carousel-control-next {
    width: 3%;
}

.contentFooter a {
    color: #7E272E;
}

legend {
    border-bottom: 1px solid;
    font-size: 1rem;
    color: #7E272E;
}

address {
    font-size: .75rem;
    color: #7E272E;
    margin-bottom: 0px;
}


.carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 20px;
    border-radius: .5rem;
    font-size: 12px;
}

.navbar-nav {
    margin: 0 auto;
}

.slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

span.product-name a {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
    text-transform: uppercase;
}


span.product-name {
    display: block;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
    overflow: hidden;
}

span.product-name a:hover {
    color: #000;
}

.video {
    width: 100%;
    max-width: 480px;
    height: auto;
}

.carousel-video {
    width: 100%;
    max-width: 285px;
    height: auto;
}

#breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
}

#breadcrumb ol {
    list-style: none;
    padding: 0
}

#breadcrumb li {
    float: left;
    margin: 0;
    padding: 0 0 0 7px;
    font-size: 14px;
    font-weight: 400
}

#breadcrumb li a {
    text-transform: uppercase;
    color: #404447
}

#breadcrumb li a:hover {
    color: #6c757d
}

#breadcrumb li .active-page {
    text-transform: uppercase;
    color: #6c757d;
    font-weight: bold;
    font-size: 14px;
}

.navbar-brand {
    height: auto;
    padding: 0 0 0 15px;
    font-size: 45px;
    font-weight: 400;
}

.cart {
    float: right;
    font-size: 10px;
    padding-top: 2px;
    margin-right: 10px;
}

.cart .cart_img {
    float: left;
}

.cart .cart_link {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
}

.cart .cart_link a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 12px;
}

.cart .cart_link a:hover {
    color: #000;
}

.social {
    padding-top: 0px;
    margin-right: 0px;
}

.social a#face {
    background: url("../img/social/facebook.png") no-repeat scroll 0 top transparent;
    float: left;
    height: 32px;
    width: 32px;
}

.social a#face:hover {
    background-position: 0 bottom;
}

.table thead {
    background: #000;
    color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.table, .table > thead > tr > th {
    border-bottom: 1px solid #000;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.form-control {
    font-size: 13px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.glyphicon-remove::before {
    content: "\e014";
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-feedback {
    line-height: 34px;
    text-align: center;
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.login-card {
    max-width: 350px;
    padding: 40px 40px;
    background-color: #F7F7F7;
    margin: 0 auto 25px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-card .reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.login-card .form-signin input[type="email"], .login-card .form-signin input[type="password"], .login-card .form-signin input[type="text"], .login-card .form-signin button {
    height: 44px;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
}

.login-card .btn.btn-signin {
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #5a5e5c;
    border-radius: 3px;
    border: none;
    transition: all 0.218s;
    padding: 0;
}

.login-card .forgot-password {
    color: rgb(104, 145, 162);
}

.login-card .profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 50%;
}

address {
    color: #BF8346;
}

address b {
    font-size: 1rem;
}

@media only screen and (max-width: 600px) {

    .slide-box img {
        max-width: 50%;
    }


    .navbar-brand img {
        width: 65px;
    }

    .logo-desktop {
        display: none;
    }

    .container {
        max-width: 768px;
    }

    .centered h1 {
        font-size: 1rem;
    }

    .centered p {
        display: none;
    }

    .centered h4 {
        display: none;
    }

    h2 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: .75rem;
    }

}


@media only screen and (min-width: 600px) {

    .slide-box img {
        max-width: 45.3333%;
    }


    .navbar-brand img {
        width: 80px;
    }

    .logo-desktop {
        display: none;
    }

    .container {
        max-width: 768px;
    }

    .centered h1 {
        font-size: 1.5rem;
    }

    .centered p {
        display: none;
    }

    .centered h4 {
        display: none;
    }

    h2 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }
}


@media only screen and (min-width: 768px) {

    .slide-box img {
        max-width: 50.3333%;
    }


    .navbar-brand img {
        width: 80px;
    }

    .logo-desktop {
        display: none;
    }

    .container {
        max-width: 992px;
    }

    .centered h1 {
        font-size: 1.5rem;
    }

    .centered p {
        display: none;
    }

    .centered h4 {
        display: none;
    }

    h2 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 1200px;
    }

    .slide-box img {
        max-width: 50.3333%;
    }


    .navbar-brand img {
        width: 85px;
    }

    .mobile-header {
        display: none;
    }

    .logo-desktop {
        display: block;
    }

    .navbar-nav li {
        font-size: 12px;
    }

    .centered h1 {
        font-size: 1.5rem;
    }

    .centered p {
        display: block;
        font-size: .75rem;
    }

    .centered h4 {
        display: block;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {

    .slide-box img {
        max-width: 50%;
    }


    .navbar-brand img {
        width: 90px;
    }

    .mobile-header {
        display: none;
    }

    .logo-desktop {
        display: block;
    }

    .container {
        max-width: 1600px;
    }

    .navbar-nav li {
        font-size: 13px;
    }

    .centered h1 {
        font-size: 2.0rem;
    }

    .centered p {
        display: block;
        font-size: 1rem;
    }

    .centered h4 {
        display: block;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1rem;
    }
}

@media (min-width: 1600px) {

    .slide-box img {
        max-width: 50%;
    }


    .navbar-brand img {
        width: 90px;
    }

    .mobile-header {
        display: none;
    }

    .logo-desktop {
        display: block;
    }

    .navbar-nav li {
        font-size: 15px;
    }

    .centered h1 {
        font-size: 2.0rem;
    }

    .centered p {
        display: block;
        font-size: 1rem;
    }

    .centered h4 {
        display: block;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }
}

/*
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }


    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-item-next.carousel-item-left {
        display: block;
    }

    .carousel-item-next.carousel-item-left + .carousel-item {
        display: block;
    }
    .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
        display: none;
    }

    .carousel-item-prev.carousel-item-right {
        display: none;
    }

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        transform: none;
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        transform: none;
    }
}

@media (min-width: 768px) {
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-item-next.carousel-item-left {
        display: block;
    }

    .carousel-item-next.carousel-item-left + .carousel-item {
        display: block;
    }


    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
        display: none;
    }

    .carousel-item-prev.carousel-item-right {
        display: none;
    }

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        transform: none;
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        transform: none;
    }
}

@media (min-width: 991px) {

    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-item-next.carousel-item-left {
        display: block;
    }

    .carousel-item-next.carousel-item-left + .carousel-item {
        display: block;
    }


    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
        display: none;
    }

    .carousel-item-prev.carousel-item-right {
        display: none;
    }

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        transform: none;
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        transform: none;
    }
}


*/