/*****************************************************************************
 * Bootstrap 3 Overloading
 ****************************************************************************/
/**
 * Helper Less Files
 */
/**
 * Disable the responsivness of bootstrap
 * Reset the container
 */
.container {
  max-width: none !important;
  width: 1140px !important;
  background-color: #fff;
}
/**
 * Carousel
 */
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li {
  font-size: 12px;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  margin: 0px;
  text-indent: 0px;
  border: 1px solid #999;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-indicators .active {
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
}
.carousel-control {
  width: 30px;
}
/*****************************************************************************
 * Modifications for template
 ****************************************************************************/
/**
 * Carousel Fading
 */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
/**
 * Carousel Snippet
 */
.carousel.snippet {
  margin-bottom: 15px;
}
/**
 * Header
 */
#header .infoIconsHeader {
  margin-top: 20px;
  font-size: 11px;
  line-height: 12px;
  color: #706f6f;
  text-transform: uppercase;
}
#header .infoIconsHeader .infoIconShipping,
#header .infoIconsHeader .infoIconCo2neutral,
#header .infoIconsHeader .infoIconContact {
  float: left;
  height: 31px;
}
#header .infoIconsHeader .infoIconShipping {
  background: transparent url(../img/icon-shipping.jpg) no-repeat;
  width: 160px;
  padding-left: 33px;
  padding-top: 4px;
}
#header .infoIconsHeader .infoIconCo2neutral {
  background: transparent url(../img/icon-co2neutral.jpg) no-repeat 0 5px;
  width: 200px;
  padding-left: 29px;
  padding-top: 9px;
}
#header .infoIconsHeader .infoIconContact {
  background: transparent url(../img/icon-contact.jpg) no-repeat;
  width: 175px;
  padding-left: 32px;
  padding-top: 4px;
}
/**
 * Logo
 */
#logo {
  padding-top: 0px;
}
#logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #logo img {
    width: auto;
  }
}
/**
 * #navTop
 */
#navTop .nav li,
.navTop .nav li {
  float: left;
}
#navTop .nav li > a,
.navTop .nav li > a {
  font-size: 12px;
  padding: 10px 5px;
  font-weight: 400;
}
/**
 * Buttons
 */
.btnCart {
  margin-left: 10px;
  padding: 2px 10px;
}
/**
 * .iconShoppingCart
 */
.iconShoppingCart {
  color: #000;
  padding: 0 8px;
}
/**
 * #navControl
 */
#navControl .body {
  top: 0px;
  width: 540px;
  z-index: 102;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 0;
  position: fixed;
}
#navControl .form-group {
  width: 240px;
}
#navControl .text-search {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 2px;
}
#navControl input[name="keywords"] {
  width: 155px;
}
#navControl #formSearch {
  float: left;
}
#navControl #formSearch .iconSearch {
  border: none;
  background: transparent;
  right: 8px;
  position: absolute;
  top: 6px;
}
#navControl .dropdown-menu > li > a {
  font-size: 12px;
}
#navControl .dropdown-menu.boxCart {
  width: 463px;
  margin-left: -305px;
}
#navControl .dropdown-menu.boxCart .table {
  font-size: 12px;
}
#navControl .dropdown-menu.boxCart .table tfoot > tr:first-child td {
  border-top: 1px double #000;
}
#navControl .dropdown-menu.boxCart .table td.products-quantity {
  width: 12%;
}
#navControl .dropdown-menu.boxCart .table td.products-price {
  width: 20%;
}
#navControl .dropdown-menu.boxCart .table td.subtotal p {
  margin-bottom: 0;
}
.dropdown-menu-box-header {
  color: #b3b3b3;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}
/**
 * Footer
 */
#footer .alert {
  font-size: 11px;
}
#footer .nav a {
  font-size: 11px;
}
#footer .footerInner {
  padding-bottom: 15px;
  margin-bottom: 0;
}
#footer .footerInner:first-child {
  padding-top: 15px;
}
/**
 * Container Inner
 */
.containerInner {
  background: #fff;
  padding-top: 15px;
}
/*****************************************************************************
 * Product Information
 ****************************************************************************/
#productInfos,
#productImages {
  margin-bottom: 15px;
}
/**
 * Product Price
 */
.product-price {
  font-size: 16px;
  font-weight: 600;
}
.product-price span {
  display: inline-block;
}
.product-price .price-old {
  text-decoration: line-through;
}
.product-price .price-discount {
  font-size: 11px;
  color: #333333;
  padding: 2px 10px;
}
.product-price .price-new {
  color: #fd0036;
  margin-left: 10px;
}
/**
 * Product Graduated Prices
 */
#productGraduatedPriceContainer {
  font-size: 12px;
}
#productGraduatedPriceContainer strong {
  font-size: 14px;
}
/**
 * Product Reviews
 */
.product-reviews .reviews_rating_light,
.product-reviews .reviews_rating_dark {
  height: 15px;
  position: relative;
  width: 80px;
  float: left;
}
.product-reviews .reviews_rating_light {
  background: transparent url(../img/review_star_light.png) repeat-x;
}
.product-reviews .reviews_rating_dark {
  background: transparent url(../img/review_star.png) repeat-x;
}
/*****************************************************************************
 * Listings
 ****************************************************************************/
/**
 * Product Listing
 */
.productListing,
.sidebarBox.product {
  /* Product information */
}
.productListing .page-header,
.sidebarBox.product .page-header {
  margin-top: 0;
}
.productListing .page-header h1,
.sidebarBox.product .page-header h1 {
  margin-top: 0;
}
.productListing .product-name a,
.sidebarBox.product .product-name a {
  font-size: 14px;
  font-weight: 600;
}
.productListing .product-tax-shipping,
.sidebarBox.product .product-tax-shipping,
.productListing .products-vpe,
.sidebarBox.product .products-vpe,
.productListing .product-base-price,
.sidebarBox.product .product-base-price {
  font-size: 11px;
  margin-bottom: 0;
}
.productListing.startpage {
  margin-bottom: 15px;
}
.productListing.startpage .well strong {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/**
 * Category Listing
 */
#categorieListing .categorieHeading {
  padding: 0;
  position: relative;
  background: #333333;
}
#categorieListing .categorieHeading .categorieHeadingTitle {
  position: absolute;
  top: 20px;
  right: 5px;
  background: #fff;
  padding: 5px 15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#categorieListing .categorieHeading .categorieHeadingTitle h1 {
  margin-top: 10px;
  font-weight: 600;
}
/*****************************************************************************
 * Pages
 ****************************************************************************/
/**
 * Global page definitions
 */
.productPage .page-header,
.contentPage .page-header,
.formPage .page-header {
  margin-top: 0;
}
.productPage .page-header h1,
.contentPage .page-header h1,
.formPage .page-header h1 {
  font-weight: 400;
  margin-top: 0;
}
/**
 * List Group
 */
.list-group a {
  color: #000;
  font-size: 14px;
}
.list-group a.nav-list-header {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
  background: #f5f5f5;
}
.list-group a.nav-list-header:hover,
.list-group a.nav-list-header:focus {
  text-decoration: none;
  background-color: none;
}
/**
 * Forms - Form Group
 */
.form-group {
  position: relative;
}
/**
 * Forms - Form Inline
 */
.form-inline label {
  width: 200px;
}
.form-inline label[for="customer_message"] {
  position: absolute;
  top: 0;
}
.form-inline #customer_message {
  margin-left: 205px;
}
form .panel .panel-heading,
form .panel .panel-heading > * {
  font-size: 14px;
  color: #888;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}
a[data-toggle="collapse"] {
  color: #000;
  text-decoration: none;
}
a[data-toggle="collapse"]:hover {
  color: #333333;
}
/**
 * Page Cart
 */
.cart .productInformation .del-product {
  position: relative;
  top: 10px;
}
.cart .product-price,
.cart .final-price {
  font-size: 14px;
  padding: 5px 0;
}
.cart #total p {
  margin-bottom: 0;
}
.cart form .panel {
  border: none;
}
.cart form .panel-body {
  padding: 0;
}
.cart form .panel-footer {
  border: 1px solid #ddd;
}
.cart form .panel-footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.cart form .panel-footer ul:before,
.cart form .panel-footer ul:after {
  content: " ";
  display: table;
}
.cart form .panel-footer ul:after {
  clear: both;
}
.cart form .panel-footer ul li {
  float: left;
  margin-left: 5px;
}
.cart form .panel-footer ul li:first-child {
  margin-left: 0;
}
/**
 * Product Page
 */
#pageProduct {
  /**
	 * Product Images
	 */
  /**
	 * Product Information
	 */
}
#pageProduct .product-image {
  margin-bottom: 30px;
}
#pageProduct .more-images.nav-pills > li {
  margin-left: 10px;
}
#pageProduct .more-images.nav-pills > li > a {
  padding: 0;
}
#pageProduct .more-images.nav-pills > li:first-child {
  margin-left: 0px;
}
#pageProduct .more-images .img-thumbnail {
  padding: 1px;
  border: 2px solid #cfcfcf;
}
#pageProduct .more-images img {
  width: 50px;
}
#pageProduct .product-price {
  font-size: 18px;
  margin-bottom: 0;
}
#pageProduct .product-price .well {
  display: inline-block;
  margin-bottom: 10px;
}
#pageProduct .products-vpe,
#pageProduct .product-base-price,
#pageProduct .product-tax-shipping {
  font-size: 11px;
  margin-bottom: 2px;
}
#pageProduct .add-to-cart {
  width: 100%;
}
#pageProduct .add-to-cart .basePrice {
  font-size: 12px;
  padding: 0 10px 0 5px;
}
/**
 * Page Checkout
 */
#pageCheckout .page-header {
  margin-top: 10px;
}
#pageCheckout .panel.active .panel-heading {
  background-color: #c2c2c2;
}
#pageCheckout .panel.done .panel-heading {
  background-color: #428bca;
  color: #fff;
}
#pageCheckout .panel .panel-footer {
  margin-top: 3px;
  margin-bottom: 2px;
}
#pageCheckout .product-price,
#pageCheckout .final-price {
  font-size: 14px;
  padding: 5px 0;
}
#pageCheckout .glyphicon-info-sign {
  top: 3px;
  font-size: 16px;
  color: #045fb4;
}
/**
 * Content Page
 */
/*****************************************************************************
 * Template Boxes
 ****************************************************************************/
/**
 * Box Top Categories
 */
#boxesTopCategories {
  margin-bottom: 15px;
}
#boxesTopCategories .panel {
  margin-bottom: 0;
}
#boxesTopCategories .panel-body .image {
  min-height: 170px;
}
/**
 * Box Categories
 */
#boxCategories .nav > li > a {
  font-size: 12px;
  padding: 5px 10px;
}
#boxCategories .nav > li > a .glyphicon {
  font-size: 10px;
}
/*****************************************************************************
 * Helper Classes
 ****************************************************************************/
.noBorderRadius {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.noBorderRadius .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.noBorderRadius .panel-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tooltip {
  width: auto;
}
.tooltip .tooltip-inner {
  max-width: 400px;
}
.external_id {
  display: none;
}
/*****************************************************************************
 * Trusted Shops
 ****************************************************************************/
.trustedShopsCutstom {
  padding-top: 5px;
}
.trustedShopsCutstom .trustedShopsHeadline {
  font-size: 22px;
  line-height: 27px;
  color: #000;
  padding-bottom: 10px;
}
.trustedShopsCutstom .trustedShopsRateLater {
  color: #a2b52b !important;
  font-weight: bold;
}
.trustedShopsCutstom .trustedShopsRateLater:before {
  font-family: 'Glyphicons Halflings';
  content: "\e072";
  display: inline-block;
  margin-left: -5px;
  margin-right: 5px;
  color: #a2b52b !important;
  font-size: 10px !important;
}
.trustedShopsCutstom .trustedShopsRateNow {
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #ff7400;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2Q5MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff7400 0%, #fcd91b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7400), color-stop(100%, #fcd91b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7400 0%, #fcd91b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7400 0%, #fcd91b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7400 0%, #fcd91b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7400 0%, #fcd91b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7400', endColorstr='#fcd91b', GradientType=0);
  /* IE6-8 */
}
#header .ts-seal {
	margin-right: -4px;
	margin-left: 5px
}
@media (min-width: 1140px) {
  .coc-wrapper {
    width: 1140px;
  }
}
#cookie-consent .button {
  background-color: #CCDE2A;
  border: 0 none;
  padding: 5px 10px;
  font-weight: bold;
}
