.navbar-brand {
  float: none;
  text-align: center;
  padding-top: 40px;
}

.featured-box ul {
  margin: 0 !important;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 0;
  width: 200px;
  background: rgb(0, 0, 0);
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1050;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

#menu-close {
  position: absolute;
  top: 34px;
  left: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  z-index: 1;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 200px;
  list-style: none;
  margin: 0;
  padding: 40px;
  padding-top: 120px;
}

.sidebar-nav.sidebar-bottom {
  top: inherit;
  bottom: 0;
  padding: 40px;
  padding-bottom: 20px;
}

.sidebar-nav li {
  /*line-height: 50px;
  text-indent: 20px;*/
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  /*background: rgba(255, 255, 255, 0.2);*/
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

#menu-toggle {
  top: 34px;
  left: 30px;
  position: fixed;
  z-index: 1040;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

#sidebar-wrapper.active {
  left: 250px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.toggle {
  margin: 0;
}

.navbar-toggle {
  margin: 0;
  /*padding: 0;*/
  border: none;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

.navbar-toggle .icon-bar:last-child {
  transform: rotate(90deg);
  margin-right: -10px;
  margin-left: 11px;
  margin-top: 8px;
  width: 20px;
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus {
  background: transparent;
}

.nav.navbar-nav .open > a,
.nav.navbar-nav .open > a:hover,
.nav.navbar-nav .open > a:focus {
  background: transparent;
  /*color: #fff;*/
}

.dropdown-menu {
  position: inherit;
  background: none;
  padding: 0;
  padding-left: 10px;
  float: none;
}

.dropdown-menu > li > a {
  background: none;
  /*color: #fff;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  /*color: #fff;*/
  /*text-decoration: underline;*/
}

.navbar-form {
  padding: 0;
}

.search-form input {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  font-style: italic;
  text-transform: uppercase;
  color: #999;
}

.navbar-toggle {
  display: inline-block;
}

.navbar-nav {
  float: none;
  margin: 0;
}

.navbar-nav > li {
  float: none;
  background: transparent;
}

.navbar-nav > li a {
  padding: 0;
  display: block;
  background: transparent;
  line-height: 1.6em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.navbar-nav > li a:hover {
  color: #fff;
  text-decoration: underline;
}

body {
  font-family: 'Open Sans', sans-serif;
}



body.white .navbar-toggle .icon-bar {
  background: #000;
}

body.white .navbar-toggle#menu-close .icon-bar {
  background: #fff;
}

/*.content {
  padding-top: 100px;
}*/

.product-list-box a {
  text-transform: uppercase;
  color: #000;
  padding-top: 10px;
  font-size: 10px;
}

.image-column img { width: 100%; }

.product-detail .description {
    padding-top: 150px;
    position: fixed;
    text-align:left;
    text-transform: uppercase;
    line-height: 2em;
    width: 230px;
}

.product-detail .description div.product_description {
  text-transform: none;
  line-height: 1.4em;
  margin-top: 30px;
}

.forgot-form, .signup-form, .login-form-container { padding: 30px 20px 15px; border: 1px solid #000; margin-bottom: 16px; }
.forgot-form h2, .signup-form h2, .login-form-container h2 { margin-top: 0px; }
.login-form-container .additional-info { text-align: center; }
#form h2 { font-size: 10px; text-transform: uppercase; text-align: center; border-bottom: 0px; font-weight: bold;; }
#form { padding-top: 100px; border: 1px solid #000; font-size: 10px; text-transform: uppercase; }
#form input, #form select { background: #000; border:#000; color: #fff; border-radius: 0px; }
#form button { background: #000; border:#000; color: #fff; border-radius: 0px; text-transform: uppercase; margin-left: 40%; }
#form a { color: #000; }
#form label { text-align: right; float: left; width: 40%; padding: 5px 10px; }
#form input, #form select { float: right; width: 60%; margin-bottom:10px; }
#form .form-group { clear: both; margin-bottom: 0px; }
#form .form-group:before, #form .form-group:after { display: table; content: " ";}
#form .form-group:after { clear: both; }
#cart-form .input { display: none; }
.add-to-cart-btn button i { display: none; }
.btn { border: 1px solid #000 !important; padding: 5px; background: #000; border-radius: 0px; color: #fff; text-transform: uppercase;  }
.btn:hover, .btn:focus, .btn:active   { color: #ccc; background: #000 !important;}
.qty_group label { display: none; }
.btn:hover { color: #ccc; }
.btn .glyphicon { display: none;}
#form { border: none; }

#cart_table th { display: none; }
#cart_table tr td:first-child { color: #fff; }
#cart_table tr a { text-transform: uppercase; color: #000; }
#cart_table td input { color: #000; height: auto; border-radius: 0px; height: 30px; line-height: normal; width: 50px; text-align: right; float: right;}
#cart_table td { vertical-align: middle; }
#cart_table td div { padding-top: 20px; }
#cart_table tfoot, #cart_table tbody { border-top-style: none !important; }
#cart_table tfoot td {  padding-top: 15px; }
.page-header { border-bottom: 0px; text-transform: uppercase; text-align: left; font-size: 16px; font-weight: bold }
.btn-success { background-position: #000; color: #fff; }
.btn-success:hover { color: #ccc; }
.btn-continue-shopping:hover { color: #fff !important; }
.wrapper-margin { padding-top: 100px; }
/*#menu-toggle, #menu-close { top: 30px !important; }*/

.alert.alert-danger { background: none; color: #333; padding: 0; border: none; }
.media-left { display: none; }
h2.page-header small { font-size: 10px; padding-top: 15px; }
h2.page-header a { color: #000; }

.shipment-method-group {
  border: 1px solid transparent !important;
}

.shipment-types .box {
  border: 1px solid transparent !important;
}

/**
 * VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units
 *
 * To overcome this, create media queries that target the width, height, and orientation of iOS devices.
 * It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing
 * the height of element `.foo` —which is a full width and height cover image.
 *
 * iOS Resolution Quick Reference: http://www.iosres.com/
 */

/* .banner-container {
    height: 100vh;
    width: 100vw;
    background: url(cover.jpg) center center / cover no-repeat;
 }*/

.banner-container {
  height: 100vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.banner-containers {
  height: 100vh;
}


/**
 * iPad with portrait orientation.
 */
/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .banner-container {
    height: 1024px;
  }
}*/

/**
 * iPad with landscape orientation.
 */
/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .banner-container {
    height: 768px;
  }
}*/

/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
/*@media screen and (device-aspect-ratio: 40/71) {
  .banner-container {
    height: 500px;
  }
}*/

.product_sortby {
  margin: 20px 0px;
}

.pagination > li > a {
  background-color: transparent;
  color: black;
  border: 0px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: transparent;
  color: black;
  border: 0px;
}

.pagination > .active > a, .pagination > li > span {
  background-color: transparent;
  color: black;
  font-weight: bold;
  border: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: transparent;
  color: black;
  border: 0px;
}

/* CSS used here will be applied after bootstrap.css */
.carousel-indicators li { visibility: hidden; }

.carousel-inner .item {
    font-size:10px;
    color:#0404B4
}

.carousel-control {
    z-index: 10;
    width: 30px; // no more gray thing
    font-family: 'Helvetica Neue', Arial, sans-serif;
}


.carousel-control.left { margin-left: -45px; }
.carousel-control.right { margin-right: -45px; }

.carousel-control.left, .carousel-control.right { background: none; color: black; }

#currency_switch {
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 12px;
  font-weight: 300;
}
#currency_switch, #currency_switch a { color: #000;  }
.home #currency_switch, .home #currency_switch a { color: #fff !Important; }


@media (max-width: 768px)
{
  .breadcrumbs { display: none; }
  #currency_switch { top: 40px; }
}

@media (min-width: 769px)
{
  .cart-container .sidebar {
    border-left: 1px solid #000;
    min-height: 300px;
  }
}

@media (max-width: 425px)
{
  #currency_switch { top: 18px; right: 20px; font-size: 12px; }
}

.wrapper-margin a {
  color: #000 ;
  text-decoration: none !important;
}
.wrapper-margin a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

a.btn-add-to-cart, a.btn-primary {
  color: #fff !important;
}
a.btn-continue-shopping.btn-add-to-cart {
  color: #000 !important;
}
a.btn-continue-shopping.btn-add-to-cart:hover {
  color: #fff !important;
}

a.btn-add-to-cart:hover {
  color: #fff !important;
}

.breadcrumbs { display: none; }
@font-face {
  font-family: 'Din';
  src: url('../fonts/dinregular.eot?v=4.6.3');
  src: url('../fonts/dinregular.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/dinregular.woff2?v=4.6.3') format('woff2'), url('../fonts/dinregular.woff?v=4.6.3') format('woff'), url('../fonts/dinregular.ttf?v=4.6.3') format('truetype'), url('../fonts/dinregular?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}