/* Generic Styles - Start */

/* Container */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1248px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.spacecontainer {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}

@media only screen and (min-width: 992px) {
    .spacecontainer {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.c-green {
    color: #68bc29;
}

.product-container {
    margin-bottom: 20px;
}

.product-detail {
    padding-top: 10px;
}

a:hover {
    color: white;
}
.text-spacing {
    letter-spacing: 0.5px;
}

.image-padding {
    padding-inline-start: 100px;
    padding-inline-end: 100px;
}

.p-i-u {
    padding-inline: unset;
}

.space-view-btn {
    padding-top: 5px;
}
/* Generic Styles - End */
/*  */

/* Header Styles - Start */

.header .navbar a {
    font-weight: bold;
    padding: 0;
    line-height: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-padding {
        padding-left: 40px;
    }
}

.btn-top {
    margin-top: 15px;
}

.desktop-menu-item {
    color: white !important;
}

.desktop-menu-item:hover {
    color: #111 !important;
}

.icon-checkmark {
    font-size: 16px;
    font-weight: bold;
    color: #66bc29;
}

.icon-rating {
    font-size: 20px;
    vertical-align: text-top;
    color: #66bc29;
}

.header-span {
    font-weight: bold;
}

.header-language-dropdown {
    cursor: pointer;
    opacity: 0.8;
    color: #000;
    display: inline-block;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .header-top {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .header-top {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .header-reserve {
        height: unset !important;
    }
}

.header-icons {
    font-size: large;
    font-weight: bold;
}

/* Header bar 3 */

.header-footnote {
    display: block;
    position: relative;
    height: 69px;
    padding: 22px 0 0 0;
}

.header-footnote-star {
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    color: #000 !important;
    text-decoration: none;
    border: none !important;
}

.header-footnote-container {
    display: flex;
    justify-content: space-between;
}

.header-footnote-item {
    font-size: 16px;
}

.header-menu {
    color: white;
    font-size: 25px;
}

/* Header Styles - End */

/* Footer Styles - Start */
/* New color for the Footer to override existing style ~ bitapps */
.footer-main {
    background-color: #01aed8 !important;
    letter-spacing: 0.5px;
}

.footer-container {
    min-height: 200px;
}

/* Footer submit form  */
.mail-subscribe-form {
    display: flex;
    width: 100%;
    margin: 13px 0;
}

.subscribe-input {
    height: 38px;
    width: 60%;
    border-radius: 3px;
    padding: 0 12px;
    border: 1px solid #c3c3c3;
}

.subscribe-button {
    height: 38px;
    padding: 0 15px;
    margin: 0 0 0 15px;
}

/* Social media icons in footer session  */
.socialmedia {
    height: 27px;
    width: 27px;
    text-align: center;
    margin: 0 8px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 19px;
    color: #c3c3c3;
    background-color: #fff;
    display: inline-block;
}

/* Flags in footer session   */
.footer-flags {
    display: inline-block;
    /* width: 27px;
    height: 27px; */
    width: 33px;
    height: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    /* margin: 0 16px 0 0; */
    margin: 0 8px 0 0;
}

/* Payment-icons in footer session  */
.payment-icons {
    width: auto;
    height: 45px;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}

.payment-icons-method-paypal {
    height: 32px;
    padding-right: 5px;
}

.payment-icons-method-inghomepay {
    height: 25px;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}

.payment-icons-method-belfius {
    height: 20px;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}

.payment-margin {
    margin-left: -11px;
}

.footer-space {
    margin: 25px 0px 5px 0px;
}

.footer-div-space {
    position: relative;
    padding: 14px 0 0 0;
}

@media (min-width: 0px) and (max-width: 575px) {
    .footer-star {
        text-align: center !important;
    }

    .payment-icons {
        width: auto;
        height: 20px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }

    .payment-icons-method-paypal {
        height: 18px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }

    .payment-icons-method-inghomepay {
        height: 10px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }

    .payment-icons-method-belfius {
        height: 10px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
}

/* Added for spaces in customer support coloum  */

.customer-support a,
.footer-about-space a {
    margin-block-start: 19px;
    margin-block-end: 19px;
}

/* Footer Rating Icon */
.footer-star {
    font-size: 16px;
    margin-top: 13px;
}

/* Subscription button */
.btn-view {
    background: #67bc29;
    border-color: #67bc29;
    color: #fff;
}
.btn-view:hover {
    /* background: ; */
    background: #67bc29;
    color: #fff;
}

/* Footer Responsiveness */

@media (min-width: 1200px) and (max-width: 1330px) {
    .mail-subscribe-form {
        display: flex;
        width: 90%;
        margin: 13px 0;
    }
    .subscribe-input {
        height: 38px;
        width: 70%;
        border-radius: 3px;
        padding: 0 12px;
        border: 1px solid #c3c3c3;
    }
}

/* Footer Styles - End */

/* Home - Start */

.loopper-iframe-title {
    padding-top: 45px;
    text-align: center;
}

.loopper-iframe iframe {
    /* padding-top: 45px; */
    padding-top: 15px;
}

@media only screen and (max-width: 600px) {
    .loopper-iframe iframe {
        width: 100%;
        height: 2150px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .loopper-iframe iframe {
        width: 100%;
        height: 2150px;
    }
}

@media only screen and (min-width: 768px) {
    .loopper-iframe iframe {
        width: 100%;
        height: 2150px;
    }
}

@media only screen and (min-width: 992px) {
    .loopper-iframe iframe {
        width: 100%;
        height: 1090px;
    }
}

@media only screen and (min-width: 1200px) {
    .loopper-iframe iframe {
        width: 100%;
        height: 570px;
    }
}

/* Loopper iframe - End */

/* Text columns + HR */
.text-columns + hr {
    padding-bottom: 40px;
}
/* Home - End */

/* Category Page - Start */
/* Categories page button color */
.btn-blue {
    background-color: #01aed9;
    color: white;
}

.btn-blue:hover {
    background-color: #01aed9;
    color: white;
}

/* Category Page - End */

/* Assortment - Start */

/* Start of top banner */

/* text */
@media (min-width: 992px) {
    .text-secondary {
        font-size: 40px;
    }
}

.assortment-text {
    margin-top: 0px !important;
    color: #fff;
}

.banner {
    font-size: 31px;
    font-weight: 800;
    margin: -6px 0 12px 0;
}

.banner a {
    text-decoration: none !important;
}

.banner-url {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.assortment-banner-a {
    /* height: 488px; */
    min-height: 700px;
    color: #fff;
    text-decoration: none !important;
}

.assortment-banner-a:hover,
.assortment-banner-bottom {
    color: #fff;
    text-decoration: none !important;
}

.assortment-banner-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 222px;
    max-width: 100%;
}

.assortment-banner-bottom {
    min-height: 780px;
    color: #fff;
    text-decoration: none !important;
}

.assortment-button-bottom {
    display: inline-block;
    background: #66bc29;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    position: absolute;
    bottom: 30px;
    text-align: center;
    right: 30px;
    left: 30px;
}

@media (max-width: 767px) {
    .assortment-banner-button-bottom {
        /* position: relative; */
        /* bottom: 100px; */
        /* left: 30px; */
        /* width: 222px; */
        width: 100%;
        max-width: 100%;
        display: inline-block;
        background: #66bc29;
        border-radius: 3px;
        border: none;
        cursor: pointer;
        padding: 10px 25px;
        margin: 20px 0 0 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        text-decoration: none !important;
    }

    .assortment-banner-bottom {
        min-height: 1100px;
        color: #fff;
        text-decoration: none !important;
    }
}

.banner-top {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
    font-weight: 700;
    background-color: #f6f6f6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* End of top banner */

/* Start of bottom banner */
.assortment-banner-button-b {
    left: 30px;
    width: 222px;
    max-width: 100%;
}

.assortment-banner-b {
    height: 229px;
    margin-bottom: 30px;
}

.banner-bottom {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
    font-weight: 700;
    background-color: #f6f6f6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* End of bottom banner */

/* Start of Common code to both banners */
.assortment-banner-button {
    display: inline-block;
    background: #66bc29;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    transition: background 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .assortment-banner-button {
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 100px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .assortment-banner-button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: 140px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .assortment-banner-button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: 200px;
        max-width: 100%;
    }
    .assortment-banner-button-space {
        position: absolute;
        bottom: 30px;
        left: 44px;
        width: 200px;
        max-width: 100%;
    }
}

/* For banner in product detail page  */
.assortment-banner-usb {
    height: 229px;
    margin-bottom: 30px;
}

.assortment-banner-button-usb {
    left: 44px;
    width: 200px !important;
}

/* End of common code to both banners */
/* Assortment - End */

/* Product page  */

.info-icon-color {
    color: #d8d8d8;
}

/* To hide packing information */
.packing-hidden {
    visibility: hidden;
    max-height: 0px;
}

/* Apply color to text below the image */
.main-img-text {
    padding: 10px;
    color: #79bd29;
    font-weight: bold;
    font-size: 16px;
}

.main-img a {
    text-decoration: none;
}

/* Form title background color */
.h-block-title {
    background: #00aed8;
    color: white;
    padding: 10px;
}

/* Added for subline block  */
.subline-bold {
    display: block;
    padding: 20px 0 10px 0;
    white-space: nowrap;
}

.subline-bold img {
    height: 16px;
    width: auto;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* Added for spacing for send offer-request  */
.offerte-row-inline-space {
    padding-block-end: 4px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .offerte-row-inline-space {
        padding-block-start: 15px;
        padding-block-end: 4px;
    }
}

.offer-form-container {
    border-left: 1px dashed #00aed8;
    border-right: 1px dashed #00aed8;
    border-bottom: 1px dashed #00aed8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.offer-form-container input[type="text"],
.offer-form-container input[type="email"],
.offer-form-container input[type="tel"],
.offer-form-container select,
.offer-form-container textarea {
    position: relative;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: none;
}

.offer-form-container input[type="text"],
.offer-form-container input[type="email"],
.offer-form-container input[type="tel"],
.offer-form-container select {
    height: 38px;
}

.offerte-form-input-radio-container {
    margin: 0 0 15px 0;
}

/* Side dots for the form  */

/* Added for choose file button  */
.offerte-custom-file-upload {
    display: block;
    width: 100%;
    /* height: 80px; */
    height: 65px;
    margin: 0;
    padding: 0;
}

.offerte-custom-file-upload input[type="file"] {
    display: none;
}

.offerte-custom-file-upload .offerte-button.grey-button-filled {
    float: right;
    transition: background 0.1s ease-in-out;
}

.offerte-custom-file-upload .offerte-button .offerte-file-upload-feedback {
    display: none;
    position: absolute;
    background: white;
    color: #66bc29;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 3px 0 0 3px;
    margin: 0 0 0 -15px;
    top: 6px;
    left: 50%;
    line-height: 21px;
    border-radius: 50%;
    border: 2px solid #66bc29;
    font-weight: bold;
    font-size: 18px;
}

.offerte-custom-file-upload .offerte-file-upload-selected {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 15px 0 0 0;
    font-style: italic;
    color: grey;
    opacity: 0.6;
}

.offerte-button,
.grey-button-filled {
    background: #c3c3c3;
    color: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 0%);
}

.offerte-custom-file-upload .offerte-button {
    position: relative !important;
    left: initial !important;
    bottom: initial !important;
    margin: 0 0 0 0 !important;
    height: 42px;
}

.offerte-button {
    display: inline-block;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    transition: background 0.2s ease-in-out;
}

/* End of choose file button */

/* Added for Radio button  */

.offerte-form-input-radio-main-container.bigradio label {
    display: block;
    height: 38px;
    position: relative;
    text-align: center;
}
.offerte-form-input-radio-main-container label {
    padding: 9px 0 0 0;
    height: 20px;
    cursor: pointer;
}

.offerte-form-input-radio-main-container label input[type="radio"] {
    display: none;
    margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.offerte-form-input-radio-main-container label input[type="radio"]:checked ~ i {
    border-color: #66bc29;
}

.offerte-form-input-radio-main-container.bigradio i {
    position: absolute;
    right: -17px;
    top: 11px;
    z-index: 10;
}

.offerte-form-input-radio-main-container label i {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    top: 2px;
    border-radius: 50%;
    background: white;
    border: 1px solid white;
    border-color: #c3c3c3;
    margin: 0 10px 0 0;
    transition: border-color 0.1s ease-in-out;
}

.offerte-form-input-radio-main-container.bigradio input[type="radio"]:checked ~ b {
    border: 1px solid #66bc29;
    transition: border 0.1s ease-in-out;
}

.offerte-form-input-radio-main-container.bigradio b {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #c3c3c3;
    transition: border 0.1s ease-in-out;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.offerte-form-input-radio-main-container label input[type="radio"]:checked ~ i:after {
    background: #66bc29;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    transition: all 0.1s ease-in-out;
}

.offerte-form-input-radio-main-container label i:after {
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    background: #c3c3c3;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1px;
    content: "";
    border-radius: 50%;
    transition: all 0.1s ease-in-out;
}

/* End of Radio button */

.offerte-rowspace {
    padding-left: 20px;
    padding-right: 20px;
}

/*  */

.h-block-title-radus {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* tooltip text display */
.product-message {
    display: none;
}

a:hover {
    text-decoration: none !important;
    color: #d8d8d8;
}

a:hover + .product-message {
    display: block;
}

/* client review */
.client-review-header {
    text-align: center;
}

.row.equal-height-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; /* We don't want all columns to be in 1 line though, they can break into new lines if there is not enough space to show all. */
}
.row.equal-height-row > [class*="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0.5rem; /* prevent the columns to overlap each other */
}
.row.equal-height-row > [class*="col-"] > .card {
    padding: 1rem;
    border: 1px solid #cbcbcb;
    padding: 30px 30px 60px 30px;
    border-radius: 3px;
    margin: 10px;
}
@media (min-width: 576px) {
    /* We only need the columns to be equal on desktop devices, for mobile devices columns will break so no matter */
    .row.equal-height-row > [class*="col-"] > .card {
        height: 100%;
    }
}

.client-review-author {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 0 0 15px 0;
}

.client-review-title {
    color: #555;
    font-style: italic;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

.client-review-stars {
    display: block;
    font-size: 16px;
    width: 70%;
    position: absolute;

    bottom: 45px;
}

.looppericon-star-full,
.looppericon-star-half,
.looppericon-star-empty {
    color: #66bc29;
    padding-inline-end: 4px;
    font-size: 0.8em;
}

.product-banner-text h1 {
    font-size: 36px !important;
    font-weight: 800;
    color: #000 !important;
    margin-block-start: 15px;
    margin-block-end: 15px;
}

.product-banner-text p {
    font-size: 16px;
    font-weight: 700;
    width: 300px !important;
    color: #000 !important;
}
.banner-click {
    text-decoration: none !important;
    color: #000 !important;
}
.banner-click:hover {
    color: #000 !important;
    text-decoration: none !important;
}
