.search_list_contener{
  position: fixed;
  z-index:99999999;
}
.search_list_contener {
    width: auto;
    max-height: 200px;
    overflow:hidden;
    padding: 10px;
    margin: 1em;
    background-color:#FFF;
    color: #666;
    font: normal 12px "Segoe UI", Arial, Sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.095);
}
.search_list_contener p {
    font-size: 1.25em;
}
.search_list_contener:before,
.search_list_contener:after {
    content: "\0020";
    display:block;
    position:absolute;
    top:-40px;
    left:20px;
    z-index:2;
    width: 0;
    height: 0;
    overflow:hidden;
    border: solid 20px transparent;
    border-top: 0;
    border-bottom-color:#FFF;
}
.search_list_contener:before {
    top:-30px;
    z-index:1;
    border-bottom-color:rgba(0,0,0,0.095);
}

.shopping-cart-item {
  display: flex;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  max-height: 80px;
}
.shopping-cart-item-name {
  color: #101820;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-grow: 3;
  flex-wrap: wrap;
  align-content: center;
}
.shopping-cart-item-name a {
  color: #101820;
  width: 100%;
}
.shopping-cart-item-name p {
  margin: 12px 0 0 0;
  font-size: 13px;
  color: #555;
}
.shopping-cart-item-img img{
  height: 60px;
  width: 60px;
  object-fit: contain;

}
.shopping-cart-item-qty{
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: 0px 18px;
}
.shopping-cart-item-qty label {
  margin-right: 18px;
  margin-bottom: 0;
  color: #555;
}
.shopping-cart-item-qty input {
  width: 36px;
  margin: 0px 12px;
}
.shopping-cart-item-price{
  font-size: 18px;
  color: #101820;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.shopping-cart-item-price div{
  width: 100%;
}
.shopping-cart-item-price .shipping{
  color: #555;
  font-size: 12px
}
.shopping-cart-summary {
  padding: 18px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);

}
.cart-line-item {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.cart-line-item.grand-total {
  font-size: 16px;
  font-weight: bold;
}
.remove-item {
  font-size: 12px;
  color: crimson;
  cursor: pointer;
  margin-top: 12px;
}
.remove-item:hover {
  color: #ff0000;
}
.cart-preview-item{
  display: flex;
  /* border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2); */

}
.cart-preview-item-img:hover {
  cursor: pointer;
}
.btnHover:hover{
  cursor: pointer;
}
.cart-preview-item-img img {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.cart-preview-item-info p{
  font-size: 12px;
  margin-bottom: 6px;
}
.cart-preview-item-info p:nth-child(1){
  font-size: 15px;
  font-weight: bold;
}
li.nav-item.nav-cart {
  position: relative;
}
li.nav-item.nav-cart .nav-badge{
  position: absolute;
  /* top: -2px;
  right: -2px; */
  color: grey;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  display: inline-block;
  border: 1px solid grey;
  border-radius: 50%;
  padding: 4px;

}
.nav-badge{
  position: absolute;
  /* top: -2px;
  right: -2px; */
  color: grey;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  display: inline-block;
  border: 1px solid grey;
  border-radius: 50%;
  padding: 4px;

}
li.nav-item.nav-cart .nav-badge:hover{
  border: 1px solid black;
  color: black;
}
.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.products-wrapper .card{
  width: 275px;
  margin: 6px;
}
.products-wrapper .card .card-img-top{
  height: 200px;
  width: auto;
  object-fit: contain;
}
.list-price {
  color: #888;
  font-size: 12px;
  text-decoration: line-through;
}
.products-wrapper .card-title a {
  color: #000;
}
.products-wrapper .card-title a:hover {
  color: #888;
  text-decoration: none;
}
.product-details-body{
  border: 1px solid #eee;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.product-details-long{
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 200px;
  min-height: 200px;
  width: calc (80%);
}
.product-details-price{
  color: crimson;
}
.strikethrough{
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.product-details-label{
  font-weight: bold;
}

.product-details-slideshow .carousel-control-prev-icon,
.product-details-slideshow .carousel-control-next-icon{
  background: unset;
  color: #101820;
  font-size: 32px;
  text-shadow: 0px 0px 3px #fff;
}
.back-to-results{
  color: #101820;
  font-size: 14px;
}
.back-to-results:hover, .back-to-results:active{
  color: #000;
}

.thumbnail {
	height: 100px;
	margin: 6px;
}
.thumbnail {
	margin-bottom: 6px;
}
.carousel-control.left {
	background-image: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 100%;
	transform: translateY(-50%);
}
.carousel-control.right {
	background-image: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 100%;
	transform: translateY(-50%);
}
.item .thumbnail {
	margin: 0 auto;
}
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  opacity: 0.9;
  color:white;
  bottom: 20;
  left:0;
  width: 300px;
  height:60px;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
}


/* 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-cover{
  position: absolute;
  right:0;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading-white{
  color:white;
}
.featurette-heading-white:after{
  background-color: white;
}
.featurette-heading-black{
  color:black;
}
.featurette-heading-black:after{
  background-color: black;
}
.featurette-heading {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    font-size: 2vw;
    font-weight: bold;
}
.featurette-heading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 150%;
    height: 1px;
    content: '\a0';
}
.featurette-heading:before {
    margin-left: -50%;
    text-align: right;
}

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

@media (max-width: 481px) {
  /* 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: 6vw;
    font-weight: bold;
  }
}

/*
Menu
*/
.logoMenu{
  width:60px;
  height:auto;
}
/*
Core structure
*/
.zoomed{
zoom : 70%;
}
.vertical_menu{
  position: fixed;
  top: calc(50% - 20px);
  left:0px;
}
.search_contener{
  position: absolute;
  top: 0px;
  left:0;
  right: 0;
}
.cover_categories{
  position: absolute;
  top: -70px;
  left:0;
  right: 0;
}
.image_contener{
  position: relative;
  text-align: center;
}
.image_label_contener{
  position: absolute;
  color:white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_img{
  width: 100%;
  height: auto;
}
.filters-wrapper{
  margin-left: -15px;
  width: 300px;
  background-color: #fbfbfb;
  border-right: 1px solid #eaeaea;
  overflow-x: hidden;
  position: absolute;
  top: -48px;
  bottom: 0px;
  left: -265px;
  padding: 60px 50px 18px 18px;
  transition: left 0.2s ease, padding 0.2s ease;
  z-index: 2;
}
