/* SASS Config */
/* Color set-up */
/* Font set-up */
/* Size set-up */
.color-primary {
  color: #d50e17; }

.color-secondary {
  color: #555857; }

.color-black {
  color: black; }

.color-white {
  color: white; }

/* global css */
em {
  color: inherit; }

#page-content {
  background-color: white;
  padding: 2em; }

#breadcrumbs {
  max-width: 100%;
  margin: 0px auto;
  padding: 10px 70px;
  color: black; }

#breadcrumbs a {
  color: #d50e17;
  text-decoration: none; }

#breadcrumbs a:hover {
  color: gold;
  text-decoration: underline; }

.center-text {
  text-align: center; }

html, body {
  min-height: 100vh; }

html {
  background-color: #eeeeee; }

body {
  background-size: cover;
  max-width: 1680px;
  margin: 0 auto; }

#header, #sidenav {
  background: #000000; }

#sidenav {
  padding: 15px; }

#logo1 > img {
  height: 18px; }

a, .uk-link {
  color: #d50e17;
  cursor: pointer;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  color: #aaafaf; }

h1 a, h2 a {
  color: #d50e17;
  letter-spacing: -.01em;
  display: inline-block;
  line-height: 1.3em; }

h1 a:hover, h2 a:hover {
  color: gold;
  text-decoration: none; }

#main {
  margin-left: 15px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700; }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 0 !important; }

h1#page-title {
  margin-bottom: 0;
  color: #000000;
  font-size: 60px;
  padding: 25px 10px 20px 10px;
  text-transform: capitalize;
  text-stroke: black;
  background-color: none;
  text-align: Center; }

#header .uk-navbar {
  background-color: black;
  color: #eeeeee;
  border: 0;
  border-radius: 0; }

#header .uk-navbar-nav > li > a {
  text-shadow: 0 1px 0 #000;
  color: #eeeeee; }

.uk-nav li > a > div {
  line-height: 10px;
  font-weight: normal; }

.uk-navbar-nav .uk-navbar-nav-subtitle {
  font-weight: bold;
  line-height: 24px; }

.uk-navbar-nav > li:hover > a {
  background-color: black !important; }

nav.uk-navbar {
  border-bottom: 1px solid black !important; }

.uk-navbar-nav li {
  border-right: 1px solid #222222; }

.uk-navbar-flip li {
  border-right: none; }

.uk-navbar-flip li > a {
  padding: 0 5px; }

.uk-navbar-flip button {
  font-size: 1.5em; }

.uk-nav ul {
  padding-left: 0; }

.uk-nav li {
  padding: 5px 0;
  margin: 5px 0;
  border: 0px none;
  list-style-type: none; }

.uk-nav li a {
  color: #000000; }

.uk-nav li a:hover {
  color: #d50e17;
  text-decoration: underline; }

.uk-navbar-nav > li > a {
  color: #eeeeee;
  display: inline; }

.uk-navbar .uk-navbar-nav .uk-navbar .uk-navbar-nav {
  background-color: #eeeeee; }

.uk-dropdown .uk-nav {
  padding: 0 7px;
  margin: 0; }

.uk-dropdown-navbar {
  box-shadow: #cccccc 1px 1px 10px; }

.uk-dropdown, .uk-dropdown-blank {
  width: 300px; }

.uk-dropdown {
  background-color: white; }

.uk-badge-secondary {
  background-color: #000000;
  font-size: 1em;
  padding: 2px;
  font-weight: normal; }

.uk-slideshow {
  height: 500px; }

ul.inline li {
  padding: 0; }

article {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3); }

#header {
  height: 41px;
  overflow: hidden; }

#top {
  float: left; }

header h2 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 34px;
  margin-top: 50px; }

.uk-block-primary {
  background-color: #d50e17;
  color: black; }

.uk-block-primary h1 {
  color: black; }

.uk-block-secondary {
  background-color: #555857;
  color: #000000; }

.view-front-page-features .uk-width-medium-1-3 {
  margin: 10px; }

.uk-panel-box {
  background-position: cover;
  background-color: #eeeeee; }

.uk-panel-box-primary {
  background-color: #d50e17;
  background-position: cover;
  color: #000000;
  padding: 20px; }

.uk-panel-box-trans {
  background-color: rgba(0, 0, 0, 0.1);
  background-position: cover;
  color: #000000;
  padding: 5px 10px 10px 10px; }

.uk-panel-box-trans .uk-panel-title {
  color: #000000;
  font-size: 1.5em; }

.uk-panel-box-secondary {
  background-color: light-color;
  color: #000000;
  padding: 20px; }

.uk-panel-box-tertiary {
  background-color: #000000;
  color: #eeeeee;
  padding: 20px; }

.uk-panel-box-white {
  background-color: white;
  color: #000000;
  padding: 20px; }

.uk-panel-box-header {
  color: #d50e17 !important; }

.uk-button {
  border: 1px solid #000000; }

nav .uk-button {
  border: none;
  background-color: #000000;
  color: white; }

.uk-button-primary {
  background-color: #d50e17;
  color: #000000;
  text-shadow: none; }

.uk-button-primary:hover {
  background-color: gold;
  color: #000000;
  text-shadow: none; }

.uk-button-secondary {
  background-color: #dedede;
  color: #000000;
  text-shadow: none; }

.uk-button-tertiary {
  background-color: #000000;
  color: white;
  text-shadow: none; }

.uk-button-tertiary a {
  color: #eeeeee; }

.uk-button-secondary a {
  color: #000000; }

.uk-button-tertiary:hover {
  background-color: #222222;
  color: #eeeeee;
  text-shadow: none; }

.uk-panel-box-black {
  background-color: black;
  color: #eeeeee;
  text-shadow: none;
  padding: 10px 0; }

th {
  text-align: left; }

.uk-table td, .uk-table th {
  padding: 0px;
  vertical-align: middle; }

.uk-grid {
  margin: 0; }

.front .uk-grid-divider:not(:empty) {
  margin-left: 0px;
  margin-right: 0px; }

.uk-grid-divider > div {
  border-color: #000000; }

.uk-search.uk-form {
  width: 100%; }

.uk-search.uk-form input {
  padding-left: 28px; }

.uk-search.uk-form input:focus {
  width: 100%; }

#sidenav .uk-search.uk-form input {
  background: #e6e6e5; }

#cta-1 {
  border-top: 1px solid black; }

#below_the_fold {
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

.region-sidebar-first section ul.menu li {
  list-style: none;
  padding-left: 22px;
  position: relative;
  font-size: 13px; }

.region-sidebar-first section ul.menu li a {
  color: #a7a9ab; }

.region-sidebar-first section ul.menu li:before {
  content: "\f0ca";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #68686c;
  font-size: 0.5em;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: .8; }

.region-sidebar-first section h2 {
  font-size: 14px;
  color: #75797a;
  margin: 15px 0 0;
  opacity: .6; }

.uk-table-hover tbody tr:hover {
  background: #313131; }

.uk-panel-box-secondary .uk-panel-title {
  color: #fff; }

.uk-alert em {
  color: #000000;
  font-weight: bold; }

.uk-progress {
  background: #111 none repeat scroll 0 0; }

.uk-subnav-pill > * > *:hover, .uk-subnav-pill > * > *:focus {
  color: #444; }

.uk-subnav-pill > * > .active:hover, .uk-subnav-pill > * > .active:focus {
  color: #fff;
  background: #111; }

div.codeblock {
  background-color: rgba(20, 20, 20, 0.5);
  border: 1px solid #111; }

pre {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #111;
  color: #eee; }

.field-name-field-tags {
  overflow: hidden; }

.field-name-field-tags .field-item {
  float: left;
  margin-bottom: 1em; }

.field-name-field-tags .field-item a {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 50px;
  float: left;
  margin-right: 5px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0); }

.field-name-field-tags .field-item a:hover {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  color: black;
  text-decoration: none;
  border: 1px solid #111; }

.field-name-field-tags .field-label {
  margin-bottom: .5em;
  color: rgba(255, 255, 255, 0.7); }

.uk-form fieldset.filter-wrapper {
  background: #171c23 none repeat scroll 0 0;
  padding: 20px 0; }

.uk-form select:focus, .uk-form textarea:focus, .uk-form input:focus:not([type]), .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
  color: #444; }

.resizable-textarea .grippie {
  background: #333 url("/misc/grippie.png") no-repeat scroll center center;
  border: 0 solid #111;
  height: 9px;
  opacity: 0.7;
  padding: 5px 0; }

#sidenav .uk-form input {
  color: #666; }

#sidenav .uk-form input:focus {
  color: #444; }

.uk-overlay-top {
  background-color: rgba(0, 0, 0, 0.6); }

.f-heading:before {
  /*	content: '\29BB '; */ }

.f-heading {
  font-size: 3vw;
  line-height: 5vh;
  margin: 2.5vh;
  text-align: center; }

.f-text {
  font-size: 2vw;
  color: #000000; }

.f-cta {
  border-top: 0 none;
  padding: 1em 1em 1em 1em;
  margin: 0;
  text-align: center; }

.f-image {
  padding: 20px; }

.view-front-page-features .views-row-odd {
  background-color: white;
  color: black; }

.view-front-page-features .views-row-even {
  background-color: black;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  color: white; }

.views-row-even h1, .views-row-even h2, .views-row-even h3 {
  color: white; }

#block-commerce-cart-cart table {
  width: 100%; }

#block-commerce-cart-cart li {
  list-style: none; }

.feature-container {
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px 0 20px 0; }

.views-row-odd .f-image {
  order: 1;
  margin-left: 50px; }

.views-row-odd .f-box {
  order: 2;
  margin-right: 50px; }

.views-row-even .f-image {
  order: 2;
  margin-right: 50px; }

.views-row-even .f-box {
  order: 1;
  margin-left: 50px; }

.f-highlight {
  background-color: #d50e17; }

.f-highlight .f-box h1 {
  color: black;
  font-weight: bold; }

.f-box h1 {
  color: black;
  font-weight: bold; }

.h-name {
  text-align: right; }

.h-slogan {
  color: black;
  text-align: right; }

.hero-image {
  width: 50vw; }

#footer {
  background-color: #000000; }

#footer .uk-flex {
  padding: 20px; }

#footer .content {
  max-width: 100%; }

#footer ul {
  list-style: none;
  padding: 0px !important; }

#region-cta-1-wrapper a.uk-button,
#region-cta-1-wrapper button {
  margin: 0 20px;
  width: 12em; }

.divider {
  border-right: 1px solid #eeeeee; }

/* Shopping cart stuff */
.page-cart .uk-panel-box, .page-checkout .uk-panel-box {
  padding: 0; }

.page-cart .uk-table th, .page-checkout .uk-table th {
  background-color: #eeeeee;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: large;
  padding: 8px !important; }

.page-checkout .pane-title td {
  font-size: large;
  color: #d50e17;
  border: none;
  padding-top: 15px; }

.page-checkout .pane-data td {
  font-size: large;
  border: none; }

.page-checkout .button-operator {
  display: none; }

.checkout-review .pane-data .pane-data-full {
  padding: 0 !important; }

.checkout-review .pane-data .pane-data-full .field-items, .checkout-review .pane-data .pane-data-full .form-type-item {
  padding-left: 8px !important; }

table.checkout-review .pane-title td {
  padding-left: 8px; }

#commerce-checkout-coupon-ajax-wrapper {
  margin: 20px 0; }

.commerce_coupon button.form-submit::before {
  font-family: FontAwesome;
  content: "\f0a3 \00a0"; }

.commerce_coupon button.form-submit {
  background-color: #d50e17;
  color: #000000; }

.commerce_coupon button.form-submit:hover {
  background-color: gold;
  color: #222222; }

.page-checkout .views-table.cols-4.uk-table {
  border-bottom: 1px solid black; }

.page-checkout .uk-table {
  margin-bottom: 0 !important; }

.page-checkout tr.pane-title {
  border-spacing: 20px;
  border-collapse: separate; }

.view-commerce-cart-block .view-footer a {
  color: #d50e17 !important;
  text-decoration: none; }

.view-commerce-cart-block view-footer a:hover {
  color: #d50e17 !important;
  text-decoration: underline; }

li.line-item-summary-view-cart.first {
  margin-left: 10px;
  margin-right: 10px; }

#footer .uk-grid > * {
  padding: 10px 25px 10px 25px !important; }

#footer h2 {
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: white;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 10px;
  text-transform: none;
  margin-left: 0;
  margin-right: 0; }

#footer a {
  text-decoration: none;
  color: #eeeeee; }

#footer a:hover {
  text-decoration: underline;
  color: #d50e17; }

.uk-panel-box-black a {
  text-decoration: none;
  color: #d50e17; }

.uk-panel-box-black a:hover {
  text-decoration: underline;
  color: gold; }

.uk-modal {
  color: #000000; }

.uk-modal-header {
  font-weight: bold;
  font-size: 14pt;
  border-bottom: 1px solid #dedede;
  background-color: #eeeeee;
  margin: -20px -20px 0 -20px;
  padding: 20px; }

.uk-modal-header-footer {
  font-weight: bold;
  font-size: 14pt;
  border-bottom: 1px solid #dedede;
  background-color: #eeeeee;
  margin: -20px -20px 0 -20px;
  padding: 20px; }

.uk-navbar {
  background-color: #000000;
  color: #eeeeee; }

/* cart foratting */
#views-form-commerce-cart-form-default input {
  width: 60px; }

.delete-line-item {
  background-color: #d50e17;
  border: 1px solid #000000; }

.delete-line-item:hover {
  background-color: red; }

.delete-line-item::before {
  font-family: FontAwesome;
  content: "\f00d \00a0"; }

#views-form-commerce-cart-form-default th,
.view-commerce-cart-summary th {
  text-align: right; }

#views-form-commerce-cart-form-default th.views-field-line-item-title,
.view-commerce-cart-summary th.views-field-line-item-title {
  text-align: left; }

#views-form-commerce-cart-form-default td, .view-commerce-cart-summary td {
  text-align: right;
  font-size: large;
  padding: 8px; }

#views-form-commerce-cart-form-default td.views-field-line-item-title,
.view-commerce-cart-summary td.views-field-line-item-title {
  text-align: left; }

#views-form-commerce-cart-form-default .delete-line-item {
  margin: 2px 0 2px 0; }

#views-form-commerce-cart-form-default #edit-submit {
  background-color: #000000;
  color: #eeeeee;
  margin: 0 5px 5px 0; }

#views-form-commerce-cart-form-default #edit-submit::before {
  font-family: FontAwesome;
  content: '\f021\00a0'; }

#views-form-commerce-cart-form-default #edit-submit:hover {
  background-color: #222222;
  color: #dedede; }

#views-form-commerce-cart-form-default #edit-checkout {
  background-color: #d50e17;
  color: #000000;
  margin: 0 0 5px 0 !important; }

#views-form-commerce-cart-form-default #edit-checkout:hover {
  background-color: gold;
  color: #222222; }

#views-form-commerce-cart-form-default #edit-checkout::before {
  font-family: FontAwesome;
  content: '\f07a\00a0'; }

.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 40% !important; }

.commerce-order-handler-area-order-total .component-type-commerce-price-formatted-amount {
  border-top: 1px solid black !important;
  border-bottom: double #000000;
  margin-bottom: 8px !important;
  padding: 8px; }

.page-checkout {
  font-size: large;
  padding-top: 2em; }

.page-checkout .uk-form legend:after {
  border: none; }

.page-checkout .fieldset-legend, .page-checkout .checkout-help, table.checkout-review > tbody > tr:first-child {
  font-weight: bold;
  color: #000000;
  margin: 8px 0 !important; }

.page-checkout .td {
  border: none !important; }

.page-checkout .component-title {
  width: 25%;
  background: 1px solid black; }
.page-checkout .component-total {
  width: 15%;
  background: 1px solid black; }

#commerce-checkout-coupon-ajax-wrapper button {
  margin: 8px 0; }

#commerce-checkout-coupon-ajax-wrapper .fieldset-wrapper,
#edit-commerce-payment .fieldset-wrapper {
  margin-left: 8px; }

div#customer-profile-billing-ajax-wrapper {
  margin-top: 20px; }

.page-checkout .commerce-price-formatted-components td {
  border: none;
  padding: 5px 18px !important;
  color: #000000; }

.checkout-buttons .fieldset-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0 10px 0; }

#edit-buttons.checkout-buttons.uk-form-row.form-wrapper {
  margin-right: -5px !important; }

.checkout-cancel, .checkout-back {
  order: 1;
  background-color: #000000 !important;
  color: #eeeeee !important; }

.checkout-cancel::before {
  font-family: FontAwesome;
  content: '\f05e\00a0';
  text-decoration: none; }

.checkout-back::before {
  font-family: FontAwesome;
  content: '\f060\00a0';
  text-decoration: none; }

/* shipping page */
.page-checkout-shipping .checkout-continue::before {
  font-family: FontAwesome;
  content: '\f09d\00a0';
  text-decoration: none; }

.page-checkout-review .checkout-continue::before {
  font-family: FontAwesome;
  content: '\f046\00a0';
  text-decoration: none; }

.checkout-cancel:hover, .checkout-back:hover {
  background-color: #222222 !important;
  color: #dedede !important;
  text-decoration: none !important; }

.checkout-continue {
  order: 2;
  background-color: #d50e17;
  color: #000000;
  margin: 0 0px 8px 0x !important; }

.checkout-continue::before {
  font-family: FontAwesome;
  content: '\f0d1\00a0'; }

.checkout-continue:hover {
  background-color: gold;
  color: #222222; }

.uk-form .uk-button {
  min-width: 10em; }

.uk-navbar-brand {
  font-family: "ff-meta-web-pro", sans-serif;
  background-color: white;
  color: #d50e17;
  vertical-align: middle;
  width: 175px;
  text-align: right; }

.uk-navbar-brand:hover {
  color: gold; }

.node-type-product .uk-thumbnav > * > * > img {
  opacity: 1; }

.ds-product-specifications .field-label,
.ds-product-specifications .label-above {
  font-weight: bold;
  color: #000000;
  padding-top: 10px; }

.ds-product-hero {
  /* 	margin: -15px -15px 15px -15px; */ }

.node-type-product .commerce-product-title-label {
  display: none; }

.node-type-product .commerce-product-title {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px; }

.node-type-product .product-container {
  /*	width: 960px; */
  margin-left: auto;
  margin-right: auto; }

.margin-left-35 {
  margin-left: 35px; }

.node-type-product .uk-cover-background {
  background-repeat: no-repeat !important;
  background-position: right bottom !important; }

.ds-product-cta-1 .field-name-field-commerce-saleprice {
  font-size: 1.25em; }

.ds-product-cta-1 {
  padding: 0 auto; }

.ds-product-cta-1 button {
  background-color: #000000;
  color: #eeeeee;
  margin: 20px auto 0px auto !important; }

.ds-product-cta-1 button:hover {
  background-color: #000000;
  color: #dedede; }

.ds-product-cta-1 .field-label {
  width: 100px;
  text-align: right; }

.ds-product-cta-1 .uk-form-row + .uk-form-row {
  margin-top: 0px; }

.form-item-product-id.form-type-select.uk-form-row {
  margin-top: 15px; }

.node-type-product .form-item-product-id {
  width: 100%;
  margin: 0 auto; }

.ds-product-hero .uk-cover {
  min-height: 115px; }

.ds-product-hero .field-name-field-subtitle {
  font-size: 1.2em; }

#mc-embedded-subscribe {
  margin: 10px; }

#mc-embedded-subscribe::before {
  content: "\f003";
  font-family: FontAwesome; }

.uk-modal-footer {
  background-color: #eeeeee;
  margin: 20px -20px -20px -20px;
  padding: 0;
  height: 50px !important;
  border-top: 1px solid #dedede; }

.uk-modal-header {
  background-color: #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.uk-modal-dialog {
  padding-bottom: 0; }

.cta-2 {
  border-top: 1px solid #000000; }

.cta-2 a {
  color: #000000; }

.cta-2 a:hover {
  color: #222222; }

.cta-2 .uk-icon-justify {
  font-size: 50px;
  text-align: center;
  width: 100%; }

.cta-2 .caption {
  text-align: center;
  width: 100%; }

.cta-2 .uk-grid > * {
  padding: 0; }

.footer-icon {
  font-size: 500%;
  margin-right: 8px; }

.footer-text ul {
  padding-bottom: 0 !important; }

.view-uikit-nav-cart-2 ul {
  list-style: none;
  padding: 0 15px 0 0; }

.view-uikit-nav-cart-2 a {
  color: #eeeeee;
  text-decoration: none; }

.view-uikit-nav-cart-2 a:hover {
  color: #dedede;
  text-decoration: none; }

.icon-logo {
  font-size: 100px;
  margin-top: -20px; }

.cart-count {
  color: #d50e17;
  font-weight: bold;
  font-size: 8px;
  margin: -3px 0 0 4px; }

/* navbar search */
nav #search-form .uk-form-label, nav #search-form button {
  display: none; }

nav #search-form input#edit-keys.form-text {
  line-height: normal;
  height: 30px;
  padding: 0 8px !important; }

/* contact-box modal */
#contact-box .form-actions {
  background-color: #eeeeee;
  margin: 20px -20px -20px -20px;
  padding: 0 20px;
  height: 50px !important;
  border-top: 1px solid #dedede; }

#contact-box .form-item-cid {
  display: none; }

#contact-box .form-actions button::before {
  content: "\f003\0000a0";
  font-family: FontAwesome; }

#contact-box .form-actions button {
  float: right;
  background-color: #d50e17;
  color: #000000;
  margin: 10px 20px; }

#contact-box .form-actions button:hover {
  background-color: gold;
  color: #222222; }

/* product list */
.view-specials,
.view-product-list,
.view-category-detail,
.view-product-categories,
.view-brands,
.view-brand-detail {
  padding: 10px 70px; }

.view-specials h3,
.view-product-list h3,
.view-category-detail h3,
.view-product-categories h3,
.view-brands h3,
.view-brand-detail h3 {
  font-size: 2em;
  font-weight: bold;
  color: #d50e17;
  padding: 20px 0;
  margin: 0; }

.view-specials li.uk-panel-box,
.view-product-list li.uk-panel-box,
.view-category-detail li.uk-panel-box,
.view-product-categories li.uk-panel-box,
.view-brand-detail li.uk-panel-box,
.view-product-categories li.uk-panel-box,
.view-brands li.uk-panel-box {
  width: 220px;
  margin: 0;
  margin-right: 15px;
  margin-top: 15px; }

.view-specials .uk-grid,
.view-product-list .uk-grid,
.view-category-detail .uk-grid,
.view-product-categories .uk-grid,
.view-brands .uk-grid,
.view-brand-detail .uk-grid {
  padding: 0 !important; }

.view-specials .uk-grid-divider,
.view-product-list .uk-grid-divider,
.view-category-detail .uk-grid-divider,
.view-product-categories .uk-grid-divider,
.view-brands .uk-grid-divider,
.view-brand-detail .uk-grid-divider {
  padding: 0 !important; }

.view-specials .webprice-total,
.view-product-list .webprice-total,
.view-category-detail .webprice-total,
.view-product-categories .webprice-total,
.view-brands .webprice-total,
.view-brand-detail .webprice-total {
  text-align: right;
  font-weight: bold; }

.view-specials .rrp-total,
.view-product-list .rrp-total,
.view-category-detail .rrp-total,
.view-product-categories .rrp-total,
.view-brands .rrp-total,
.view-brand-detail .rrp-total {
  text-align: right;
  text-decoration: line-through; }

.view-specials .webprice-title,
.view-product-list .webprice-title,
.view-category-detail .webprice-title,
.view-product-categories .webprice-title,
.view-brands .webprice-title,
.view-brand-detail .webprice-title {
  font-weight: bold; }

.view-specials .uk-table td,
.view-product-list .uk-table td,
.view-category-detail .uk-table td,
.view-product-categories .uk-table td,
.view-brands .uk-table td,
.view-brand-detail .uk-table td {
  border: none; }

.view-specials .uk-table,
.view-product-list .uk-table,
.view-category-detail .uk-table,
.view-product-categories .uk-table,
.view-brands .uk-table,
.view-brand-detail .uk-table {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 10px 0; }

.view-specials .subtitle,
.view-product-list .subtitle,
.view-category-detail .subtitle,
.view-product-categories .subtitle,
.view-brands .subtitle,
.view-brand-detail .subtitle {
  font-weight: bold;
  font-style: italic;
  margin: 10px 0; }

.view-specials .uk-button,
.view-product-list .uk-button,
.view-category-detail .uk-button,
.view-product-categories .uk-button,
.view-brands .uk-button,
.view-brand-detail .uk-button {
  background-color: #d50e17;
  color: #000000; }

.view-specials .uk-button:hover,
.view-product-list .uk-button:hover,
.view-category-detail .uk-button:hover,
.view-product-categories .uk-button:hover,
.view-brands .uk-button:hover,
.view-brand-detail .uk-button:hover {
  background-color: gold;
  color: #222222; }

.uk-grid-divider:not(:empty) {
  margin: 0 !important; }

.view-brand-detail h3 {
  padding-left: 0; }

.commerce-price-rrp-your-price td {
  border: none; }

.node-type-product .commerce-price-rrp-your-price .webprice-title,
.node-type-product .commerce-price-rrp-your-price .webprice-total {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2; }

.content {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0; }

.front .content,
.node-type-product .content {
  max-width: 100%;
  padding: 0; }

.view-product-specification-table .field-content {
  display: inline; }
.view-product-specification-table .views-label {
  font-weight: bold;
  width: 75px;
  display: inline-block; }
.view-product-specification-table .views-field-title-1 {
  margin: 10px 0; }
.view-product-specification-table ul {
  padding-left: 0; }
.view-product-specification-table li {
  display: block;
  margin-right: 20px; }

/* Video Settings */
.views-field-field-video {
  margin: 0 auto;
  text-align: center; }

/* Off Canvas Navigation Styling */
.uk-offcanvas-bar {
  background-color: black;
  font-size: 1.5em; }

.uk-offcanvas-bar h1 {
  color: white;
  font-weight: bold;
  font-size: 1.5em; }
.uk-offcanvas-bar h1 a {
  color: white;
  font-weight: bold; }
.uk-offcanvas-bar h1 a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline; }
.uk-offcanvas-bar .uk-nav li a {
  color: #eeeeee; }
.uk-offcanvas-bar .uk-nav li a:hover {
  color: #dedede;
  text-decoration: underline; }
.uk-offcanvas-bar .uk-navbar {
  background-color: inherit; }
.uk-offcanvas-bar .uk-navbar-nav-subtitle > div {
  display: none; }
.uk-offcanvas-bar .uk-navbar-nav > li {
  float: none; }
.uk-offcanvas-bar .uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: normal; }

/* responsive cart */
.commerce-responsive-table {
  border-top: 1px solid black; }

.commerce-responsive-table .views-row .field-content {
  width: min-intrinsic !important; }

.commerce-responsive-table .views-row .views-field {
  display: block;
  width: min-intrinsic !important; }

.commerce-responsive-table .uk-panel-title {
  font-weight: bold; }

.commerce-responsive-table .uk-margin-small-right {
  margin: 0 !important; }

.commerce-responsive-table .commerce-line-item-actions {
  margin: 18px; }

.commerce-responsive-table .commerce-price-formatted-components {
  font-size: 80%; }

.commerce-responsive-table .views-row {
  display: block;
  width: initial !important;
  padding: 0;
  border: none !important;
  border-bottom: 1px sold #000000 !important; }

.commerce-responsive-table .views-row-odd {
  background-color: #eeeeee; }

.commerce-responsive-table .views-row-even {
  background-color: white; }

#edit-checkout-review {
  background-color: white !important;
  padding: 0 !important; }

.commerce-checkout-review-pane {
  display: flex; }

.commerce-checkout-review-pane .pane {
  align-content: space-between; }

#cart-bar a {
  color: #d50e17; }

#cart-bar a:hover {
  color: #d50e17; }

/* dropdown cart */
#dd-cart .line-item-total {
  border-top: 1px solid;
  border-bottom: 3px double;
  padding: 0;
  margin: 20px 0 0 0; }

/*# sourceMappingURL=app.css.map */
