* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

html,
body {
    background-color: ##fff;
    color: #111;
    background-color: #fff;
    /*font-family: Roboto, sans-serif;*/
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

content {
    width: 100%;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* --- General --- */
p {
    color: #111; /*#fff;*/
    font-size: 12px;
}

ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

section {
    padding: 40px 0;
}

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}

/* ---- LINKS ---- */
a:link,
a:visited {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:active {
    color: #555;
    text-decoration: underline;
}

/* ---- Headings ---- */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #111;*/
    /*font-family: Roboto, sans-serif;*/
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
}

h1 {
    font-size: 24px;
    /*margin-top: 0.67em;*/
    margin-bottom: 0.67em;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    margin-bottom: 0.83em;
}

h3 {
    font-size: 16px;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 14px;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 12px;
    margin-bottom: 1.67em;
}

h6 {
    font-size: 10px;
    margin-bottom: 2.33em;
}

/* ---------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ---------------------------------------------- */

.center-align {
    margin: 0 auto;
    position: relative !important;
    text-align: center
}

@media only screen and (min-width: 1500px) {
    .container,
    .row {
        max-width: 1450px;
    }
}

.row.maxvw {
    max-width: 100vw;
}

.no-padding {
    padding: 0 !important;
}

.scrollbar {
    max-height: 175px;
    background-color: #F0F0F0;
    padding: 10px 0;
    width: 100%;
    overflow-y: auto;
}

    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 0px;
    }

    .scrollbar::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #AAA;
        border-radius: 2px;
        background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
    }

.general-box {
    padding: 10px 0 5px 0;
}

div.spacing,
div.spacing-line {
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
}

div.spacing-line {
    border-top: 1px solid #eee;
}

.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}

.maxwidth175 {
    max-width: 175px;
    margin: 0 auto;
}

.minwidth {
    min-width: 150px;
    margin: 0 auto;
}

/* ---------------------------------------------- */
/* Header */
/* ---------------------------------------------- */
#main-header {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: #FFFFFF;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    #main-header.active {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    }

.navibar {
    min-height: 74px;
    /*margin: 0!important;*/
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
}

.navibar-logo {
    display: inline-block;
    max-height: 100%;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    /*    top: 50%;
    transform: translateY(-50%);*/
    /*line-height: 74px;*/
}

    .navibar-logo > img {
        vertical-align: middle;
        max-width: 250px;
        display: inline-block;
        max-height: 125px;
        padding: 10px;
    }

.navibar-spacer {
    font-size: 13px;
    /*line-height: 74px;
    height: 74px;*/
    position: relative;
    /*    top: 50%;
    transform: translateY(-50%);*/
    color: #666;
}

.navibar-item {
    /*line-height: 74px;
    height: 74px;*/
    margin: 0 15px;
    right: 0;
    position: relative;
    height: 100%;
    /*top: 50%;
    transform: translateY(-50%);*/
    color: #000000;
    min-height: 50px;
}

    .navibar-item i {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        line-height: inherit;
    }

    .navibar-item .btnLogin .RadLabel {
        display: initial !important;
    }

    .navibar-item i,
    .navibar-item i:link,
    .navibar-item i:visited,
    .navibar-item a,
    .navibar-item a:link,
    .navibar-item a:visited {
        font-size: 18px;
        color: inherit;
        text-decoration: none;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .navibar-item i:hover,
        .navibar-item i:active,
        .navibar-item a:hover,
        .navibar-item a:active {
            color: #555;
        }

.lblBasketH {
    position: absolute;
    background-color: #fe5e3e;
    border-radius: 20%;
    line-height: 1 !important;
    padding: 1px 4px !important;
    color: #fff;
    font-size: 14px;
    left: 15px;
    top: -5px;
}

#hover-language {
    margin-top: 0px;
    line-height: 16px;
    min-width: 175px;
    right: 10%;
    z-index: 1100;
}

#hover-search {
    margin-top: 0px;
    line-height: 16px;
    right: 0;
    background-color: white;
    border: 1px solid #333;
    border-top: 0;
}

    #hover-search::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
        background-color: white;
        right: 25px;
        top: -10px;
    }

#hover-basket {
    margin-top: 0px;
    line-height: 16px;
    width: 300px;
    right: 5%;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #151515;
}

    #hover-basket .basket-mini-totals {
        padding: 15px;
    }
/*#hover-basket .basket-mini-item {
    border-bottom: 1px solid #111;
    background-color: transparent;
    transition: all 0.3s;
}

    #hover-basket .basket-mini-item:hover {
        border-bottom: 1px solid #fff;
        background-color: #3e3e3e;
    }*/
#hover-login {
    /*height: 400px;*/
    margin-top: 0px;
    width: 250px;
    right: 0;
    background-color: #151515;
    color: #fff;
}

    #hover-login button i {
        left: 8px;
        position: absolute;
        line-height: 24px;
    }

    #hover-login button,
    #hover-login .RadButton_MVL,
    #hover-login .RadButton_MVL .rbDecorated,
    #hover-basket button,
    #hover-basket .RadButton_MVL,
    #hover-basket .RadButton_MVL .rbDecorated,
    #hover-language button,
    #hover-language .RadButton_MVL,
    #hover-language .RadButton_MVL .rbDecorated {
        font-size: 14px !important;
        width: 100%;
    }

#hover-language .rbPrimaryIcon {
    top: -2px !important
}

.wrap-hover {
    z-index: 1200;
    min-height: 50px;
    position: absolute;
    opacity: 0.0;
    visibility: hidden;
    top: 100%;
    -webkit-transition: all ease-out 350ms;
    -moz-transition: all ease-out 350ms;
    -ms-transition: all ease-out 350ms;
    -o-transition: all ease-out 350ms;
    transition: all ease-out 350ms;
    margin-right: -25px;
}

.hover {
    width: 100%;
    height: 100%;
}

    .hover:hover + .wrap-hover,
    .wrap-hover:hover,
    .hover:active + .wrap-hover,
    .wrap-hover:active {
        opacity: 1.0;
        visibility: visible;
    }

header p {
    color: #000000;
    text-align: center;
    margin: auto 0;
    padding-left: 25px;
}

/* ---------------------------------------------- */
/* Content Header */
/* ---------------------------------------------- */
.content-header {
    min-height: 50px;
    background-color: #ededed;
    margin-bottom: 25px;
    width: 100%;
    /*width:100%;*/
    /*display: block;
    position: relative;*/
}

    .content-header .item {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }


/* ---------------------------------------------- */
/* Content - wrapper */
/* ---------------------------------------------- */

.container-fluid.wrapper {
    min-height: calc(100vh - 241px); /*224px);*/
    /*padding-top: 74px;*/
}

/* ---------------------------------------------- */
/* Content - Text */
/* ---------------------------------------------- */

button.RadButton.fas .rbIcon:before {
    font-family: "Font Awesome 5 Free" !important;
}

.text-xs,
.text-sm,
.text,
.text-lg,
.text-xl {
    /*font-family: Roboto, sans-serif;*/
    font-size: 14px;
}

.text-xs {
    font-size: 80%;
}

.text-sm {
    font-size: 90%;
}

.text {
    font-size: 100%;
}

.text-lg {
    font-size: 110%;
    letter-spacing: 1px;
    /*padding-bottom: 5px;*/
}

.text-xl {
    font-size: 120%;
    letter-spacing: 1px;
}

.price {
    color: #666;
    font-weight: 300;
}

.new-price {
    color: #ff0000;
}

.old-price {
    color: #666;
    text-decoration: line-through;
}

.bold {
    font-weight: 700;
}

.error {
    color: red;
}

.light {
    font-weight: 300;
}

.ulight {
    font-weight: 100;
}

.btn-box {
    right: 0;
    left: 0;
    margin: 10px auto;
}

.divider-vert {
    display: inline-block;
    width: 1px;
    height: 30px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    background-color: #666;
}

.divider-hor {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 30px 0;
    vertical-align: middle;
    background-color: #666;
}

.content-banner {
    padding-bottom: 25px;
}

/* ---------------------------------------------- */
/* Content - Article List */
/* ---------------------------------------------- */

.articlelist-menu {
}

    .articlelist-menu > .row {
        padding-bottom: 20px;
    }

.article-list,
.feature-list {
    /*width: 100%;*/
}

    .article-list > li,
    .feature-list > li {
        margin: 15px 0;
    }

.article-box,
.feature-box {
    border: 1px solid #f5f5f5;
    position: relative;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.article-box {
    /*margin-bottom: 30px;*/
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    /*.article-box-sm {

}*/

    .article-box:hover,
    .article-box:active,
    .feature-box:hover,
    .feature-box:active {
        border-color: #fe5e3e;
        background-color: #f5f5f5;
    }

    .article-box > .article-box-btn .RadButton_MVL,
    .article-box > .article-box-btn .RadButton_MVL {
        height: 27px;
    }

    .article-box:hover > .article-box-btn .RadButton_MVL,
    .article-box:active > .article-box-btn .RadButton_MVL {
        height: 33px;
        font-size: 22px !important;
    }

.article-page,
.article-box-img {
    margin: 5% auto;
    display: block;
    width: 90%;
    position: relative;
    height: 0;
    padding: 90% 0 0 0;
    overflow: hidden;
}

    .article-box-img img {
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0 !important;
    }


.feature-box-img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

    .feature-box-img img {
        transform: scale(1.3);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .feature-box-img img:hover {
            transform: scale(1.03);
        }

.article-box-content {
    display: block !important;
    text-align: center;
    padding-bottom: 80px;
}

.article-box-content-lv {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    padding-top: 5px;
}

.article-box-content.text.article-title {
    display: inherit !important;
    font-size: 16px;
    padding: 5px 0 5px 0;
}

.article-box-content.text.article-price {
    display: inherit !important;
    font-size: 14px;
    padding: 5px 0 10px 0;
}

.article-box-content .RadLabel {
    display: block !important;
}
/*.article-box-sm-content {
    display: block !important;
    text-align: center;
}

    .article-box-sm-content.text.article-title {
        font-size: 14px;
        padding: 2px 0 2px 0;
    }

    .article-box-sm-content.text.article-price {
        font-size: 12px;
        padding: 2px 0 7px 0;
    }*/
.feature-box-content {
    display: block !important;
    text-align: center;
}

    .feature-box-content.text {
        display: inherit !important;
        font-size: 16px;
        padding: 5px 0 5px 0;
    }

.article-box-btn {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-top: 5px;
}

    .article-box-btn .box-btn {
        min-width: 45%;
    }

    .article-box-btn > .RadButton_MVL .rbDecorated {
        min-width: 100% !important;
    }

.article-page .discount-box,
.article-box .discount-box {
    border-top-left-radius: 5px;
    position: absolute;
    z-index: 100;
    background: #fe5e3e;
    padding: 15px 10px;
    top: 0px;
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    white-space: nowrap;
}

.article-box .favo {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    border: 0;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .article-box .favo::before {
        font-family: "Font Awesome 5 Free";
        content: "\f004\00a0";
        font-weight: 900;
        font-size: 2em;
    }

    .article-box .favo.true {
        color: red;
    }

        .article-box .favo.true:hover {
            color: lightgray;
        }

    .article-box .favo.false {
        color: lightgray;
    }

        .article-box .favo.false:hover {
            color: red;
        }

.article-box:hover .discount-box,
.article-box:active .discount-box {
    font-weight: 700;
    font-size: 150%;
}

.article-box > .BuyWay-form {
    position: absolute;
    left: 5%;
    bottom: 40px;
    margin: 0 auto;
    min-width: 90%;
}

.grid-article .BuyWay-form {
    min-width: 75%;
    margin-bottom: 15px;
}


.BuyWay-form {
    border: 1px solid gray;
    display: inline-flex;
    font-size: 9px;
    box-shadow: 0px 0px 3px 0px rgba(33,33,33,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(33,33,33,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(33,33,33,0.5);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    background: linear-gradient(110deg, yellow 50%, white 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

    .BuyWay-form:hover,
    .BuyWay-form:active {
        background-position: left bottom;
    }

    .BuyWay-form .RadLabel {
        padding: 0;
    }

    .BuyWay-form .BuyWay-side {
        position: relative;
        padding: 3px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }

        .BuyWay-form .BuyWay-side.middle {
            width: 15px;
            background-image: linear-gradient(110deg, yellow 50%, transparent 50%);
            background-repeat: no-repeat;
        }

            .BuyWay-form .BuyWay-side.middle a {
                font-size: 16px;
                -webkit-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                zoom: 1;
            }

                .BuyWay-form .BuyWay-side.middle a:hover,
                .BuyWay-form .BuyWay-side.middle a:active {
                    transform: scale(1.5);
                }

        .BuyWay-form .BuyWay-side.left {
            background-color: yellow;
            font-weight: 700;
            font-size: 12px;
            width: 50%;
        }

        .BuyWay-form .BuyWay-side.right {
            width: 50%;
        }

            .BuyWay-form .BuyWay-side.right .RadLabel {
                color: #666666 !important;
                font-weight: 300;
            }


.grid-article {
    margin: 15px 0px 0 15px;
}

    .grid-article .RadButton_MVL,
    .grid-article .RadButton_MVL .rbDecorated {
        /*min-width: 175px !important;*/
    }

.paging {
    padding: 25px 0;
    /*justify-content: center;
    display: flex;*/
}

    .paging .RadButton {
        max-width: 45px;
    }

    .paging .RadButton_MVL .rbDecorated {
        min-width: inherit;
    }

/* Image Zoom box */
@media only screen and (max-width: 767px) {
    .image-box-mobile {
        min-height: 300px;
    }

    .grid-article {
        margin-left: 0;
    }

    .articlelist-menu {
        display: none;
    }


    /*.image-box-zoom {
        padding: 0 !important;
        margin: 0 !important;
    }*/
}

.image-box-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}
/*
.radImage-zoom {
    transition: transform 0.2s ease-out;
}
*/
.txtLeveringstermijn {
    color: #2ecc71;
    font-weight: 700;
}

.iconMoreInfo:active + .popup-info,
.iconMoreInfo:hover + .popup-info,
.popup-info:active,
.popup-info:hover {
    visibility: visible;
    opacity: 1;
}

.popup-info {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    margin: 0;
    padding: 10px;
    /*right: 25%;*/
    max-width: 200px;
    background-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #fe5e3e;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* ---------------------------------------------- */
/* Content - Account */
/* ---------------------------------------------- */
.grid-informationinput .RadLabel {
    white-space: nowrap;
}

.grid-informationinput tbody tr td {
    vertical-align: middle;
    height: 24px;
    min-height: 24px;
}

.grid-informationinput .RadInput {
    width: 100% !important;
}

.grid-informationinput .RadDropDownList {
    width: 100% !important;
}

.grid-informationinput .RadButton_MVL,
.grid-informationinput .RadButton_MVL .rbDecorated {
    /*min-width: 175px !important;*/
}
/* ---------------------------------------------- */
/* Basket */
/* ---------------------------------------------- */
/*.grid-basket {
}*/
.grid-basket tr {
    vertical-align: middle;
}

.grid-basket thead tr th {
    padding-bottom: 15px;
    font-weight: 700;
}

.grid-basket tfoot tr th {
    font-weight: 300;
}

.grid-basket tfoot tr:first-child th {
    padding-top: 15px;
}

.grid-basket tfoot tr:last-child th {
    padding-bottom: 25px;
}

.grid-basket .RadButton {
    margin-left: 5px;
    vertical-align: middle;
    border: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .grid-basket .RadButton:hover {
        color: #fe5e3e;
    }

.grid-basket .RadInput .riTextBox {
    height: 35px;
}

.basket-list {
    width: 100%;
}

    .basket-list > li {
        margin: 15px 0;
    }

.basket-box {
    border: 1px solid #f5f5f5;
    position: relative;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.basket-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .basket-box:hover,
    .basket-box:active {
        border-color: #fe5e3e;
        background-color: transparent;
    }


.basket-box-img {
    /*height: 100%;*/
    /*width: 175px;*/
    /*width:100px;*/
}

    .basket-box-img img {
        /*height: 100px;*/
        width: 75px;
        /*max-width: 100%;*/
    }

.basket-box-content {
    display: block !important;
    text-align: left;
}

    .basket-box-content .text.article-title {
        display: inherit !important;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
    }

    .basket-box-content .RadLabel {
        display: block !important;
    }

    .basket-box-content .RadButton {
        margin-left: 5px;
        vertical-align: middle;
        border: none;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .basket-box-content .RadButton:hover {
            color: #fe5e3e;
        }

.basket-box-content {
    margin: auto 0;
}

    .basket-box-content .RadInput .riTextBox {
        height: 35px;
        margin: auto 0;
    }


/* ---------------------------------------------- */
/* grid-contact */
/* ---------------------------------------------- */
.grid-contact {
}

    .grid-contact tbody tr td {
        vertical-align: top;
        height: 24px;
        min-height: 24px;
        padding-bottom: 5px;
    }

    .grid-contact input {
        width: 100% !important;
    }

.grid-info tbody tr td {
    padding-bottom: 1px;
    vertical-align: top;
    height: 20px;
}

.grid-info a {
    text-decoration: underline;
}

/*.grid-basket {
}*/

.grid-history {
    margin-top: 25px;
}

    .grid-history tr {
        vertical-align: middle;
    }

    .grid-history thead tr th {
        padding-right: 5px;
        padding-bottom: 15px;
        font-weight: 700;
    }

    .grid-history tbody tr td {
        padding-right: 5px;
    }

    .grid-history tfoot tr th {
        font-weight: 300;
    }

    .grid-history tfoot tr:first-child th {
        padding-top: 15px;
    }

    .grid-history tfoot tr:last-child th {
        padding-bottom: 25px;
    }

    .grid-history .RadButton {
        font-size: 18px;
        vertical-align: middle;
        border: none;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .grid-history .RadButton:hover {
            color: #fe5e3e;
        }






.btnFloori {
    margin: 10px;
    padding: 10px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s !important;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px;
    font-size: 1.2em;
    color: #fff !important;
    display: inline-flex;
    background-image: linear-gradient(to right, #fe5e3e 0%, #282e3a 51%, #fe5e3e 100%);
    background-size: 200% auto;
}

    .btnFloori:hover {
        background-position: right center;
        text-decoration: none;
    }

/* ---------------------------------------------- */
/* Footer */
/* ---------------------------------------------- */
footer {
    color: #000000;
    font-size: 13px;
}

    footer .container-fluid {
        background-color: #FFFFFF;
        right: 0;
        bottom: 0;
        left: 0;
    }

    footer img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    footer p {
        color: #888;
    }

    footer .sub-footer {
        background-color: #0f0f0f;
        /*opacity: 0.3;*/
    }

        footer .sub-footer p,
        footer .sub-footer a {
            color: #595959;
            display: inline-block;
            margin: 10px 0;
        }

            footer .sub-footer a:active,
            footer .sub-footer a:hover {
                text-decoration: underline;
            }

.sub-footer .content-footer {
    width: 100%;
}

    .sub-footer .content-footer .item {
        width: 100%;
    }

.widget-area {
    text-align: left;
}

.widget {
    margin: 30px 0 30px;
    display: block;
}

    .widget .widget-title {
        color: #fff;
        letter-spacing: 2.5px;
    }

    .widget .widget-title-stripe {
        border-bottom: 2px solid #fff;
        position: relative;
        padding: 0;
        margin: 10px 0;
        display: block;
        width: 73px;
    }

    .widget .widget-text,
    .widget .widget-text a {
        color: #888;
        letter-spacing: 1px;
    }

    .widget .widget-title,
    .widget .widget-title-stripe,
    .widget .widget-text {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .widget:hover .widget-title,
    .widget:hover .widget-title-stripe {
        border-color: #888;
        color: #888;
    }

    .widget:hover .widget-text,
    .widget:hover .widget-text a {
        color: #000000;
    }

    .widget ul {
        list-style: none;
        padding: 0;
    }

    .widget li {
        padding: 0.3em 0 0.3em 1.3em;
    }

        .widget li:before {
            font-family: 'Font Awesome 5 Free';
            display: inline-block;
            position: absolute;
            margin-left: -1.4em;
            width: 1.4em;
            font-size: 15px;
            line-height: 20px;
        }

        .widget li.li-company:before {
            content: "\f1ad";
        }

        .widget li.li-location:before {
            content: "\f3c5";
        }

        .widget li.li-phone:before {
            content: "\f095";
        }

        .widget li.li-mobile:before {
            content: "\f10b";
            margin-left: -18px;
        }

        .widget li.li-at:before {
            content: "\f1fa";
        }

        .widget li.li-vat:before {
            content: "\f0b1";
        }


/* BuyWay modal */
#modalBuyWay > .modal-dialog {
    max-width: 800px !important;
}

.modal-dialog iframe {
    z-index: 9003;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.modal-dialog .modal-body-iframe {
    width: 100%;
    height: calc(100vh - 350px);
    z-index: 9002;
}

.modal-dialog .modal-body-centertext {
    z-index: 9001;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
