/* HELPERS */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

/* AJAX SPINNER */
#ajax-spinner { display: none; position: fixed; left: 50%; top: 50%; margin: -15px 0 0 -15px; background: url('../images/spinner.gif') no-repeat 50% 50%; padding: 15px; font-size: 0; z-index: 1000; }

/* FLASH CONTAINER */
.flash-container {}
.flash-container .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.flash-container .flash {
    background: #175ace;
    color: #fff;
    font-size: 14px;
    padding: 20px 25px;
    /* margin-bottom: 25px; */
    margin: 15px;
}
.flash-container .flash.flash-error {
    background: red;
}

/* RANGE SLIDER (FILTERS) */
.sidebar__item--rangeslider {
    padding-bottom: 70px;
}
.range-slider {
    height: 6px;
    background: #b5c1c7 !important;
    box-shadow: none;
    border: 0;
}
.rightvalue {
    margin-top: 15px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}
.leftvalue {
    /*margin-left: -10px;*/
    margin-top: 15px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}
.range-slider .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #99cf15 !important;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    margin-left: 10px;
}
.range-slider .noUi-handle::before, .range-slider .noUi-handle::after {
    content: none;
}

/* AUTOSUGGEST */
#search-products-autosuggest {}
#search-products-autosuggest ul {
    position: absolute;
    max-width: 380px;
    top: 54px;
    padding: 0;
    background: #fff;
    width: 100%;
    border-left: 1px solid rgb(221, 229, 239);
    border-right: 1px solid rgb(221, 229, 239);
    z-index: 9999;
    right: 15px;
}
#search-products-autosuggest ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgb(221, 229, 239);
}
#search-products-autosuggest ul li a {
    display: flex;
    color: #000;
    align-items: center;
}
#search-products-autosuggest ul li a:hover {
    color: #175ace;
}
#search-products-autosuggest ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}
#search-products-autosuggest ul li .search-products-img {
    margin-right: 10px;
}
#search-products-autosuggest ul li .search-products-price {
    cursor: default;
}
#search-products-autosuggest ul li .search-products-price:hover {
    text-decoration: none;
    color: #333;
}
@media (max-width: 991px) {
    #search-products-autosuggest ul {
        max-width: 330px;
        right: 0;
    }
}
@media (max-width: 767px) {

    #search-products-autosuggest ul {
        max-width: 100%;
        left: 0;
        top: 55px;
    }
    #search-products-autosuggest ul li {
        padding: 10px 35px;
    }
}

/* MANUFACTURERS */
.manufacturers__item--wrap {
    margin: 15px 0;
}
.manufacturers__item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    height: 100%;
    flex-direction: column;
    border: 1px solid #dedede;
    transition: 0.2s all;
}
.manufacturers__item:hover {
    text-decoration: none;
    opacity: 0.8;
    border-color: #aaa;
}
.manufacturers__item--image {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 25px 0;
}
.manufacturers__item img {
    max-width: 140px;
    max-height: 100px;
}
.manufacturers__item h2 {
    font-size: 22px;
}

/* RETURN TO TOP */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(153, 207, 21);
    background: rgba(153, 207, 21, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(153, 207, 21, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* ----------------------------------------------------- */

/* WEBSITE TOP */
.website__top {
    width: 100%;
    background-color: #fff;
}
.website__top .website__top--inner {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #313131;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
}
.website__top .website__top--text {
    display: inline-block;
    max-width: 80%;
}
.website__top .website__top--link {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url('../images/top-icon-next.png') no-repeat center center;
    margin-left: 25px;
}
@media (max-width: 991px) {
    .website__top .website__top--inner {
        flex-direction: column;
    }
    .website__top .website__top--text {
        max-width: 100%;
    }
    .website__top .website__top--link {
        display: block;
        width: 100%;
        background-size: 33px 33px;
        margin: 15px 0;
    }
}

/* TOOLTIPSTER */
.tooltipster {
    position: relative;
}
.tooltipster:after {
    content: "";
    height: 1px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -5px;
    border-bottom: 1px dashed #333;
}
.tooltipster-sidetip .tooltipster-box {
    background-color: rgba(0,0,0,0.8) !important;
    border: none !important;
    font-size: 14px !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(0,0,0,0.8) !important;
}

/* SMOKE */
@-webkit-keyframes masked-animation {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right bottom;
    }
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

.header .smokeImage {
    position: absolute;
    width: 250px;
    height: 250px;
    background: url('../images/smoke.png') no-repeat;
    bottom: 0px;
    margin-left: 0px;
    opacity: 0.5;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right bottom;
    }
}

/* PRODUCT ICONS */
.product__icons--second ul li {
    margin-right: 25px;
}
.product__icons--second ul li img {
    max-width: 106px;
    max-height: 75px;
    object-fit: contain;
}

/* FOOTER MAP */
#footerMap, #contactMap {
    width: 100%;
    height: 435px;
}
#contactMap {
	margin-bottom: 25px;
}

/* HEADER NAV TWEAKS */
.header__navigation {
	z-index: 999;
}
.header__logo {
	z-index: 999;
}
.header__badge {
	z-index: 999;
}
@media (min-width: 1900px) {
    #snippet--cart.fixed {
        width: auto;
        min-width: 300px;
        position: fixed;
        z-index: 1;
        top: 90px;
    }
    #snippet--cart.absolute {
        position: absolute;
    }
}
.gm-style-iw {
    box-shadow: none !important;
    filter: drop-shadow(2.677px 2.973px 4.5px rgba(0,0,0,0.09));
}
.gm-style-iw-ch {
    display: none;
}
.gm-style-iw-chr {
    position: relative;
}
.gm-style .gm-style-iw-c {
    padding: 1.5rem !important;
}
.gm-ui-hover-effect{
    outline: 0 !important;
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    top: 0;
    right: 0;
    transform: translate(75%,-75%);
    display: none !important;
}
.gm-ui-hover-effect span {
    margin: 0 !important;
}
.gmap-box {
    width: 200px;
}
.gmap-box p {
    line-height: 24px;
    margin-bottom: 0;
}
.gmap-box p b {
    font-weight: 600;
}