@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,300,400");

body {
    background-color: lightgray;
}

html , body {
    height: 100%;
}

.content a {
    text-decoration: underline;
}

.flex-expand {
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

.stretch{
    flex: 1 1 auto;
}
.w-60{
    width: 60%;
}
.w-15{
    width: 15%;
}
.w-10{
    width: 10%;
}
.notification-quantity {
    top: 2px !important;
    right: 6px !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #f59883 !important;
    border-color: #f59883 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(245, 152, 131) !important;
}
div.sticky{
    position: sticky;
    top:0;
    z-index: 15!important;
}
.hs-mega-menu .product {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.hs-mega-menu .product footer {
    bottom: 20px;
    right: 20px;
    position: absolute;
}

.product {
    display: flex;
    flex-wrap: wrap;
    color: #555 !important;
    word-wrap: break-word
}

.shopping-cart-quantity {
    top: 3px !important;
    right: 3px !important;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
#carouselCus2 .js-slide .img-fluid {
    height:137px;
    width:137px;
}
.article-item{
    height: 100%;
}

.loader-window {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1051;
    background: rgba(150, 153, 158, 0.50);
}

.loader {
    position: absolute;
    top:50%;
    left:50%;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #C33;
    width: 60px;
    height: 60px;
    margin-top:-30px;
    margin-left:-30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

p.middle-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

p.middle-text span {
    background:#fff;
    padding:0 10px;
}

.newsletter-button {
    background-color: #2b2d30 !important;
}

.u-ribbon-v1 {
    position: relative !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

label[for="newsletter_form_email"] {
    display: block;
}

.fa-required {
    color: #c33 !important;
}

.required-star-form {
    margin-left: -3px;
    position: absolute;
    top: 7px;
}

.required-star {
    font-size: 9pt;
    color: #c33;
    font-weight: bold;
}


#search-form .header {
    border-bottom: solid 2px #cc3333 !important;
    padding-left: 5px;
}

#search-form .no-results {
    padding-left: 5px;
}

#search-form img {
    max-width: 50px;
    margin-right: 5px;
}

#search-form .dropdown-menu {
    width: 700px;
    max-width: 700px;
    max-height: 500px;
    overflow: auto;
    left: -175%;
}

@media screen and (max-width: 1200px) {
    #search-form .dropdown-menu {
        left: -255%;
    }
}
@media screen and (max-width: 552px) {
    .slideshow-content{
        margin-top:10px!important;
    }

    .da-slide h2{
        font-size: 22px;
    }
    .da-slide h3{
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    #search-form .dropdown-menu {
        left: -100%;
    }
    .slideshow-content{
        margin-top:50px;
    }

    .da-img{
        visibility: hidden;
        display: none;
    }

}

#search-form .dropdown-menu img {
    max-width: 70px;
    max-height: 70px;
    margin: 0 auto;
    display: block;
}

#search-form .dropdown-menu h2.h5 {
    text-transform: none;
}

/* This is the overlay for when focusing on the search box */
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 14; /* Specify a stack order in case you're using a different order for other elements */
}

/* This is for whenever the overlay needs to be over the *whole* page */
#overlay.loaderOverlay {
    z-index: 16; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay.loaderOverlay span {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
}

#search-form {
    z-index: 16;
}

.u-header__section:nth-child(1) {
    z-index: auto;
}

.top-nav {
    z-index: unset !important;
}

.top-nav ul {
    z-index: 16;
}

.inactive-link {
    pointer-events: none;
    cursor: default;
}
.light-gray{
    color: lightgray;
}
.z-15{
    z-index: 15;
}

.language-flag {
    width: 24px;
}

@-moz-document url-prefix() {
    .slider-inner #da-slider .da-slide h2 span {
        padding-top: 10px;
    }
}
@media screen and (max-width: 768px) {

    .product{
        padding-left: 10px;
        padding-right: 10px;
        width: 50% !important;
    }
    #products-dropdown .product{
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
    }
}

.hto-form-info {
    color: #595959;
}
.no-js-arrows {
    display: none;
}
.slide-no-js:not(:first-child) {
    left: 100%;
}

.font-weight-bold {
    font-weight: bold;
}
.word-wrap-break {
    word-wrap: break-word
}

input[type="checkbox"]:checked {
    color: #fff;
    background-color: #c33;
    border-color: #c33;
    accent-color: #c33;
}

.hidden {
    display: none;
}

.gtag {
    display: none;
    visibility: hidden;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

#basket:hover #basket-bar{
    visibility: visible;
    opacity: 1;
}
#basket-items {
    overflow-y: scroll;
}
#contact-form {
    display: none;
}

span.quickContactButton {
    background: #222 none repeat scroll 0 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    padding: 9px 10px;
    position: fixed;
    left: calc(100% - 75px);
    top: 223px;
    z-index: 11;
    border: none;
}

@media only screen and (max-width: 472px) {
    button.quickContactButton{
        top: 260px;
    }
}