header, #header {
  background: #f8dac2!important;
}

.site-logo {
  position: absolute;
    width: 150px;
    top: 0;
}

#searchFrm input {
  outline: none;
}

.webshop-checkout .ups-top-frame {
  display: none;
}

.webshop-checkout header,
.webshop-checkout #header {
  margin-top: 0;
}

.webshop-checkout #usps UL LI {
  color: #983434;
}

@media screen and (max-width: 1400px)  {
  .site-logo {
    width: 150px;
  }
}

@media screen and (max-width: 1200px)  {
  .site-logo {
    width: 130px;
  }
}

@media screen and (max-width: 991px)  {
  .site-logo {
    top: 25px;
    width: 100px;
  }

  #searchFrm {
    display: none;
  }
}

@media screen and (max-width: 767px)  {
  .site-logo {
    top: 35px;
    width: 80px;
  }

  header, #header {
      margin-top: 30px!important;
      height: 120px;
  }
}

@media screen and (max-width: 480px) and (min-width: 420px) {
      header, #header {
    height: 120px;
  }
}

@media screen and (max-width: 480px)  {
  .site-logo {
    top: 55px;
    width: 60px;
  }
.ups-top-frame {
    padding: 0px!important;
}


  #searchFrm {
    margin: 5px auto;
  }
}

@media screen and (max-width: 420px) {
     header, #header {
    height: auto;
  } 
}

.ups-top-frame {
  border-bottom: none!important;
}

#Productinfo_Fancybox_Image_DIV {
    width: 100%;
    border: 1px solid #f7f5e7!important;
    background: #f7f5e7;
    min-height: 430px;
    height: 430px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

#Productinfo_Fancybox_Image_DIV .Thumbnail_Productinfo_FancyBox {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: 0px;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: center;
}

#Productinfo_Fancybox_Image_DIV .Thumbnail_Productinfo_FancyBox img {
     width: 100%;
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    height: auto; 
}

#ProductMenu_List LI ul li A SPAN, #ProductMenu_List LI ul li A, #groupTemplate TD A {
  text-transform: none!important;
}

.SubCategory1_Productmenu:not(.has-dropdown) {
  float: left!important;
  text-transform: none;
}

.Variants #avCombo2.OptionSelect_ProductInfo {
  width: 100%;
}

@media screen and (max-width: 991px)  {
  .search-icon {
    right: 110px!important;
  }  

  .ups-top-frame #usps UL LI {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .ups-top-frame #usps {
    max-width: 300px;
    margin: 0 auto;
  }
  .ups-top-frame #usps UL LI {
	height: 19px!important;
	line-height: 19px!important;
	}
}

.related-slider {
    max-width: 1010px;
    margin: 0 auto;
}

.related-slider tr {
  text-align: center;
}

.related-slider td {
  display: inline-block;
  padding: 0 2%;
  width: 25%;
}

.related-slider .name-List {
   display: none;
}

@media screen and (max-width: 767px) {
  .related-slider td {
    width: 50%;
  }
	.ups-top-frame #usps UL LI {
	height: 19px!important;
	line-height: 19px!important;
	}
	
}
@media screen and (max-width: 420px) {
#searchFrm{
		height:40px!important;  
		top:12px!important;
		left: 5%!important;
	}
}


/* Instagram feed */
#instagram_list a img {
  height: 100%;
}

/* Mood images */
.mood-images  {
  margin-top: 10px;
}

.mood-image {
  margin-top: 30px;
  position: relative;
  display: block;
  overflow: hidden;
}

.mood-image img {
  height: auto;
  width: 100%;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.mood-image:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.mood-image-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  padding: 8px 32px;
}

.List-product .image-List {
  background: #eeeacc;
}

.desc2 {
  background: transparent!important;
}

div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
  top: 30px !important;
  left: -6px !important
}