 /* w3 Stylesheet */

/**
* Template :: ew_evelations
*
* Global stylesheet for adjustment of design
*
* Info: For each shop client you could create its own stylesheet file like 'stylesheet_[shop_id].css'
*       @example for shop client id 1 name it 'stylesheet_1.css'
*/

/* Category image on Product Overview Page hide! */

.cat-image img, 
.cat-image {
  display: none !important;
}

/* Slider */

/*
.owl-wrapper {
  max-height: 450px !important;
}

.owl-wrapper-outer {
  max-height: 450px !important;
}
*/

@media screen and (min-width: 960px) {
	.owl-wrapper {
	  margin-top: -75px;
	}

       .owl-wrapper-outer {
         max-height: 450px !important;
       }
}

#ew_evelations_teaser .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

#ew_evelations_teaser .owl-item .carousel-caption {
  padding-bottom: 25% !important;
}

.owl-carousel .owl-item {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.owl .owl-controls .owl-buttons .owl-prev, .owl .owl-controls .owl-buttons .owl-next {
  color: #d19460;
}
/* Slider */

#meta-navigation {
  color: #e8d8d4;
  height: 40px;
  padding-top: 4px;
}

#header .header-bg #header-top {
  padding: 20px 0;
}

.startpage-products-container {
  background-size: cover;
  background: #d19460 !important;
  padding-top: 36px;
  padding-bottom: 6px;
  margin-bottom: 36px;
}

.logo .img-responsive {
  max-width: 300px;
  height: auto;
}

.box-cart .box-cart-info-bg {
  background-color: #d19460
}

#floating-box-container .box-language, 
#footer-meta .box-language {
  display: none;
}

.button.coc-more-link {
  background: #d19460;
  border: 1px solid #d19460;
}

.button.coc-accept-link {
  background: #d19460;
  border: 1px solid #d19460;
}

.breaking-headline {
  border-left: 4px solid #d19460;
  color: #d19460;
}

.text-primary {
  color: #d19460;
}

.btn-primary {
  color: #ffffff;
  background-color: #d19460;
  border-color: #d19460;
}

.cart-listing .spinner.input-group .input-number, #product .spinner.input-group .input-number {
  border-color: #d19460;
}

.cart-listing .spinner.input-group .input-group-addon, #product .spinner.input-group .input-group-addon {
  background-color: #d19460;
}

a {
  color: #d19460;
}

#box-categories.panel-default .nav-pills > li.active.current.cat-level-2 a {
  color: white;
  background-color: #d19460;
}

#back-to-top {
  background-color: #d19460;
}

#product.detail #ms-options .default_option {
  background-color: #cc6200;
  border-color: #cc6200;
}

#product.detail #ms-options .default_option:hover {
  background-color: #ff7b00;
  border-color: #ff7b00;
}




