@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) {
    span.quickContactButton{
        top: 260px;
    }
    .last-quotes .latest-quote-image{
        display: none;
    }
}

.fa.fa-asterisk.field-required {
    margin-left: -3px;
    position: absolute;
    top: 7px;
}

.contact-file {
    display: inline-block;
    margin-bottom: 0.5rem;
}

div.form-check label.form-check-label{
    padding-left: 10px;
}

ul.flex-wrap .list-inline-item {
    margin-right: 0;
}

input[type="radio"] {
    accent-color: rgb(100, 100, 100);
}

.addressing-radio-button .form-check,
.addressing-radio-button .form-check {
    margin-top: 10px;
    margin-left: 25px;
}

.addressing-selector {
    max-height: 200px;
    width: auto;
    overflow-y: auto;
}

.addressing-selector .col-form-label {
    margin-left: 15px;
}

.addressing-radio-button {
    margin: 5px;
}

.addressing-radio-button:has(.form-check input[type="radio"]:checked) {
    background-color: rgba(204, 51, 51, 0.1);
    color: #000;
    padding-top: 2px;
    padding-bottom: 8px;
    border-radius: 5px;
}

.addressing-radio-button .form-check {
    margin-left: 20px;
}

.main-swiper-slideshow {
    height: 315px;
    overflow: hidden;
}
.main-swiper-slideshow .swiper-slide {
    height: 315px;
}

div.main-swiper-slideshow .swiper-button-next, div.main-swiper-slideshow .swiper-button-prev {
    color: gray;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 49px;
    margin-top: -25px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.main-swiper-slideshow:hover .swiper-button-next, .main-swiper-slideshow:hover .swiper-button-prev {
    opacity: 0.8!important;
}

div#product-carousel div.swiper-button-next, div#product-carousel div.swiper-button-prev {
    color: #cc3333;
}

div#product-carousel div.swiper-button-next:hover, div#product-carousel div.swiper-button-prev:hover {
    color: #f59883;
}

div#product-carousel div.swiper-button-disabled {
    display: none;
}

.linked-product-carousel .swiper-slide-next, .swiper-slide-prev {
    /*opacity: 0.5;*/
    /*transition-timing-function: ease-in;*/
}

.linked-product-carousel .swiper-slide-active {
    opacity: 0.5;
}

#related-pages-carousel .swiper-button-next, #related-pages-carousel .swiper-button-prev {
    top:unset;
    z-index: 15;
}

#related-pages-carousel [class^="swiper-button-"]::after{
    font-size:30px;
}
#related-pages-carousel .swiper-pagination-bullet {
    background: #cc3333;
}
#related-pages-carousel .swiper-pagination-bullet {
    background: #cc3333;
}

.linked-product-carousel , product-carousel {
    height: 470px;
}
@media only screen and (min-width: 768px) {
    .opening-hours{
        max-width:275px;
    }
}

.bg-dark-gray {
    background-color: #000000e6;
}

div.need-js {
    display: none;
}
.legend-container {
    margin-bottom: 15px;
    font-size: 12px;
}
.legend-item {
    display:inline-block;
    cursor: pointer;
    padding-right: 0px!important;
    margin-top:2px;
    margin-bottom:2px;
}
.legend-span {
    position:relative;
    top:4px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 40px;
}
label .checkbox {
    display: inline-block
}
.login-back {
    color: #000;
}
.login-back svg:hover {
    color: #000;
    border-radius: 100px;
    background-color: rgba(0,0,0,0.1) ;
}
.login-email {
    line-height: 1;
}

.button-link {
    color: rgb(204, 51, 51);
    outline: none;
    border: none;
    background: none;
    padding: 0;
}

.toggle-button {
    background: none;
    border: none;
}

form button .toggled-on i::after {
    left: calc(100% - 25px);
    background-color: #fff;
}
.toggled-on {
    background-color: #cc3333;
}

.last-quotes {
    max-height: 480px;
    overflow: auto;
}

.button-link:hover {
    color: rgb(245, 152, 131);
    text-decoration: underline;
}
label .checkbox-v2 {
    width: 18px;
    height: 18px;
}

#login-methods .login-method-link {
    color: black;
}

#login-methods .login-method-link:hover div,#login-methods .login-method-link:focus div  {
    background-color: #e5e5e5;
    color: black;
}

.align-right {
    margin-right: 0;
    margin-left:auto;
}

.align-left {
    margin-right: auto;
    margin-left:0;
}

.background-gray {
    background-color: #cccccc !important;
}

form .disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

form .form-check input[type='radio'] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height:16px;
    padding: 0px!important;
    border-radius: 30px!important;
    box-shadow: inset 0 0 0 2px white;
    margin-top:2px;
    display:block;

}

form .form-check input[type='radio']:checked {
    background-color: gray;
    padding-block:1px;
}

form .form-check input[type='radio']:disabled {
    background: darken(white, 25%);
}

.progress-dot {
    width: 36px;
    height: 36px;
    background-color: #fff;
    margin: auto;
    border-radius: 50%;
    box-shadow:inset 0px 0px 0 3px #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;

}

.progress-bar-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;

}
.progression-step {
    margin-top:10px;
    /*flex-grow: 1;*/
    background:#f2f2f2;
    height: 16px;
    box-shadow:inset 0px 8px 2px -6px #d9d9d9;
}

.step-completed {
    background-color: #cc3333;
    box-shadow:inset 0px 8px 2px -6px #973b3b;
}

.milestone-completed{
    box-shadow:inset 0px 0px 0 3px #cc3333;
}
.account-progress-bar {
    width:100%;
}

.progress-dot-container{
    width:36px;
}

.progress-dot-container:hover .progress-tooltip {
    display: block
}

.progress-tooltip {
    display: none;
    margin-top: 4px;
    position: absolute;
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    border-radius: 3.5px;
    padding: 10px;
    padding-top:5px;
    padding-bottom: 5px;
    z-index: 10;
}

.account-progress-bar .u-icon-v1 {
    z-index: -1;
}
@media screen and (max-width: 992px) {

    #account-navigation {
        display: none;
    }
}

button[name="ready-product-submit"]:disabled {
    cursor: default;
    pointer-events: none;
}

.otp-prefix {
    font-weight: bold;
    font-size: 22px;
}

.otp-parent {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
}

.otp-parent span {
    flex: 0 22%;
    box-sizing:border-box;
}

.otp-parent div {
    flex: 0 78%;
    box-sizing:border-box;
}

.otp-parent div input {
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 1200px) {
    .otp-parent span {
        flex: 0 27%;
        box-sizing:border-box;
    }

    .otp-parent div {
        flex: 0 73%;
        box-sizing:border-box;
    }
}

@media screen and (max-width: 767px) {

    .otp-parent span {
        flex: 0 30%;
        box-sizing:border-box;
    }

    .otp-parent div {
        flex: 0 70%;
        box-sizing:border-box;
    }
}

@media screen and (max-width: 552px) {
    .otp-parent span {
        flex: 0 20%;
        box-sizing:border-box;
    }

    .otp-parent div {
        flex: 0 80%;
        box-sizing:border-box;
    }
}

