.order-confirmation {
    padding-bottom: 45px
}
.order-confirmation #blockreinsurance {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #fff, 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fff 100%);
    background-repeat: repeat-x
}

.myaccount-top {
    color: #0080c3;
    margin: 0 0 40px;
    font-family: "Tisa", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #fff, 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fff 100%);
    background-repeat: repeat-x
}

.myaccount-top .title {
    display: block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px
}

.myaccount-top .subtitle {
    display: block;
    font-size: 24px
}

.myaccount-list-light {
    width: 380px;
    float: left;
    margin-bottom: 50px
}

.myaccount-list-light > li {
    border-top: solid 1px #cccccc
}

.myaccount-list-light > li a {
    text-decoration: none;
    display: block;
    font-weight: 900;
    font-size: 20px;
    color: black;
    font-family: "Tisa", Helvetica, Arial, sans-serif;
    padding: 12px;
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.myaccount-list-light > li i, .myaccount-list-light > li span {
    display: inline-block;
    vertical-align: middle
}

.myaccount-list-light > li i {
    width: 35px;
    height: 35px;
    margin-right: 10px
}

.myaccount-list-light > li i.icon-orderfollow {
    height: 24px;
    margin: 5px 10px 5px 0
}

.myaccount-list-light > li i svg {
    display: block;
    max-width: 35px;
    max-height: 35px
}

.myaccount-list-light > li.current a, .myaccount-list-light > li:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block
}

.myaccount-list-light > li .i-voucher {
    width: 40px;
    height: 45px
}

.myaccount-list-light.heading-list {
    float: none;
    width: 470px;
    margin: 0;
    text-align: left;
    font-size: 0
}

.myaccount-list-light.heading-list > li {
    display: -moz-inline-box;
    display: inline-block;
    border: 0 none;
    width: 25%;
    text-align: center
}

.myaccount-list-light.heading-list > li a {
    display: block;
    font: normal 15px Helvetica, Arial, sans-serif
}

.myaccount-list-light.heading-list > li i {
    margin: 0 0 5px 0
}

.account-content {
    width: calc(100% - 400px);
    float: right;
    margin-bottom: 50px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    line-height: normal
}

.account-content .info-title {
    font-weight: bold;
    margin: 10px 0 40px
}

.account-content .info-title.mb-less {
    margin-bottom: 20px
}

.account-content #add_address .form-group, .account-content #form_identity .form-group {
    width: 46%;
    float: left;
    margin: 15px 2% 0
}

.account-content #add_address .form-group.clear, .account-content #form_identity .form-group.clear {
    width: 100%;
    float: none;
    padding: 0
}

.account-content #add_address .form-group.form-birthday, .account-content #form_identity .form-group.form-birthday {
    margin-bottom: 0
}

.account-content .bloc_adresses {
    margin-bottom: 10px
}

.account-content .bloc_adresses:before, .account-content .bloc_adresses:after {
    content: " ";
    display: table
}

.account-content .bloc_adresses:after {
    clear: both
}

.account-content ul.address {
    line-height: 20px;
    width: 50%;
    float: left
}

.account-content ul.address .heading-2 {
    margin-bottom: 15px
}

.account-content ul.address .address_update {
    margin-top: 15px
}

.account-content ul.address .address_update .button {
    margin-bottom: 10px
}

.account-content ul.address.alternate_item {
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    padding-left: 20px
}

.table-account tr th {
    background-color: white;
    color: #0080c3;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Tisa", Helvetica, Arial, sans-serif
}

.table-account tr th, .table-account tr td {
    padding: 10px;
    text-align: left
}

#block-referral .checkbox__label {
    max-width: calc(100% - 35px);
    margin-left: 5px
}

#block-referral #revive {
    min-width: 190px
}

@media (max-width: 1240px) {
    .myaccount-top .title {
        font-size: 60px;
        line-height: 64px
    }

    .myaccount-top .subtitle {
        font-size: 18px
    }

    .myaccount-list-light {
        width: 300px
    }

    .myaccount-list-light > li a {
        font-size: 18px
    }

    .myaccount-list-light > li i {
        width: 30px;
        margin-right: 10px
    }

    .myaccount-list-light > li .i-voucher {
        width: 30px;
        height: 40px
    }

    .account-content {
        width: calc(100% - 320px)
    }
}

@media (max-width: 1024px) {
    .myaccount-list-light {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }

    .myaccount-list-light > li a {
        font-size: 16px
    }

    .myaccount-list-light > li i {
        width: 25px;
        margin-right: 10px
    }

    .myaccount-list-light > li .i-voucher {
        width: 25px;
        height: 35px
    }

    .account-content {
        width: 100%;
        float: none;
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .myaccount-top .title {
        font-size: 35px;
        line-height: 38px
    }

    .myaccount-top .subtitle {
        font-size: 16px
    }

    .account-content #add_address .form-group, .account-content #form_identity .form-group {
        width: 100%;
        float: none;
        margin: 15px 0 0
    }

    .account-content .bloc_adresses {
        margin-bottom: 10px
    }

    .account-content .bloc_adresses:before, .account-content .bloc_adresses:after {
        content: " ";
        display: table
    }

    .account-content .bloc_adresses:after {
        clear: both
    }

    .account-content ul.address {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }

    .table.table-account tr th {
        font-size: 12px
    }

    #block-referral .table tr {
        display: block;
        margin: 10px 0;
        border-top: 1px solid black
    }

    #block-referral .table td {
        display: block;
        border: 0 none;
        text-align: left
    }

    #block-referral .table td label {
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold
    }

    #block-referral .table td input {
        width: 100%
    }

    #block-referral .table.people-table td {
        padding: 5px
    }

    #block-referral .table.revival-table tr {
        position: relative;
        padding: 5px 0
    }

    #block-referral .table.revival-table td {
        padding: 5px 5px 5px 35px
    }

    #block-referral .table.revival-table td.checkbox {
        padding: 0;
        position: absolute;
        left: 0;
        top: 15px
    }
}

.alerts__wrapper {
    padding-bottom: 20px
}

.alert {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    padding: 20px;
    margin: 20px 0
}

.alert ul, .alert ol {
    margin: 10px 0;
    text-align: left
}

.alert ul li, .alert ol li {
    list-style: inside
}

.alert .lnk {
    margin-top: 20px
}

.alert .lnk a {
    color: white
}

.alert.alert-success {
    background-color: #6ec955
}

.alert.alert-danger, .alert.alert-warning {
    color: black;
    border: 2px solid red
}

.alert.alert-danger .lnk a, .alert.alert-warning .lnk a {
    color: black
}

.button {
    -webkit-transition: all 350ms;
    transition: all 350ms;
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 50px;
    padding: 0 15px;
    border: solid 2px black;
    color: #000;
    background-color: white;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer
}

.button__content {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font: 900 13px/46px "Tisa", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    z-index: 20
}

.button__icon {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    z-index: 20
}

.button__icon svg path {
    -webkit-transition: all 350ms;
    transition: all 350ms
}

.button__icon--checkbox svg {
    padding: 2px 0
}

.button:before, .button:after {
    -webkit-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform: skew(20deg, 0);
    -ms-transform: skewX(20deg) skewY(0);
    transform: skew(20deg, 0);
    position: absolute;
    display: block;
    top: -1%;
    bottom: -1%;
    width: 100%;
    height: 102%;
    background-color: black;
    content: "";
    opacity: 0;
    z-index: 10
}

.button:before {
    left: -100%
}

.button:after {
    right: -100%
}

.button:hover {
    color: white
}

.button:hover svg path {
    fill: white
}

.button:hover:before, .button:hover:after {
    opacity: 1
}

.button:hover:before {
    left: -49%
}

.button:hover:after {
    right: -49%
}

.button--prime {
    color: white;
    background-color: #0080c3;
    border-color: #0080c3
}

.button--prime svg path {
    fill: white
}

.button--prime:hover {
    border-color: black
}

.button--danger {
    color: red;
    border-color: red
}

.button--danger svg path {
    fill: red
}

.button--danger:before, .button--danger:after {
    background-color: red
}

.button--shadow {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    border: 0 none;
    height: 46px
}

.button--topicon .button__icon {
    margin: 7px 0 2px
}

.button--topicon .button__content {
    line-height: normal
}

.button--white {
    color: white;
    border-color: white;
    background-color: transparent
}

.button--white svg path {
    fill: white
}

.button--white:before, .button--white:after {
    background-color: white
}

.button--white:hover {
    color: black
}

.button--white:hover svg path {
    fill: black
}

@media only screen and (max-width: 1240px) {
    .button {
        height: 46px
    }

    .button__content {
        font-size: 12px;
        line-height: 42px
    }

    .button--shadow {
        height: 46px
    }
}

@media only screen and (max-width: 1024px) {
    .button {
        height: auto;
        padding: 8px 15px
    }

    .button__content {
        max-width: 84%;
        height: auto;
        line-height: normal;
        text-align: left
    }

    .button--shadow {
        height: 36px
    }
}

.comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 15px
}

.comment__heading {
    margin-bottom: 15px
}

.comment__heading__info {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px
}

.comment__heading__stars {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.comment__response {
    margin-top: 20px;
    padding-left: 40px
}

.comment__response__heading {
    margin-bottom: 10px
}

.heading-stars {
    padding: 12px 0;
    cursor: pointer
}

.stars {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.stars__grade {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.stars__grade__star {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background: url("../img/icons/rating-star-grey.svg") center no-repeat
}

.stars__grade__star--active {
    background: url("../img/icons/rating-star-blue.svg") center no-repeat
}

.stars__comments {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px
}

.fancybox-wrap {
    width: 280px
}

.fancybox-skin {
    background-color: white
}

.fancybox-content {
    width: 280px;
    border-width: 0
}

.comment-form {
    color: black
}

.comment-form .page-subheading {
    text-align: center;
    margin-bottom: 10px
}

.comment-form__product {
    text-align: center;
    width: 280px;
    margin: 0 auto;
    font-size: 15px
}

.comment-form__product__name {
    margin: 10px 0
}

.comment-form__product > img {
    width: 200px;
    height: auto
}

.comment-form textarea {
    min-height: 100px;
    resize: vertical
}

.comment-form .star_content {
    margin-bottom: 20px;
    font-size: 0;
    text-align: center
}

.comment-form .star_content .star {
    display: -moz-inline-box;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 0 2.5px;
    background: url("../img/icons/rating-star-grey.svg") center no-repeat
}

.comment-form .star_content .star > a {
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0
}

.comment-form .star_content .star.star_hover, .comment-form .star_content .star.star_on {
    background: url("../img/icons/rating-star-blue.svg") center no-repeat
}

.comment-form .submit .required {
    margin-bottom: 10px
}

@media only screen and (max-width: 1240px) {
    .heading-stars {
        margin: 5px 0
    }
}

@media only screen and (max-width: 767px) {
    .comment__heading__info {
        display: block;
        margin: 0 0 5px 0;
        font-size: 13px
    }

    #new_comment_form_footer .align-center > span {
        display: block;
        margin: 10px 0
    }

    .breadcrumb {
        display: none;
    }
}

.contact-container .block-top {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #0080c3
}

.contact-container .block-left {
    width: 30%;
    float: left;
    margin-bottom: 50px;
    border-top: 2px solid #c6c6c6;
    padding-top: 20px
}

.contact-container .block-left .block-info {
    border-bottom: 2px solid #c6c6c6;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.contact-container .block-left .block-info i, .contact-container .block-left .block-info .text {
    display: inline-block;
    vertical-align: middle
}

.contact-container .block-left .block-info i {
    width: 60px
}

.contact-container .block-left .block-info .text {
    width: calc(100% - 80px);
    margin-left: 10px
}

.contact-container .block-left .block-info .text .title {
    display: block
}

.contact-container .block-right {
    width: 65%;
    float: right;
    margin-bottom: 50px;
    border-top: 2px solid #c6c6c6;
    padding-top: 20px
}

.contact-container .block-right .form-contact .heading-1 {
    margin: 0 2% 20px;
    font-size: 32px;
    line-height: 36px
}

.contact-container .block-right .form-contact .form-group {
    width: 46%;
    float: left;
    margin: 0 2% 10px
}

.contact-container .block-right .form-contact .form-group.form-textarea {
    width: 100%;
    float: none;
    margin: 0 2% 10px
}

.contact-container .block-right .form-contact .form-group.form-textarea textarea {
    width: 96%;
    height: 200px
}

.contact-container .block-right .form-contact .form-group.custom-uploader {
    width: 100%;
    float: none;
    margin-bottom: 0
}

.contact-container .block-right .form-contact .form-submit {
    margin: 10px 2% 0
}

.contact-container .block-right .required-fields {
    margin-left: 10px;
    color: #929292
}

@media (max-width: 767px) {
    .contact-container .block-top > p {
        font-size: 15px
    }

    .contact-container .block-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        border-top: 2px solid #c6c6c6;
        padding: 20px 0 0
    }

    .contact-container .block-left .block-info {
        border-bottom: 2px solid #c6c6c6;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .contact-container .block-right {
        width: 100%;
        float: none;
        margin-bottom: 0;
        border-top: none;
        padding: 20px 0 50px
    }

    .contact-container .block-right .form-contact .heading-1 {
        margin: 0 0 20px
    }

    .contact-container .block-right .form-contact .form-group {
        width: 100%;
        float: none;
        margin: 0 0 10px
    }

    .contact-container .block-right .form-contact .form-group.form-textarea {
        margin: 0 0 10px
    }

    .contact-container .block-right .form-contact .form-group.form-textarea textarea {
        width: 100%
    }

    .contact-container .block-right .form-contact .form-submit {
        margin: 10px 0 0
    }

    .contact-container .block-right .required-fields {
        display: block;
        margin: 10px 0 0 0
    }
}

.dropdown {
    position: relative;
    margin: 11px 10px 0
}

.dropdown__trigger {
    display: block;
    cursor: pointer;
    padding-bottom: 10px
}

.dropdown__trigger > * {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.dropdown__trigger__icon {
    width: 24px;
    height: 24px
}

.dropdown__trigger__wording {
    display: none;
    font: 900 13px "Tisa", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.dropdown__wrapper {
    display: none;
    position: absolute;
    top: 200%;
    right: -18px;
    min-width: 300px;
    padding-top: 30px;
    opacity: 0;
    z-index: 70
}

.dropdown__content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 20px 25px 25px;
    background-color: white;
    text-align: center
}

.dropdown__content__title {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 10px
}

.dropdown__content:before {
    position: absolute;
    top: -12px;
    right: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 12px 5px;
    border-color: transparent transparent white transparent;
    content: ''
}

#dropdown-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    z-index: 60
}

@media only screen and (max-width: 1024px) {
    .dropdown {
        float: none;
        position: static;
        display: block;
        margin: 0 0 20px
    }

    .dropdown__trigger {
        position: relative;
        padding: 0;
        text-decoration: none
    }

    .dropdown__trigger__icon {
        position: absolute;
        left: -49px;
        top: -4px
    }

    .dropdown__trigger__wording {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none
    }

    .dropdown__wrapper {
        display: none !important
    }
}

.custom-uploader .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.custom-uploader .button__content {
    max-width: none
}

.custom-uploader input[type=file] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    text-align: right;
    cursor: inherit
}

.custom-uploader .selected-file {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

@media only screen and (max-width: 1024px) {
    .custom-uploader .selected-file {
        margin: 10px 0 0 0
    }
}

@media only screen and (max-width: 767px) {
    .custom-uploader .button__content {
        max-width: 84%
    }
}

.filter {
    padding: 10px 0;
    color: white;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    font-size: 0
}

.filter__subtitle {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    padding-right: 10px;
    font: 900 20px/24px "Tisa", Helvetica, Arial, sans-serif;
    opacity: .75
}

.filter__values {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px);
    font-size: 15px
}

.filter__values .checkbox {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 30px 4px 0;
    opacity: .75
}

.filter__values .checkbox__fake {
    border-color: white
}

.filter__values .checkbox__fake > svg {
    top: 1px
}

.filter__values .checkbox__fake > svg path {
    fill: white
}

.filter__values .checkbox__label {
    margin-left: 7.5px
}

.filter__values .checkbox__label a {
    color: white;
    text-decoration: none
}

.filter__values .radio {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 30px 4px 0;
    opacity: .75
}

.filter__values .radio__fake {
    border-color: white
}

.filter__values .radio__fake:before {
    background-color: white
}

.filter__values .radio__label {
    margin-left: 7.5px
}

.filter__values .radio__label a {
    color: white;
    text-decoration: none
}

.filter__values .selectBox {
    opacity: 1;
    background-color: white
}

.filter__values .filter-link {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    min-width: 90px;
    margin: 4px 30px 4px 0;
    opacity: .75
}

.filter__values .filter-link .link {
    color: white
}

.filter__values .filter-link .link__icon {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.filter__values .filter-link .link__icon svg path {
    fill: white
}

.filter__values .filter-link--active {
    opacity: 1
}

.filter__values .filter-link--active .link {
    color: #0080c3
}

.filter__values .filter-link--active .link__icon svg path {
    fill: #0080c3
}

.filter.layered_price .filter__values {
    opacity: .75;
    filter: alpha(opacity=75)
}

.filter.layered_price .layered_slider_container {
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .filter__subtitle {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .filter__values {
        width: 100%;
        font-size: 13px
    }

    .filter__values .selectBox-dropdown {
        min-width: 244px;
        max-width: 100%
    }

    .filter__values .checkbox {
        vertical-align: top;
        width: 50%;
        margin-right: 0
    }

    .filter__values .checkbox__label {
        max-width: calc(100% - 30px);
        margin-left: 2px;
        padding-right: 10px
    }
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], input[type="url"], input[type="mobile"], .selectBox-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 50px;
    padding: 0 15px;
    border: solid 2px black;
    outline: none;
    font: normal 15px/19px Helvetica, Arial, sans-serif;
    line-height: 46px
}

textarea {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    padding: 7.5px 15px;
    border: solid 2px black;
    outline: none;
    font: normal 15px/19px Helvetica, Arial, sans-serif
}

.checkbox input[type="checkbox"] {
    display: none
}

.checkbox__wrapper {
    cursor: pointer
}

.checkbox__fake {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border: solid 2px black
}

.checkbox__fake > svg {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    position: relative;
    top: 1px;
    width: 75%;
    margin: 0 12.5%;
    opacity: 0
}

.checkbox__label {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.checkbox--on .checkbox__fake > svg {
    opacity: 1
}

.radio input[type="radio"] {
    display: none
}

.radio__wrapper {
    cursor: pointer
}

.radio__fake {
    display: -moz-inline-box;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border: solid 2px black
}

.radio__fake:before {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: black;
    content: ""
}

.radio__label {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.radio--on .radio__fake:before {
    opacity: 1
}

.form-std:before, .form-std:after {
    content: " ";
    display: table
}

.form-std:after {
    clear: both
}

.form-std .heading-2 {
    margin-bottom: 10px
}

.form-std label {
    display: block;
    margin-bottom: 8px
}

.form-std input[type="text"], .form-std input[type="password"], .form-std input[type="email"], .form-std input[type="tel"], .form-std input[type="number"], .form-std input[type="search"], .form-std input[type="url"], .form-std input[type="mobile"], .form-std textarea {
    width: 100%
}

.form-std .selectBox-dropdown, .form-std select {
    min-width: initial;
    width: 100%
}

.form-group {
    margin-bottom: 10px
}

.form-group .inline-field {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.form-group.form-error input, .form-group.form-error textarea {
    color: red;
    border-color: red
}

.form-group.form-ok input, .form-group.form-ok textarea {
    color: #6ec955;
    border-color: #6ec955
}

.form-birthday {
    margin-bottom: 20px
}

.form-birthday > div {
    display: inline-block;
    margin-right: 10px;
    width: 38%
}

.form-birthday > div > select {
    display: inline-block
}

.form-birthday > div.first, .form-birthday > div:last-child {
    width: 27%
}

.form-birthday > div:last-child {
    margin: 0
}

.form-radio {
    text-align: left;
    height: 50px;
    line-height: 50px
}

.form-radio label {
    display: inline-block;
    margin-right: 20px
}

.form-radio .radio {
    display: inline-block;
    margin-right: 15px
}

.form-checkbox {
    margin-bottom: 15px
}

.form-textarea label {
    vertical-align: top
}

.form-textarea label.other {
    vertical-align: 14px
}

.form-contact .selectBox-dropdown {
    width: 100% !important
}

@media only screen and (max-width: 1240px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], input[type="url"], input[type="mobile"], .selectBox-dropdown {
        height: 46px;
        font-size: 14px;
        line-height: 42px
    }
}

@media only screen and (max-width: 1024px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], input[type="url"], input[type="mobile"], .selectBox-dropdown {
        height: 38px;
        font-size: 13px;
        line-height: 36px
    }

    .form-birthday > div {
        width: 100% !important;
        margin: 0 0 10px
    }
}

* {
    box-sizing: border-box
}

.hidden, .not-displayable, .unvisible, .block_hidden_only_for_screen {
    display: none
}

.block {
    display: block
}

.inline-block {
    display: -moz-inline-box;
    display: inline-block
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.clear, .clear-both {
    clear: both
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.center-box {
    margin: 0 auto
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-justify {
    text-align: justify
}

.align-middle {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

.thin {
    font-weight: 300
}

.bold, strong {
    font-weight: 700
}

.black {
    font-weight: 900
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

i.right {
    margin-left: 5px
}

i.left {
    margin-right: 5px
}

.price, .old-price {
    font: 900 16px/20px "Tisa", Helvetica, Arial, sans-serif;
    color: #0080c3
}

.price--old {
    font-weight: 400;
    text-decoration: line-through
}

.old-price {
    font-weight: 400
}

.base-blue-text {
    color: #0080c3
}

svg path {
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.breadcrumb {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    font: normal 13px "Tisa", Helvetica, Arial, sans-serif;
    padding: 21px 0 20px
}
.breadcrumb span.breadcrumb__page{
    color: #0080c3;
}

.breadcrumb a {
    text-decoration: none;
    color: black
}

.breadcrumb__pipe {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 8px;
    height: 12px;
    margin: 0 10px
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle
}

.display {
    list-style: inside none
}

.compare-form {
    margin-bottom: 20px
}

.compare-form .bt_compare {
    width: 100%
}

body .ac_results {
    border: 0 none
}

.payment-execution #blockreinsurance {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #fff, 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fff 100%);
    background-repeat: repeat-x
}

.payment-execution form {
    margin-bottom: 45px
}

.payment-execution form .button {
    margin-bottom: 5px
}

.payment-execution__navigation {
    margin-top: 20px
}

@media only screen and (max-width: 1024px) {
    body .pagination__count {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 13px
    }

    body .pagination__count__showall button {
        font-size: 13px
    }

    body .pagination__list {
        float: none;
        display: block
    }

    body .pagination .pagination_previous a, body .pagination .pagination_next a {
        font-size: 13px
    }
}

.graypush {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 50%;
    overflow: hidden
}

.graypush__container {
    display: block;
    position: relative;
    font-size: 15px;
    color: white;
    text-decoration: none
}

.graypush__container:hover {
    color: white
}

.graypush__container:before {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 0%, #000, 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-repeat: repeat-x;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: .45;
    filter: alpha(opacity=45);
    position: absolute;
    top: 65%;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 5
}

.graypush__image {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.graypush__content {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: calc(100% - 50px);
    z-index: 10
}

.graypush__content i {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 20px
}

.graypush__content i svg path {
    fill: white
}

.graypush__content__text {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.graypush__content__text__title.page-subheading--small {
    font-size: 24px
}

.graypush:hover .graypush__image {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1
}

.graypush__withoutgray .graypush__image {
    opacity: 1
}

@media only screen and (max-width: 1024px) {
    .graypush__image {
        opacity: 1
    }
}

@media only screen and (max-width: 767px) {
    .graypush {
        display: block;
        width: 100%
    }

    .graypush__content {
        left: 20px;
        bottom: 10px;
        width: calc(100% - 40px);
        display: flex;
    }

    .graypush__content i {
        width: 18px;
        height: 18px;
        margin-right: 10px
    }

    .graypush__content__text {
        max-width: calc(100% - 30px)
    }
}

.page-heading {
    font: 900 110px/108px "Tisa", Helvetica, Arial, sans-serif
}

.page-heading--thin {
    font-size: 70px;
    line-height: 70px;
    font-weight: 300
}

.page-subheading {
    font: 900 70px/70px "Tisa", Helvetica, Arial, sans-serif
}

.page-subheading--alt {
    color: #0080c3;
    font-size: 40px;
    line-height: 42px
}

.page-subheading--small {
    font-size: 20px;
    line-height: 24px
}

.page-subheading.bottom-indent {
    margin-bottom: 10px
}

.page-subtitle {
    font: 300 24px/28px "Tisa", Helvetica, Arial, sans-serif
}

.heading-1 {
    font: 900 40px/44px "Tisa", Helvetica, Arial, sans-serif;
    color: #0080c3
}

.heading-2 {
    font: 900 24px/28px "Tisa", Helvetica, Arial, sans-serif
}

@media only screen and (max-width: 1240px) {
    .page-heading {
        font-size: 100px;
        line-height: 90px
    }

    .page-heading--thin {
        font-size: 60px;
        line-height: 60px
    }

    .page-subheading {
        font-size: 60px;
        line-height: 60px
    }

    .page-subheading--alt {
        font-size: 32px;
        line-height: 34px
    }

    .page-subheading--small {
        font-size: 18px;
        line-height: 21px
    }

    .page-subtitle {
        font-size: 18px;
        line-height: 21px
    }

    .heading-1 {
        font: 900 32px/36px "Tisa", Helvetica, Arial, sans-serif;
        color: #0080c3
    }

    .heading-2 {
        font: 900 18px/22px "Tisa", Helvetica, Arial, sans-serif
    }
}

@media only screen and (max-width: 1024px) {
    .page-heading {
        font-size: 40px;
        line-height: 38px
    }

    .page-heading--thin {
        font-size: 40px;
        line-height: 40px
    }

    .page-subheading {
        font-size: 40px;
        line-height: 38px
    }

    .page-subheading--alt {
        font-size: 26px;
        line-height: 28px
    }

    .page-subheading--small {
        font-size: 16px;
        line-height: 19px
    }

    .page-subtitle {
        font-size: 16px;
        line-height: 19px
    }

    .heading-1 {
        font: 900 26px/30px "Tisa", Helvetica, Arial, sans-serif;
        color: #0080c3
    }

    .heading-2 {
        font: 900 16px/20px "Tisa", Helvetica, Arial, sans-serif
    }
}

[class^='i-svg-'] {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat
}

body {
    font: normal 15px/19px Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #003B54
}

.page--fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 120
}

.page--fixed-header .header__wrapper {
    border-transparent: 1px solid rgba(0, 0, 0, 0.2)
}

.page--fixed-header .header--scrolling .header__wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.page--fixed-header .header--scrolling .header__headline {
    display: none
}

.page--fixed-header .header--scrolling .header__content {
    padding-top: 10px
}

.size-container {
    width: 1200px
}

.logo {
    color: black !important;
    text-decoration: none
}

.logo > * {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.logo__image {
    width: 185px;
    height: 46px;
    margin-right: 15px
}

.logo__baseline {
    font: 300 16px "Tisa", Helvetica, Arial, sans-serif
}

.logo__baseline > * {
    font-family: "Tisa", Helvetica, Arial, sans-serif
}

.header {
    background-color: white
}

.header__headline {
    padding: 20px 0 0
}

.header__headline > * {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.header__baseline {
    margin-left: 15px;
    padding-left: 15px;
    color: #0080c3;
    border-left: solid 1px #0080c3;
    font: 300 16px "Tisa", Helvetica, Arial, sans-serif
}

.customer-touchheading {
    display: none
}

.customer-touchheading__content {
    margin-top: 20px
}

.customer-touchheading__content li {
    margin-bottom: 20px
}

.customer-touchheading__content li a {
    display: block;
    font: 900 13px "Tisa", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.customer-touchheading__wrapper {
    position: relative
}

.customer-touchheading__icon {
    position: absolute;
    top: 0;
    left: -50px;
    width: 24px;
    height: 24px
}

.customer-touchheading__icon svg {
    width: 100%;
    height: auto
}

.customer-touchheading__icon--phone {
    top: 36px
}

.customer-touchheading__wording {
    display: -moz-inline-box;
    display: inline-block;
    position: relative
}

.customer-touchheading__wording a, .customer-touchheading__wording p {
    display: block;
    margin-bottom: 20px;
    font: 900 13px "Tisa", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    text-decoration: none
}

.customer-touchheading__wording a > span, .customer-touchheading__wording p > span {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 9px;
    font-weight: normal
}

.customer-heading {
    float: right;
    cursor: pointer
}

.customer-heading__icon {
    position: relative;
    top: 6px;
    width: 25px;
    height: 18px
}

.customer-heading__content {
    margin-right: 22px;
    text-align: right;
    line-height: 10px
}

.customer-heading__content > p {
    font: normal 13px "Tisa", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.customer-heading__content > span {
    font-size: 8px
}

.service-lightbox__part {
    float: left;
    width: 210px;
    color: black;
    font-size: 15px;
    text-align: center;
    box-sizing: content-box
}

.service-lightbox__part .page-subheading {
    margin-bottom: 10px
}

.service-lightbox__part .button {
    width: 100%;
    margin-top: 15px
}

.service-lightbox__part--help {
    padding-right: 20px;
    border-right: solid 1px rgba(0, 0, 0, 0.2)
}

.service-lightbox__part--contact {
    padding-left: 20px
}

.service-lightbox__part--contact .button {
    margin-top: 31px
}

#columns {
    background-color: white
}

.footer {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#002736), to(#003B54));
    background-image: -webkit-linear-gradient(top, #002736, 0%, #003B54, 100%);
    background-image: -moz-linear-gradient(top, #002736 0%, #003B54 100%);
    background-image: linear-gradient(to bottom, #002736 0%, #003B54 100%);
    background-repeat: repeat-x;
    padding: 35px 0 30px
}

.footer__logo {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    height: auto;
    font-size: 0
}

.footer__baseline {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    font: 300 14px "Tisa", Helvetica, Arial, sans-serif;
    margin-left: 15px
}

.footerlinks {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.footerlinks__col {
    display: table-cell;
    width: 25%;
    padding: 10px 50px 10px 25px;
    color: #bdc9ce;
    border-right: solid 1px #346075
}

.footerlinks__col__heading {
    margin-bottom: 10px;
    font: 300 16px "Tisa", Helvetica, Arial, sans-serif
}

.footerlinks__col--logo {
    padding-right: 0
}

.footerlinks__col:last-of-type {
    border-right: 0 none
}

#footerline {
    margin-bottom: 0
}

#footerline .footerlinks__col {
    vertical-align: middle;
    font-size: 15px;
    line-height: normal
}

#footerline .footerlinks__col .footerline-payments {
    max-width: 224px;
    margin-top: 10px
}

.menu-mobile, .search-form {
    display: none;
}



@media only screen and (max-width: 1240px) {
    body {
        font: normal 14px/17px Helvetica, Arial, sans-serif
    }

    .size-container {
        width: 940px
    }

    .customer-heading .black {
        display: none
    }

    #footerline .footerlinks__col .footerline-payments {
        max-width: 160px
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font: normal 13px/16px Helvetica, Arial, sans-serif;
        background-color: white
    }

    header.header#header {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    /*#nq_homepush .size-container {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    gap: 10px;*/
    /*}*/

    #nq_homepush .size-container .graypush{
        width: 100%;
    }

    .size-container {
        width: 90%
    }
    .menu-mobile {
        display: block;
        width: 100dvw;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: -110%;
        background-color: #fff;
        padding: 5%;
        overflow-y: scroll;
        transition: .4ms ease-in-out;
    }
    .menu-mobile.active {
        left: 0;
    }

    .menu-mobile .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        position: sticky;
        top: -5%;
        z-index: 9999;
        background-color: white;
    }

    .menu-mobile .menu-header .menu-header__title {
        font-size: 14px;
        color: rgba(26, 26, 26, 1);
        font-weight: 200;
        text-transform: uppercase;
    }

    .menu-mobile .menu-header .menu-mobile__close {
        padding: 8px 16px;
        border: solid .5px rgba(26, 26, 26, 1);
        color: rgba(26, 26, 26, 1);
        border-radius: 30px;
    }

    #page {
        -webkit-box-shadow: inset 5px 0 20px 0 rgba(0, 0, 0, 0.35);
        -moz-box-shadow: inset 5px 0 20px 0 rgba(0, 0, 0, 0.35);
        box-shadow: inset 5px 0 20px 0 rgba(0, 0, 0, 0.35);
        width: 100%;
    }

    .customer-heading {
        display: none
    }

    .customer-touchheading {
        display: block
    }

    .header__headline {
        padding: 15px 0;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-button {
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-button svg {
        fill: rgba(26, 26, 26, 1);
    }

    .header__headline .logo {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        /*width: 100%*/
    }

    .header__headline .logo__image {
        width: 100%;
        height: auto;
        margin: 0
    }

    .header__headline .logo__image svg {
        height: 30px;
        margin: 0 auto;
        display: block
    }

    .header__headline .logo__baseline {
        display: none
    }

    .header__baseline {
        display: none
    }

    .header__trigger {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px
    }

    .header__trigger > i {
        position: absolute;
        width: 20px;
        height: auto
    }

    .header__trigger > i svg path {
        fill: rgba(26, 26, 26, 1);
    }

    .header__trigger > i.side-trigger__close {
        display: none
    }

    .header__content {
        display: none
    }

    /*.header__content {*/
    /*    -webkit-box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.25);*/
    /*    -moz-box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.25);*/
    /*    box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.25);*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    width: auto;*/
    /*    height: 100%;*/
    /*    padding-left: 48px;*/
    /*    background-color: white;*/
    /*    overflow-x: hidden;*/
    /*    white-space: nowrap;*/
    /*    z-index: 666*/
    /*}*/

    .search-form {
        display: none;
        padding: 10px 0;
    }
    .search-form.active {
        display: flex;
    }

    .search-form .search-form__input {
        width: 100%;
        border: 0;
    }
    .search-form .search-form__submit {
        padding: 8px 16px;
        border: solid .5px rgba(26, 26, 26, 1);
        color: rgba(26, 26, 26, 1);
        border-radius: 30px;
        background-color: white;
    }

    .header__content__inner {
        width: 0;
        padding: 0;
        background-color: white
    }

    .header__content__inner--active {
        white-space: normal
    }

    .header__content__inner--active .header__banner__responsive {
        opacity: 1
    }

    .header__content__container {
        padding: 0 12.5px
    }

    .header__banner {
        float: none;
        width: 100%;
        padding-top: 15px
    }

    .header__banner__responsive {
        -webkit-transition: all 250ms;
        transition: all 250ms;
        font-size: 0;
        opacity: 0
    }

    .header__banner__responsive__logo {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        max-width: 170px
    }

    .header__banner__responsive__baseline {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        padding-left: 4%;
        color: #0080c3;
        font: 300 13px "Tisa", Helvetica, Arial, sans-serif
    }

    .footer {
        padding: 25px 0
    }

    .footer__baseline {
        display: block;
        margin: 5px 0 0
    }

    .footerlinks {
        display: block
    }

    .footerlinks__col {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
        border: 0 none;
        text-align: center
    }

    .footerlinks__col--copy {
        margin-bottom: 5px
    }

    .footerlinks__col--copy > p {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle
    }

    #footerline .footerlinks__col .footerline-payments {
        max-width: 200px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select, textarea, input {
        font-size: 16px !important
    }
}

.fancybox-wrap .fancybox-skin {
    color: black
}

.fancybox-wrap .page-subheading {
    margin-bottom: 10px
}

.fancybox-wrap .lightbox-content {
    max-width: 280px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center
}

.fancybox-wrap .fancybox-close {
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 28px
}

a, .base-link {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    color: #000;
    text-decoration: underline;
    background-color: transparent;
    border: 0 none;
    outline: none;
    cursor: pointer
}

a:hover, .base-link:hover {
    color: #0080c3
}

a:hover .link__icon svg path, .base-link:hover .link__icon svg path {
    fill: #0080c3
}

.link {
    font: normal 15px/19px Helvetica, Arial, sans-serif;
    text-decoration: none
}

.link__icon {
    display: -moz-inline-box;
    display: inline-block;
    width: 12px;
    height: 12px
}

.link--fat {
    font: 900 20px/24px "Tisa", Helvetica, Arial, sans-serif
}

.link--fat .link__icon {
    width: 16px;
    height: 16px
}

@media only screen and (max-width: 1240px) {
    .link {
        font-size: 14px;
        line-height: 17px
    }

    .link__icon {
        position: relative;
        top: 1px
    }

    .link--fat {
        font-size: 18px;
        line-height: 21px
    }

    .link--fat .link__icon {
        top: 2px
    }
}

@media only screen and (max-width: 1024px) {
    .link {
        font-size: 13px;
        line-height: 16px
    }

    .link__icon {
        position: relative;
        top: 1px
    }

    .link--fat {
        font-size: 14px;
        line-height: 17px
    }

    .link--fat .link__icon {
        top: 2px
    }
}

.spareparts__steps, #order-steps {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#002736), to(#003B54));
    background-image: -webkit-linear-gradient(top, #002736, 0%, #003B54, 100%);
    background-image: -moz-linear-gradient(top, #002736 0%, #003B54 100%);
    background-image: linear-gradient(to bottom, #002736 0%, #003B54 100%);
    background-repeat: repeat-x
}

ul.step {
    display: table;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px
}

ul.step li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-family: "Tisa", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: white;
    opacity: .75;
    filter: alpha(opacity=75)
}

ul.step li em {
    font-style: normal
}

ul.step li.step_current {
    color: #0080c3;
    opacity: 1;
    filter: alpha(opacity=100)
}

ul.step li a {
    text-decoration: none;
    color: white
}

.payment_module-info {
    margin-bottom: 20px;
    line-height: 20px;
    color: #0080c3;
    background: #f3f3f3;
    padding: 20px
}

.payment_module-info a {
    color: #0080c3
}

@media (max-width: 1240px) {
    ul.step li {
        font-size: 18px
    }
}

@media (max-width: 1240px) {
    ul.step li {
        font-size: 16px;
        display: block;
        width: 50%;
        float: left;
        margin: 3px 0;
        text-align: left
    }
}

.gradient-container {
    padding: 40px 0 50px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 60px, #fff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 60px, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #fff 60px, #fff 100%)
}

.press-container .block-top {
    margin: 0 10px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #0080c3
}

.presskit_block > div {
    float: left;
    width: calc(25% - 20px);
    line-height: 22px;
    padding: 20px 0 0;
    margin: 0 10px 20px;
    border-top: 2px solid #c6c6c6;
    overflow: hidden
}

.presskit_block > div .img {
    display: block;
    margin-bottom: 15px
}

.presskit_block > div .img img {
    width: 100%;
    height: auto
}

.presskit_block > div .text {
    height: 68px
}

.presskit_block > div .name, .presskit_block > div .date {
    display: block;
    font-weight: bold;
    font-family: "Tisa", Helvetica, Arial, sans-serif
}

.presskit_block > div .link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px
}

@media (max-width: 1024px) {
    .presskit_block > div {
        width: calc(33.3% - 20px)
    }
}

@media (max-width: 767px) {
    .presskit_block > div {
        width: calc(50% - 20px)
    }
}

.pagination {
    min-height: 75px;
    padding: 25px 0;
    margin-bottom: 44px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2)
}

.pagination__count {
    float: left;
    position: relative;
    top: 3px;
    font-size: 15px
}

.pagination__count > * {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.pagination__count__showall {
    margin-left: 12px;
    padding: 0 0 0 12px;
    border-left: solid 1px black
}

.pagination__count__showall button {
    font-size: 15px;
    padding: 0
}

.pagination__list {
    float: right;
    font-size: 15px;
    list-style: inside none
}

.pagination__list li {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px black
}

.pagination__list li > * {
    padding: 0 10px;
    line-height: 24px
}

.pagination__list li.active {
    color: #0080c3
}

.pagination__list li:last-of-type {
    border-right: 0 none
}

.pagination--bottom {
    margin-bottom: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2)
}

.product_list {
    font-size: 0
}

.product-list-item {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4 - 0.1%);
    margin-bottom: 20px
}

.product-list-item__top-wrapper {
    position: relative
}

.product-list-item__info {
    position: relative;
    padding: 10px 15px
}

.product-list-item__info p {
    position: relative;
    z-index: 26;
}

.product-list-item__info .product-name {
    font: 900 16px/20px "Tisa", Helvetica, Arial, sans-serif;
    text-decoration: none
}

.product-list-item__labels {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    bottom: 98%;
    right: 10px;
    text-align: right;
    z-index: 10
}

.product-list-item__labels .label-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    margin: 4px 6px
}

.product-list-item__labels .label {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    padding: 0 4px;
    color: white;
    background-color: #0080c3;
    font: 900 11px/20px "Tisa", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.product-list-item__labels .label.preorder,
#product .label.preorder {
    background-color: red;
}

.product-list-item__labels .label.preorder:before,
#product .label.preorder:before {
    border-color: transparent red transparent transparent;
}

.product-list-item__labels .label.preorder:after,
#product .label.preorder:after {
    border-color: transparent transparent transparent red;
}

.product-list-item__labels .label:before {
    position: absolute;
    top: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 10px 0;
    border-color: transparent #0080c3 transparent transparent;
    content: ""
}

.product-list-item__labels .label:after {
    position: absolute;
    top: 0;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 6px;
    border-color: transparent transparent transparent #0080c3;
    content: ""
}

.product-list-item__labels .label--eco {
    background: #8fcfbe
}

.product-list-item__labels .label--eco:before {
    border-color: transparent #8fcfbe transparent transparent
}

.product-list-item__labels .label--eco:after {
    border-color: transparent transparent transparent #8fcfbe
}

.product-list-item__image {
    position: relative;
    display: block;
    width: 100%;
    border-right: solid 1px #D1D1D0
}

.product-list-item__image img {
    width: 100%
}

.product-list-item__image img.hover_image {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.product-list-item__image:before {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 0%, #000, 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-repeat: repeat-x;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 20
}

.product-list-item__price .price, .product-list-item__price .old-price {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle
}

.product-list-item__price .price--old {
    margin-right: 10px
}

.product-list-item__price__arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 8px;
    height: 12px;
    margin: 0 10px
}

.product-list-item__price__arrow svg path {
    fill: #0080c3
}

.product-list-item__unavailable {
    color: #DF0613;
    font-size: 15px
}

.product-list-item__links {
    -webkit-transition: all 350ms;
    transition: all 350ms;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: calc(100% + 12px);
    width: calc(100% - 24px);
    font-size: 0;
    opacity: 0;
    z-index: 25
}

.product-list-item__links .button {
    width: 50%
}

.product-list-item__links .button__content {
    display: block;
    max-width: none;
    text-align: center
}

.product-list-item__links .button.view_product {
    border-right-width: 1px
}

.product-list-item__links .button.favorite_add, .product-list-item__links .button.favorite_added {
    border-left-width: 1px
}

.product-list-item__links .button--full-width {
    width: 100%;
    border-width: 2px
}

.product-list-item.nosto-item .product-list-item__links .button.view_product {
    width: 100%;
    border-right-width: 2px
}

.product-list-item:hover .product-list-item__image:before {
    opacity: .5;
    filter: alpha(opacity=50)
}

.product-list-item:hover .hover_image {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-list-item:hover .product-list-item__links {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-list-item:nth-child(4n) .product-list-item__image {
    border-right: 0 none
}

.nosto-homelist .product_list {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.nosto-homelist .product_list .product-list-item {
    width: calc(100% / 3 - .1%)
}

.nosto_element .product-list-item {
    width: calc(100% / 6 - 0.1%)
}

.nosto_element .product-list-item:nth-child(4n) .product-list-item__image {
    border-right: 1px solid #D1D1D0
}

.nosto_element .product-list-item:nth-child(6n) .product-list-item__image {
    border-right: 0 none
}

@media only screen and (min-width: 1241px) {
    .accessories .product-list-item {
        width: calc(100% / 6 - 0.1%)
    }
}

@media only screen and (max-width: 1240px) {
    .nosto_element .product-list-item, .product-list-item {
        width: calc(100% / 3);
        border-right: solid 1px #D1D1D0
    }

    .nosto_element .product-list-item:last-of-type, .nosto_element .product-list-item.last-item-of-tablet-line, .nosto_element .product-list-item:nth-child(3n), .nosto_element .product-list-item:nth-child(4n) .product-list-item__image, .product-list-item:last-of-type, .product-list-item.last-item-of-tablet-line, .product-list-item:nth-child(3n), .product-list-item:nth-child(4n) .product-list-item__image {
        border-right: 0 none
    }

    .nosto_element .product-list-item__image, .product-list-item__image {
        border: 0 none
    }

    .nosto_element .product-list-item__image:before, .product-list-item__image:before {
        display: none
    }

    .nosto_element .product-list-item__info, .product-list-item__info {
        float: right;
        padding: 10px 2% 10px 5%;
        width: 48%
    }

    .nosto_element .product-list-item__links, .product-list-item__links {
        display: block;
        top: 10px;
        bottom: auto;
        left: -100%;
        right: auto;
        width: 100%;
        opacity: 1
    }

    .nosto_element .product-list-item__links .button--white, .product-list-item__links .button--white {
        height: 54px;
        padding: 0;
        color: black;
        border-color: black
    }

    .nosto_element .product-list-item__links .button--white .button__content, .product-list-item__links .button--white .button__content {
        display: block;
        font-size: 12px
    }

    .nosto_element .product-list-item__links .button--white svg path, .product-list-item__links .button--white svg path {
        fill: black
    }

    .nosto-homelist .product_list {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .product_list {
        font-size: 0
    }

    .nosto_element .product-list-item, .product-list-item {
        width: calc(100% / 2)
    }

    .nosto_element .product-list-item.last-item-of-mobile-line, .product-list-item.last-item-of-mobile-line {
        border-right: solid 1px transparent
    }

    .nosto_element .product-list-item:nth-child(2n), .nosto_element .product-list-item:nth-child(1n), .product-list-item:nth-child(2n), .product-list-item:nth-child(1n) {
        border-right: 0 none
    }

    .nosto_element .product-list-item__info, .product-list-item__info {
        float: none;
        width: 100%;
        min-height: 160px;
        padding: 75px 10px 10px
    }

    .nosto_element .product-list-item__links, .product-list-item__links {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        width: auto
    }

    .nosto-homelist .product_list {
        display: block;
        width: auto
    }

    .nosto-homelist .product_list .product-list-item {
        float: left;
        width: 50%
    }

    .nosto-homelist .product_list .product-list-item:nth-child(3n) {
        float: right
    }

    .nosto-homelist .product_list:first-of-type .product-list-item:nth-child(2) {
        border: 0 none
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media only screen and (min-width: 1241px) {
    .hidden-pc {
        display: none
    }
}

@media only screen and (max-width: 1240px) {
    .hidden-smaller {
        display: none
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1240px) {
    .hidden-small-pc {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .hidden-tablet {
        display: none !important
    }

    .visible-tablet {
        display: block
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hidden-only-tab {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none !important
    }

    .visible-mobile {
        display: block
    }
}

.rte {
    font: normal 15px/19px Helvetica, Arial, sans-serif
}

.rte .breadcrumb a {
    text-decoration: none;
    color: white
}

.rte h2, .rte h3 {
    display: block;
    color: black;
    font-size: 24px;
    font-weight: bold;
    font-family: "Tisa", Helvetica, Arial, sans-serif;
    line-height: 28px;
    margin-bottom: 10px
}

.rte h4 {
    display: block;
    color: black;
    font-size: 20px;
    font-family: "Tisa", Helvetica, Arial, sans-serif;
    margin-bottom: 7px
}

.rte h5 {
    display: block;
    color: #0080c3;
    text-transform: uppercase;
    font-size: 18px
}

.rte p {
    margin: 15px 0
}

.rte a {
    color: #0080c3;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.rte a:hover {
    color: #003d5d
}

.rte ul {
    list-style: disc;
    margin-left: 18px
}

.rte table {
    width: 100%;
    margin: 40px 0 20px
}

.rte table td {
    vertical-align: middle;
    padding: 8px 20px;
    border: 1px solid #c6c6c6;
    font-size: 12px;
    font-size: .75rem;
    text-align: center
}

.rte strong {
    color: black;
    font-weight: bold
}

.rte .small {
    font-size: 12px;
    font-size: .75rem
}

.rte .price, .rte .old-price {
    font-size: 20px;
    font-size: 1.25rem
}

.rte em, .rte .italic {
    font-style: italic
}

@media only screen and (max-width: 767px) {
    .rte {
        font-size: 13px
    }
}

.selectBox-dropdown {
    position: relative;
    vertical-align: middle;
    width: auto;
    outline: none;
    text-decoration: none;
    padding-right: 38px
}

.selectBox-dropdown .selectBox-label {
    display: block;
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: calc((100% - 20px) / 2);
    right: 10px;
    width: 15px;
    height: 20px
}

.selectBox-dropdown .selectBox-arrow > svg {
    display: block
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 999;
    max-height: 300px;
    margin-top: 2px !important;
    background-color: white;
    border: solid 2px black;
    border-top: 0 none;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.selectBox-dropdown-menu, .selectBox-dropdown-menu li, .selectBox-dropdown-menu li a {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none
}

.selectBox-dropdown-menu li {
    border-top: solid 1px black
}

.selectBox-dropdown-menu li a {
    padding: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.selectBox-dropdown-menu li.selectBox-optgroup {
    padding: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    color: #0080c3
}

.selectBox-dropdown-menu li.selectBox-optgroup:first-of-type {
    border: 0 none
}

.selectBox-dropdown-menu li:first-of-type {
    border: 0 none
}

.table, .rte table, table.std, table.table_block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table tr th, .table tr td, .rte table tr th, .rte table tr td, table.std tr th, table.std tr td, table.table_block tr th, table.table_block tr td {
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle
}

.table tr th, .rte table tr th, table.std tr th, table.table_block tr th {
    font-weight: 700;
    background-color: #f7f7f7
}

.table tr td, .rte table tr td, table.std tr td, table.table_block tr td {
    border-top: solid 1px black
}

.wiretab table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.wiretab table tr th, .wiretab table tr td {
    vertical-align: middle;
    padding: 10px 20px;
    border-top: solid 1px #c6c6c6;
    background-color: transparent;
    text-align: left;
    font-size: 14px
}

.wiretab table tr th {
    border-left: solid 1px #c6c6c6;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.wiretab table tr td {
    border-right: solid 1px #c6c6c6
}

.wiretab table tr:last-of-type td, .wiretab table tr:last-of-type th {
    border-bottom: solid 1px #c6c6c6
}

@media only screen and (max-width: 767px) {
    .table tr th, .table tr td, .rte table tr th, .rte table tr td, table.std tr th, table.std tr td, table.table_block tr th, table.table_block tr td {
        padding: 10px 5px
    }
}

.widepush {
    position: relative;
    height: 570px;
    backface-visibility: hidden
}

.widepush__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.widepush__wrapper {
    display: table;
    height: 100%;
}

.widepush__content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    color: white
}

.widepush__title {
    margin: 10px 0 15px
}

.widepush__description {
    width: 80%
}

.widepush__links {
    margin-top: 20px
}

.widepush__link {
    margin-bottom: 10px
}

.widepush__link:last-of-type {
    margin-bottom: 0
}

.widepush--right .widepush__wrapper {
    margin-left: 50%
}

.widepush--blog {
    height: 290px
}

.widepush--blog .widepush__title {
    margin: 0;
    font-size: 60px;
    line-height: 60px
}

@media only screen and (max-width: 1240px) {
    .widepush {
        height: 650px
    }

    .widepush__title {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (max-width: 1024px) {
    .widepush {
        overflow: hidden
    }

    .widepush__wrapper {
        width: 100%;
        margin: 0 !important
    }

    .widepush__content {
        width: 100%;
        vertical-align: bottom;
        padding-bottom: 24px
    }

    .widepush__title {
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 40px
    }

    .widepush__description {
        width: 75%
    }

    .widepush__link .button {
        height: auto;
        padding: 8px 15px
    }

    .widepush__link .button__content {
        max-width: 80%;
        height: auto;
        line-height: normal;
        text-align: left
    }

    .widepush--blog .widepush__title {
        font-size: 40px;
        line-height: 40px
    }

    .widepush--nobg {
        height: auto
    }
}

#opc_account_form .heading-1 {
    margin-bottom: 30px
}

#opc_account_form .form-group label {
    display: block;
    margin-bottom: 8px
}

#opc_account_form .form-group .selectBox-dropdown {
    width: 100% !important
}

#opc_account_form .checkbox__label {
    max-width: calc(100% - 35px);
    margin-left: 5px
}

.nq-c-Instagram {
    display: flex
}

.nq-c-Instagram:hover > .nq-c-Instagram-image:not(:hover) {
    opacity: 0.6
}

.nq-c-Instagram > * {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden
}

.nq-c-Instagram > *::before {
    content: '';
    display: block;
    padding-bottom: 100%
}

.nq-c-Instagram > * > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nq-c-Instagram-intro-content {
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: #d6249f;
    background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 2%, #fd5949 40%, #d6249f 55%, #285AEB 100%)
}

.nq-c-Instagram-intro-title {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.nq-c-Instagram-intro-subtitle {
    font-size: 25px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    word-wrap: anywhere;
    word-spacing: -6px;
    transition: all .2s ease
}

.nq-c-Instagram-intro-subtitle:hover, .nq-c-Instagram-intro-subtitle:active {
    color: rgba(255, 255, 255, 0.8)
}

.nq-c-Instagram-intro-subtitle::before {
    content: '@';
    display: block;
    margin-bottom: 5px
}

.nq-c-Instagram-intro-subtitle::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 38%;
    height: 38%;
    background-image: url("../img/instagram-white.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .6
}

.nq-c-Instagram-image {
    transition: all .4s ease
}

.nq-c-Instagram-image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit: cover) {
    .nq-c-Instagram-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }
}

@media only screen and (max-width: 1240px) {
    .nq-c-Instagram > *:nth-child(n+7) {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .nq-c-Instagram > *:nth-child(n+6) {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .nq-c-Instagram {
        flex-wrap: wrap
    }

    .nq-c-Instagram-intro {
        flex: 1 0 100%;
        text-align: center
    }

    .nq-c-Instagram-intro::before {
        content: none
    }

    .nq-c-Instagram-intro-subtitle {
        color: inherit;
        font-weight: normal;
        text-align: left
    }

    .nq-c-Instagram-intro-subtitle:hover, .nq-c-Instagram-intro-subtitle:focus {
        color: inherit
    }

    .nq-c-Instagram-intro-subtitle::before {
        display: inline
    }

    .nq-c-Instagram-intro-subtitle br {
        display: none
    }

    .nq-c-Instagram-intro-content {
        position: static;
        padding: 0 5% 15px;
        background: none
    }

    .nq-c-Instagram-image {
        flex: 1 1 50%
    }

    .nq-c-Instagram > *:nth-child(n+4) {
        display: none
    }
}

#nq_homeinstagram {
    font-size: 0
}

#nq_homeinstagram .instagram {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 12.5%;
    height: 0;
    padding-top: calc(100% / 8);
    overflow: hidden
}

#nq_homeinstagram .instagram__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1024px) {
    #nq_homeinstagram .instagram {
        width: calc(100% / 7);
        padding-top: calc(100% / 7)
    }
}

@media only screen and (max-width: 767px) {
    #nq_homeinstagram .instagram {
        width: calc(100% / 3);
        padding-top: calc(100% / 3)
    }
}

.pagenotfound-container .text h1, .pagenotfound-container .text p, .pagenotfound-container .text a {
    color: #0080c3;
    font-weight: bold;
    margin-bottom: 15px
}

.pagenotfound-container .text p, .pagenotfound-container .text a {
    font-size: 18px;
    line-height: 22px;
    margin: 0
}

.pagenotfound-container .text a {
    display: block;
    text-decoration: underline
}

.pagenotfound-container #nq_social_home {
    margin-bottom: 0;
    padding-bottom: 50px
}

.password-container .page-subheading {
    margin-bottom: 40px
}

.password-container .size-container {
    padding-right: 30%
}

.password-container #form_forgotpassword {
    padding-bottom: 50px
}

.password-container #form_forgotpassword #email {
    display: block;
    width: 520px;
    max-width: 100%
}

.password-container #form_forgotpassword .required {
    margin-left: 12px;
    font-size: 15px;
    color: grey
}

@media only screen and (max-width: 1024px) {
    .password-container .size-container {
        padding-right: 0
    }

    .password-container #form_forgotpassword #email {
        width: 100%
    }

    .password-container #form_forgotpassword .required {
        display: block;
        margin-top: 10px;
        margin-left: 0
    }
}

#search .search__results-detail {
    color: #0080c3;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px
}

#search .pagination--bottom {
    border-bottom: 0 none
}

#search #blockreinsurance {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#fff));
    background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #fff, 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fff 100%);
    background-repeat: repeat-x
}

.paypal-confirmation {
    padding-bottom: 50px
}

.paypal-confirmation p {
    margin-bottom: 10px
}

html.ie9 .product__wrapper, html.ie9 .product__subwrapper {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #fff, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x
}

#nq_homepush, #universe-subcategories {
    font-size: 0;
    padding-bottom: 60px
}

#nq_homepush ul, #universe-subcategories ul {
    margin: -10px auto
}

#nq_homepush ul li.graypush, #universe-subcategories ul li.graypush {
    width: calc(50% - 20px);
    margin: 10px
}

@media only screen and (max-width: 1240px) {
    #nq_homepush, #universe-subcategories {
        padding-bottom: 5%
    }

    #nq_homepush ul li.graypush:last-of-type, #universe-subcategories ul li.graypush:last-of-type {
        margin-bottom: 0
    }
}

#index .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 30px;
    padding: 0;
    font-size: 0;
    line-height: normal;
    z-index: 20
}

#index .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    width: 19px;
    height: 19px;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent
}

#index .bx-wrapper .bx-pager.bx-default-pager a::after {
    position: absolute;
    top: calc(50% - (7px / 2));
    left: calc(50% - (7px / 2));
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

#index .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: transparent
}

#index .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: transparent
}

#index .bx-wrapper .bx-pager.bx-default-pager a.active::after {
    background-color: white
}

.margin__bottom {
    margin-bottom: 15px
}
.product__info__supp.paypal {
    align-items: center;
    display: flex;
    gap: 10px;
}
.product__info__supp.paypal img{
    max-width: 100px;
}


@media screen and (max-width: 600px) {
    .product__info__buyblock__wrapper.payment__block {
        background-color: white;
        bottom: 0;
        border-top: 1px solid #ccc;
        left: 0;
        margin-bottom: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        z-index: 100;
    }
    .product__info__buyblock__wrapper.payment__block .product__info__buyblock__col {
        display: flex;
    }
    .product__info__buyblock__wrapper.payment__block .product__info__buyblock__quantity {
        display: flex;
    }
    .product__info__buyblock__wrapper.payment__block .product__info__buyblock__quantity .product_quantity_input{
        order: 1;
    }
    .product__info__buyblock__wrapper.payment__block .product__info__buyblock__quantity .product_quantity_up{
        order: 2;
    }
    .product__info__buyblock__wrapper.payment__block .product__info__buyblock__quantity .product_quantity_down{
        order: 0;
    }
    .product__info__buyblock__col .product__info__buyblock__add,
    .product__info__buyblock__col .button--prime {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #netreviewsWidgetNum15929widget03av {
        display: none;
    }
}

.sc-bottom #cart_voucher #voucher .discount_name {
    margin-left: 0!important;
}

.filter__subtitle svg{
    display: none;
}
@media screen and (max-width: 600px) {
    .filter__subtitle {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .filter__subtitle svg {
        display: block;
        width: 15px;
        height: 22px;
        max-width: 30px;
        fill: white;
        transition: .2s ease-in;
        transform: rotate(0);
    }
    .filter .filter__values {
        display: none;
    }
    .filter.filter__displayed .filter__values {
        display: flex;
        flex-wrap: wrap;
    }
    .filter.filter__displayed svg{
        transform: rotate(180deg);
    }
}

.fancy-add-to-cart-product-wrapper {
    align-items: center;
    display: flex;
    gap: 20px;
}

.fancy-add-to-cart-product-wrapper img{
    height: 70px;
    width: 70px;
}
.fancy-add-to-cart-product-wrapper .fancy-add-to-cart-product-infos {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fancy-add-to-cart-product-wrapper .fancy-add-to-cart-product-infos h2 {
    text-align: left;
}

.date-select .dob-global-group {
    display: flex;
    gap: 0;
    width: 100%!important;
}

.date-select .dob-global-group .dob-group-input {
    width: 33.3333%;
}

.date-select .dob-global-group .dob-group-input input {
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.date-select .dob-global-group .dob-group-input .dob-input {
    position: relative;
}

.date-select .dob-global-group .dob-group-input .dob-input:before,
.date-select .dob-global-group .dob-group-input .dob-input:after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    z-index: 2;
    color: rgb(198, 198, 198);
}

.date-select .dob-global-group .dob-group-input:first-of-type .dob-input:before,
.date-select .dob-global-group .dob-group-input:first-of-type .dob-input:after,
.date-select .dob-global-group .dob-group-input:last-of-type .dob-input:before,
.date-select .dob-global-group .dob-group-input:last-of-type .dob-input:after {
    content: "";
}

.date-select .dob-global-group .dob-group-input:first-of-type input {
    border-left: solid 2px black;
}

.date-select .dob-global-group .dob-group-input:last-of-type input {
    border-right: solid 2px black;
}

.date-select .dob-global-group .dob-group-input input[type="number"]::-webkit-inner-spin-button,
.date-select .dob-global-group .dob-group-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.date-select .dob-global-group .dob-group-input input[type="number"] {
    -moz-appearance: textfield;
}

.date-select .dob-global-group .dob-group-input label {
    color: rgb(198, 198, 198);
}

.date-select .dob-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    width: 100%!important;
}

.availability-wrapper .availability.label-warning {
    background-color: red;
}

.availability-wrapper p {
    color: red;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 130;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    align-items: center;
    justify-content: center;
}

.modal .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.modal .modal-body p {
    color: black;
}

.modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.modal .modal-footer .button {
    width: 50%;
}

.modal .modal-content {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 40px);
    max-width: 500px;
}

#cart_summary .mdgift-item .cart_quantity .cart_quantity_input {
    border-right: 2px solid black;
}


/* Restyle payment method */
.ps_checkout-payment-option div.payment_module:first-child a {
    background: unset!important;
    padding: unset!important;
    margin-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.ps_checkout-payment-option div.payment_module a {
    border: 0!important;
}

.ps_checkout-payment-option div.payment_module:first-child a:after {
    opacity: 0;
}

p.payment_module a:after {
    opacity: 0;
}

.paiement_block .payment_module.open:hover a {
    color: black!important;
}

.paiement_block .payment_module.open:hover {
    background-color: unset!important;
    background: unset!important;
    border-color: unset!important;
    color: black!important;
}

.ps_checkout-payment-option div.payment_module:first-child a {
    margin-left: 0!important;
}

.searchbar {
    max-width: 100%;
    width: 100%;
    margin-right: 15px;
    position: relative;
}

.searchbar .searchbar_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.searchbar #search_widget {
    width: 100%;
    border: 0;
    background-color: rgb(245, 244, 245);
    border-radius: 100px;
    padding: 0 25px;
}

.searchbar-desktop {
    display: block;
}

.searchbar-mobile {
    display: none;
}

.header__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__headline .header__banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.spacer {
    display: none;
}

.editorial .rte h2,
.editorial .rte h3,
.editorial .rte strong {
    color: #0080c3;
}

@media screen and (max-width: 1180px) {
    .searchbar {
        padding-bottom: 15px;
    }
    .search-form__trigger {
        display: none;
    }

    .spacer {
        display: block;
    }

    .spacer span{
        width: 20px;
        display: block;
    }

    .searchbar-desktop {
        display: none;
    }

    .searchbar-mobile {
        display: block;
    }

    .header__headline .header__banner {
        display: none;
    }
}

#netreviewsWidgetNum19139widget23av{
    display: none;
}

.grc-widget-category-stars > div {
    justify-content: center;
}