@font-face {
    font-family: 'webfont1';
    font-style: normal;
    font-weight: 400;
    src: url('font/webfont1.eot'); /* IE9 Compat Modes */
    src: url('font/webfont1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/webfont1.woff2') format('woff2'), /* Super Modern Browsers */
    url('font/webfont1.woff') format('woff'), /* Modern Browsers */
    url('font/webfont1.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/webfont1.svg#webfont1') format('svg'); /* Legacy iOS */
}
html, body {
    font-family: "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #333;
    font-size: 18px;
	line-height: 1.3em;
	
	background: #bad5f0; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #bad5f0 0%, #80c6ed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #bad5f0 0%,#80c6ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #bad5f0 0%,#80c6ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad5f0', endColorstr='#80c6ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 768px) {
    body {
        padding-top: 65px;
    }
}
.SFPDefault {
    

	/* background: url(img/deco1.jpg) center center no-repeat;
	background-size: cover;
    background-attachment: fixed; */
}
h1, h2, h3, h4, h5 {
    line-height: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "webfont1", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 52px;
    color: #593c2d;
    margin: 20px 0 5px 0;
    /* padding: 0 20px; */
}

h2 {
    font-size: 36px;
    /* color: #87a99e;  */
    margin: 0;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}
.SFCAccount h4 {
    margin-bottom: 10px;
}
h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
a:link, a:visited {
    color: #593c2d;
    text-decoration: none;
    -moz-outline-style: none;
    outline: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: none;
    -moz-outline-style: none;
    outline: none;
}
.well {
    background-color: #fff;
	padding: 19px;
}
.well h4 {
    margin-bottom: 20px;
}
.fa {
    font-size: 32px;
}
.badge {
    background-color: #87a99e;
}
.btn {
    color: #593c2d;
    border: 1px solid #593c2d;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .25;
}
.SFCBuy .btn-cart {
    font-size: 24px;
}
.btn > .fa {
    font-size: 16px;
}
.btn:hover, .btn:focus, .btn.focus {
    background-color: transparent;
    border-color: #593c2d;
    color: #000;
}
.btn.variant {
    font-size: 24px;
}
.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 {
    background-color: transparent;
    -webkit-box-shadow: inset 0 3px 5px rgba(89, 60, 45, 0.12);
    box-shadow: inset 0 3px 5px rgba(89, 60, 45, 0.12);
}
.btn-primary:link, .btn-primary:visited,
.btn-primary, .btn-primary:active,
.btn-primary.active, .btn-primary:hover,
.btn-primary:active:hover, .btn-primary.active:hover,
.btn-primary:active:focus, .btn-primary.active:focus,
.btn-primary:active.focus, .btn-primary.active.focus {
    background-color: #87a99e;
    /* color: #fff;
    border-color: #87a99e;  */
}
.navbar-btn {
    width: 65px;
    height: 65px;
    line-height: 65px;
}
.form-control {
    color: #593c2d;
    border: 1px solid #eee;
    border-radius: 0;
    height: 48px;
}
.form-control:focus {
    border-color: #87a99e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(135, 169, 158, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(135, 169, 158, 0.6);
}

.SFCBuy input[type="number"] {
    border-color: #87a99e;
    width: 50px;
    text-align: center;
    padding: 6px;
}
.SFCCartDisplayItem .input-group.quantity input, .SFCCartDisplayItem .input-group-addon {
    border-radius: 0 !important;
    border-color: #593c2d;
}
.SFCCartDisplayItem .input-group-addon {
    background-color: transparent;
}
.navbar-default {
    background: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #593c2d;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
}
.SFCPageHeader {
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    top: 0;
}
.SFCPageHeader > .container {
    width: 100%;
    background: #fff;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .SFCPageHeader > .container {
        padding: 0 15px;
    }
}
.SFCPageHeader .navbar-header {
    float: none !important;
    height: 65px;
}
.SFCPageHeadNavigation .navbar-brand {
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .SFCPageHeadNavigation .navbar-brand {
        margin: 0;
        height: auto;
        max-width: calc(100% - 130px);
    }
}
.SFCPageHeader .logo {
    width: 260px;
    height: 65px;
}
.SFCPageHeader .navbar-body {
    display: none !important;
    position: absolute;
    right: 0;
    top: 0;
}
.SFCPageHeadNavigation .navbar-nav {
    float: right;
}
.navbar-btn.off-canvas-toggle, .SFCOffCanvasNavigation, .navbar-btn.cart-toggle.visible-xs {
    display: block !important;
}
.SFCPageHeadNavigation  .nav > li a {
    font-family: 'webfont1', "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #593c2d;
    height: 65px;
}
.SFCPageHeadNavigation .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #593c2d;
}

.SFCOffCanvasNavigation {
    background: #fff;
    top: 65px;
    padding-bottom: 65px;
    padding-top: 0;
}
.SFCOffCanvasNavigation .nav > li, .SFCOffCanvasNavigation .nav > li:last-child {
    border-bottom: 1px solid #ddd;
}
.SFCOffCanvasNavigation .nav > li a {
    font-family: 'webfont1', "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 24px;
    letter-spacing: 0px;
    padding: 20px 15px 15px 15px;
    color: #593c2d;
}
.SFCPageFooter {
    background: #fff;
}
.SFCPageFooterNavigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.SFCPageFooterNavigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.SFCPageFooterNavigation .nav > li > a {
    font-family: 'webfont1', "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #593c2d;
    text-transform: uppercase;
}

.SFCPageFooterNavigation .nav > li > a:hover,
.SFCPageFooterNavigation .nav > li > a:focus,
.SFCPageFooterNavigation .nav > li .active-language {
    color: #593c2d;
}
.footer-content {
    text-align: center;
    padding: 20px 0;
}
.SFCPageFooterInfo {
    display: inline-block;
    position: relative;
    right: auto;
    top: auto;
}

.content-container {
    padding-top: 30px;
}
.emblem {
    background-color: #593c2d;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'webfont1', "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.SFCProductListItem {
    background: transparent;
    border: none;
}
.SFCProductListItem .caption {
    background: #fff;
    text-align: center;
    color: #593c2d;
}
.SFCProductListItem .product_type {
    font-size: 14px;
}
.SFCProductDetails {
    display: flex;
    flex-direction: column;
}
.SFCProductDetails h2 {
    order: 0;
}
.SFCProductDetails .product_type {
    order: 1;
    margin: 0 0 .2em 0;
}
.SFCProductDetails .product_type .detail-label {
    display: none;
}
.SFCProductDetails .offer {
    order: 2;
}
.SFCProductDetails .date {
    order: 3;
}
.SFCProductDetails .barcode {
    order: 4;
}
.SFCProductDetails .color {
    order: 5;
}
.SFCProductDetails .material {
    order: 6;
}
.SFCProductDetails .description {
    margin-top: 40px;
    order: 10;
}
.SFCProductDetails .inclusive_costs {
    font-size: .7em;
}
.SFCCartDisplayItem .fa {
    font-size: 14px;
}


/* RKO Tweaks */

.SFPProduct .content-container,
.SFPInfo .content-container { background: #fff; }
@media screen and (min-width: 768px) {
    .SFPProduct .content-container,
    .SFPInfo .content-container { margin-top: 30px; margin-bottom: 30px; }
}
@media screen and (max-width: 767px) {
    .SFCProductDetails { padding-top: 20px; }
}
.SFPProduct h2 span.title { text-transform:uppercase; color:#87a99e; }

.SFCProductListItem { background: #fff; }


.btn-default { background: transparent; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #fff; }