body {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1D1D1B;
    background-color: #ffffff;
    font-weight: 300;
}
a {
    color: #666;
}
a:hover, a:focus {
    color: #000;
}
.SFCPageHeader {
    /* background: rgba(15,25,32,0.85); */
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
    /* -webkit-box-shadow: 0px 0px 7px rgb(0 0 0 / 50%); */
    /* box-shadow: 0px 0px 7px rgb(0 0 0 / 50%); */
    /* position: fixed; */
    /* right: 0; */
    /* left: 0; */
}
.navbar-default {
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    min-height: 0;
}
.SFCPageMainNavigation {min-height: 0px;}
.SFCPageMainNavigation ul.nav {
    display: inline-block;
    float: left;
    position: absolute;
    top: -56px;
    left: 0;
}

.SFCPageMainNavigation li {
    display: inline-block;
    float:none;
}

.SFCPageHeadNavigation .navbar-brand {
    float: left;
    padding: 10px;
}

.logo.desktop {
    width: 89px;
    margin-top: 5px;
}

.navbar-default .navbar-nav > li > a,
.SFCPageHeadNavigation .navbar-nav > .active > a {
    color: #000;
    transition: all 100ms ease-out 0s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.54px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fe0;
}

.SFCPageMainNavigation.navbar-default .navbar-nav > li > a {
    font-weight: 400;
    font-size: 14px;
}

.SFCPageFooterNavigation .nav > li > a,
.SFCPageFooterNavigation .nav > li > a:hover,
.SFCPageFooterNavigation .nav > li > a:focus,
.SFCPageFooterNavigation .nav > li .active-language {
    color: #333;
    background: transparent;
}
.SFCOffCanvasNavigation {
    background-color: #FFF;
}

.off-canvas-toggle i,
.cart-toggle i {
    color: #000;
}

.SFCOffCanvasNavigation .nav > li a,
.SFCOffCanvasNavigation .nav > li a:hover,
.SFCOffCanvasNavigation .nav > li a.hover,
.SFCOffCanvasNavigation .nav > li a:focus,
.SFCOffCanvasNavigation .nav > li a.focus {
    color: #000;
}

.SFCPageHeadNavigation .navbar-nav > .active > a,
.SFCPageHeadNavigation .navbar-nav > .active > a:hover,
.SFCPageHeadNavigation .navbar-nav > .active > a.hover,
.SFCPageHeadNavigation .navbar-nav > .active > a:focus,
.SFCPageHeadNavigation .navbar-nav > .active > a.focus
{
    color: #fe0;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.btn-default, .SFCBuy input[type="number"], .SFCCartDisplayItem .input-group.quantity input[id|="quantity"] {
    border-color: #000;
    color: #000;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus
{
    border-color: #444;
    color: #fff;
    background-color: #444;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-primary,
.btn.variant:active,
.btn.variant.active,
.input-group-addon,
.btn-update {
    border-color: #000;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-update:hover,
.btn-update:focus,
.btn-update.focus
{
    color: #FFF;
    border-color: #444;
    background-color: #444;
}
.btn.variant.disabled,
.btn.variant[disabled],
.btn.variant.disabled:active,
.btn.variant.disabled.active,
.btn.variant[disabled]:active,
.btn.variant[disabled].active,
.btn.variant.disabled:hover,
.btn.variant[disabled]:hover,
.btn.variant.disabled:focus,
.btn.variant.disabled.focus,
.btn.variant[disabled]:focus,
.btn.variant[disabled].focus,
.btn.variant.disabled:active:hover,
.btn.variant[disabled].active:hover,
.btn.variant.disabled:active:focus,
.btn.variant[disabled].active:focus,
.btn.variant.disabled:active.focus,
.btn.variant.disabled.active.focus,
.btn.variant[disabled]:active.focus,
.btn.variant[disabled].active.focus
{
    opacity: 1;
    border-color: #c6c6c6;
    color: #c6c6c6;
    background-color: transparent;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    cursor: default;
    border-color: #1D1D1B;
    background-color: #1D1D1B;
    color: #FFF;
}
pagination > li > a, .pagination > li > span {
    color: #1D1D1B;
    background-color: #000;
    border: 1px solid #1D1D1B;
}

.badge, .emblem {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    right: 5px;
    top: 5px;
    border-radius: 5px;
}

.emblem {
    border-radius: 0;
    position: relative;
    margin-top: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.list-group-item,
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus,
.SFCCartDisplayTotalsTable .cart-total,
.SFCOrderDisplayTotals .cart-total {
    color: inherit;
    border-color: transparent;
    background: transparent;
}
.well,
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus,
.SFCCartDisplayTotalsTable .cart-total,
.SFCOrderDisplayTotals .cart-total {
    background-color: transparent;
}

.well {background: #ababab24;}

.SFCPageHeadNavigation .navbar-nav {
    float: left;
}
.btn,
.SFCBuy input[type="number"],
.SFCCartDisplayItem .input-group.quantity input[id|="quantity"],
.form-control,
.input-group-addon,
.modal-content {
    min-width: 50px;
    border-radius: 0;
    border-width: 1px;
}

.btn.variant {
    font-size: 14px;
    font-weight: 400;
}

.SFCBuy .btn-cart {
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.SFCBuy input[type="number"] {

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.SFCPageHeadNavigation .navbar-body {
    margin-top: 40px;
}
.content-container {
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 10px;
}

.content-container #content  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .content-container #content  {
        width: 750px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .content-container #content  {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .content-container #content {
        width: 1170px;
    }
}

.SFCProductList > .col-md-3 {
    width: 50%;
}

.SFCProductListItem {
    border: none;
    border-radius: 10px;
    background: white;
    text-align: center;
    position: relative;
}

.SFCProductListItem > .visual > .img-container img {
    display: inline-block
}

.SFCProductListItem .caption {
    font-size: 14px;
    margin-top: 0;
}
.SFCProductListItem .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.SFCProductDetails .title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
}
#page-footer {
    background: #192026;
}

.footer-content {
    background: url('img/eyes-bg.png') no-repeat center 50px;
    background-size: 100px;
    text-align: center;
    padding: 200px 0 30px 0;
}
.SFCPageFooterNavigation > .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.SFCPageFooterNavigation .nav > li > a,
.SFCPageFooterNavigation .nav > li > a:hover,
.SFCPageFooterNavigation .nav > li > a:focus,
.SFCPageFooterNavigation .nav > li .active-language {
    color: #CCC;
    font-size: 11px;
    text-transform: uppercase;
}

.SFCPageFooterInfo {
    color: #fff;
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    opacity: 1;
}
.SFCPageFooterNavigation .nav > li > a.social {
    font-size: 48px;
}
.SFCPageFooterNavigation .social-label {
    display: none;
}
.SFCPageFooterInfo.brv_black {
    opacity: .2;
}
.SFPDefault .content-container {
    background-color: transparent;
}
.SFPDefault .content-container .SFCProductListItem div {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}



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

    div.SFCShopNotification {
        top: 100px;
        margin-bottom: 0;
        position: absolute;
    }

    .content-container {

        margin-top: 80px;
    }

    .SFPDefault .content-container {

        margin-top: 0px;
    }


    .SFCTeaserList {
        width: 100%
    }

    .SFCTeaser {
        max-height: 700px;
        overflow: hidden;
    }

    .navbar-header {
        float: none;
    }
    .SFCPageHeadNavigation .navbar-body {
        position: absolute;
        right: 0;
        top: 5px;
        margin-top: 0;
        font-size: 12px;
    }
    .SFCPageHeadNavigation .navbar-nav > li > a.cart {
        /* padding-right: 0; */
    }
}
@media screen and (max-width: 767px) {

    .SFCPageHeader {
        box-shadow: none;
    }

    nav.navbar.navbar-default.SFCNavigation.SFCPageHeadNavigation {background: #fff;}

    .SFCPageHeader .navbar-brand .logo {
        width: 140px;
    }

    body {
        background-size:160%
    }
}

.row.social {
    display: none;
}

.SFPDefault div.SFCShopNotification { display: none; }
.SFCShopNotification .notification.info {background: transparent;padding-top:8px;}
.SFCShopNotification .notification.info a {color: #1d1c1b;background: #ffffff5e;padding: 5px 10px;margin-bottom: 10px;display: inline-block;border-radius: 5px;}
@media screen and (min-width: 768px)  { .SFCShopNotification { width: 100%; } }
@media screen and (min-width: 992px)  { .SFCShopNotification { width: 100%; } }
@media screen and (min-width: 1200px) {	.SFCShopNotification { width: 100%; } }