﻿@font-face {
    font-family: BrutaProCondensed-Regular;
    src: url(../fonts/BrutaProCondensed-Regular.otf) format('opentype');
    font-display: swap;
}

@font-face {
    font-family: BrutaProRegular-Regular;
    src: url('../fonts/BrutaProRegular-Regular.otf');
    font-display: swap;
}

@font-face {
    font-family: WTMonarchNova;
    src: url('../fonts/WT_Monarch_Nova.otf');
    font-display: swap;
}


body {
    font-family: WTMonarchNova;
    font-size: 34px;
    line-height: 1.2;
}

a {
    color: #000000;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

/*    a:active, a:visited, a:focus {
        color: #000000 !important;
    }*/

h2 {
    font-family: WTMonarchNova;
    font-size: 50px;
    padding-bottom: 20px;
}

#reservation label {
    font-family: WTMonarchNova;
    font-size: 30px;
    font-weight: 300;
    margin-top: 12px;
}

    #reservation label.mandatory-field {
        font-size: 14px;
        font-family: BrutaProCondensed-Regular;
    }

.text-justify {
    text-align: justify;
}

.invalid {
    color: #C00000;
}
.warning {
    font-size: 14px;
    color: #dd0808;
}


header {
    padding: 40px 0px 40px 0px;
}

    header .header-partners .logo {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    header .logo img {
        max-height: 110px;
        max-width: 390px;
    }

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-top-20 {
    padding-top: 20px;
}

.margin-top--20 {
    margin-top: -20px;
}

.mt-112 {
    margin-top: 112px;
}

.margin-top--45 {
    margin-top: -45px;
}

.margin--25 {
    margin-right: -25px;
    margin-left: -25px;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.pt-pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-120 {
    width: 120px !important;
}

.pl-pr-20p {
    padding-left: 20%;
    padding-right: 20%;
}

select option {
    color: #D6B168 !important;
}

.btn-confirm-reservation {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 50px;
    color: #235048;
    background-color: #D6B168;
    background-image: none;
    border: 2px solid #D6B168;
    border-radius: 25px;
    text-align: center;
    margin-top: 34px;
}
.btn-validate-phone {
    height: 46px;
    padding: 12px 12px;
    font-size: 20px;
    margin-top: 0px;
}
.txt-control {
    font-family: BrutaProCondensed-Regular;
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 34px;
    color: #D6B168;
    background-color: #235048;
    background-image: none;
    border: 2px solid #D6B168;
    border-radius: 25px;
    text-align: center;
}

.btn-white-no-border {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    outline: 1px solid transparent;
    border: 2px solid transparent;
    font-size: 14px;
    font-family: BrutaProCondensed-Regular;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 5px 22px;
}

    .btn-white-no-border:hover {
        outline: 0px solid transparent;
        border: 2px solid #000000;
    }
.btn-delete {
    display: block;
    width: 100%;
    height: 60px;
    padding: 12px 12px;
    font-size: 30px;
    color: #ff0000;
    background-color: #235048;
    background-image: none;
    border: 2px solid #ff0000;
    border-radius: 25px;
    text-align: center;
    margin-top: 34px;
}
.center-items {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.bg-gold {
    background-color: #D6B168;
}

.bg-green {
    background-color: #235048;
}

.txt-gold {
    color: #D6B168;
}

.txt-green {
    color: #235048;
}

.pt-pb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.v-align-middle {
    display: flex;
    align-items: center;
}


#pfooter {
    padding-top: 80px;
    padding-bottom: 20px;
}

    #pfooter p.open-time {
        font-family: WTMonarchNova;
        font-size: 30px;
        padding-left: 25%;
        padding-right: 25%;
    }


    #pfooter p.address, #pfooter p.contact {
        font-size: 30px;
        font-family: BrutaProCondensed-Regular;
    }

    #pfooter small {
        font-size: 14px;
        font-family: BrutaProCondensed-Regular;
    }
    #pfooter p.disclaimer {
        font-size: 18px;
    }
    #pfooter p.disclaimer a {
        font-size: 10px;
    }
    #pfooter a {
        color: #235048;
    }

.margin-left {
    padding-left: 8%;
}

.pb-0 {
    padding-bottom: 0px !important;
}


.section-btn {
    width: 100%;
    outline: 1px solid transparent;
    cursor: default;
    padding: 0;
    border: 2px solid transparent;
}


.pt-30 {
    padding-top: 30px;
}



.ddl-control {
    font-family: BrutaProCondensed-Regular;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0px 12px;
    font-size: 26px;
    color: #D6B168;
    background-color: #235048;
    background-image: none;
    border: 2px solid #D6B168;
    border-radius: 25px;
    text-align: center;
}

/*.ddl-control-select:after {
    content: '';
    background: url(../images/main/tool/ddl-sign.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    position: absolute;
    right: 26px;
    top: 20px;
    display: block;
    width: 25px;
    height: 10px;
    pointer-events: none;
}*/

select::-ms-expand {
    display: none;
}


.btn-black {
    width: 240px;
    height: 45px;
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 13px 22px;
    margin-bottom: 0;
    font-family: BrutaProCondensed-Regular;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}


.required[style*=inline] + select {
    border: 1px solid #C00000;
}

.required-txt {
    border: 1px solid #C00000;
}

.cbrequired input {
    outline: 1px solid #C00000;
}
/***/


/** LOGIN REGISTER **/
.login-register span.mandatory-msg, .shipping-options span.mandatory-msg {
    font-family: WTMonarchNova;
    font-size: 11px;
    color: #595959;
    letter-spacing: 0.5px;
}

.login-register h3 {
    padding: 10px;
    background-color: #F2F2F2;
    font-family: WTMonarchNova;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: bold;
}

.login-register .form-group {
    margin-bottom: 5px;
}

    .login-register .form-group .col-md-6:first-child {
        padding-left: 0px;
        padding-right: 3px;
    }

    .login-register .form-group .col-md-6:last-child {
        padding-right: 0px;
        padding-left: 3px;
    }

    .login-register .form-group.name.row, .login-register .form-group.password.row {
        margin-left: 0px;
        margin-right: 0px;
    }

.login-register .user-actions label, .login-register .user-actions a {
    font-family: WTMonarchNova;
    font-size: 12px;
    color: #595959;
    letter-spacing: 0.5px;
}

.login-register .user-actions label {
    margin-left: 10px;
    position: absolute;
    margin-top: 2px;
}

.login-register .register .user-actions label, .login-register .register .user-actions a {
    font-size: 10px;
    max-width: 490px;
}

.login-register .login, .login-register .register {
    min-height: 280px;
}

.login-register .continue-arrow {
    position: absolute;
    bottom: 0px;
    text-align: right;
    float: right;
    max-width: 510px;
    width: 100%;
}

    .login-register .continue-arrow span.error-msg {
        float: left;
    }
/**/


/** MY ACCOUNT **/
/* *********  verticle tabs  **************************** */
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
#btnMyAccount {
    border: none;
    outline: none;
}

.padding-10 {
    padding: 10px;
}

.myaccount-tabs {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

    .myaccount-tabs .continue-arrow {
        padding-top: 95px;
    }

.tabs-left {
    border-bottom: none;
}

.tabs-left {
    border-right: none;
}

    .tabs-left > li {
        float: none;
        margin-bottom: 2px;
    }

    .tabs-left > li {
        margin-right: -1px;
    }

        .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
            border-bottom-color: transparent !important;
            border-right-color: transparent !important;
            border-top-color: transparent !important;
            border-left-color: transparent !important;
        }

        .tabs-left > li > a {
            border-radius: 0px;
            margin-right: 0;
            display: block;
            background: #F7F7F7;
            text-overflow: ellipsis;
            overflow: hidden;
            padding: 15.5px 10px 15px 10px;
            font-family: WTMonarchNova;
            letter-spacing: 0.8px;
        }

        .tabs-left > li.active > a {
            font-family: WTMonarchNova;
            font-weight: 700;
            letter-spacing: 0.8px;
        }

.nav-col {
    padding-left: 0px;
    min-height: 325px;
}

.nav-content-col {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 325px;
    background-color: #f2f2f2;
}

    .nav-content-col .content-tab {
        padding: 10px;
    }

.txt-myaccount {
    height: 50px;
    border: none;
    font-weight: bold !important;
    letter-spacing: 0;
    font-size: 14px;
}

.tab-content p.header-msg {
    padding-left: 5px;
    padding-top: 20px;
    font-family: WTMonarchNova;
    letter-spacing: 1.1px !important;
}

.preferences-wrapper {
    height: 50px;
    border: none;
    background-color: #ffffff;
}

    .preferences-wrapper .col-md-2 {
        text-align: right;
        padding-top: 13px;
    }

    .preferences-wrapper p {
        margin: 0px;
    }

        .preferences-wrapper p.prefHeader {
            font-family: WTMonarchNova;
            font-weight: bold;
            color: #595959;
            letter-spacing: 0.8px;
            padding-top: 5px;
        }

        .preferences-wrapper p.prefBody {
            font-family: WTMonarchNova;
            color: #a6a6a6;
            letter-spacing: 0.8px;
        }

.myaccount-tabs .total-info h2.total-amount, .myaccount-tabs .total-info h2.pre-calculating {
    font-size: 60px;
    text-align: center;
    font-family: BrutaProCondensed-Regular;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: -75px;
}

.myaccount-tabs .total-info h2.pre-calculating {
    color: #a6a6a6;
}

.myaccount-tabs .total-info label {
    text-align: center;
    font-family: WTMonarchNova;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    margin-top: 123px;
}

    .myaccount-tabs .total-info label .img-tooltip {
        position: absolute;
        margin-top: -10px;
    }

    .myaccount-tabs .total-info label .i-tooltip {
        visibility: hidden;
        border: 1px solid #a6a6a6;
        padding: 20px 10px 10px 10px;
        font-family: WTMonarchNova;
        font-size: 11px;
        letter-spacing: 0.8px;
        color: #595959;
        width: 180px;
        position: relative;
        background: #ffffff;
        z-index: 9;
        left: 72%;
        top: -105px;
        opacity: 0;
        transition: opacity .6s;
    }

    .myaccount-tabs .total-info label .img-tooltip:hover ~ .i-tooltip {
        visibility: visible;
        opacity: 1;
    }

.myaccount-tabs .gen-discount label {
    text-align: center;
    font-family: WTMonarchNova;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
    height: 20px;
}

    .myaccount-tabs .gen-discount label .img-tooltip {
        position: absolute;
        margin-top: -10px;
    }

    .myaccount-tabs .gen-discount label .i-tooltip {
        visibility: hidden;
        border: 1px solid #a6a6a6;
        padding: 20px 10px 10px 10px;
        font-family: WTMonarchNova;
        font-size: 11px;
        letter-spacing: 0.8px;
        color: #595959;
        width: 220px;
        position: relative;
        background: #ffffff;
        z-index: 9;
        left: 75%;
        top: -105px;
        opacity: 0;
        transition: opacity .6s;
    }

    .myaccount-tabs .gen-discount label .img-tooltip:hover ~ .i-tooltip {
        visibility: visible;
        opacity: 1;
    }

.myaccount-tabs .gen-discount h3.gen-voucher-header {
    text-align: center;
    margin-top: -100px;
    font-family: WTMonarchNova;
    font-size: 30px;
    letter-spacing: 1.1px;
    font-weight: bold;
}

.txt-order-value {
    font-size: 30px;
    color: #a6a6a6;
    height: 50px;
    border: none;
    letter-spacing: 1.1px;
}

.voucher-result {
    display: grid;
}

.myaccount-tabs .gen-discount h3.gen-voucher-result {
    text-align: center;
    font-family: WTMonarchNova;
    font-size: 30px;
    letter-spacing: 1.1px;
    font-weight: bold;
    margin-top: 106px;
    margin-bottom: 5px;
}

h3.gen-voucher-result label {
    margin-bottom: 20px;
}

table.table-fixedheader {
    width: 100%;
    margin-bottom: 0px;
}

    table.table-fixedheader, table.table-fixedheader > thead, table.table-fixedheader > tbody, table.table-fixedheader > thead > tr, table.table-fixedheader > tbody > tr, table.table-fixedheader > thead > tr > th, table.table-fixedheader > tbody > td {
        display: block;
    }

        table.table-fixedheader > thead > tr:after, table.table-fixedheader > tbody > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

        table.table-fixedheader > tbody {
            overflow-y: scroll;
            height: 197px;
        }

        table.table-fixedheader > thead {
            overflow-y: scroll;
            /*height: 63px;
            border-bottom: 3px solid #ffffff;*/
        }

        table.table-fixedheader > thead {
            border-bottom: 3px solid #ffffff;
        }

            table .table-fixedheader > thead::-webkit-scrollbar {
                background-color: inherit;
            }


            table.table-fixedheader > thead > tr > th:after, table.table-fixedheader > tbody > tr > td:after {
                content: ' ';
                display: table-cell;
                visibility: hidden;
                clear: both;
            }

            table.table-fixedheader > thead tr th, table.table-fixedheader > tbody tr td {
                float: left;
                word-wrap: break-word;
                height: 63px;
                text-align: center;
                padding: 20px;
            }

            table.table-fixedheader > thead tr th {
                font-family: WTMonarchNova;
                font-weight: bold;
                letter-spacing: 0.8px;
            }


        table.table-fixedheader > tbody tr td {
            font-family: WTMonarchNova;
            letter-spacing: 0.8px;
        }

        table.table-fixedheader > tfoot tr td {
            float: left;
            height: 63px;
            text-align: center;
            padding: 20px 0px;
            font-family: WTMonarchNova;
            font-weight: bold;
            letter-spacing: 0.8px;
        }

        table.table-fixedheader > tfoot {
            height: 63px;
            border-top: 3px solid #ffffff;
            display: block;
        }

            table.table-fixedheader > tfoot tr {
                display: block;
            }

.table > tfoot > tr > td {
    border-top: none;
}

.table > tbody > tr > td, .table > thead > tr > th {
    border: none;
}

.myaccount-tabs .return-arrow {
    margin-top: 20px;
}

.myaccount-tabs .cancel-options {
    font-family: WTMonarchNova;
    letter-spacing: 0.8px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p.cancel-options {
    margin: 0 0 0px;
}

.myaccount-tabs .cancel-confirm-action {
    font-family: WTMonarchNova;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
}

.myaccount-tabs .btn-cancel-action {
    margin-top: 40px;
    height: 60px;
    padding: 20px 22px;
}

.myaccount-tabs p.close-cross {
    margin-top: 20px;
    margin-right: 20px;
    text-align: right;
    font-family: WTMonarchNova;
    font-size: 20px;
}

.myaccount-tabs .cancel-confirmation {
    margin-top: 80px;
    text-align: center;
    font-family: WTMonarchNova;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.img-tooltip-fix_en {
    /* margin-top: -30px !important;
    margin-left: -53px;*/
    margin-top: -45px !important;
    margin-left: 70px;
}

.img-tooltip-fix_pt {
    /* margin-top: -30px !important;
    margin-left: -53px;*/
    margin-top: -45px !important;
    margin-left: 85px;
}

.img-tooltip-fix_es {
    /* margin-top: -30px !important;
    margin-left: -53px;*/
    margin-top: -45px !important;
    margin-left: 55px;
}

.create-voucher-advice {
    margin: 0 auto;
    /*display: inline-flex;*/
    font-family: WTMonarchNova;
    font-size: 14px;
    color: #C00000;
    letter-spacing: 0.8px;
    min-height: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media screen and (min-width: 768px) {
    .col-md-4 {
        width: 33.33333%;
        float: left;
    }
}

@media screen and (max-width: 767px) {

    #specs .v-align-middle {
        display: grid;
    }

    #tool .start-section, #tool .start-section-btn {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .start button {
        margin-bottom: 10px;
    }

    .row-m {
        margin-left: -15px;
        margin-right: -15px;
    }


    header .logo img {
        max-width: 190px;
        height: auto;
    }
}


@media screen and (max-width: 1024px) {
    /*.container {
        width: 100%;
    }*/

    .m-mt-40 {
        margin-top: 40px;
    }



    .m-mt-60 {
        margin-top: 60px;
    }

    /*
    .logo img {
        width: 100%;
    }*/

    .clear-both {
        clear: both;
    }

    a:active, a:visited, a:focus {
        color: #ffffff;
    }

    .btn-black-mobile {
        width: 100%;
        height: 55px;
        background-color: #000000;
        color: #ffffff;
        display: inline-block;
        padding: 18px 22px;
        margin-bottom: 0;
        font-family: BrutaProCondensed-Regular;
        font-size: 14px;
        letter-spacing: 1.1px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        text-decoration: none;
        text-transform: uppercase;
        /*box-shadow: 0 4px 16px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.3);*/
    }




    .v-align-middle {
        display: block;
    }



    .mobile-no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-no-padding-right {
        padding-right: 0px;
    }

    .cart-header {
        padding-bottom: 0px;
    }

        .cart-header .cart-info {
            margin-top: -37px;
        }

        .cart-header .cart-items {
            display: none;
        }

        .cart-header .cart-value {
            display: flex;
            float: right;
        }


    .ddls {
        padding-top: 35px;
        padding-bottom: 70px;
    }

    .ddl-control-select {
        margin-bottom: 20px;
    }

    .login-register .continue-arrow {
        margin-top: 10px;
        position: relative;
    }

    .login-register .form-group .col-md-6:last-child {
        padding-left: 0px;
    }

    .login-register .form-group .col-md-6:first-child {
        padding-right: 0px;
    }

    .register .form-group {
        margin-bottom: 0px;
    }

    .register input, .register select {
        margin-bottom: 5px;
    }

    .login-register .user-actions {
        display: flex;
    }

        .login-register .user-actions.mandatory {
            margin-top: 14px;
        }

        .login-register .user-actions label {
            margin-left: 22px;
            position: relative;
            margin-top: 0px;
        }

        .login-register .user-actions.optional label, .login-register .user-actions.optional a {
            color: #595959 !important;
        }

    .cart-items-details a.btn-mini-cart {
        margin-right: 0px;
        width: 100%;
    }

    .login-register .login, .login-register .register {
        clear: both
    }

    .login-register .register {
        min-height: 400px;
    }



    .myaccount-tabs .total-info h2.total-amount, .myaccount-tabs .total-info h2.pre-calculating {
        margin-top: -55px;
        margin-bottom: 55px;
    }

    .myaccount-tabs .gen-discount label {
        margin-top: 0px;
    }


    table.table-fixedheader > thead tr th {
        font-size: 12px;
    }

    table.table-fixedheader > tbody tr td {
        font-size: 13px;
        padding: 20px 0px;
    }



    .myaccount-tabs .panel-heading {
        padding: 0px;
    }

        .myaccount-tabs .panel-heading h4 a {
            padding: 20px 15px;
            display: block;
        }

    .myaccount-tabs .panel-collapse {
        background-color: #e4e4e4;
    }

    .myaccount-tabs .panel-group {
        padding-left: 15px;
        padding-right: 15px;
    }

        .myaccount-tabs .panel-group .panel:last-child {
            margin-top: 60px;
            border: 1px solid #ffffff;
        }

            .myaccount-tabs .panel-group .panel:last-child .panel-heading {
                background-color: #ececec;
            }



    .preferences-wrapper {
        height: 70px;
    }

    table.table-fixedheader > tfoot tr td {
        letter-spacing: 0px;
    }

    .myaccount-tabs .total-info label {
        margin-top: 25px;
    }
}

.mt-0 {
    margin-top: 0px;
}

.ddl-control-select-country:after {
    content: '';
    background: url(../images/main/tool/ddl-sign.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    position: absolute;
    right: 26px;
    top: 135px;
    display: block;
    width: 25px;
    height: 10px;
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    .ddl-control-select-country:after {
        content: '';
        background: url(../images/main/tool/ddl-sign.png);
        background-repeat: no-repeat;
        background-size: 15px 10px;
        position: absolute;
        right: 26px;
        top: 174px;
        display: block;
        width: 25px;
        height: 10px;
        pointer-events: none;
    }
}

.border-color-txt {
    border: 1px solid #a6a6a6;
    color: #595959;
}

.div_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    padding: 35px 0;
    background-color: rgb(65,65,65);
    background-color: rgba(65,65,65,0.9);
    -webkit-box-shadow: 0 8px 6px -6px #414141;
    -moz-box-shadow: 0 8px 6px -6px #414141;
    box-shadow: 0 8px 20px -6px #414141;
    display: none;
    text-align: center;
}

    .div_cookies .cookies_text {
        font-size: 13px;
        color: #ffffff;
        text-decoration: none;
        font-weight: 300;
        line-height: 16px;
        display: inline-block;
        padding: 5px 20px;
    }

    .div_cookies .cookies_btn .cookies_btn1, .div_cookies .cookies_btn .cookies_btn2 {
        display: inline-block;
        margin: 0 5px;
        height: 29px;
    }

        .div_cookies .cookies_btn .cookies_btn1 a, .div_cookies .cookies_btn .cookies_btn2 a {
            padding: 0 17px;
            font-family: 'WTMonarchNova', sans-serif;
            font-size: 12px;
            color: #4b4a4a;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 400;
            line-height: 29px;
            display: block;
            background-color: #FFFFFF;
            cursor: pointer;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .div_cookies .cookies_btn .cookies_btn1 a, .div_cookies .cookies_btn .cookies_btn2 a {
            color: #4b4a4a;
            cursor: pointer;
        }

            .div_cookies .cookies_btn .cookies_btn1 a:hover, .div_cookies .cookies_btn .cookies_btn2 a:hover {
                color: #ffffff;
                background-color: #0B3C5D;
                cursor: pointer;
            }

.modal-dialog {
    margin-top: 15%;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    text-align: center;
}

.modal-footer {
    border-top: 0px;
}


@media not all and (min-resolution:.001dpcm) {
    @media {

        .myaccount-tabs .gen-discount label .i-tooltip {
            padding: 0;
        }
    }
}


.cp-splitter {
    position: absolute;
    margin-left: -9px;
    margin-top: 5px;
}

.required[style*=inline] + input {
    border: 1px solid #C00000;
}

.glyphicon {
    position: absolute;
    margin-top: 58px;
    margin-right: 30px;
    right: 0;
}





#cookieBanner .c-container {
    max-width: 1000px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.xs-icon-close {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 100;
    margin-top: -34px;
}

    .xs-icon-close svg {
        width: 15px;
        height: 15px;
    }

.style3 {
    top: 26px !important;
    right: 18px !important;
}

.style5 {
    position: relative;
}

.style7 {
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.listNotifications .checkbox-switch input[type=checkbox] {
    height: 0 !important;
    width: 0;
    visibility: hidden;
    position: absolute;
    z-index: 0;
}

.listNotifications .checkbox-switch input#opc1:checked + label {
    background-color: #235048;
    cursor: default;
}

.listNotifications .checkbox-switch input:checked + label {
    background-color: #235048;
}

.listNotifications .checkbox-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 24px;
    background-color: #c5c5c5;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-top: 2px;
}

.listNotifications .checkbox-switch input#opc1:checked + label:after {
    width: 18px !important;
}

.listNotifications .checkbox-switch input:checked + label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.listNotifications .checkbox-switch label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.1s;
}

.style6 {
    float: right;
    text-align: center;
}

.clearfix {
    zoom: 1;
}

@media screen and (max-width: 767px) {
    body.popupCookiesActive {
        overflow: hidden;
        height: 100vh;
        position: fixed;
    }

    #cookiePopup p {
        margin: 0 0 0px;
    }

    .xs-icon-close {
        top: 0;
        right: 0;
        padding: 10px 12px;
        line-height: 0;
        margin-top: 0;
    }

    .containerCookiesButtons {
        text-align: center;
    }

    .acceptCookieButton {
        float: none !important;
    }

    .infoCookieButton {
        float: none !important;
    }

    .xs-block {
        display: block !important;
    }

    .xs-acceptCookieButton {
        padding-top: 10px;
        padding-left: 0 !important;
    }

    .style1 {
        padding-right: 0 !important
    }

    .style2 {
        width: calc(100% - 15px) !important;
        font-size: 18px !important;
        line-height: 120% !important;
    }

    .style3 {
        top: 15px !important;
        right: 8px !important;
    }

    .style4 {
        overflow-y: auto;
        height: 33vh;
        -webkit-overflow-scrolling: touch;
        padding-right: 8px;
    }

    .style5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .style6, .style6 a {
        float: none;
        font-size: 11px;
        line-height: 26px;
    }

    .style8 {
        border-top: 0;
        background-color: white;
        padding-bottom: 10px;
    }

        .style8 > div {
            background-color: transparent !important;
        }

    #listNotifications {
        margin-top: 15px !important
    }

        #listNotifications .uni {
            margin-bottom: 20px !important
        }

    .header-unlocksubmission {
        clear: both;
    }

    .minicart-unlocksubmission {
        margin-right: 76px !important;
    }

        .minicart-unlocksubmission.en {
            margin-right: 100px !important;
        }
}

.play-icon img {
    height: 24px;
    margin-left: 5px;
    margin-top: -3px;
}

.lang-selector {
    float: left;
    position: absolute;
}

    .lang-selector .dropdown-menu {
        min-width: 100px !important;
        text-align: center !important;
    }

#headerPopup, #headerPopup2, #headerPopup3, #headerPopup4, #headerPopup5 {
    width: 75%;
    margin: 0 auto;
}

    #headerPopup iframe, #headerPopup2 iframe, #headerPopup3 iframe, #headerPopup4 iframe, #headerPopup5 iframe {
        width: 100%;
        margin: 0 auto;
    }

.splitter.lang-color, .lang-options.lang-color, a.lang-options:active {
    color: #d3d3d3 !important;
}

#header-info a {
    font-weight: bold;
    font-family: WTMonarchNova;
}

.gen-disabled {
    pointer-events: none;
}

    .gen-disabled .btn-black.btn-full {
        background-color: #d3d3d3 !important;
        pointer-events: none;
    }

.header-my-account {
    /*float: right;
    margin-top: 1em;*/
    float: right;
    margin-top: -3.3em;
    /*padding-right: 15px;*/
    top: 0;
    position: relative;
    left: 0;
    /*min-width: 100%;*/
    text-align: right;
}

.ddl-control-select-district:after {
    content: '';
    background: url(../images/main/tool/ddl-sign.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    position: absolute;
    right: 26px;
    top: 13px;
    display: block;
    width: 25px;
    height: 10px;
    pointer-events: none;
}

.ddl-control-select-pickupinterval:after {
    content: '';
    background: url(../images/main/tool/ddl-sign.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    position: absolute;
    right: 26px;
    top: 111px;
    display: block;
    width: 25px;
    height: 10px;
    pointer-events: none;
}

.header-unlocksubmission {
    font-family: WTMonarchNova;
    font-size: 12px;
    color: #595959;
    letter-spacing: 0.5px;
    margin: 0 0 0px;
    display: block;
}

.minicart-unlocksubmission {
    color: #595959 !important;
    font-family: WTMonarchNova;
    font-size: 16px;
    bottom: 0 !important;
    position: absolute;
    right: 0px;
    margin-bottom: 140px;
    text-align: center;
    margin-right: 48px;
}

    .minicart-unlocksubmission.en {
        margin-right: 65px;
    }

.gotoFAQCosts {
    cursor: pointer;
}
/* FORM LOCATION */
span.sp-location {
    cursor: pointer;
    text-decoration: underline;
}

.form-txt {
    margin-bottom: 5px;
    border: 1px solid #000000;
    border-radius: 0px;
}

.btn-send {
    width: 105px;
    height: 40px;
    display: inline-block;
    color: #000000;
    background-color: #f8f8f5;
    margin-bottom: 0;
    font-family: BrutaProCondensed-Regular;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000000;
    margin-left: 45px;
    margin-right: 45px;
}

    .btn-send:hover {
        color: #ffffff;
        background-color: #000000;
    }

.bg-white {
    background: #ffffff;
}

.mb-35 {
    margin-bottom: 35px;
}

.padding-name {
    padding-left: 30px;
    padding-right: 1px;
}

.padding-email {
    padding-right: 30px;
    padding-left: 1px;
}
/************/

.credit-explaining {
    padding-top: 100px;
    padding-bottom: 73px;
    text-align: center;
}

h2.credit-explaining-header {
    font-family: BrutaProCondensed-Regular;
    font-size: 20px;
    letter-spacing: 1.1px;
}

h3.credit-explaining-popup {
    font-family: WTMonarchNova;
    text-decoration: underline;
    color: #a6a6a6;
    letter-spacing: 1.1px;
    font-size: 16px;
    text-transform: uppercase;
}

.credit-explaining h3.credit-explaining-popup:hover ~ .i-tooltip {
    visibility: visible;
    opacity: 1;
}

.credit-explaining .i-tooltip {
    visibility: hidden;
    border: 1px solid #a6a6a6;
    padding: 20px 20px 20px 20px;
    font-family: WTMonarchNova;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #595959;
    width: 420px;
    height: 265px;
    position: absolute;
    background: #ffffff;
    z-index: 9;
    opacity: 0;
    transition: opacity .6s;
    left: 40%;
    margin-top: -175px;
}

    .credit-explaining .i-tooltip h3 {
        font-size: 18px;
        color: #000000;
    }

@media screen and (max-width: 767px) {
    .credit-explaining {
        padding-top: 110px;
    }

    h3.credit-explaining-popup {
        margin-top: 80px;
    }

    .credit-explaining .i-tooltip {
        visibility: hidden;
        border: 1px solid #a6a6a6;
        padding: 10px 10px 10px 10px;
        font-family: WTMonarchNova;
        font-size: 11px;
        letter-spacing: 0.8px;
        color: #595959;
        width: 90%;
        height: 265px;
        position: absolute;
        background: #ffffff;
        z-index: 9;
        opacity: 0;
        transition: opacity .6s;
        left: 5%;
        margin-top: -310px;
    }

    #specs .img-t-specs {
        height: 485px !important;
    }
}

.cancellation-reason-container {
    overflow-y: scroll;
    height: 220px;
}

.register .ddl-control-select-country:after {
    right: 0px;
    top: 12px;
}

.login-register .form-group.user-actions {
    margin-bottom: 0px;
}

.login-register .user-actions.mandatory label, .login-register .user-actions.mandatory a {
    color: #000000;
}

.login-register .user-actions.optional label, .login-register .user-actions.optional a, .login-register .user-actions.optional a:active, .login-register .user-actions.optional a:visited,
.login-register .user-actions.optional a:focus, .login-register .user-actions.optional a:hover, .login-register .user-actions.optional a:link {
    color: #a6a6a6 !important;
    font-size: 10px;
}

.lang-selector .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: 3px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.lang-selector a:active, .lang-selector a:visited, .lang-selector a:focus {
    text-decoration: none;
}

#specs .img-t-specs {
    width: 100%;
    height: 645px;
}

.mobile-nav {
    min-height: 235px;
    right: 20px;
}

.mobile-lang-selector .dropdown-backdrop {
    display: none;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.overlay-suggest-brand {
    z-index: 9999;
    padding: 15px;
    background-color: #ececec;
    top: -50px;
    position: absolute;
    width: 250px;
    height: 162px;
}

    .overlay-suggest-brand .btn-black {
        width: auto;
        padding: 10px 15px;
        font-size: 10px;
        height: auto;
    }

        .overlay-suggest-brand .btn-black.disabled {
            background-color: #F1F1F1;
            color: #A6A6A6;
        }

    .overlay-suggest-brand .txt-control {
        border: none;
    }

    .overlay-suggest-brand .btn-black:hover, .overlay-suggest-brand .btn-black:visited, .overlay-suggest-brand .btn-black:active {
        color: #ffffff !important;
    }

    .overlay-suggest-brand .btn-black.disabled:hover, .overlay-suggest-brand .btn-black.disabled:visited, .overlay-suggest-brand .btn-black.disabled:active {
        color: #A6A6A6 !important;
    }

.suggest-brands {
    color: #A6A6A6;
    text-decoration: underline;
    font-family: WTMonarchNova;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-top: 20px;
    padding-left: 15px;
    cursor: pointer;
}

.brand-success-msg {
    padding-top: 20px;
    text-align: center;
}


.start-segment-btn, .start-section-btn {
    background-color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: BrutaProCondensed-Regular;
    font-size: 21px;
    letter-spacing: 2px;
}

.pl-11 {
    padding-left: 11px;
}

#tool .start h2.pb-11 {
    padding-bottom: 11px;
}

.saleinactive {
    padding-top: 110px;
    padding-bottom: 110px;
}

    .saleinactive .centered {
        max-width: 560px;
        text-align: center;
        margin: 40px auto 0;
    }
.pl-pr-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.ml-mr-5 {
    margin-left: -5px;
    margin-right: -5px;
}
@media screen and (max-width: 1024px) {
    #divLangSelector {
        display: none;
    }

    .mobile-nav-toggle.partners {
        display: block;
        position: absolute;
        float: right;
    }

    .mobile-lang-selector {
        display: block !important;
    }

    .lang-selector {
        float: none;
        margin-top: 0px;
    }

        .lang-selector .open > .dropdown-menu {
            display: contents;
        }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .up-margin-top {
        margin-top: -200px;
    }

    .overlay-suggest-brand {
        background-color: #ffffff;
        top: -110px;
        position: relative;
        width: 100%;
        height: 200px;
        padding: 25px 15px;
    }

        .overlay-suggest-brand .txt-control {
            background-color: #F1F1F1;
        }

        .overlay-suggest-brand .mb-15 {
            margin-bottom: 20px;
        }

        .overlay-suggest-brand .btn-black {
            padding: 12px 25px;
            font-size: 12px;
        }


    .m-mt-48 {
        margin-top: 24px;
        padding-bottom: 24px;
    }

    .m-mt-73 {
        margin-top: 18px;
        padding-bottom: 37px;
    }

    .m-mt-188 {
        margin-top: 75px;
        padding-bottom: 94px;
    }

    .saleinactive {
        padding-top: 160px;
        padding-bottom: 180px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
