.carousel-xs {
    height: 15.625em; }
@media (min-width: 768px) {
    .carousel-xs {
        height: 17.5em; } }

.section-product .radio-inline-justified {
    overflow-x: auto; }
.section-product .selection-figure {
    min-width: 9.375em; }
.section-product .radio-block {
    padding: 0.625em 0.9375em;
    border-radius: 0.1875em;
    background-color: #f4f5f6; }
.section-product .radio-block .radio {
    padding-top: 0.375em;
    margin-top: 0.1875em;
    border-top: 1px solid #ffffff; }
.section-product .radio-block .radio > label {
    position: relative;
    z-index: 1;
    display: block; }
.section-product .radio-block .radio > .step-package-price {
    position: absolute;
    right: 0;
    top: 0.625em;
    color: #8ace56;
    font-weight: 600;
    font-size: 0.875em; }
.section-product .radio-block > .row > [class*="col-"]:first-child .radio:first-child {
    border-top: 0; }
@media (min-width: 768px) {
    .section-product .radio-block .radio:first-child {
        border-top: 0; } }
.section-product .summary-list {
    border: 2px solid #085c98;
    font-size: 0.875em; }
.section-product .summary-list .card-heading {
    font-size: 1.1428571429em; }
.section-product .summary-list .summary-item-title {
    margin-bottom: 0.3571428571em;
    color: #085c98; }
.section-product .summary-list .summary-item-content {
    color: #58595b; }
.section-product .summary-list .summary-item-content > .summary-item-value {
    display: inline-block; }
.section-product .summary-list .summary-item-content > .summary-item-control {
    float: right;
    color: inherit; }
.section-product .summary-list .summary-item-content > .summary-item-control:hover {
    color: #085c98; }
.section-product .summary-list .summary-item-content > .summary-item-control > .summary-item-label:first-child {
    display: none; }
.section-product .summary-list .summary-item-content > .summary-item-control > .summary-item-label:last-child {
    display: inline-block; }
.section-product .summary-list .summary-item-content.blank > .summary-item-value {
    display: none; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control {
    float: none; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control > .summary-item-label:first-child {
    display: inline-block; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control > .summary-item-label:last-child {
    display: none; }
.section-product .summary-list .summary-item-amount .summary-item-content {
    font-size: 1.125em;
    color: #085c98; }
.section-product .product-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.5; }
.section-product .product-content ul > li {
    position: relative;
    padding-left: 2em; }
.section-product .product-content ul > li + li {
    margin-top: 0.625em; }
.section-product .product-content ul > li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-family: 'FontAwesome';
    text-align: center;
    background-color: #8ace56;
    color: #ffffff; }


.selection-figure {
    display: block; }
.selection-figure, .checkbox .selection-figure, .radio .selection-figure {
    padding: 0;
    margin: 0 1em 0 0; }
.selection-figure input[type="checkbox"] ~ span,
.selection-figure input[type="radio"] ~ span {
    position: absolute;
    right: 0.3125em;
    top: 0.3125em;
    left: auto;
    bottom: auto;
    border: 0;
    opacity: 0; }
.selection-figure .selection-figure-wrapper {
    position: relative;
    border: 1px solid #d7e4ed;
    border-radius: 0.1875em;
    padding: 3em 1em 1em;
    background-color: #f4f5f6;
    transition: all 0.5s ease; }
.selection-figure .selection-figure-wrapper:hover, .selection-figure .selection-figure-wrapper:focus {
    border-color: #446a73; }
.selection-figure .selection-figure-featured {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    text-align: center; }
.selection-figure .selection-figure-featured > .label {
    font-weight: 300;
    font-size: 0.875em;
    border-radius: 0.2142857143em;
    text-transform: uppercase; }
.selection-figure .selection-figure-content {
    display: inline-block; }
.selection-figure .selection-figure-caption {
    padding: 0.3125em;
    display: block;
    background-color: #f4f5f6; }
.selection-figure input[type="checkbox"]:checked ~ .selection-figure-wrapper,
.selection-figure input[type="radio"]:checked ~ .selection-figure-wrapper {
    border-color: #446a73; }
.selection-figure input[type="checkbox"]:checked ~ span,
.selection-figure input[type="radio"]:checked ~ span {
    opacity: 0; }
.selection-figure .img-responsive {
    display: inline-block; }


.panel {
    background-color: transparent; }
.panel,
.panel .panel-collapse {
    border-radius: 0.1875em; }
.panel > .panel-title, .panel > .panel-heading {
    border-radius: 0.1875em 0.1875em 0 0;
    font-size: inherit; }
.panel .panel-heading {
    position: relative; }
.panel .panel-title {
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: inherit; }
.panel .panel-actions {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.3125em 0.9375em; }
.panel .panel-actions .btn {
    padding: 0.3125em 0.625em; }
.panel.panel-rounded-md,
.panel.panel-rounded-md .panel-collapse {
    border-radius: 0.625em; }


.panel-step {
    border: 2px solid #085c98;
    background-color: #ffffff; }
.panel-step .step-error {
    margin-top: 0.3125em;
    color: #f55060;
    display: none; }
.panel-step.has-error {
    border-color: #f55060; }
.panel-step.has-error .step-error {
    display: block; }
.panel-step > .panel-title, .panel-step > .panel-heading {
    background-color: transparent; }
.panel-step .panel-title,
.panel-step .panel-body {
    border: 0 !important; }
.panel-step > .panel-heading .badge {
    margin: -0.375em 0.625em 0 0; }
.panel-step .panel-title {
    font-weight: 700;
    color: #085c98; }
.panel-step .step-description {
    font-size: 0.875em;
    margin-top: 0.3125em; }


.panel > .panel-heading .badge-info,
.badge-info {
    color: #ffffff;
    background-color: #22d1d2; }

.panel > .panel-heading .badge-success,
.badge-success {
    color: #ffffff;
    background-color: #8ace56; }

.panel > .panel-heading .badge-warning,
.badge-warning {
    color: #ffffff;
    background-color: #f1bb15; }

.panel > .panel-heading .badge-danger,
.badge-danger {
    color: #ffffff;
    background-color: #f55060; }


.radio-inline .radio {
    margin: 0.3125em 0.9375em 0.3125em 0;
    display: inline-block;
    vertical-align: top; }
.radio-inline.radio-inline-md .radio {
    width: 15.625em; }
.radio-inline.radio-inline-justified {
    margin-right: -1em; }
.radio-inline.radio-inline-justified .radio {
    display: table-cell;
    width: 1%;
    text-align: center; }

.media-cart .media-object {
    max-width: 6.25em; }
.media-cart .media-heading {
    font-weight: 600;
    font-size: 1em; }
.media-cart .media-description {
    padding: 0;
    margin: 0;
    font-size: 0.875em;
    list-style: none;
    color: #9d9d9d; }


.panel-body.p0 .dataTables_info {
    padding: 0.9375em; }


.card {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center; }
.card .card-header {
    margin-bottom: 1.875em;
    display: block; }
.card .card-footer {
    margin-top: 1.875em;
    display: block; }
.card .card-heading {
    display: inline-block;
    line-height: 1; }
.card .card-subheading {
    margin-top: 1.875em; }
.card .card-jumbotron {
    margin-top: 0.9375em;
    font-size: 150%; }
.card .card-figure {
    padding: 1.875em;
    display: block; }
.card .card-figure .card-figure-icon {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 2em;
    border-radius: 50%;
    border: 1px solid #085c98;
    display: inline-block; }
.card.card-outline {
    border: 2px solid #085c98; }
.card.card-bordered {
    border: 1px solid #ebebeb; }
.card.card-bordered .card-header.card-header-bordered {
    border-bottom: 1px solid #ebebeb; }
.card.card-rounded {
    border-radius: 0.1875em; }
.card.card-rounded .card-header,
.card.card-rounded .card-figure {
    border-radius: 0.1875em 0.1875em 0 0; }
.card.card-rounded .card-header img {
    width: 100%; }
.card.card-rounded-md {
    border-radius: 0.625em; }
.card.card-rounded-md .card-header,
.card.card-rounded-md .card-figure {
    border-radius: 0.625em 0.625em 0 0; }
.card.card-rounded-md .card-header img {
    width: 100%; }
.card.card-hover {
    color: inherit; }
.card.card-shadow {
    box-shadow: 0 0.625em 0.625em -0.625em #9d9d9d; }
.card.card-shadow.card-shadow-xs {
    box-shadow: 0 0.0625em 0.0625em 0 rgba(0, 0, 0, 0.05); }
.card.card-normal {
    padding: 0; }
.card.card-xs,
.card.card-xs .card-inner,
.card.card-xs .card-figure {
    padding: 0.9375em; }
.card.card-xs .card-glued-top {
    margin: -0.9375em -0.9375em 0; }
.card.card-xs .card-glued-bottom {
    margin: 0 -0.9375em -0.9375em; }
.card.card-xs .card-header {
    margin-bottom: 0.9375em; }
.card.card-xs .card-footer {
    margin-top: 0.9375em; }
.card.card-xs .card-heading {
    font-size: 1em; }
.card.card-xs .card-description {
    font-size: 0.8125em; }
.card.card-sm,
.card.card-sm .card-inner,
.card.card-sm .card-figure {
    padding: 1.25em; }
.card.card-sm .card-glued-top {
    margin: -1.25em -1.25em 0; }
.card.card-sm .card-glued-bottom {
    margin: 0 -1.25em -1.25em; }
.card.card-sm .card-header {
    margin-bottom: 1.25em; }
.card.card-sm .card-footer {
    margin-top: 1.25em; }
.card.card-sm .card-heading {
    font-size: 1.125em; }
.card.card-md {
    padding: 3.4375em; }
.card.card-lg {
    padding: 4.375em; }
.card.card-xlg {
    padding: 6.25em; }



/* TreeView */
.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul ul {
    padding-left: 15px;
}
.treeview li {
    position: relative;
}
.treeview .subtree {
    display: none;
}
.treeview .subtree-open > .subtree {
    display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
    content: '\f068';
}
.treeview a {
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #848484;
    font-weight: 400;
    display: block;
}
.treeview .subtree-open > .subtree-header > a {
    border-bottom-color: #00a9e9;
    color: #00a9e9;
}
.treeview .active > a,
.treeview a:hover {
    color: #00a9e9;
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
    position: relative;
}
.treeview .has-subtree > .subtree-header > a {
    padding-right: 25px;
}
.treeview .btn-subtree-toggle {
    min-width: 20px;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #848484;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
    outline: none;
    color: #00a9e9;
}

.row-sm {
    margin: -0.46875em; }
.row-sm > [class*="col-"] {
    padding: 0.46875em; }
@media (min-width: 768px) {
    .row-sm > .col-sm-6:nth-child(2n+1) {
        clear: both; } }
@media (min-width: 992px) {
    .row-sm > .col-sm-6:nth-child(2n+1) {
        clear: none; }
    .row-sm > .col-md-4:nth-child(3n+1) {
        clear: both; } }
@media (min-width: 1200px) {
    .row-sm > .col-md-4:nth-child(3n+1) {
        clear: none; }
    .row-sm > .col-lg-3:nth-child(4n+1) {
        clear: both; } }

.product-list .img-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75.00%; !important;}
.product-list .img-ratio.img-ratio-portrait {
    padding-bottom: 99%; !important; }
.product-list .img-ratio .img-ratio-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
    object-fit: contain;
    !important;
}

@media (min-width: 768px) {
    .col-md-spacing {
        margin-bottom: 1.875em;
    }
}

.work-email input[type="email"] {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #00a9e9;
    top: 50%;
    animation: loader 5s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #00a9e9;
    animation: loader-inner 5s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

#cookiebar {
    position: fixed;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    bottom: 0;
    z-index: 9999;
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px solid #00a9e9;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    transition: all 1s ease-in-out;
}

#cookiebar.hide {
    bottom: -100%;
    transition: all 1s ease-in-out
}

#cookiebar .container {
    width: 1170px;
    margin: 0 auto
}

@media (max-width: 768px) {
    #cookiebar .container {
        width: 100%;
    }
}

#cookiebar h3 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px
}

#cookiebar a {
    color: #00a9e9;
    text-decoration: none;
    margin-left: 20px
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar a#okcookies {
    display: inline-block;
    background-color: #00a9e9;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
    text-decoration: none;
    background-color: #0e9ce5;
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar button#okcookies {
    display: inline-block;
    background-color: #00a9e9;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-color: #00a9e9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar button#okcookies:hover {
    text-decoration: none;
    background-color: #0e9ce5;
    border-color: #0e9ce5;
}

#copyButton {
    cursor: pointer;
}

#copyTarget {
    border-left: none;
}

.copied {
    opacity: 0;
    position: absolute;
    left: 55px;
}

@media (min-width: 768px) {
    .copied {
        left: 75px;
        opacity: 0;
    }
}
