/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 5rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}
.nav-item {
	font-size: 0.9rem;
}
.btn {
	font-size: 0.9rem;	
}
.form-control {
	font-size: 0.9rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #777;
}
.options {
	background: #e9ecef;
	padding: 10px 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

#myCarousel .carousel-inner .container .carousel-caption {
		position: absolute;
		top: 200px;
    left: 160px;
    right: auto;
    bottom: 100px;
    text-align: left;
    padding: 20px;
    background: rgba(255,255,255,.55);
    text-shadow: none;
    color: #000;
    width: 40%;
    border: 1px solid #fff;
    font-size: 18px;
}
.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.navbar-design {
    border: none;
    background: #ffffff;
    min-height: 80px;
    z-index: 1500;
    box-shadow: 0px 2px 3px rgba(25,25,25,.33);	
}


.col-product {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    border-bottom: 3px #afafaf solid;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .25s ease-in-out, border .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out, border .25s ease-in-out;
}


.col-product .new_top {position: absolute; right: 0px; top: 0px; width: 54px; height:54px; background-size: 100%; z-index: 200}
.col-product .new_top.neu_bg {background-image:url('/shared/site/images/newproduct.png');}
.col-product .new_top.new_bg {background-image:url('/shared/site/images/newproduct.png');}

.col-product {width: 100%; background:#fff; margin-bottom: 20px; box-shadow:0px 2px 3px rgba(0,0,0,.1); -webkit-box-shadow:0px 2px 3px rgba(0,0,0,.1); border-bottom: 3px #afafaf solid; padding-top: 20px; /*height: 415px;*/ position: relative; overflow: hidden; transition: box-shadow .25s ease-in-out, border .25s ease-in-out; -webkit-transition: box-shadow .25s ease-in-out, border .25s ease-in-out;}
.col-product:hover {box-shadow:0px 2px 3px rgba(0,0,0,0.25); -webkit-box-shadow:0px 2px 3px rgba(0,0,0,0.25); border-bottom: 3px #6a748c solid; transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out;}
.col-product .product-link {position: relative; display: block;}
.col-product .image {text-align: center; height: 170px; background-position: center; background-size: contain; background-repeat: no-repeat; margin: 0px 20px; z-index: 100}
.col-product .col-content {padding: 0px 20px 20px 20px; height:180px; color:#333;}
.col-product .col-content.bigger {height:180px;}
.col-product .col-content ul {padding: 0 0 0 15px;}
.col-product .col-content h4{font-weight: bold; overflow: hidden; margin-top: 20px; min-height: 40px; color: #6A748C;}
.col-product .col-content img {height: auto; max-width: 100%;}

.col-product .col-shopping {padding: 0px 20px 20px 20px;}
.col-product .col-shopping .price_wrap {text-align: right; min-height:30px;}.col-product .col-shopping .price_wrap .tax {font-size:12px;}
.col-product .col-shopping .price_wrap .price {font-size: 18px; font-weight: bold; color: #000;}
.col-product .col-shopping .status {margin-top: 10px; color: #999; font-size: 12px; min-height:16px;}
.col-product .col-shopping .status.state_1 {color: green;}
.col-product .col-shopping .status.state_2 {color: #ff6600;}
.col-product .col-shopping .status.state_3 {color: red;}


.options .new_top.new_bg {background-image:url('/shared/site/images/newproduct.png');}
.options .new_top {position: absolute; right: 15px; top: 0px; width: 54px; height:54px; background-size: 100%; z-index: 200}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.breadcrumb {
    padding: .75rem 1rem .75rem 0rem;
    background: none;
}

.brand {
	      display: block;
      margin: 0 auto;
}

li.breadcrumb-item>a {
	font-size: 12px;
}

li.breadcrumb-item {
	font-size: 12px;
}

.product_cat {
	font-size: 13px;
}

.searchbuttonicon {
  position:absolute;
	top:23%;
	right:10px;
}
#searchid {
	padding-right: 35px;
}

.dropdown-menu {
	font-size: 13px;
}