﻿body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: rgba(0,0,0,.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s
}

body.menu-open {
    overflow: hidden
}

    body.menu-open:after {
        visibility: visible;
        opacity: 1;
        z-index: 2500;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s
    }

header .btn-menu {
    display: none;
    position: relative;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #0e0f17;
    vertical-align: middle;
    background-color: transparent;
    border: 0 none;
    cursor: pointer
}

.menu-close {
    z-index: 100
}

    .menu-close div {
        background-color: #a32a29;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 3px;
        height: 58%;
        display: block;
        z-index: -100;
        left: 0;
        margin: auto
    }

        .menu-close div:nth-child(1) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .menu-close div:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

#mobile_nav_wrapper {
    width: 320px;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    background-color: #f3f1ef;
    display: block;
    visibility: hidden;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    -webkit-transform: matrix(1,0,0,1,305,0);
    transform: matrix(1,0,0,1,305,0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
    box-shadow: 0 0 5px #0000004d
}

.menu-open #mobile_nav_wrapper {
    display: block;
    overflow-y: auto;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: matrix(1,0,0,1,0,0);
    transform: scale(1)
}

#mobile_nav_wrapper .mobile-nav-content {
    position: relative;
    z-index: 100;
    max-height: 100%
}

#mobile_nav_wrapper .header {
    background-color: #fff;
    box-shadow: 0 1px 4px #0000004d;
    padding: 10px 20px;
    position: relative;
    z-index: 200
}

    #mobile_nav_wrapper .header .menu-close {
        float: right;
        height: 50px;
        width: 50px;
        line-height: 50px;
        position: relative;
        top: 0;
        right: 0;
        display: block;
        text-decoration: none;
        z-index: 1;
        cursor: pointer
    }

    #mobile_nav_wrapper .header .logo {
        display: block;
        width: 75px;
        margin: 0 10px;
        text-align: center
    }

        #mobile_nav_wrapper .header .logo img {
            max-height: 100%;
            width: 100%
        }

.mobile-nav, .mobile-nav ul {
    padding: 0 10px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 150;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin-bottom: 0
}

ul.mobile-nav {
    background-color: #fff;
    margin-top: 0
}

    ul.mobile-nav li {
        line-height: 1.6;
        letter-spacing: normal
    }

.mobile-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translate(100%)
}

.mobile-nav a {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
    font-family: D-DIN;
    text-decoration: none
}

.mobile-nav > li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #272727;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e7eaea;
    font-family: D-DIN
}

    .mobile-nav > li a:hover {
        color: #a32a29;
        font-family: D-DIN
    }

.mobile-nav.move-out > li > a, .mobile-nav ul.move-out > li > a {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%)
}

.mobile-nav li.has-children > a {
    position: relative;
    padding-right: 32px
}

    .mobile-nav li.has-children > a:after {
        font-family: icomoon !important;
        content: "";
        color: #a32a29;
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 23%;
        transition: all .2s ease-in-out 0s;
        background-size: 14px
    }

.mobile-nav li.go-back > a {
    position: relative;
    padding-left: 32px
}

    .mobile-nav li.go-back > a:before {
        font-family: icomoon !important;
        content: "";
        color: #a32a29;
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 48%;
        transition: all .2s ease-in-out 0s;
        background-size: 14px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.mobile-nav > li a.active {
    color: #a32a29;
    font-family: D-DIN-Bold
}

.mobile-nav > li .secondary-nav a.active {
    color: #a32a29
}

.mobile-nav2 {
    padding: 20px 0;
    background-color: #e0dddb;
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 150;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin: 0
}

    .mobile-nav2 h5 {
        color: #221f1f;
        font-family: D-DIN-Bold;
        text-transform: uppercase;
        font-size: 24px;
        text-align: center
    }

    .mobile-nav2 button {
        margin: 5px 0
    }

        .mobile-nav2 button.banking {
            width: 100%;
            border: none;
            height: 42px;
            line-height: 42px;
            background-color: #f4ab7a;
            color: #fff;
            -webkit-transition: .4s;
            transition: .4s
        }

            .mobile-nav2 button.banking:active, .mobile-nav2 button.banking.dropdown.open, .mobile-nav2 button.banking:hover {
                color: #d8744a;
                background: white;
                border: 1px solid #d8744a
            }

        .mobile-nav2 button.login {
            width: 100%;
            border: none;
            height: 42px;
            line-height: 42px;
            background-color: #a32a29;
            color: #fff;
            -webkit-transition: .4s;
            transition: .4s
        }

            .mobile-nav2 button.login:active, .mobile-nav2 button.login.dropdown.open, .mobile-nav2 button.login:hover {
                color: #a32a29;
                background: white;
                border: 1px solid #a32a29
            }

    .mobile-nav2 ul {
        padding: 0;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 150;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        -webkit-overflow-scrolling: touch;
        list-style: none;
        margin-bottom: 0
    }

        .mobile-nav2 ul li a {
            display: block;
            padding: 8px 10px;
            font-size: 14px;
            color: #221f1f;
            font-family: D-DIN;
            text-decoration: none
        }

            .mobile-nav2 ul li a:hover {
                color: #a32a29
            }

    .mobile-nav2 .dropdown {
        background-color: #f0f0f0 !important;
        border-color: #dddfe2;
        -webkit-box-shadow: 0 0 8px 0 rgba(193,190,193,.52);
        box-shadow: 0 0 8px #c1bec185
    }

        .mobile-nav2 .dropdown .current {
            color: #a32a29
        }

    .mobile-nav2 .location, .mobile-nav2 .online {
        padding: 30px 10px
    }

.search-filter {
    padding: .625rem;
    background-color: #fff;
    border-bottom: 1px solid #e7eaea
}

    .search-filter .search .search-input {
        border: 1px solid #CDD9ED;
        font-family: D-DIN;
        position: relative;
        padding: 9px 16px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 1rem;
        margin-top: 1rem
    }

        .search-filter .search .search-input input[type=search] {
            all: initial;
            color: #a32a29;
            font-family: inherit;
            font-size: .875rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            width: calc(100% - 24px);
            -webkit-appearance: textfield;
            outline-offset: -2px
        }

        .search-filter .search .search-input .icon-search {
            margin-right: 0
        }

            .search-filter .search .search-input .icon-search:before {
                content: unset
            }

            .search-filter .search .search-input .icon-search:after {
                content: unset
            }

    .search-filter .search .btn-search {
        display: flex;
        align-items: center;
        cursor: pointer;
        border-radius: 6px;
        justify-content: center;
        gap: 2rem;
        line-height: 42px;
        background-color: #e7a98e;
        border: none;
        color: #fff;
        text-align: center;
        -webkit-transition: .4s;
        transition: .4s;
        margin-top: 1rem;
        height: 42px;
        width: 100%
    }

        .search-filter .search .btn-search:hover {
            background-color: #a32a29
        }

.dropdown__select {
    --max-scroll: 8;
    --text: #3F4656;
    --border: #2F3545;
    --border-width: 1px;
    --borderActive: #E9B29A;
    --background: #151924;
    --arrow: #6C7486;
    --arrowActive: #E4ECFA;
    --listText: #99A3BA;
    --listBackground: #F5F9FF;
    --listActive: #E4ECFA;
    --listTextActive: #6C7486;
    --listBorder: none;
    --textFilled: #99A3BA;
    width: auto;
    position: relative;
    font-family: D-DIN;
    bottom: 0
}

    .dropdown__select.light {
        --text: #A32B29;
        --border: #CDD9ED;
        --borderActive: #E9B29A;
        --background: #fff;
        --arrow: #A32B29;
        --arrowActive: #A32B29;
        --listText: #221F20;
        --listBackground: #fff;
        --listActive: #FFE6DB;
        --listTextActive: #A32B29;
        --listBorder: #E4ECFA;
        --textFilled: #A32B29
    }

    .dropdown__select.no-border {
        --border: transparent;
        --borderActive: transparent;
        --border-width: 0
    }

    .dropdown__select.bg-transparent {
        --background: transparent
    }

    .dropdown__select select {
        display: none
    }

    .dropdown__select > span {
        cursor: pointer;
        padding: .81rem 1rem;
        border-radius: .625rem;
        position: relative;
        color: var(--text);
        border: var(--border-width) solid var(--border);
        background: var(--background);
        line-height: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        transition: all .3s ease
    }

        .dropdown__select > span:before, .dropdown__select > span:after {
            content: "";
            display: block;
            position: absolute;
            width: 8px;
            height: 2px;
            border-radius: 1px;
            top: 50%;
            right: 15px;
            background: var(--arrow);
            transition: all .3s ease
        }

        .dropdown__select > span:before {
            margin-right: 4px;
            transform: scale(.96,.8) rotate(50deg)
        }

        .dropdown__select > span:after {
            transform: scale(.96,.8) rotate(-50deg)
        }

    .dropdown__select ul {
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        max-height: calc(var(--max-scroll) * 42px);
        top: 42px;
        left: 0;
        z-index: 2;
        right: 0;
        background: var(--listBackground);
        border-radius: 6px;
        overflow-x: hidden;
        overflow-y: auto;
        transform-origin: 0 0;
        transition: opacity .2s ease,visibility .2s ease,transform .3s cubic-bezier(.4,.6,.5,1.32);
        transform: scale(.8) translateY(4px);
        border: 1px solid var(--listBorder)
    }

        .dropdown__select ul li {
            opacity: 0;
            transform: translate(6px);
            transition: all .3s ease
        }

            .dropdown__select ul li a {
                cursor: pointer;
                display: block;
                padding: 10px 16px;
                color: var(--listText);
                text-decoration: none;
                outline: none;
                position: relative;
                transition: all .3s ease;
                line-height: 22.4px
            }

                .dropdown__select ul li a:hover {
                    color: var(--listTextActive);
                    background-color: var(--listActive)
                }

            .dropdown__select ul li.active a {
                color: var(--listTextActive);
                background: var(--listActive)
            }

                .dropdown__select ul li.active a:before, .dropdown__select ul li.active a:after {
                    --scale: .6;
                    content: "";
                    display: block;
                    width: 10px;
                    height: 2px;
                    position: absolute;
                    right: 17px;
                    top: 50%;
                    opacity: 0;
                    background: var(--listText);
                    transition: all .2s ease
                }

                .dropdown__select ul li.active a:before {
                    transform: rotate(45deg) scale(var(--scale))
                }

                .dropdown__select ul li.active a:after {
                    transform: rotate(-45deg) scale(var(--scale))
                }

                .dropdown__select ul li.active a:hover:before, .dropdown__select ul li.active a:hover:after {
                    --scale: .9;
                    opacity: 1
                }

            .dropdown__select ul li:first-child a {
                border-radius: 6px 6px 0 0
            }

            .dropdown__select ul li:last-child a {
                border-radius: 0 0 6px 6px
            }

    .dropdown__select.filled > span {
        color: var(--textFilled)
    }

    .dropdown__select.open > span {
        border-color: var(--borderActive)
    }

        .dropdown__select.open > span:before, .dropdown__select.open > span:after {
            background: var(--arrowActive)
        }

        .dropdown__select.open > span:before {
            transform: scale(.96,.8) rotate(-50deg)
        }

        .dropdown__select.open > span:after {
            transform: scale(.96,.8) rotate(50deg)
        }

    .dropdown__select.open ul {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(12px);
        transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.4,.6,.5,1.32)
    }

        .dropdown__select.open ul li {
            opacity: 1;
            transform: translate(0)
        }

            .dropdown__select.open ul li:nth-child(1) {
                transition-delay: 80ms
            }

            .dropdown__select.open ul li:nth-child(2) {
                transition-delay: .16s
            }

            .dropdown__select.open ul li:nth-child(3) {
                transition-delay: .24s
            }

            .dropdown__select.open ul li:nth-child(4) {
                transition-delay: .32s
            }

            .dropdown__select.open ul li:nth-child(5) {
                transition-delay: .4s
            }

            .dropdown__select.open ul li:nth-child(6) {
                transition-delay: .48s
            }

            .dropdown__select.open ul li:nth-child(7) {
                transition-delay: .56s
            }

            .dropdown__select.open ul li:nth-child(8) {
                transition-delay: .64s
            }

            .dropdown__select.open ul li:nth-child(9) {
                transition-delay: .72s
            }

            .dropdown__select.open ul li:nth-child(10) {
                transition-delay: .8s
            }

select {
    --text: #3F4656;
    --border: #2F3545;
    --background: #151924
}

    select.dropdown {
        padding: 9px 16px;
        border-radius: 6px;
        color: var(--text);
        border: 1px solid var(--border);
        background: var(--background);
        line-height: 22px;
        font-size: 16px;
        font-family: inherit;
        -webkit-appearance: none
    }

:root {
    --notice-btn-color: #E7A98E;
    --notice-btn-hover-color: #221f1f
}

.localReminderWrapper {
    position: relative;
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #A32A29;
    z-index: 11800;
    border-bottom: 1px solid #424242
}

.reminderIconClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

    .reminderIconClose path {
        fill: #fff
    }

.localReminderContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1236px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .localReminderContainer .localReminderLabelBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 24px;
        font-family: D-DIN
    }

        .localReminderContainer .localReminderLabelBox p {
            font-size: 1rem;
            line-height: 135%;
            color: #fff;
            margin: 0
        }

            .localReminderContainer .localReminderLabelBox p:nth-child(2) {
                margin-top: 8px
            }

    .localReminderContainer .localReminderButtonBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .localReminderContainer .localReminderButtonBox .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 20px;
            min-height: 36px;
            border-radius: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: .875rem;
            min-width: 212px;
            cursor: pointer;
            font-family: D-DIN
        }

        .localReminderContainer .localReminderButtonBox .borderButton {
            color: #a32a29;
            background: white;
            border: 1px solid white;
            border-radius: 4px;
            -webkit-margin-end: 10px;
            margin-inline-end: 10px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .localReminderContainer .localReminderButtonBox .borderButton:hover {
                color: #fff;
                background: var(--notice-btn-color);
                border-color: var(--notice-btn-color)
            }

        .localReminderContainer .localReminderButtonBox .blueButton {
            color: #fff;
            background: var(--notice-btn-color);
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            border: 1px solid var(--notice-btn-color);
            border-radius: 4px
        }

            .localReminderContainer .localReminderButtonBox .blueButton:hover {
                background: var(--notice-btn-hover-color);
                border: 1px solid var(--notice-btn-hover-color)
            }

@media screen and (max-width: 1024px) {
    .breadcrumbs-sec {
        position: sticky;
        top: 80px;
        z-index: 2;
        background: white;
    }
    #wrapper .tab-options {
        overflow: auto;
        position: sticky;
        top: 115px;
        z-index: 2;
    }
    #wrapper .tabs-sec ul.tabs-ul {
        padding: 4px 4px 4px 12px;
    }
    #wrapper .tabs-sec ul.tabs-ul, #wrapper .tabs-sec ul.tabs-ul li {
        display: inline-block;
    }
    #wrapper .tabs-sec ul.tabs-ul li {
        padding: 3px 10px;
        margin-right: 6px;
        border-radius: 4px;
        background: #e7a98e;
        display: inline-block;
        margin-bottom: 10px;
    }
    #wrapper .tabs-sec ul.tabs-ul li:not(.active) {
        background-color: #dedede;
    }
    #wrapper .tabs-sec ul.tabs-ul li.active {
        color: #ffffff;
        background: #a32a29;
    }
    #wrapper .tabs-sec ul.tabs-ul li.active a {
        color:#ffffff;
    }
    .localReminderWrapper {
        position: fixed;
        bottom: 0;
        padding: 52px 20px 20px
    }

    .localReminderContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

        .localReminderContainer .localReminderLabelBox p {
            line-height: 21px
        }

        .localReminderContainer .localReminderButtonBox {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            margin-top: 20px
        }

            .localReminderContainer .localReminderButtonBox .btn {
                width: calc((100% - 10px)/2);
                min-width: auto;
                padding: 8px 22px
            }
}

#bid-button {
    border: none;
    min-height: 32px;
    border-radius: 50px;
    background-color: #a32a29;
    color: white;
    font-family: "D-DIN";
    padding: 0 60px 0 22px;
    max-width: calc(100% - 1.25rem - 20px);
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: 200ms;
    transition: 200ms;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    max-width: 100% !important;
}
#bid-button:hover {
    background: #f4ab7a;
}
#bid-button::after {
    position: absolute;
    font-family: "icomoon" !important;
    content: "\e91c";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 32px;
    font-size: 18px;
}

#button-addon2 {
    border-radius:32px;
    font-size:18px;
    padding-left:20px;
    padding-right:20px;
}

#wrapper .accounts-banner a.app-form {
    margin-bottom: 8px;
    display: block;
}