/* Fix Cart popup */
.line-item-quantity {
	float: left !important;
}
/* Fix search button disepare */
.toolbar-search__button {
	color: #fff !important;
}

/* EU complient zindex */
#sliding-popup {
    z-index: 1000000;
}

/* Wish list */
.page-wish-list .entityform-type-entityform-type h2 {
        display: none;
}

.entitytype-send_wish_list-form .pre-instructions {
        display: none;
}

.entitytype-send_wish_list-form #edit-flag {
        display: none;
}

form#send-wish-list-entityform-edit-form {
        padding: 0px;
}

body.i18n-pt-pt:not(.front) .navigation__tree .leaf a {
    padding: 5px 0px !important;
}

body.i18n-fr-FR:not(.front) .navigation__tree .leaf a {
     padding: 5px 0px !important;

}
/* End wishlist */


/* Mailchimp Newsletter Frontpage Input */

.mailchimp-signup-subscribe-form input[type="submit"] {
  background-color: #444444 !important;
}

/* Size attributes on product pages */

.product__add-to-cart .form-item-attributes-field-cup.btn {
  max-width: 50px !important;
}


/* Youtube responsive fix for blog */
/* Youtube responsive fix for blog */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.product-image-slide-iframe {
overflow: hidden;
  padding-top: 11%;
  position: relative;
}


.product-image-slide-iframe iframe {
display: inline-block !important;
border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.iframe_thumbnail--wrapper {
  position: relative;
}

.iframe_thumbnail--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255, .8);
}

.iframe_thumbnail--overlay img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: .7;
}

.search--wrapper {
  overflow-y: visible;
}

.search--wrapper {
  overflow-x: visible;
}

.node-product .horizontal-tabs .horizontal-tab-hidden {
 top: -140 000px;
}
#block-miss-mary-helper-category-description-block{
  clear:both;
  border-top:1px solid #CACACA
}
#block-miss-mary-helper-category-description-block h1{
  font-size:1.5em
}

body.i18n-en-EU .category_term_header p,
body.i18n-en-EU .category_term_header h1,
body.i18n-en-GB .category_term_header p,
body.i18n-en-GB .category_term_header h1,
body.i18n-de-DE .category_term_header p,
body.i18n-de-DE .category_term_header h1,
body.i18n-nl-NL .category_term_header p,
body.i18n-nl-NL .category_term_header h1,
body.i18n-da .category_term_header p,
body.i18n-da .category_term_header h1,
body.i18n-fi-FI .category_term_header p,
body.i18n-fi-FI .category_term_header h1 {
  display: none;
}

body.i18n-en-EU.page-visionary-products .category_term_header p,
body.i18n-en-EU.page-visionary-products .category_term_header h1,
body.i18n-en-GB.page-visionary-products .category_term_header p,
body.i18n-en-GB.page-visionary-products .category_term_header h1,
body.i18n-de-DE.page-visionary-products .category_term_header p,
body.i18n-de-DE.page-visionary-products .category_term_header h1,
body.i18n-nl-NL.page-visionary-products .category_term_header p,
body.i18n-nl-NL.page-visionary-products .category_term_header h1,
body.i18n-da.page-visionary-products .category_term_header p,
body.i18n-da.page-visionary-products .category_term_header h1,
body.i18n-fi-FI.page-visionary-products .category_term_header p,
body.i18n-fi-FI.page-visionary-products .category_term_header h1 {
  display: block;
}

