/*
 * Has-Nihon Custom Styles
 * 
 * By Future Media House
 */


 img {
    max-width: 100%;
}

.main-menu__item--submenu--menu .main-menu__submenu {
    z-index: 15;
}

.block-space--layout--divider-nlx {
    height: 75px;
}

.hn-color-red {
    color: #ff0000;
}

.hn-block-icon {
    margin: 10px 0;
}

.hn-block-icon .fas {
    font-size: 25px;
    padding: 10px;
    border-radius: 100px;
    width: 45px;
    line-height: 25px;
    text-align: center;
}

.hn-width-1-1 {
    width: 100% !important;
}

.input-group-text {
    border: 0;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height: 36px;
}

.not-found__content {
    width: 600px;
}


.form-inline.hn-form-inline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.form-inline.hn-form-inline > .form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.form-inline.hn-form-inline > .form-group.hn-submit {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}

.form-inline.hn-form-inline .form-control {
    display: block;
    width: 100%;
}


.hn-table-results tr[data-href] {
    cursor: pointer;
}

.hn-table-results .item-image img {
    border-radius: .25rem;
    min-width: 80px;
    height: auto;
}

.hn-table-results .item-image {
    position: relative;
    display: inline-block;
    margin-top: 6px;
}
.hn-table-results .item-image .tag-badge {
    position: absolute;
    top: -9px;
    right: -8px;
}

.hn-no-items-table-row {
    text-align: center;
    padding: 12px;
}

.card-table.hn-has-no-header thead th {
    border-top: 0;
}

.hn-theme-input-wrap input:not(.form-control),
.hn-theme-input-wrap select:not(.form-control),
.hn-theme-input-wrap textarea:not(.form-control) {
    display: block;
    width: 100%;
    border-radius: 2px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border-color .15s ease-in-out,background .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,background .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #262626;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height: 36px;
    padding: 7.5px 10px;
    font-size: 16px;
    line-height: 19px;
}


.status-badge--style--info .status-badge__body {
    background: #b2d9ff;
    color: #36414d;
}


.hn-status-badge-with-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hn-status-badge-with-label--label {
    font-weight: 500;
    font-size: 14px;
}

.hn-status-badge-with-label-md .hn-status-badge-with-label--label {
    font-size: 16px;
}

.hn-status-badge-with-label-md .status-badge__body {
    border-radius: 15px;
}

.hn-status-badge-with-label-md .status-badge__text {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 16px 4px;
}

.hn-status-badge-with-label .status-badge {
    margin-left: 10px;
}


.hn-tag-badge-with-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hn-tag-badge-with-label--label {
    font-weight: 500;
    font-size: 14px;
}

.hn-tag-badge-with-label .tag-badge {
    margin-left: 10px;
}


.hn-card-header-has-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.hn-dashboard__orders .card-table th,
.hn-dashboard__orders .card-table td {
    white-space: nowrap;
}

.hn-btn-group-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hn-btn-group-block-company-team {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}

.hn-btn-group-block-company-team .btn {
    border-radius: 2px !important;
    margin: 2px !important;
}


.hn-tabs--tab {
    display: none;
}

.hn-tabs--tab.active {
    display: block;
}

.hn-tabs--tab-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.hn-tabs--tab-title-inner {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.hn-block-teammates__list-md .block-teammates__item {
    max-width: 290px;
}
.hn-block-teammates__list-lg .block-teammates__item {
    max-width: 480px;
}

.hn-block-teammates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.hn-block-teammates__list .block-teammates__item {
    margin: 15px;
}

.hn-block-teammates__list .teammate__avatar {
    background-color: #dcdcdc;
}

.hn-table-teammate-info {
    text-align: left;
}


.hn-table-no-borders th,
.hn-table-no-borders td {
    border-top: 0;
}



select.form-control {
    padding-right: 27px !important;
    background-position: right 10px center !important;
}


.table.hn-table-cut-y tr:first-child th,
.table.hn-table-cut-y:not(.hn-table-cut-y-head) tr:first-child td,
.hn-table-cut-y .hn-row-table-like--row:first-child .hn-row-table-like--th,
.hn-table-cut-y .hn-row-table-like--row:first-child .hn-row-table-like--td {
    border-top: 0;
    padding-top: 0 !important;
}

.table.hn-table-cut-y tr:last-child th,
.table.hn-table-cut-y tr:last-child td,
.hn-table-cut-y .hn-row-table-like--row:last-child .hn-row-table-like--th,
.hn-table-cut-y .hn-row-table-like--row:last-child .hn-row-table-like--td {
    padding-bottom: 0 !important;
}



.hn-status-badge-lg .status-badge__body {
    border-radius: 50px;
}

.hn-status-badge-lg .status-badge__text {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
}



.hn-card-staff {
    background-color: transparent;
}



.hn-row-table-like--th,
.hn-row-table-like--td {
    padding: .75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.hn-row-table-like--th {
    font-weight: bold;
}


.card-header > h1,
.card-header > h2,
.card-header > h3,
.card-header > h4,
.card-header > h5,
.card-header > h6 {
    margin-bottom: 0;
}


.hn-single-image {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.09);
            box-shadow: 0 1px 3px rgba(0,0,0,.09);
}


.hn-lightbox-gallery > ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    padding: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.09);
            box-shadow: 0 1px 3px rgba(0,0,0,.09);
}

.hn-lightbox-gallery > ul > li {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    border: 3px solid transparent;
    overflow: hidden;
}

.hn-lightbox-gallery > ul > li:hover {
    border-color: #dcdcdc;
}

.hn-lightbox-gallery > ul > li:first-child > a > img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hn-lightbox-gallery > ul > li:last-child > a > img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hn-lightbox-gallery > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.hn-lightbox-gallery > ul > li > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hn-faqs-q {
    position: relative;
    cursor: pointer;
}

.hn-faqs-q:hover {
    background-color: #fdfdfd;
}

.hn-faqs-item.open .hn-faqs-q--arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.hn-faqs-a {
    display: none;
    border-top: 1px solid #ebebeb;
}

.hn-faqs-q--arrow {
    fill: #bfbfbf;
    position: absolute;
    top: calc(50% - 4px);
    right: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hn-faqs-q--arrow svg {
    display: block;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

a[href^="tel:"] {
    white-space: nowrap;
}

.social-links__item--skype a {
    background-color: #00aff0;
    color: #fff;
}

.social-links__item--whatsapp a {
    background-color: #25D366;
    color: #fff;
}

.block-zone__widget {
    width: 100%;
}

.hn-dashboard__orders th.item,
.hn-dashboard__orders td.item {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hn-dashboard__orders th.shipment-status,
.hn-dashboard__orders td.shipment-status {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    white-space: normal;;
}

.mobile-header .account-menu__user-info {
    margin-left: auto;
    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;
    text-align: right;
}

.mobile-header .account-menu__user-name {
    font-size: 14px;
    line-height: 14px;
}

.mobile-header .account-menu__user-email {
    color: #6c757d;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
}

.hn-mobile-header--login-wrap {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hn-mobile-header--login-wrap i {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .table.hn-table-single-vehicle-options tr:first-child th,
    .table.hn-table-single-vehicle-options tr:first-child td {
        border-top: 0;
        padding-top: 0;
    }

    .table.hn-table-single-vehicle-options tr:last-child th,
    .table.hn-table-single-vehicle-options tr:last-child td {
        padding-bottom: 0;
    }

    .block-header__title {
        text-align: center;
    }
}


@media (max-width: 1199px) {
    .form-inline.hn-form-inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .form-inline.hn-form-inline > .form-group {
        margin-left: 0 !important;
        width: 100%;
    }

    .form-inline.hn-form-inline > .form-group.hn-submit > button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .table.hn-table-single-vehicle-options-first tr:first-child th,
    .table.hn-table-single-vehicle-options-first tr:first-child td {
        border-top: 0;
        padding-top: 0;
    }

    .table.hn-table-single-vehicle-options-last tr:last-child th,
    .table.hn-table-single-vehicle-options-last tr:last-child td {
        padding-bottom: 0;
    }
}


@media (max-width: 991px) {
    .hn-status-badge-with-label,
    .hn-tag-badge-with-label {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .hn-card-header-has-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .hn-btn-group-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .hn-btn-group-block-company-team {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .hn-row-table-like--row:first-child .hn-row-table-like--th {
        padding-top: 0 !important;
    }
    .hn-table-cut-y .hn-row-table-like--row:last-child .hn-row-table-like--th {
        padding-bottom: .75rem !important;
    }
    .hn-row-table-like--td {
        border-top: 0;
        padding-top: 0 !important;
    }
    .hn-row-table-like--row:last-child .hn-row-table-like--td {
        padding-bottom: 0 !important;
    }
}

@media (max-width:767px) {
    .hn-block-teammates__list-md .block-teammates__item {
        max-width: 230px;
    }
    .hn-block-teammates__list-lg .block-teammates__item {
        max-width: 360px;
    }

    .hn-lightbox-gallery > ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .hn-lightbox-gallery > ul > li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}

@media (max-width:575px) {
    .hn-block-teammates__list .block-teammates__item {
        max-width: 100%;
        width: 100%;
    }
}


/* START Header */
.site__header a {
    cursor: pointer;
}

.site-footer__logo__image {
    height: 76px;
}

.site-footer__logo__image a {
    display: block;
    height: 100%;
}

.footer-address-table {
    width: 100%;
}

.footer-address-table tr td {
    text-align: left;
}

.footer-address-table tr td:nth-child(2) {
    text-align: right;
}

.site-footer__logo__image {
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .header__logo {
        padding-bottom: 0;
    }

    .site__header .japan-time {
        text-align: center;
        font-size: 11px;
        line-height: 24px;
        color: #999;
    }
    
    .indicator__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .hn-indecator__text {
        margin-left: 10px;
    }

    .header__indicators .indicator__icon .fas {
        font-size: 32px;
        vertical-align: middle;
    }

    .account-menu__user:hover {
        background: none;
    }
    
    .departments__button {
        background: #1a79ff;
        color: #fff;
    }

    .departments__button .departments__button-icon {
        color: #fff;
    }

    .header__navbar-menu {
        margin-left: 12px;
    }
}

@media (max-width: 1199px) {
    .mobile-header__logo {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    a.mobile-menu__setting-button {
        padding-right: 14px;
    }

    .mobile-menu .mobile-menu__settings-list .mobile-menu__setting-icon .fas {
        vertical-align: top;
    }

    .mobile-menu__indicators {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .mobile-menu__indicator-icon.text-icon {
        line-height: 20px;
        font-weight: 700;
        color: #404040;
    }

    .mobile-menu__indicator-icon.fa-icon {
        height: 20px;
    }

    .mobile-menu__indicator-icon.fa-icon .fas {
        line-height: 20px;
        color: #404040;
        vertical-align: top;
    }

    .mobile-menu__indicator {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* END Header */



/* START Index */
.block-finder__hn-elements {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.block-finder__hn-elements .block-finder__hn-elements__item {
    list-style: none;
    display: inline-block;
}

.block-finder__hn-elements .block-finder__hn-elements__item + .block-finder__hn-elements__item:before {
    content: "|";
    display: inline-block;
    padding: 0 13px 0 10px;
}

.block-finder__decor .decor__center,
.block-finder__decor .decor__end,
.block-finder__decor .decor__start,
.hn-large-nav {
    background: #ffffff;
}

.hn-large-nav {
    position: relative;
    padding: 24px 0;
}

.hn-large-nav__decor {
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

.hn-large-nav__decor .decor__center,
.hn-large-nav__decor .decor__end,
.hn-large-nav__decor .decor__start {
    background: #fafafa;
}

.hn-large-nav .header__navbar-menu {
    margin-bottom: 24px;
    margin-left: 0 !important;
}

.hn-large-nav .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #ebebeb;
}

.hn-large-nav .main-menu__item {
    margin: 0 4%;
}

.hn-large-nav .main-menu__item--has-submenu .main-menu__link {
    padding-right: 32px;
}

.hn-block-vehicles__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hn-block-vehicles__item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hn-block-vehicles__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.hn-block-vehicles__item-link,
.hn-block-vehicles__item-split {
    padding: .5rem;
}

.hn-block-vehicles__item-link:hover,
.hn-block-vehicles__item-info-link:hover {
    color: inherit;
    background: #f2f2f2;
}

.hn-block-vehicles__item-icon {
    width: 48px;
    min-width: 48px;
    margin-right: 1rem;
}

.hn-block-vehicles__item-icon img {
    width: 100%;
    height: auto;
}

.hn-block-vehicles__item-info {
    position: relative;
    font-weight: 500;
}

.hn-block-vehicles__item-info-title {
    white-space: nowrap;
    font-size: 15px;
    line-height: 18px;
}

.hn-block-vehicles__item-split .hn-block-vehicles__item-info-title {
    margin-bottom: 4px;
}

.hn-block-vehicles__item-info-title-link {
    display: block;
    color: inherit;
}

.hn-block-vehicles__item-info-link {
    display: block;
    font-size: 15px;
    font-weight: 300;
    border-radius: 2px;
    padding: 2px 5px;
    margin-left: -5px;
    line-height: 1;
    color: #6c757d;
    white-space: nowrap;
}

.block-zone__carousel-item .product-card .product-card__image {
    height: 0;
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #dcdcdc;
}


.hn-owl-carousel-yet {
    display: none;
}


.hn-owl-carousel .block-zone__carousel-item .product-card .product-card__info {
    padding: 12px 16px;
}

.hn-owl-carousel .block-zone__carousel-item .product-card .product-card__footer {
    padding: 4px 16px 12px 16px;
}

.hn-owl-carousel .block-zone__carousel-item .product-card .product-card__info table {
    width: 100%;
    color: #262626;
    font-size: 14px;
}

.hn-owl-carousel .block-zone__carousel-item .product-card .product-card__info table td {
    padding-left: 5px;
    text-align: right;
}

.hn-owl-carousel .block-zone__carousel-item .product-card .product-card__meta .product-card__meta-title {
    font-weight: 700;
}



.block-hn-news .block-posts-carousel__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-left: -15px;
}

.block-hn-news .block-posts-carousel__carousel .block-posts-carousel__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.block-hn-news .post-card .post-card__content {
    display: block;
}

.block-hn-news .post-card .post-card__image {
    background-color: #dcdcdc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 100px;
}

.block-hn-news .post-card .post-card__category {
    color: #0064f0;
}

.block-hn-news .post-card .post-card__excerpt {
    display: block;
    font-size: 14px;
    padding: 8px 0 4px;
    color: #555;
}

.block-hn-news .post-card .post-card__date {
    margin-top: auto;
}


.hn-block-features__list {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hn-block-features__list .block-features__item {
    padding: 1rem;
    width: calc((100% - 3px) / 3);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.hn-block-features__list .block-features__item-icon .fas {
    font-size: 26px;
    color: #1a79ff;
}

.hn-block-features__list .block-features__item-title {
    font-weight: 300;
    line-height: 22px;
}

@media (max-width: 1399px) {
    .hn-large-nav .main-menu__item {
        margin: 0 3%;
    }
}

@media (max-width: 1199px) {
    .block-finder__hn-elements .block-finder__hn-elements__item + .block-finder__hn-elements__item:before {
        display: none;
    }

    .block-finder__hn-elements .block-finder__hn-elements__item {
        width: 45%;
        padding: 0 5px;
    }

    .hn-large-nav .header__navbar-menu {
        display: none;
    }

    .hn-block-vehicles__item {
        width: 50%;
    }

    .hn-block-vehicles__item,
    .hn-block-vehicles__item-link {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .block-hn-news .block-posts-carousel__carousel {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .block-hn-news .block-posts-carousel__carousel .block-posts-carousel__item:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .hn-block-features__list .block-features__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hn-block-vehicles__item {
        width: 100%;
    }
}
/* END Index */



/* START Registration page */
.form-group.hn-is-invalid .form-control {
    color: #262626;
    background-color: #f2dada;
}

.form-group.hn-is-invalid .form-control:hover {
    border-color: #d9a3a3;
}

.form-group.hn-is-invalid .invalid-feedback {
    display: block;
}

body.registration #register-to-site-opts .section-title {
    text-align: center;
    margin: 25px 0;
}

body.registration #register-to-site-opts ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

body.registration #register-to-site-opts ul li {
    width: 250px;
    margin-right: 20px;
    margin-bottom: 35px;
    border: 2px solid #eee;
    background-color: #fff;
}

body.registration #register-to-site-opts ul li:last-child {
    margin-right: 0;
}

body.registration #register-to-site-opts ul li:hover {
    border-color: #ccc;
}

body.registration #register-to-site-opts a {
    display: block;
    text-decoration: none;
    padding: 35px;
}



body.registration #register-to-site-opts .reg-image-wrap {
    margin-bottom: 15px;
}

body.registration #register-to-site-opts .reg-title {
    text-align: center;
    font-weight: 700;
}

@media (max-width: 575px) {
    body.registration #register-to-site-opts a {
        padding: 15px;
    }
}
/* END Registration page */



/* START Single Vehicle Page */
.flexslider .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hn-single-vehicle-header {
    text-align: center;
    margin-bottom: 22px;
}

.hn-single-vehicle-header small {
    color: #777;
}

.hn-single-vehicle-auction-report-sheet-image a {
    display: block;
    text-align: center;
}


.hn-single-vehicle-gallery {
	overflow: hidden;
}

.hn-single-vehicle-gallery .flexslider {
    background: #f7f7f7 !important;
    padding: 4px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.hn-single-vehicle-gallery .flexslider .slides > li,
.hn-single-vehicle-gallery .flexslider .flex-direction-nav li {
    margin-bottom: 0;
}

.hn-single-vehicle-gallery #carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
.hn-single-vehicle-gallery #carousel img:hover {
    opacity: 1;
}
.hn-single-vehicle-gallery #carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

.hn-single-vehicle-gallery #carousel .flex-direction-nav a {
	top: 50%;
    margin-top: -20px;
}



.hn-table-single-vehicle-options th,
.hn-table-single-vehicle-options td {
    vertical-align: middle;
    white-space: nowrap;
}

.hn-table-single-vehicle-options .check .status-badge--style--failure,
.hn-table-single-vehicle-options .uncheck .status-badge--style--success {
    display: none;
}

.hn-table-single-vehicle-options td:nth-child(3) {
    border-left: 1px solid #dee2e6;;
}

.hn-table-single-vehicle-options td:nth-child(even) {
    text-align: right;
}

@media (max-width:991px) {
    .flex-direction-nav .flex-prev {
        left: 0 !important;
    }
    
    .flex-direction-nav .flex-next {
        right: 0 !important;
    }
    
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        width: 30px;
        top: 70%;
        height: 30px;
        background-size: 60px;
        opacity: 1;
    }
}
/* END Single Vehicle Page */


/* START Home Hero Section */
.hn-block-hero {
    position: relative;
}

.hn-block-hero__image {
    overflow: hidden;
    position: relative;
    background-color: #ffda01;
}

.hn-block-hero__image img {
    width: 100%;
    height: auto;
}

.hn-block-hero__image .ads-site-link {
    position: absolute;
    top: 30%;
    left: 8.07%;
    font-size: 1.735vw;
    line-height: 1.2;
    font-weight: 500;
}

@media ( max-width: 575px ) {
    .hn-block-hero__image .ads-site-link {
        top: 12.5%;
        left: 18.25%;
        font-size: 5.378vw;
    }
}
/* END Home Hero Section */


/* START IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__topbar-start-bg:before,
    .header__topbar-end-bg:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
/* END IE 10+ */


/* <<< Announcement Popup */
.hn-anncmnt-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999997;
    display: none;
  }
  
  .hn-anncmnt-popup-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hn-anncmnt-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
  }
  
  .hn-anncmnt-popup {
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    overflow: auto;
    padding: 35px 45px;
    background-color: #fff;
    border-top: 3px solid #1a79ff;
    position: relative;
  }
  
  .hn-anncmnt-popup-bg {
    width: 160px;
    height: 76px;
    margin-top: -76px;
    opacity: .1;
    z-index: -1;
    margin-left: auto;
  }
  
  .hn-anncmnt-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #262626;
    opacity: .7;
  }
  
  .hn-anncmnt-popup-close:hover {
    opacity: 1;
  }
  
  .hn-anncmnt-popup-title {
    margin-bottom: 30px;
  }
  
  .hn-anncmnt-popup-body > *:last-child {
    margin-bottom: 0;
  }
  
  /* Announcement Popup >>> */