@charset "UTF-8";
/****************************************************
 * NEVER EDIT THIS FILE MANUALLY (main.css)         *
 *                                                  *
 * Please, do not change the content of this file.  *
 * This file is compiled by the grunt workflow.     *
 * To edit the stylesheet please use:               *
 *                                                  *
 * 1)   shop5/public/css/shop/main.scss             *
 *                                                  *
 * And start the grunt workflow:                    *
 *                                                  *
 * 2)   cd shop5/                                   *
 * 3)   grunt watch                                 *
 *                                                  *
 * If you already opened main.scss, feel free to    *
 * edit the content. Play safe to start the         *
 * grunt workflow and you will make me happy!       *
 *                                                  *
 ***************************************************/
/**
 * Params: Colors
 */
/**
 * Params: Fonts and Sizes
 */
/**
 * Tools
 */
/**
 * Default: Text & Layout
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 200;
  color: #0a0a0a;
  position: relative;
  background: #f3f3f3; }
  body .wrapper:before {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff; }
    @media (min-width: 1200px) {
      body .wrapper:before {
        width: 1170px; } }
    @media (min-width: 992px) {
      body .wrapper:before {
        width: 970px; } }
    @media (min-width: 768px) {
      body .wrapper:before {
        width: 750px; } }

h2 {
  text-transform: uppercase;
  color: #00397e !important;
  font-size: 32px; }

p {
  font-family: "Open Sans";
  font-size: 13px;
  color: #0a0a0a;
  font-weight: 200; }

ul {
  margin: 0; }

ul.no-padding {
  padding-left: 0;
  list-style-type: none; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
  color: #0a0a0a;
  margin-top: 0;
  font-weight: 200;
  text-transform: uppercase; }

.h3, h3 {
  text-transform: none !important; }

a,
a:visited {
  color: #0a0a0a;
  font-size: 13px;
  font-family: "Open Sans";
  text-decoration: none;
  border-bottom: 1px solid #0a0a0a;
  outline: none;
  font-weight: 200;
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  -ms-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s; }

a:hover,
a:focus {
  border-color: #00397e;
  color: #00397e;
  text-decoration: none;
  outline: none; }

s {
  color: #D91726; }

iframe {
  max-width: 100% !important; }

/**
 * Helpers: Text
 */
.text-uppercase {
  text-transform: uppercase; }
  .text-uppercase * {
    text-transform: uppercase; }

.text-bold {
  font-weight: 500; }

.text-bolder {
  font-weight: 700; }

.text-default {
  font-size: 13px !important; }

.text-small {
  font-size: 11px !important; }

.text-smaller {
  font-size: 9px !important; }

.text-large {
  font-size: 16px !important; }

.text-larger {
  font-size: 22px !important; }

.text-largest {
  font-size: 32px !important; }

.text-normal {
  text-transform: none !important; }

.headline--secondary {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border: none;
  color: silver; }

/**
 * Helpers: Layout
 */
.s-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.p-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.m-off {
  margin: 0 !important; }

.m-10 {
  margin-top: 10px; }

.m-20 {
  margin-top: 20px; }

.m-30 {
  margin-top: 30px; }

.m-40 {
  margin-top: 40px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.divider {
  border-top: 2px solid #f3f3f3;
  padding-top: 20px;
  margin-top: 20px; }

.table {
  width: 100%;
  display: table;
  position: relative;
  margin: 0;
  padding: 0; }

.table__cell {
  display: table-cell;
  vertical-align: bottom; }

.table__cell--full-width {
  width: 99%; }

.row-products {
  margin-left: -5px !important;
  margin-right: -5px !important; }
  .row-products > .col-xs-1, .row-products > .col-sm-1, .row-products > .col-md-1, .row-products > .col-lg-1, .row-products > .col-xs-2, .row-products > .col-sm-2, .row-products > .col-md-2, .row-products > .col-lg-2, .row-products > .col-xs-3, .row-products > .col-sm-3, .row-products > .col-md-3, .row-products > .col-lg-3, .row-products > .col-xs-4, .row-products > .col-sm-4, .row-products > .col-md-4, .row-products > .col-lg-4, .row-products > .col-xs-5, .row-products > .col-sm-5, .row-products > .col-md-5, .row-products > .col-lg-5, .row-products > .col-xs-6, .row-products > .col-sm-6, .row-products > .col-md-6, .row-products > .col-lg-6, .row-products > .col-xs-7, .row-products > .col-sm-7, .row-products > .col-md-7, .row-products > .col-lg-7, .row-products > .col-xs-8, .row-products > .col-sm-8, .row-products > .col-md-8, .row-products > .col-lg-8, .row-products > .col-xs-9, .row-products > .col-sm-9, .row-products > .col-md-9, .row-products > .col-lg-9, .row-products > .col-xs-10, .row-products > .col-sm-10, .row-products > .col-md-10, .row-products > .col-lg-10, .row-products > .col-xs-11, .row-products > .col-sm-11, .row-products > .col-md-11, .row-products > .col-lg-11, .row-products > .col-xs-12, .row-products > .col-sm-12, .row-products > .col-md-12, .row-products > .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

/**
 * Components: Bars
 */
.full-size-bar--green {
  background: #ffa602;
  line-height: 44px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.6); }
  .full-size-bar--green p,
  .full-size-bar--green a,
  .full-size-bar--green span {
    color: #ffffff;
    margin: 0; }

/**
 * Components: Boxes
 */
.content-box {
  margin-bottom: 10px;
  overflow: hidden; }
  .content-box .head {
    background: #f2f2f2;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .content-box .head input[type="radio"] {
      margin-right: 15px; }
  .content-box .content {
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0 1px 1px 1px; }
    .content-box .content p {
      margin-bottom: 0;
      font-size: 0.9em; }
  .content-box .rating p {
    font-size: 1em; }
  .content-box .rating p.small {
    font-size: 0.8em;
    margin: 0;
    color: silver;
    border-bottom: 1px solid #f3f3f3;
    line-height: 26px; }
  .content-box .rating span.rating {
    font-size: 1em;
    color: #00397e;
    font-weight: bold; }
  .content-box .rating .stars {
    font-size: 1.4em !important; }
    .content-box .rating .stars > .star:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      content: "\f006";
      color: #777777; }
    .content-box .rating .stars-1 > .star:nth-child(1):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-2 > .star:nth-child(2):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-2 > .star:nth-child(1):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-3 > .star:nth-child(3):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-3 > .star:nth-child(2):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-3 > .star:nth-child(1):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-4 > .star:nth-child(4):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-4 > .star:nth-child(3):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-4 > .star:nth-child(2):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-4 > .star:nth-child(1):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-5 > .star:nth-child(5):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-5 > .star:nth-child(4):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-5 > .star:nth-child(3):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-5 > .star:nth-child(2):before {
      content: "\f005";
      color: #f0c600; }
    .content-box .rating .stars-5 > .star:nth-child(1):before {
      content: "\f005";
      color: #f0c600; }
  .content-box > div {
    padding: 10px; }
  .content-box label {
    font-weight: normal;
    font-size: 11px; }
  .content-box input {
    border: 1px solid #0a0a0a; }

/**
 * Components: Navigation
 */
.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav a {
    border: none;
    background: none !important; }

.nav--horizontal > ul {
  padding: 0; }
  .nav--horizontal > ul > li {
    display: inline-block;
    margin-right: 10px; }
.nav--horizontal.nav--right {
  float: right; }
  .nav--horizontal.nav--right ul.dropdown-menu {
    float: right !important;
    right: 0;
    left: auto; }
  .nav--horizontal.nav--right li {
    margin-right: 0;
    margin-left: 10px; }

.nav--main {
  margin-bottom: 20px;
  padding: 0 4px;
  background: #ffa602;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa602 0%, #fb8200 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa602), color-stop(100%, #fb8200));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa602 0%, #fb8200 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa602 0%, #fb8200 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa602 0%, #fb8200 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffa602 0%, #fb8200 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  /* IE6-9 */ }
  .nav--main.nav--checkout {
    margin-bottom: 40px; }
    .nav--main.nav--checkout ul a,
    .nav--main.nav--checkout ul li {
      font-size: 14px;
      padding: 0 5px !important;
      margin: 0 !important; }
      .nav--main.nav--checkout ul a i,
      .nav--main.nav--checkout ul li i {
        font-size: 16px; }
  .nav--main > ul > li {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    border: 4px solid transparent;
    line-height: 40px;
    padding: 0 10px;
    text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.6); }
    .nav--main > ul > li:hover, .nav--main > ul > li:focus, .nav--main > ul > li.active, .nav--main > ul > li.complete {
      background: #fb8200 !important; }
    .nav--main > ul > li a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      background: none !important; }
      .nav--main > ul > li a .caret {
        border-top-color: #ffa602 !important; }
  .nav--main .dropdown-menu {
    margin: 3px -4px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav--main .dropdown-menu a {
      color: #0A0A0A !important; }

/**
 * Components: Cart
 */
.cart__ajax {
  margin-left: 4px;
  position: relative; }

.cart--dropdown {
  background: #ffa602;
  color: #ffffff !important;
  display: block;
  box-sizing: border-box;
  height: 42px;
  padding: 0 10px;
  position: relative;
  font-size: 25px;
  border: none; }
  .cart--dropdown:hover, .cart--dropdown:focus {
    background-color: #00397e;
    color: #ffffff; }

.cart--count {
  border-radius: 10px;
  background: #00397e;
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 4px 0 0 1px; }

/**
 * Components: Brand Slider
 */
.brand__slider {
  margin: 0 20px; }
  .brand__slider img {
    vertical-align: middle;
    display: inline; }
  .brand__slider .slick-track {
    display: table;
    height: 100px; }
    .brand__slider .slick-track .slick-slide {
      display: table-cell !important;
      height: 100px;
      padding: 0 15px;
      white-space: nowrap; }
      .brand__slider .slick-track .slick-slide a {
        display: block;
        height: 100%;
        border: none;
        white-space: nowrap; }
        .brand__slider .slick-track .slick-slide a .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }

/**
 * Components: Tab Navigation
 */
.product__tabs .nav-tabs {
  background: #ffa602;
  height: 40px;
  line-height: 40px;
  border: 0; }
  .product__tabs .nav-tabs li {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .product__tabs .nav-tabs a {
    color: #ffffff;
    background: none;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .product__tabs .nav-tabs li a:hover,
  .product__tabs .nav-tabs li a:focus,
  .product__tabs .nav-tabs li.active a {
    background: #00397e !important;
    color: #FFF;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

/**
 * Components: Product Groups
 */
.category-list {
  color: #0a0a0a;
  padding: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }
  .category-list h5 {
    font-size: 16px;
    margin: 0;
    padding: 10px !important;
    background: #f2f2f2;
    font-weight: 400; }
  .category-list a {
    font-weight: normal;
    display: block;
    padding: 5px 8px;
    width: 100%;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    .category-list a:hover, .category-list a:focus, .category-list a:active {
      background: rgba(255, 255, 255, 0.1);
      text-decoration: none; }
  .category-list ul {
    list-style-type: none;
    padding: 0; }
    .category-list ul li {
      position: relative;
      /*&:hover {
        &:before {
//          color: $green;
          margin-left: 3px;
        }
      }*/ }
      .category-list ul li:before {
        /*content: "»";
        position: absolute;
        left: 15px;
        top: 4px;
        font-weight: 700;
        color: $green;*/ }
    .category-list ul li ul li a.active {
      font-weight: bold; }
  .category-list ul > li > a.active {
    background: #f2f2f2;
    text-decoration: none;
    font-weight: bold; }
    .category-list ul > li > a.active:hover, .category-list ul > li > a.active:focus, .category-list ul > li > a.active:active {
      background: rgba(10, 10, 10, 0.3);
      text-decoration: none;
      color: #0a0a0a; }
  .category-list ul > li > ul > li:before {
    left: 35px; }
  .category-list ul > li > ul > li > a {
    padding-left: 20px;
    background: rgba(10, 10, 10, 0.1);
    text-decoration: none; }
    .category-list ul > li > ul > li > a:hover, .category-list ul > li > ul > li > a:focus, .category-list ul > li > ul > li > a:active {
      background: rgba(10, 10, 10, 0.2);
      text-decoration: none;
      color: #0a0a0a; }
  .category-list select {
    padding-left: 110px;
    height: 28px;
    border: 0;
    background: rgba(10, 10, 10, 0.1);
    font-weight: 400;
    box-sizing: border-box;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

/**
* Components: Product Boxes
*/
.product__box {
  min-height: 400px;
  position: relative;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 5px -1px rgba(192, 192, 192, 0.2);
  padding: 10px;
  padding-bottom: 90px;
  margin-bottom: 20px;
  overflow: hidden; }
  .product__box .content p {
    margin: 0; }
  .product__box .image a {
    border: none; }
  .product__box--links {
    padding: 20px 0 10px 0; }
    .product__box--links a {
      margin-right: 10px;
      font-size: 0.92em; }
  .product__box .bottom__container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    width: 100%; }

/**
 * Components: Product Listing, Product Details etc.
 */
.productGroup {
  margin-bottom: 20px; }
  .productGroup a {
    display: block;
    border: none;
    height: 100%;
    background: #ffa602;
    padding: 10px; }
    .productGroup a:hover, .productGroup a:focus {
      background: #00397e; }
    .productGroup a p {
      color: #fff !important;
      margin: 0;
      font-weight: 500;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .productGroup--smallImage {
    height: 160px; }

.product__price {
  color: #00397e;
  font-weight: 700;
  font-size: 22px;
  line-height: 44px; }
  .product__price > .small {
    font-size: 16px; }

.product__safe {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
  padding: 23px 0 0 2px;
  border-radius: 35px 5px;
  z-index: 20;
  background: #D91726;
  /* Old browsers */
  background: -moz-linear-gradient(top, #D91726 0%, #ab121e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D91726), color-stop(100%, #ab121e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #D91726 0%, #ab121e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #D91726 0%, #ab121e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #D91726 0%, #ab121e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #D91726 0%, #ab121e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
  /* IE6-9 */ }
  .product__safe p,
  .product__safe span {
    line-height: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 0 3px #0a0a0a;
    margin: 0;
    padding: 0; }
  .product__safe span {
    font-size: 11px; }

.product__order .selectbox {
  height: 100%;
  border-radius: 0; }
.product__order .quantity {
  display: table;
  width: 100%; }
  .product__order .quantity a {
    display: table-cell;
    background: #f3f3f3;
    border: none;
    outline: none;
    padding: 0 5px;
    vertical-align: middle; }
  .product__order .quantity input {
    display: table-cell;
    background: #f3f3f3;
    border: none;
    outline: none;
    line-height: 43px;
    padding: 0 5px;
    font-weight: 600; }
  .product__order .quantity input {
    width: auto;
    text-align: center;
    margin: 0; }
    .product__order .quantity input:focus, .product__order .quantity input:hover {
      outline: none;
      box-shadow: none; }
  .product__order .quantity a:hover,
  .product__order .quantity a:focus {
    background: #0a0a0a;
    color: #ffffff; }
.product__order .addtocart {
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 43px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #ffa602;
  border: none;
  outline: none;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  -ms-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s; }
  .product__order .addtocart:before {
    content: "\f07a";
    margin-right: 5px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 16px; }
@-moz-document url-prefix() {
  .product__order .addtocart {
    height: 45px; } }
  .product__order .addtocart i {
    font-size: 22px;
    margin-right: 3px; }
  .product__order .addtocart:hover, .product__order .addtocart:focus {
    background: #00397e;
    border-color: #00397e; }

.product__headline {
  padding: 0;
  margin-top: 5px;
  font-weight: 400 !important;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none; }

/**
* Trumps: Sliders
*/
.slick-slider .slick-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }
.slick-slider .fa {
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  top: 50%;
  font-size: 44px;
  opacity: 0.25;
  padding: 0;
  border: none;
  outline: none; }
  .slick-slider .fa:hover {
    opacity: 1; }
  .slick-slider .fa-angle-left {
    left: -25px; }
  .slick-slider .fa-angle-right {
    right: -25px; }

.index__slider {
  margin: 0; }
  .index__slider .slick-dots {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    height: 30px; }
    .index__slider .slick-dots li {
      margin: 0 2px;
      height: auto;
      width: 30px; }
      .index__slider .slick-dots li button {
        padding: 0;
        width: 30px; }
    .index__slider .slick-dots button {
      background: #f3f3f3;
      height: 5px;
      padding: 0; }
      .index__slider .slick-dots button:before {
        content: "";
        padding: 0;
        margin: 0;
        height: 100%; }
    .index__slider .slick-dots .slick-active button {
      background: #ffa602; }
  .index__slider .slick-dots li button:before {
    color: #ffffff;
    opacity: 1; }
  .index__slider .slick-dots li.slick-active button:before {
    color: #00397e;
    opacity: 1; }

/**
* Trumps: Bootstrap Fixes
*/
/*
.collapsing {
  -webkit-transition: none;
  transition: none;
}
*/
.form-control {
  font-size: 13px; }

.modal .modal-dialog {
  margin: 20px auto; }

.modal-body h2 {
  font-size: 16px !important;
  text-align: left !important; }
.modal-body p, .modal-body span, .modal-body div, .modal-body a, .modal-body li {
  font-size: 13px !important;
  color: #0a0a0a;
  text-align: left; }

.form-control:focus {
  border-color: #00397e;
  outline: 0;
  -webkit-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($green, .6)";
  -moz-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($green, .6)";
  -ms-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($green, .6)";
  -o-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($green, .6)";
  box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($green, .6)"; }

.alert ul {
  margin-left: 0; }

input.error,
select.error {
  border-color: #ce8483;
  outline: 0;
  -webkit-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($color-error, .6)";
  -moz-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($color-error, .6)";
  -ms-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($color-error, .6)";
  -o-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($color-error, .6)";
  box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba($color-error, .6)"; }

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    border-color: #ffa602;
    background-color: #ffa602; }
  .pagination > li > a,
  .pagination > li > span {
    color: #00397e; }

ul.pagination {
  display: inline-block; }

ul.nav-pills > li > a:link, ul.nav-pills > li > a:visited {
  background: #ffa602;
  border: none;
  padding: 5px 7px;
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
ul.nav-pills > li > a:hover, ul.nav-pills > li > a:focus, ul.nav-pills > li > a:active {
  text-transform: uppercase;
  border: 0;
  color: #ffffff;
  background: #ffa602 !important; }
ul.nav-pills > li ul.dropdown-menu {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  ul.nav-pills > li ul.dropdown-menu li a {
    border: 0;
    background: 0;
    text-transform: uppercase;
    padding: 5px 10px; }
    ul.nav-pills > li ul.dropdown-menu li a:hover, ul.nav-pills > li ul.dropdown-menu li a:focus {
      border: 0;
      background: 0;
      text-transform: uppercase;
      color: #00397e;
      padding: 5px 10px; }

/**
 * Trumps: Text and Layout
 */
.languages a {
  border: none; }
.languages img {
  border: 1px solid #0a0a0a; }
.languages .caret {
  border-top-color: #ffffff !important; }
.languages .dropdown-menu {
  width: 340px;
  border-radius: 0;
  padding: 0 !important;
  text-align: center; }

.importantProductInfo p {
  font-size: 11px;
  color: #0b0b0b; }
.importantProductInfo a {
  font-size: 11px; }

.content--lastviewed {
  padding: 1px !important; }
  .content--lastviewed .product {
    background: #ffffff;
    padding: 10px;
    border-top: 1px solid #f2f2f2; }
    .content--lastviewed .product a {
      text-decoration: none;
      border: none;
      font-size: 12px; }

.clear {
  clear: both; }

.AmountLeft {
  font-weight: bold !important;
  text-align: center; }

#cart-menu table tr.bordertotal td {
  color: #ffa602; }

.btn, .btn:active, .btn:focus, .onebutton, .onebutton:active, .onebutton:focus {
  background: #00397e;
  color: #FFF !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 15px;
  border: none !important;
  border-radius: 0;
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  -ms-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s; }

.btn:hover, .onebutton:hover,
.btn:focus, .onebutton:focus {
  text-decoration: none;
  color: #FFF;
  cursor: pointer !important;
  background: #67a8de;
  outline: none; }

.margin {
  margin-bottom: 30px;
  clear: both; }

.halfmargin {
  margin-bottom: 15px;
  clear: both; }

.margin--vert {
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both; }

.block {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

button:active, button:focus {
  outline: none; }

header.header__desktop .mainmenu__container .container {
  background: #ffffff; }
header.header__desktop .topmenu__container {
  background: #ffa602;
  line-height: 44px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10; }
  header.header__desktop .topmenu__container p,
  header.header__desktop .topmenu__container a,
  header.header__desktop .topmenu__container span {
    color: #ffffff;
    margin: 0; }
  header.header__desktop .topmenu__container .text-small {
    text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.6); }
header.header__desktop .logo__area {
  margin-right: 15px; }
  header.header__desktop .logo__area img {
    margin-bottom: 20px; }
header.header__desktop .main__area nav ul.topmenu > li, header.header__desktop .main__area nav ul.mainmenu > li {
  list-style: none;
  display: inline-block;
  margin-right: 15px; }
header.header__desktop .main__area nav ul.topmenu > li {
  margin-right: 10px; }
header.header__desktop .main__area nav ul.mainmenu > li {
  margin-right: 15px; }
header.header__desktop .main__area nav ul.topmenu > li > a {
  color: #a2a8ac;
  font-size: 15px; }
header.header__desktop .main__area nav ul.mainmenu > li > a {
  font-size: 19px;
  border-bottom: 3px solid #FFF;
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  -ms-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s; }
header.header__desktop .main__area nav ul.mainmenu > li > a:hover {
  border-bottom: 3px solid #00397e;
  text-decoration: none;
  color: #0a0a0a; }
header.header__desktop .search__area form {
  height: 46px;
  width: 550px;
  position: relative;
  border: 3px solid #00397e; }
header.header__desktop .search__area input[type="search"] {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #0a0a0a;
  outline: none;
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  width: 500px;
  border: none !important; }
  header.header__desktop .search__area input[type="search"]:-moz-placeholder {
    color: #0a0a0a;
    opacity: 0; }
  header.header__desktop .search__area input[type="search"]::-moz-placeholder {
    color: #0a0a0a;
    opacity: 0; }
  header.header__desktop .search__area input[type="search"]:-ms-input-placeholder {
    color: #0a0a0a;
    opacity: 0; }
header.header__desktop .search__area .button__container {
  display: block;
  float: right;
  background: #00397e;
  height: 42px;
  box-sizing: border-box; }
  header.header__desktop .search__area .button__container button {
    position: relative;
    background: none;
    border: none;
    z-index: 2;
    color: #ffffff;
    font-size: 25px;
    padding: 0 10px; }

input.points {
  height: 58px;
  margin-top: -2px;
  width: 200px !important; }

.toolbar {
  background: #f3f3f3;
  padding: 5px;
  margin-bottom: 20px; }
  .toolbar .form-group {
    margin: 0; }

.slick-prev:before, .slick-next:before {
  color: #45515a; }

.caret {
  border-top: 4px solid #0a0a0a; }

.page > .container {
  background: #ffffff; }

img {
  max-width: 100%;
  height: auto; }

.details__topnavigation {
  height: 30px;
  line-height: 30px;
  color: #ffffff; }
  .details__topnavigation .package__size {
    height: 30px;
    float: left;
    background: #ffa602;
    padding: 0 15px;
    margin-right: 3px;
    color: #ffffff; }
  .details__topnavigation .package__size.active {
    background: #00397e; }
  .details__topnavigation .package__size:hover {
    color: #ffffff; }
  .details__topnavigation .continue__shopping {
    float: left; }
    .details__topnavigation .continue__shopping a {
      float: right;
      padding: 0px 15px;
      line-height: 30px;
      height: 30px; }
      .details__topnavigation .continue__shopping a:hover, .details__topnavigation .continue__shopping a:hover {
        background: #f3f3f3;
        color: #0a0a0a; }

.packagesize__container {
  float: right; }

.details__info {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 8px -1px #f3f3f3;
  padding: 5px 15px 15px 15px; }
  .details__info table.table {
    width: 70%; }
    .details__info table.table td {
      border: none !important;
      padding: 2px 0px; }

ul.details__notepadlist li {
  list-style: none; }
ul.details__notepadlist li:before {
  content: ''; }
ul.details__notepadlist a {
  line-height: 43px; }

.index__sections .index__section {
  float: left;
  width: 33.33333%;
  position: relative; }
  .index__sections .index__section .text__box {
    position: absolute;
    right: 10px;
    top: 0px;
    max-width: 64%; }
    .index__sections .index__section .text__box .h3 {
      color: #FFF;
      font-size: 22px;
      margin-top: 20px; }
    .index__sections .index__section .text__box p {
      color: #FFF;
      font-size: 15px;
      font-weight: 300; }

.more__section .border {
  height: 1px;
  background: #c7cacd;
  margin-top: 8px; }
.more__section .border.brand {
  width: 87%; }
.more__section .border.theme {
  width: 86.5%; }
.more__section a {
  text-decoration: underline; }

.theme__slider {
  margin-left: -15px;
  margin-right: -15px; }
  .theme__slider .theme__box {
    position: relative;
    margin-right: 15px;
    margin-left: 15px; }
    .theme__slider .theme__box span {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: rgba(233, 199, 34, 0.7);
      padding: 15px;
      color: #FFF;
      width: 93%;
      font-size: 24px;
      line-height: 24px;
      font-weight: normal; }

h1.yellow__heading {
  color: #00397e;
  font-size: 24px; }

.pdetails__tabs {
  background: #f3f3f3;
  height: 44px;
  line-height: 44px; }
  .pdetails__tabs li {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .pdetails__tabs a {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    border: 0;
    padding: 0;
    float: left;
    line-height: 60px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 44px; }
  .pdetails__tabs li.active a {
    background: #00397e;
    color: #FFF;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.greybox {
  position: relative;
  background: #f3f3f3;
  padding: 15px; }

.IndexController .product__box {
  min-height: 420px; }

.index__seo .panel-heading, .index__seo .panel, .index__seo .panel-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  background: none; }
.index__seo .panel {
  background: #f3f3f3; }

footer .container {
  background: #ffffff; }
footer .h3 {
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px; }
footer ul {
  padding: 0; }
  footer ul li {
    list-style: none;
    line-height: 2; }
    footer ul li a {
      font-weight: 300;
      border: none;
      color: #0a0a0a; }
footer img {
  margin: 0 10px 10px 0;
  max-width: 80%; }

.white__box {
  background: #FFF;
  padding: 15px; }

.mainmenu .dropdown-menu a, .mainmenu .dropdown-menu a:hover {
  cursor: pointer !important; }

.checkout__navigation li, .checkout__navigation li a {
  font-size: 17px; }
.checkout__navigation a.active {
  border-bottom: 3px solid #00397e; }

.checkout__click__navigation {
  background: #f3f3f3;
  margin-bottom: 30px;
  line-height: 45px; }
  .checkout__click__navigation .back__button {
    float: left;
    padding: 0 30px;
    font-size: 15px;
    border: none; }
  .checkout__click__navigation .next__button {
    float: right;
    padding: 0 60px;
    background: #ffa602;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    border: none; }
    .checkout__click__navigation .next__button:hover, .checkout__click__navigation .next__button:focus {
      text-decoration: none;
      background: #00397e;
      outline: none; }

.coupon {
  padding: 20px;
  background: #f3f3f3; }
  .coupon .cart-coupon {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 55px;
    height: 55px;
    width: 70%; }
  .coupon .onebutton {
    width: 30%;
    height: 55px; }

.table.price td {
  border: none;
  font-size: 17px; }
  .table.price td strong {
    font-weight: normal; }

.product__table {
  box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.2); }
  .product__table td {
    border: none !important; }
  .product__table .produktname {
    font-size: 17px; }
  .product__table .refreshcart {
    background: none;
    padding: 0;
    border: none;
    font-size: 12px; }
  .product__table .cart-quantity {
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 70px;
    text-align: center; }
  .product__table .tableprice {
    color: #00397e;
    font-weight: 600; }
  .product__table .singletableprice {
    font-weight: 600; }

.price__total {
  color: #00397e;
  text-transform: uppercase; }

.checkoutstart .onebutton {
  position: absolute;
  bottom: 15px;
  right: 15px; }
.checkoutstart ul {
  margin-left: 20px; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important;
  border: 2px solid #f3f3f3;
  box-shadow: none;
  height: 45px; }

header.header__tablet {
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 110px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3); }
  header.header__tablet .onebutton.tablet__backtoshop {
    margin-top: 4px; }
  header.header__tablet .header__menu {
    padding-left: 0;
    margin-top: 10px; }
    header.header__tablet .header__menu button.cart__button, header.header__tablet .header__menu button.login__button, header.header__tablet .header__menu a.menu__button {
      float: left;
      background: #ffa602;
      /* Old browsers */
      height: 60px;
      border: none;
      border-right: 1px solid #f3f3f3;
      text-align: center;
      width: 33%;
      font-size: 35px;
      color: #FFF;
      line-height: 60px;
      padding: 0;
      -webkit-transition: 0.2s ease-in 0s;
      -moz-transition: 0.2s ease-in 0s;
      -ms-transition: 0.2s ease-in 0s;
      -o-transition: 0.2s ease-in 0s;
      transition: 0.2s ease-in 0s; }
      header.header__tablet .header__menu button.cart__button:focus, header.header__tablet .header__menu button.cart__button:hover, header.header__tablet .header__menu button.login__button:focus, header.header__tablet .header__menu button.login__button:hover, header.header__tablet .header__menu a.menu__button:focus, header.header__tablet .header__menu a.menu__button:hover {
        outline: 0;
        background: #00397e;
        /* Old browsers */
        text-decoration: none; }
  header.header__tablet .header__search {
    margin-top: 10px; }
    header.header__tablet .header__search form {
      width: 100%;
      position: relative;
      border: none;
      box-sizing: border-box; }
      header.header__tablet .header__search form .search__box__tablet {
        height: 60px;
        font-size: 15px;
        padding: 0 30px;
        width: 100%;
        border: 3px solid #ffa602; }
        header.header__tablet .header__search form .search__box__tablet:focus {
          border-color: #00397e;
          box-shadow: none !important;
          outline: 0 !important; }
      header.header__tablet .header__search form button {
        position: absolute;
        right: 15px;
        top: 17px;
        width: 24px;
        height: 26px;
        background-color: transparent;
        border: none; }
  header.header__tablet #tablet__login__panel li {
    list-style: none; }
    header.header__tablet #tablet__login__panel li a {
      font-weight: normal;
      display: block;
      background: #FFF;
      padding: 5px;
      font-size: 15px; }
    header.header__tablet #tablet__login__panel li a:hover {
      text-decoration: none; }
  header.header__tablet #tablet__login__panel ul {
    padding: 0; }
  header.header__tablet .panel-group {
    margin: 0; }
    header.header__tablet .panel-group .panel {
      margin: 0;
      border: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }

.mm-menu a {
  border: none; }

.mm-opened .menu__button {
  display: none; }

#mobile__menu {
  left: auto !important;
  right: 0 !important;
  z-index: 1000 !important; }
  #mobile__menu .mm-panel {
    z-index: 1000 !important; }

.mobile__menu__close {
  display: none; }

.mm-opened .mobile__menu__close {
  display: block; }

header.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffa602;
  /* Old browsers */
  z-index: 99;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(10, 10, 10, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(10, 10, 10, 0.5);
  -ms-box-shadow: 0px 0px 2px 0px rgba(10, 10, 10, 0.5);
  -o-box-shadow: 0px 0px 2px 0px rgba(10, 10, 10, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(10, 10, 10, 0.5); }
  header.header__mobile .header__logo {
    background: #FFF;
    height: 45px;
    margin-left: -15px;
    padding-left: 30px;
    padding-top: 6px;
    right: -15px; }
    header.header__mobile .header__logo img {
      max-height: 33px; }
  header.header__mobile .header__search {
    border-top: 1px solid #e6ebef;
    background: #FFF; }
    header.header__mobile .header__search form {
      height: inherit; }
    header.header__mobile .header__search input[type="search"] {
      width: 80%;
      float: left;
      border: none;
      height: 35px; }
    header.header__mobile .header__search button {
      position: relative;
      left: inherit;
      top: inherit;
      float: left;
      width: 20%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      border: none;
      height: 35px;
      background: #ffa602;
      color: #FFF; }
      header.header__mobile .header__search button:hover, header.header__mobile .header__search button:focus {
        background-color: #00397e; }
      header.header__mobile .header__search button i {
        font-size: 25px; }
  header.header__mobile .header__menu {
    padding-right: 0;
    right: -15px; }
    header.header__mobile .header__menu a.cart__button, header.header__mobile .header__menu a.login__button, header.header__mobile .header__menu a.menu__button {
      float: left;
      background: none;
      height: 45px;
      border: none;
      text-align: center;
      width: 33%;
      font-size: 25px;
      color: #FFF;
      line-height: 45px;
      padding: 0; }
    header.header__mobile .header__menu a:focus, header.header__mobile .header__menu button:focus,
    header.header__mobile .header__menu a:hover, header.header__mobile .header__menu button:hover {
      background: #00397e;
      outline: 0; }
  header.header__mobile .panel-group {
    margin: 0; }
    header.header__mobile .panel-group .panel {
      border: none;
      margin-bottom: 5px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }

.ac_results li.ac_odd {
  background-color: #f3f3f3; }
.ac_results .ac_productname {
  font-size: 13px;
  color: #0a0a0a;
  font-weight: bold; }
.ac_results .ac_results b, .ac_results .ac_results_prescription b {
  color: #ffa602; }

.rnp {
  padding-right: 0; }

.lnp {
  padding-left: 0; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
  .page {
    padding: 0; }
    .page > .container {
      padding-top: 100px; }

  .rnp {
    padding-right: 15px; }

  .lnp {
    padding-left: 15px; }

  .ac_results {
    width: 100% !important; }

  .index__sections .index__section {
    float: left;
    width: 100%;
    position: relative; }

  .index__sections .index__section .text__box .h3 {
    font-size: 19px; }

  .index__sections .index__section {
    margin-top: 10px; }

  .theme__slider .theme__box span {
    font-size: 18px; }

  .checkout__click__navigation .back__button {
    padding: 0 15px; }

  .checkout__click__navigation .next__button {
    padding: 0 30px; }

  .product__box {
    height: auto;
    min-height: 0; }

  #details .product-photo {
    height: auto; }
    #details .product-photo a {
      border: none !important; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page {
    padding: 0 !important; }
    .page > .container {
      padding-top: 130px; }

  .header__tablet > .container {
    padding: 0; }

  .container {
    width: 100%; }

  .ac_results {
    width: 429px !important; }

  .page {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px; }

  .index__sections .index__section .text__box .h3 {
    font-size: 19px;
    margin-bottom: 0; }

  .index__sections .index__section .text__box p {
    font-size: 13px; }

  .theme__slider .theme__box span {
    font-size: 18px; }

  .product__box .content p {
    font-size: 12px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%; }

  .pdetails__tabs a {
    font-size: 13px;
    padding-left: 5px !important;
    padding-right: 5px !important; } }
@media (min-width: 768px) and (max-width: 954px) {
  .index__sections .index__section .text__box .h3 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px; }

  .index__sections .index__section .text__box p {
    font-size: 11px; } }
@media (min-width: 992px) and (max-width: 1070px) {
  .index__sections .index__section .text__box .h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px; }

  .index__sections .index__section .text__box p {
    font-size: 13px; } }
/* Large devices (large desktops, 1200px and up) */
.price-on-request a {
  font-size: 15px; }

.product__accordion .panel {
  background: none;
  border: none;
  margin-top: 2px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.product__accordion .panel-heading {
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .product__accordion .panel-heading .panel-title a {
    display: block;
    background: #ffa602;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 14px 20px; }
.product__accordion .panel-body {
  border: none; }

.tablet__checkout .steps li {
  font-size: 19px;
  color: #0a0a0a;
  font-weight: 300; }
.tablet__checkout .steps a.active, .tablet__checkout .steps a.active:link, .tablet__checkout .steps a.active:visited {
  text-transform: none;
  font-size: 19px;
  color: #0a0a0a; }

.checkoutstart, .billingbox, .ordergtcbox {
  background: #f3f3f3;
  padding: 15px; }

#tablet__accordion {
  -webkit-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.3);
  -ms-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.3);
  -o-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.3);
  box-shadow: 0 10px 10px rgba(10, 10, 10, 0.3); }

#mobile__login__panel li {
  list-style: none; }

#mobile__cart__panel .panel-body, #mobile__login__panel .panel-body {
  border-top: 3px solid #f3f3f3; }

.cart__mobileq {
  width: 40%;
  margin: 0;
  margin-top: 3px; }

.cart__mobileb {
  height: 40px;
  line-height: 20px;
  margin-top: 6px; }

header.header__mobile .header__search input[type="search"] {
  padding-left: 15px !important; }
  header.header__mobile .header__search input[type="search"]:focus {
    outline: none; }

.content__container p, .content__container td, .content__container font, .content__container strong, .content__container span, .content__container div, .content__container h1, .content__container h2, .content__container h3, .content__container h4, .content__container h5, .content__container h6 {
  font-family: "Open Sans"; }
.content__container img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .content__container img {
      width: auto !important;
      height: auto !important;
      margin: 0 !important; } }

/**
 * Hacky stuff. Do not ask for reason
 */
.hash_54a720e954cf9755b809689bc751a3db,
.hash_6def680fdcb17edc3000649e7ee66b1e {
  display: none !important; }

/**
 * Blog entries
 */
.blog__teaser {
  text-decoration: none !important;
  color: #707070 !important;
  display: block;
  border: none !important;
  margin-bottom: 20px; }
  .blog__teaser--image {
    float: left;
    margin: 0 15px 15px 0;
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 25%;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .blog__teaser:hover {
    color: #0a0a0a !important;
    text-decoration: none;
    border: none !important; }
.blog hr {
  background: #f3f3f3; }

/**
 * Dropdown Submenu
 */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }

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

/* Responsive updates 2020.01 */
.details__topnavigation--margin {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .mm-list > li.sub-menu > a {
    padding-left: 50px;
  }
  .details__topnavigation--margin {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .index__slider .slick-dots {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
  }
}
@media (max-width: 767px) {
  .IndexController .product__box {
    min-height: unset;
    margin-left: 10px;
    margin-right: 10px;
  }
  .product__order .form-control.quantityfield {
    margin-bottom: 0;
  }
}

.cart__button_mobile {
  position: relative;
}

.cart--count-mobile {
  font-weight: bold;
  right: -15px;
  line-height: 1;
  font-size: 11px !important;
}