/****
**** @file theme-style.css
**** @desc This file is used for overriding toolkit styles and  resetting styles
**** from Drupal core.
***/
/*Panels*/
.panels-ipe-on {
  display: none;
}

#loader_image_custom img {
  margin-left: 45%;
  margin-top: 10%;
}

.node-type-platform-product .product-detail {
  margin-top: 0 !important;
}

.product-compare__table .product-compare__detail {
  min-height: 95px;
}

.compare-ajax-loader {
  position: absolute;
  left: 0;
  top: 20px;
}

.ajax-loader {
  min-height: 700px;
}

.color-details-wrapper {
  min-height: 300px;
}

.js-compare-handler a.disabled {
  color: #666;
  text-decoration: none;
}

.product-compare__table .img-responsive {
  max-height: 105px;
}

body main.product-compare {
  margin-top: 0 !important;
}

.product-lister .card-product-s__visual img, .player iframe {
  max-width: 100%;
}

.product-lister .card-product-s__visual img {
  max-height: 104px;
}
.page-products-search .card-product-s__visual img, .page-search .view-display-id-view_searchproducts .card-product-s__visual img {
  max-height: 90px;
}
.player {
  text-align: center;
}

.colour-detail__main button.btn-ripple a {
  color: #333 !important;
  text-decoration: none;
}
/* ://HTML removal:**/
.inpage-searchbox-container.product-searchbox .inpage-searchbox__item--subtitle strong
{
  font-weight: normal;
  font-family: "open_sans_regular";
}

.painters-panel__inside {
  width: 100%;
}

/**Remove this once functionality implemented ! **/
/* :Functional removal:**/
.node-type-page .field--name-title-field, .node-type-page .node__links,
.preloader, .social-buttons h2, #user-login h2,
.panels-flexible-region-inside>.links, .ajax-progress-throbber+.ajax-progress-throbber,
.view-products-listing-matrix .card-product-s__content h3 {
  display: none;
}

.view-products-listing-matrix .card-product-s__content h3+p {
  padding-top: 8px;
}
/**:Module handler:*/
#sliding-popup {
  text-align: left;
}

#map {
  height: 100%;
  width: 100%;
}

.meta-topbar .meta-topbar--nav ul li.meta-topbar__lang, .meta-topbar .meta-topbar__site-switch
{
  display: block !important;
}
.painters-login > h2 {
    display:none;
}
.tabbing-button {
    height: 60px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none;
}
.modal-body .progress-disabled{
  display: none !important;
}

.focus-outline {
    outline: none !important;
}

.no-js .node-type-platform-product main, .no-js .page-colours main {
  margin-top: 40px;
}

.search-result-article-item a.btn-more-info,
.no-js .collapse, .cookie-bar {
  display: block;
}
.js-store-locator .ol-zoom {
    bottom: .5em;
    right: .5em;
    top: auto;
    left: auto;
}
.js-store-locator .ol-control button:focus,
.js-store-locator .ol-control button:hover {
    text-decoration: none;
    background-color: rgb(154, 72, 146);
    color: #fff;
}
.js-store-locator .ol-control button{
    background-color: rgb(154, 72, 146);
}
/*Gigya issue toolkit*/

.onedomain-component .gigya-social-login > div{
    height:auto !important;
    width:auto !important;
}
.onedomain-component .modal--account .gigya-login-providers{
    min-height:75px;
}
.onedomain-component .gigya-login-providers-container div,
.onedomain-component .gigya-login-providers-container span {
    width: auto !important;
}
.preloader {
    z-index: 9999;
}
@media all and (max-width: 767px){
    .store-locator .storemap {
        display: none;
    }
}

/** PAINTPROD-273 : Brazil - Color Listing - CSS Issue*/
@media all and (min-width: 768px){
    .colour-grid__row .colour-grid__colour-number,
    .colour-grid__row .color-grid__colour-number {
        top: auto;
        width: calc(100% - 18px);
        position: absolute;
        bottom: 5px;
    }
	.product-detail__navigation ul li {
		margin-bottom: 5px;
		margin-right: 15px !important;
	}
}

@media screen and (min-width: 1280px){
  .page-products-listing .product-listing-pagination {
    width:75%;
    float:right;
  }  
}

.header__brand a img.bl-alba {
  width: 70px;
  height: auto;
  margin: -6px auto;
  top: 0;
  left: 0;	
}

.header-nav-xs .header-nav-xs__bar a.brand-logo img.bl-alba {
  height: 35px;
  width: auto;
  display: block;
  margin: -9px auto;
}

.header__brand a img.bl-procolor {
    width: 110px;
    height: auto;
    margin: -6px auto;
}

.header-nav-xs .header-nav-xs__bar a.brand-logo img.bl-procolor {
    height: 40px;
    width: auto;
    display: block;
    margin: -9px auto;
}
header .header__brand a.brand-logo{
    max-width: 150px;
}
.tooltip {
    z-index: 4000 !important;
}

/** Nav Sub Menu text should be allow all cases for Germany and Austria site (lang code is DE).*/
.i18n-de header .header-nav__sub-bar ul li a {
  text-transform: none;
}

/* Fix for the password change popup not showing server error. reusing the login error div style.*/
#modal-account-info .alert-top {
    background-color: #d10013;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 5px 24px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 -3px 3px #b80011;
}

#modal-account-info .alert-top .icon--medium {
    height: 2.4rem;
    width: 2.4rem;
}
#modal-account-info .alert-top .icon--fill {
    fill: #fff;
}
#modal-account-info .alert-top .icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
}
/* New Store Locator - fix for filter checkbox */
.stores-filters__content__filters input[type=checkbox] {
    display: block;
}
/* Fix appearance of recaptcha error message */
.recaptcha-error__top {
    background-image: url(../../../../../../misc/message-24-error.png);
    border-color: #ed541d;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 40px;
}
.recaptcha-error__top ul {
    list-style-type: none;
    padding: 0px 0px 0px 10px;
}
form.js-form--user-register button.btn.dropdown-toggle.bs-placeholder.btn-default.bs-invalid{
	border-color: #d10013;
}
/* Flex Downloadable block content */
.downloadable-content-wrapper .downloadable-content__list {
  width: 100%;
}

.simple-webform #captcha-help {
  font-family: "open_sans_semibold",Helvetica,Arial,sans-serif;
}

.product-detail__section .product-detail___buttons {
	margin-top: 20px;
}
.product-filter .product-filter-section .product-filter-section__container.collapsing{
	border-top: 1px solid #ccc;
}
.product-filter .product-filter-section .product-filter-section__container.collapse.in{
	border-bottom: none !important;
}
input.inpage-searchbox__input {
	min-height: 44px !important;
}