.header.-fixed- {
    transform: translate3d(0px, 0px, 0px);
}
.display-none {
    display: none;
}
.checkbox-inline, .radio-inline {
    margin-left: 0px!important;
}
.category {
    margin: 0;
    padding: 50px 0;
    width: 100%;
    max-width: 100%;
    background-color: #fdd511;
}
.category h2 {
    margin: 0 0 30px;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #212121;
    text-align: center;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    word-wrap: break-word;
    white-space: normal;
}
.category h2 a {
    color: #212121;
}
.category h2 a.active {
    color: #cca900;
    text-decoration: none;
}
.category h2 a:hover {
    color: #fdd511;
    text-decoration: none;
}
.category h2 a:focus, .category h2 a:active {
    color: #cca900;
    text-decoration: none;
}
.category .item {
    padding: 15px;
    background-color: #212121;
}
.category .item+.item {
    margin: 30px 0 0;
}
.category .item img {
    max-width: 100%;
    max-height: 100px;
}
.category .item .-select {
    margin: 14px 0;
}
.category .item .-select h4 {
    margin: 0 0 10px;
    color: #fdd511;
}
.category .item .-select select {
    margin: 0;
    padding: 4px 26px 4px 15px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: #212121;
    text-indent: .01px;
    text-overflow: "";
    outline: none;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid transparent;
    background-position: right center;
    background-image: url(../../images/ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fdd511;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    transition: all .4s;
}
.category .item .-select select.error {
    background-color: #f00;
}
.category .item .-select .-button {
    margin: 40px 0 0;
    padding: 7px 15px;
    display: inline-block;
    color: #fdd511;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fdd511;
    background-color: #212121;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    transition: all .3s;
}
.category .item .-select .-button:hover {
    color: #212121;
    text-decoration: none;
    border-color: #ffdf42;
    background-color: #ffdf42;
}
.category .item .-select .-button:focus, .category .item .-select .-button:active {
    color: #212121 !important;
    text-decoration: none;
    border-color: #cca900;
    background-color: #cca900;
}
.category .item .-select .-select-error {
    padding: 5px 0 0 10px;
    font-size: 14px;
    color: #f00;
    opacity: 0;
    transition: all .4s;
}
.category .item .-select .-select-error.error {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .page_search_filter_container {
        padding-top: 0px!important;
    }
    .category, .recommend {
        padding-top: 0px!important;
    }
    component-carousel-top .component_carousel_container {
        height: auto!important;
    }
    component-carousel-top .component_carousel_container .image_display {
        height: auto!important;
    }
    .category .item .-select {
        padding: 0 15px;
    }
    .category .item .-select .-button {
        margin: 20px 0 0;
    }
}
header.header {
    height: 140px;
}
header.header .desktop-menu {
    height: 140px;
}
header.header .desktop-menu .logo {
    margin-top: 10px;
}
header.header .desktop-menu .-top-right-menu {
    height: 94px;
}
header:not(.-fixed-) .desktop-menu .logo a img {
    max-height: 64px;
    margin-top: -5px !important;
}
header.-fixed- .desktop-menu .logo a img {
    max-height: 54px;
    margin-top: -16px;
}
.brand .item {
    border: 1px solid #eee;
}
.pick_header {
    color: #fdd511;
}
.pick_current_active {
    background-color: #fdd511;
    color: #000;
    border-radius: 15px;
    padding: 5px 10px;
    margin-top: -3px;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}
.pick_current_active:hover {
    background-color: #ffe254;
}
.pick_current_active span.glyphicon {
    float: right;
    font-size: .7em;
    margin-top: 5px;
    margin-right: 3px;
}
.pick_select {
    background-color: #333;
    position: absolute;
    color: #fdd511;
    width: calc(70%);
    z-index: 3;
    margin-top: -32px;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: all .3s;
    outline: none;
    height: auto;
    max-height: 175px;
    overflow: auto;
}
.pick_select .choice {
    padding: 5px 10px;
    outline: none;
    transition: all .3s;
}
.pick_select .choice:hover {
    background-color: #fdd511;
    color: #333;
}
.pick_select.active {
    opacity: 1;
    display: block;
    z-index: 1030;
}
.lock_overflow {
    overflow: hidden;
}
.bid_header {
    margin: 0 0 25px;
    padding: 0 0 16px;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #212121;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: left;
    text-transform: uppercase;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    word-wrap: break-word;
    white-space: normal;
}
.bid_header::before {
    position: absolute;
    width: 100px;
    content: "";
    bottom: 10px;
    left: 0;
    border-top: 3px solid #212121;
}
.bid_header::after {
    position: absolute;
    width: 130px;
    content: "";
    bottom: 0;
    left: 0;
    border-top: 3px solid #212121;
}
.image_col {
    border: 0 solid #eee;
    height: 100px;
    width: auto;
    max-height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: all .3s;
}
.image_col:hover {
    opacity: .6;
}
a .name_col {
    color: #5a5757;
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    padding-top: 10px;
}
a:not(.md-button):hover {
    text-decoration: none !important;
}
.pagination_block {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 15px 40px 15px;
    text-align: center;
    display: block;
    font-size: 0;
}
.pagination_block .link_pagination {
    outline: none;
    background-color: #fdd511;
    color: #212121;
    transition: all .3s;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.pagination_block .link_pagination:hover {
    background-color: #fee776;
    color: #000;
    text-decoration: none;
}
.pagination_block .link_pagination.active {
    background-color: #000;
    color: #fff;
}
.pagination_block .link_pagination.active_true {
    background-color: #000;
    color: #fff;
}
.detail_dealer {
    background-color: #fdd511;
    float: left;
    width: 100%;
    padding: 20px 10px;
}
.detail_dealer .row-dealer {
    max-height: 560px;
    margin-right: 0;
    height: 560px;
    overflow-y: auto;
}
.detail_dealer .detail_dealer_head {
    color: #000;
    padding: 10px 15px 10px 15px;
    border-bottom: 2px solid #212121;
    margin-bottom: 20px;
}
.detail_dealer .detail_dealer_head .h {
    font-size: 22px;
    font-weight: bold;
}
.detail_dealer .detail_dealer_head .p {
    font-size: 22px;
    font-weight: bold;
}
.detail_dealer .detail_dealer_block {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #96873e;
    background-color: #fdd511;
    color: #000;
    transition: all .6s;
    cursor: pointer;
    outline: none;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
}
.detail_dealer .detail_dealer_block.active {
    background-color: #fee776;
}
.detail_dealer .detail_dealer_block .selected {
    display: none;
}
.detail_dealer .detail_dealer_block .selected.active {
    display: block;
}
.detail_dealer .detail_dealer_block .selected .fa {
    color: #000;
    font-size: 2em;
}
.detail_dealer .detail_dealer_block .desc {
    font-size: 15px;
    font-weight: normal;
}
.detail_dealer .detail_dealer_block .info {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: bold;
    color: #776c34;
}
.detail_dealer .detail_dealer_block .h {
    font-weight: bold;
}
.detail_dealer .detail_dealer_block .p {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}
.detail_dealer .detail_dealer_block .i {
    font-size: 16px;
}
.detail_dealer .detail_dealer_block .i {
    font-size: 16px;
}
@media (min-width:767px) {
    .register .checkbox-inline {
        width: 40%;
        padding-left: 30px;
    }
    .register .checkbox-inline._small_inline {
        width: 23%;
    }
}
@media screen and (max-width:767px) {
    header.header {
        height: 64px !important;
    }
    .register .checkbox-inline {
        width: 40%;
    }
    .register .checkbox-inline._small_inline {
        width: 40%;
    }
}
.btn_view_detail_product_list {
    margin: 20px 0 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all .3s;
    color: #fff !important;
    background-color: #040404;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 20px;
}
.btn_view_detail_product_list:hover {
    color: #212121 !important;
    background-color: #fdd511;
}
.product_detail_qtn_header {
    display: block;
    margin: 10px 0;
}
.map_hide {
    height: 0 !important;
    opacity: 0 !important;
}
#map_overlay {
    display: none;
    position: absolute;
    height: 600px;
    text-align: center;
    line-height: 450px;
    font-size: 20px;
    color: #fff;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.44);
}
.map-info-window {
    background: #e9e9e9;
    border-radius: 4px;
    box-shadow: 8px 8px 16px #222;
    color: #232323;
    min-width: 150px;
    max-width: 200px;
    max-height: 300px;
    text-align: center;
    padding: 5px 20px 10px;
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
}
.map-info-window .map-info-close {
    float: right;
    cursor: pointer;
    margin-right: -5px;
    margin-left: 5px;
}
.map-info-window h5 {
    font-weight: bold;
}
.map-info-window p {
    color: #000;
}
.register .checkbox-inline {
    display: inline-block !important;
}
.items_model {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    background-color: #212121;
    margin-bottom: 30px;
    cursor: pointer;
    outline: none;
    transition: all .3s;
    font-size: 20px;
}
.items_model:hover {
    background-color: #fdd511;
    color: #000;
}
.items_model.active {
    background-color: #fdd511;
    color: #000;
}
img.max_width {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.header_yellow_big {
    color: #fdd511 !important;
    line-height: 48px;
    font-weight: 600;
    font-size: 32px;
    margin: 0;
    padding: 0;
}
.oContainer {
    background-color: #fdd511;
}
.oContainer .bbb2 {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0 40px;
}
.oContainer .slider-element img {
    width: 90%;
    margin-left: 5%;
    height: auto;
}
.oContainer .slick-controls {
    margin: 0;
    position: absolute;
    top: 45%;
    z-index: 1002;
    display: block;
    color: #000;
    font-size: 0;
    line-height: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    transform: translate(0, -50%);
}
.oContainer .slick-controls.-prev {
    padding: 5px 19px 5px 16px;
    left: -40px;
}
.oContainer .slick-controls.-next {
    padding: 5px 16px 5px 19px;
    right: -40px;
}
.oContainer .slick-controls i {
    font-size: 4rem;
    color: #656565;
}
.oContainer .slick-controls i:hover {
    color: #000;
}
.oContainer .slick-controls img, .oContainer .slick-controls a {
    outline: none;
    text-decoration: none;
}
.each_row {
    padding: 40px 0;
    display: block;
}
.each_row[data-color="green"] {
    background-color: #4cae50;
}
.each_row[data-color="blue"] {
    background-color: #5b99d3;
}
.each_row[data-color="yellow"] {
    background-color: #faa009;
}
.each_row[data-color="red"] {
    background-color: #ef4035;
}
.each_row[data-color="black"] {
    background-color: #000;
}
.each_row[data-color="primary"] {
    background-color: #fdd511;
}
.each_row[data-color="white"] {
    background-color: #fff;
}
.each_row.row_bg {
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}
.each_row.row_bg_about {
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}
.each_row.row_bg_about_three {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}
.bg_fit {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.each_row.row_bg .-tables {
    height: 650px;
}
.each_row.row_bg_about .-tables {
    height: 520px;
}
.each_row.row_bg_about_three .-tables {
    height: 560px;
}
p.blackdrop {
    color: #fdd511;
    font-size: 18px;
    padding: 10px;
    background-color: rgba(1, 1, 1, 0.6);
    margin-left: 10%;
    margin-right: 10%;
}
h1 {
    word-break: break-word;
}
h1.hh_1 {
    color: #fdd511 !important;
    line-height: 64px;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
}
h1.hh_2 {
    color: #000 !important;
    line-height: 64px !important;
    font-weight: bold !important;
    font-size: 48px !important;
    margin: 0 !important;
}
h1.hh_3 {
    color: #000 !important;
    line-height: 48px !important;
    font-weight: bold !important;
    font-size: 32px !important;
    margin: 0 !important;
}
p.hh_1 {
    color: #fff;
    font-size: 18px;
}
p.hh_2 {
    color: #000;
    font-size: 18px;
}
h3.hh_2 {
    line-height: 36px;
    color: #fff !important;
    font-weight: 300;
    font-size: 24px;
    margin: 0;
}
h4.hh_4 {
    font-weight: 700 !important;
    line-height: 36px !important;
    font-size: 24px !important;
    margin: 0;
}
h1.hh_5 {
    font-weight: 700 !important;
    line-height: 36px !important;
    font-size: 28px !important;
    margin: 0;
}
h1.hh_6 {
    line-height: 36px !important;
    font-size: 24px !important;
    margin: 0;
    color: #fdd511 !important;
}
.each_row h2 {
    margin: 30px 0 40px;
}
.each_row h4 {
    line-height: 30px;
    color: #000;
}
img.full_width {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.row_bg.ext-2 {
    padding: 40px 0 !important;
}
.benefits_explain {
    float: left;
    width: 100%;
    height: auto;
}
.benefits_explain img {
    margin: 0 auto;
    margin-bottom: 20px;
}
.benefits_explain h2.info {
    color: #fdd511 !important;
    line-height: 36px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-weight: 300 !important;
    font-size: 24px !important;
}
.benefits_explain .borderLine {
    margin: 0 auto;
    width: 100px;
    border: 3px solid #fdd511;
    border-radius: 20px;
}
.benefits_explain ul {
    color: #fff;
    padding: 0;
    margin: 0;
}
.benefits_explain ul li {
    padding: 20px 0 30px;
    border-bottom: 1px solid rgba(27, 26, 26, 0.24);
    list-style: none;
}
.benefits_explain ul li:last-child {
    border-bottom: 0;
}
@media (max-width:768px) {
    .each_row.row_bg h1.hh_1 {
        line-height: 1.2em !important;
        font-size: 2em !important;
    }
    .each_row.row_bg_about h1.hh_1 {
        line-height: 1.2em !important;
        font-size: 2em !important;
    }
    .each_row.row_bg_about h1.hh_2 {
        line-height: 1.2em !important;
        font-size: 2em !important;
    }
    p.hh_1 {
        font-size: 16px;
        line-height: 1.4em;
    }
    p.hh_2 {
        color: #000;
        font-size: 18px;
    }
    .each_row.row_bg h3.hh_2 {
        line-height: 1.5em !important;
        font-size: 1.3em !important;
    }
    p.blackdrop {
        font-size: 16px;
        line-height: 1.4em;
    }
}
h2.bold {
    font-weight: bold !important;
}
.each_row .tc-white {
    color: #fff !important;
}
.padding_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.each_row .mg-sm {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
}
.each_row .mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000;
}
.btn_benefits {
    color: #fdd511 !important;
    border-color: #fdd511 !important;
    border-radius: 40px;
    margin: 0 5px 5px 0;
    padding: 10px 16px;
    display: inline-block;
    outline: none;
    border: 2px solid;
    font-size: 18px;
    text-decoration: none;
}
.btn_benefits:hover {
    text-decoration: none;
    color: #000 !important;
    background-color: #fdd511;
    border-color: #fdd511;
}
@media (max-width:767px) {
    .each_row h2, .each_row h4 {
        text-align: center !important;
    }
    .catagory-cars {
        margin-bottom: 15px;
    }
}
@media (max-width:991px) {
    .each_row h2, .each_row h4 {
        text-align: center !important;
    }
}
.dealer_info_head {
    background-color: #fdd511;
    color: #000;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.dealer_info_detail {
    background-color: #212121;
}
.dealer_info_detail .detail_image {
    margin: 20px 0 0 15px;
    height: 300px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.dealer_info_detail .detail_image img {
    max-height: 200px;
    width: 100%;
    display: none;
}
.dealer_info_detail .detail_head {
    font-size: 18px;
    padding: 15px 0 0;
    color: #fdd511;
    font-weight: bold;
    text-transform: uppercase;
}
.dealer_info_detail .detail_info {
    padding: 0 0 0;
    color: #fff;
}
.dealer_info_detail .detail_info .link_google {
    color: #d9b502;
}
.dealer_info_detail .detail_info .link_mobile {
    color: #d9b502;
}
.dealer_info_detail .detail_info .time {
    font-size: 14px;
}
.dealer_info_detail .detail_info .time span {
    font-weight: bold;
}
.dealer_info_detail .service_container {
    width: 100%;
    padding: 20px;
    float: left;
}
.dealer_info_detail .service_container .service_cover {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.dealer_info_detail .service_container .service_cover .isimg {
    height: 50px;
    width: auto;
    max-height: 50px;
}
.dealer_info_detail .service_container .service_desc {
    float: left;
}
.dealer_info_detail .service_container .service_desc .s_1 {
    font-size: 18px;
    color: #fdd511;
    font-weight: bold;
    text-transform: uppercase;
}
.dealer_info_detail .service_container .service_desc .s_2 {
    color: #fff;
    font-size: 14px;
}
.dealer_info_detail .service_container .service_desc .s_3 {
    color: #fff;
    font-size: 14px;
}
.dealer_info_detail .service_container .service_desc .s_2_small {
    color: #d9b502;
    outline: none;
    font-size: 14px;
}
.dealer_info_detail .service_container .service_desc .s_3 {
    display: none;
}
.dealer_info_detail .service_container .service_desc .s_3_small {
    display: none;
    color: #d9b502;
    outline: none;
    font-size: 14px;
}
.dealer_info_detail .service_container .service_desc .s_4 {
    color: #fff;
    font-size: 14px;
}
.font_48 {
    font-size: 48px !important;
}
.color_yellow {
    color: #fdd511 !important;
}
.color_white {
    color: #fff !important;
}
select[name="worktime_start"], select[name="worktime_end"] {
    width: 50%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ffdf42;
    background-color: #fff;
    outline: none;
}
.btn_yellow {
    background-color: #fdd511 !important;
    color: #212121 !important;
    padding: 12px 15px;
    margin-top: 20px;
    font-size: 20px;
    outline: none;
    display: inline-block;
    border-radius: 40px;
    transition: all .3s;
}
.btn_yellow:hover {
    background-color: #000 !important;
    color: #fff !important;
}
a.justtext:hover {
    color: #000 !important;
}
.footer .-social.-fill a {
    margin-bottom: 10px !important;
}
.dealer_textprice_intro {
    padding: 13px 0;
    width: auto;
    background-color: #212121;
    cursor: pointer;
    margin-bottom: 13px;
    outline: none;
    display: inline-block;
}
.dealer_textprice_intro span {
    color: #fdd511;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.-price.-big {
    font-weight: normal !important;
}
.pro-title {
    font-weight: bold !important;
}
.badges {
    border-radius: 0 !important;
    margin-bottom: 10px;
}
.-gallery {
    margin-bottom: 40px;
}
.-dealer_info {
    font-size: 16px;
    display: block;
    background-color: #212121;
    color: #fdd511;
    width: 100%;
    height: auto;
    float: left;
}
.-dealer_info .left, .-dealer_info .left .right {
    float: left;
    width: 50%;
}
.-dealer_info .left .half, .-dealer_info .right .half {
    float: left;
    width: 50%;
    padding: 15px 10px;
    cursor: pointer;
    outline: none;
    text-align: center;
}
.-dealer_info .left .half:hover, .-dealer_info .right .half:hover {
    background-color: #dcbb1c;
    color: black;
}
.-dealer_info .left .half.active, .-dealer_info .right .half.active {
    background-color: #fdd511;
    color: #111;
}
.brochure_video {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.brochure_video a.b-v-i {
    background-color: transparent;
    border-radius: 0 !important;
    border: 1px solid #fdd511;
    padding: 10px 20px;
    margin-right: 15px;
    font-size: 16px;
    color: #000;
    outline: none;
    display: inline-block;
}
.brochure_video a.b-v-i:hover {
    background-color: #ffdf42;
    border: 1px solid #ffdf42;
    text-decoration: none;
    color: #000;
}
.brochure_video a.b-v-i:active {
    background-color: #cca900;
    border: 1px solid #ffdf42;
    text-decoration: none;
    color: #000;
}
.overlay_video_detail {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1090;
    display: none;
}
.overlay_video_detail._active {
    display: block;
}
.overlay_video_detail ._close_popup {
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 10;
    outline: none;
}
.overlay_video_detail ._close_popup i {
    color: #000;
    font-size: 3em;
    transition: all .6s;
    outline: none;
}
.overlay_video_detail ._close_popup i:hover {
    opacity: .7;
}
.overlay_video_detail ._close_popup img {
    height: 40px;
    width: auto;
    transition: all .6s;
    outline: none;
}
.overlay_video_detail ._vids_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    height: 100vh;
    z-index: 9px;
}
.overlay_video_detail ._vids_container .items {
    display: table-cell;
    vertical-align: middle;
    min-height: 200px;
}
.overlay_video_detail ._vids_container .items * {
    max-width: 100%;
}
.padding_from_top {
    margin-top: 20px;
}
.product-detail .badges {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.product-detail .items .item-detail .add-cart {
    margin: 20px 0 20px !important;
}
.breadcrumbs ul li a {
    font-size: 14px !important;
    text-transform: uppercase !important;
}
.blogHeadline {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}
.blogHeadline .t1 {
    display: block;
    width: 70%;
    border-top: 2px solid #000;
    padding-top: 5px;
    margin-top: 4px;
}
.blogHeadline .t2 {
    display: block;
    width: 95%;
    border-top: 2px solid #000;
    padding-top: 5px;
}
.bar_result {
    background-color: #fdd511;
    color: #000;
    padding: 20px 0;
}
.bar_result h2 {
    font-weight: bold !important;
    color: #000;
    margin: 0;
}
.bar_result h2 span {
    font-weight: normal !important;
}
.bar_result a.otherLink {
    color: #585858;
    text-decoration: none;
    font-size: 16px !important;
}
.bar_result a.otherLink:hover {
    color: #000;
    text-decoration: none;
}
.page_search_filter_container {
    padding-top: 40px;
    width: 100%;
    height: auto;
    display: block;
    font-family: 'Mitr', sans-serif;
    transition: all 2s;
    opacity: 0;
}
.page_search_filter_container.shown {
    opacity: 1;
}
.page_search_filter_container ._refine_menu {
    display: block;
    height: auto;
}
.page_search_filter_container ._refine_menu .head_0 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #484646;
}
.page_search_filter_container ._refine_menu ._nav {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.page_search_filter_container ._refine_menu ._nav .head_1 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 15px;
    line-height: 18px;
    padding-bottom: 10px;
}
.page_search_filter_container ._refine_menu ._nav .fa {
    transform: scale(.75);
}
.page_search_filter_container ._refine_menu ._nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page_search_filter_container ._refine_menu ._nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page_search_filter_container ._refine_menu ._nav ul li a {
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: normal;
    font-size: 14px;
    display: block;
    padding: 5px 0 5px 10px;
    line-height: 1.7em;
}
.page_search_filter_container ._refine_menu ._nav ul li a .fa {
    position: absolute;
    left: 12px;
    display: none;
    padding-top: 5px;
}
.page_search_filter_container ._refine_menu ._nav ul li a.active {
    color: #000;
    font-weight: bold;
}
.page_search_filter_container ._refine_menu ._nav ul li a.active .fa {
    display: inline-block;
    color: #000;
    font-weight: bold;
}
.page_search_filter_container ._refine_menu ._nav ul li a:hover {
    color: #fdd511;
    text-decoration: none;
}
.page_search_filter_container ._refine_menu ._nav ul li a:hover .fa {
    color: #fdd511;
}
.page_search_filter_container .testttt {
    display: none;
}
.page_search_filter_container ._refine_no_result {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #848484;
    padding: 40px 0;
}
.page_search_filter_container ._refine_results {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    transition: all 1s;
}
.page_search_filter_container ._refine_results.active {
    display: block;
}
.page_search_filter_container ._refine_results.unactive {
    display: none;
}
.page_search_filter_container ._refine_results ._cover {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    display: block;
}
.page_search_filter_container ._refine_results ._brand_image {
    width: 100%;
    padding: 0 10%;
    text-align: center;
}
.page_search_filter_container ._refine_results ._brand_image img {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 100%;
}
.page_search_filter_container ._refine_results ._info ._product_name {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}
.page_search_filter_container ._refine_results ._info ._product_star .fa-star {
    color: #cecdcd;
    margin-right: 3px;
}
.page_search_filter_container ._refine_results ._info ._spec .s_head {
    font-size: 12px;
    color: #b7b5b5;
    font-weight: bold;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line .s_name {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line .s_value {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line .s_value .question {
    display: inline-block;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line .s_value .question:hover span {
    display: inline-block;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line .s_value .question span {
    display: none;
    position: absolute;
    padding: 5px;
    background-color: #fdd511;
    color: #212121;
    min-width: 150px;
    word-break: break-word;
    word-wrap: break-word;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line .s_value .question .fa {
    color: #fdd511;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line ._full_spec_link {
    font-size: 14px;
    margin: 10px 0;
    color: #fdd511;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line ._full_spec_link:hover {
    color: #ffdf42;
    text-decoration: none;
}
.page_search_filter_container ._refine_results ._info ._spec .s_line ._full_spec_link:active {
    color: #cca900;
    text-decoration: none;
}
.page_search_filter_container ._refine_results ._info ._price ._bargain_btn_product {
    width: auto;
    display: inline;
    background-color: #fdd511;
    color: #000;
    float: left;
    border-radius: 20px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
}
.page_search_filter_container ._refine_results ._info ._price ._bargain_btn_product:hover {
    text-decoration: none;
    background-color: #d9b502;
}
.page_search_filter_container ._refine_results ._info ._price .s_head {
    font-size: 12px;
    color: #b7b5b5;
    font-weight: bold;
}
.page_search_filter_container ._refine_results ._info ._price ._avg_price {
    font-size: 14px;
    color: #000;
    margin: 5px 0;
}
.page_search_filter_container ._refine_results ._info ._price ._cost_price {
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    color: #212121;
    word-wrap: break-word;
    word-break: break-word;
}
.page_search_filter_container ._refine_results ._info ._price ._sell_cost_price {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    color: #212121;
    word-wrap: break-word;
    word-break: break-word;
}
.page_search_filter_container ._refine_results ._info ._price ._sell_cost_price.active {
    color: red;
}
.page_search_filter_container ._refine_results ._info ._price ._sell_cost_price span.active {
    text-decoration: line-through !important;
}


.page_search_filter_container ._refine_results ._info ._price .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #fdd511;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../../../assets/arrowdown.gif") no-repeat 90% 50%;
}
.page_search_filter_container ._refine_results ._info ._price .select-style select {
    padding: 10px;
    width: 130%;
    max-width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.page_search_filter_container ._refine_results ._info ._price .select-style select:focus {
    outline: none;
}
.page_search_filter_container ._refine_results ._info ._price ._quote_button {
    margin: 20px 0 20px;
}
.page_search_filter_container ._refine_results ._info ._price ._quote_button button {
    height: auto;
    padding: 10px 20px;
    background-color: #fdd511;
    color: #000;
    text-align: center;
    outline: none;
    transition: all .3s;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    border-radius: 20px;
}
.page_search_filter_container ._refine_results ._info ._price ._quote_button button:hover {
    background-color: #ffdf42;
    color: #000;
}
.page_search_filter_container ._refine_results ._info ._price ._quote_button button:active {
    background-color: #cca900;
    color: #000;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor .badges {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0;
    background-color: transparent;
    border: 2px solid #fdd511;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor .badges._outline {
    color: #000 !important;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor .badges._primary {
    background-color: #fdd511;
    color: #000 !important;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor .badges._fill {
    background-color: #fdd511;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor .badges._second {
    background-color: #020621;
    color: #fff;
    border: 2px solid #020621;
}
.page_search_filter_container ._refine_results ._info ._badge_sponsor .badges._second_rev {
    color: #020621 !important;
    border: 2px solid #020621;
}
.filter-product .item-row {
    height: auto;
}
.filter-product .item-row.active {
    display: block;
}
.filter-product .item-row.unactive {
    display: none !important;
}
._onWait_big {
    padding: 30vh 0;
    color: #808080;
    height: 60vh;
    font-family: SANS-SERIF;
    font-size: 18px;
}
._onWait_big div {
    width: 50px;
    height: 50px;
    padding-bottom: 20px;
    background-image: url(../../../assets/ring.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    margin: 0 auto;
}
._onWait_normal {
    padding: 25vh 0;
    color: #808080;
    height: 50vh;
    font-family: SANS-SERIF;
    font-size: 18px;
}
._onWait_normal img {
    width: 50px;
    height: 50px;
    padding-bottom: 20px;
}
._onWait_small {
    padding: 15vh 0;
    color: #808080;
    height: 30vh;
    font-family: SANS-SERIF;
    font-size: 18px;
}
._onWait_small img {
    width: 50px;
    height: 50px;
    padding-bottom: 20px;
}
.product-detail .items {
    padding: 0 40px !important;
}
.map_dealer_ovl {
    margin: -20px -25px -20px -15px;
}
@media (max-width:768px) {
    .map_dealer_ovl {
        margin: -20px -25px -20px -25px;
        display: block;
        padding-top: 20px;
    }
}
._refine_sort {
    color: #808080;
    font-family: SANS-SERIF;
    font-size: 18px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
._refine_sort .select-sort {
    padding: 0;
    margin: 0;
    border: 1px solid #fdd511;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../../../assets/arrowdown.gif") no-repeat 90% 50%;
    outline: none;
}
._refine_sort .select-sort select {
    padding: 10px;
    width: 130%;
    max-width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    cursor: pointer;
    outline: none;
}
._refine_sort .select-sort select:focus {
    outline: none;
}
._refine_pagination {
    display: block;
    width: 100%;
    margin: 40px 0;
    font-size: 0;
}
._refine_pagination a.link_pagination {
    color: #212121;
    background-color: #fdd511;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    margin: 0;
}
._refine_pagination a.link_pagination:hover {
    background-color: #fdde44;
}
._refine_pagination a.link_pagination:active {
    background-color: #c0a002;
}
._refine_pagination a.link_pagination.active {
    background-color: #212121;
    color: #fdd511;
}
@media (max-width:767px) {
    .page_search_filter_container ._refine_results ._brand_image {
        margin: 20px 0;
    }
}
.product-detail .items .item-detail .-quan {
    border: 1px solid #ddd !important;
}
._promotion_items {
    width: 100%;
    float: left;
    height: 400px;
    cursor: pointer;
}
._promotion_items ._cv {
    width: 100%;
    height: 300px;
}
._promotion_items ._cv._bg {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}
._promotion_items ._cv._no {
    width: 100%;
    height: 300px;
    background-color: #808080;
}
._promotion_items ._p_n {
    padding: 20px 0;
    font-size: 18px;
    font-family: 'Mitr', sans-serif;
    font-weight: bold;
}
.price_waiter._link, .price_waiter {
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 5px;
    transition: all .3s;
    cursor: pointer;
    border: 2px solid #000;
    color: #000;
    background-color: #fdd511;
    background-color: #212121;
    color: #fdd511;
    border: 2px solid #212121;
    outline: none;
}
.price_waiter:hover {
    background-color: #212121;
    color: #fdd511;
    border: 2px solid #212121;
}
.price_waiter_square {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 5px;
    transition: all .3s;
    cursor: pointer;
    border: 2px solid #000;
    color: #000;
    border-radius: 50px;
    background-color: #fdd511;
}
.price_waiter_square:hover {
    background-color: #212121;
    color: #fdd511;
    border: 2px solid #212121;
}
.price_waiter._link._incart {}
.price_buy {
    border-radius: 20px;
    background-color: #020621;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 5px;
    transition: all .3s;
    cursor: pointer;
}
.price_buy:hover {
    background-color: #4a4a49;
}
.price_outline {
    border-radius: 20px;
    background-color: transparent;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 5px;
    transition: all .3s;
    cursor: pointer;
    border: 2px solid #000;
    background-color: #fdd511;
}
.price_outline:hover {
    background-color: #212121;
    color: #fdd511;
    border: 2px solid #212121;
}
.dealer-block {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.dealer_block_beater_backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 1100;
}
.dealer_beater_container {
    max-height: 81vh;
    height: auto;
    background-color: #fdd511;
    float: left;
    /* height: 100%;*/
    padding: 20px;
    position: fixed;
    left: 40px;
    z-index: 1101;
    width: 500px;
    /* top: 200px;*/
    top: 0px;
    margin-top: 50px;
    overflow: auto;
}
.dealer_beater_container * {
    outline: none !important;
}
.dealer_beater_container.bargainList {
    width: 70vw;
}
.dealer_beater_container .unBeatBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 2;
    margin: 0;
}
.dealer_beater_container .h_1 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.dealer_beater_container .h_1_p {
    color: #000;
    font-size: 16px;
    line-height: 16px;
}
.dealer_beater_container .h_2 {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}
.dealer_beater_container label {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
}
.dealer_beater_container input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}
.dealer_beater_container textarea {
    width: 100%;
    height: 150px;
    outline: none;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}
.tbl-response table {
    width: 100%;
}
.tbl-response table.space-padding thead tr th {
    padding: 10px;
}
.tbl-response table.space-padding tbody tr td {
    padding: 10px;
}
.tbl-response table thead tr {
    background-color: #eee;
    height: 50px;
}
.tbl-response table thead tr th {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.tbl-response table tbody tr {
    border-bottom: 1px solid #eee;
}
.tbl-response table tbody tr.even {
    background-color: #f7de67;
}
.tbl-response table tbody tr td {
    font-family: "Mitr", sans-serif !important;
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: sans-serif;
    /* font-weight: bold;*/
    color: #4a4a4a;
}
.tbl-response table tbody tr td .bgImg {
    width: 100px;
    height: auto;
}
.tbl-response table tbody tr td .view_replay {
    padding: 7px 23px;
    font-size: 12px;
    text-align: center;
    background-color: transparent;
    color: #888484;
    margin-bottom: 5px;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    border: 2px solid #888484;
    display: inline-block;
}
.tbl-response table tbody tr td .view_replay:hover {
    /* background-color: #888484;
    color: #fff;*/
}
.tbl-response table tbody tr td .view_replay.a {
    /* border-color: #2fce3d;
  background-color: transparent;
  color: #2fce3d;*/
    border: 2px solid #000;
    background-color: #fdd511;
    color: #000;
    border-radius: 20px;
}
.tbl-response table tbody tr td .view_replay.a:hover {
    /*border-color: #2fce3d;
  background-color: #2fce3d;
  color: #fff;*/
    background-color: #212121;
    color: #fdd511;
    border: 2px solid #212121;
}
.tbl-response table tbody tr td .view_replay.w {
    cursor: default;
    border-radius: 5px;
    border-color: #888484;
    ;
    background-color: #888484;
    ;
    color: #fff;
}
.tbl-response table tbody tr td .view_replay.d {
    cursor: default;
    border-radius: 5px;
    /*border-color: #dc6464;
  background-color: transparent;
  color: #dc6464;*/
    border-color: #dc6464;
    background-color: #dc6464;
    color: #fff;
}
.tbl-response table tbody tr td .view_replay.d:hover {
    /*border-color: #dc6464;
  background-color: #dc6464;
  color: #fff;*/
}
.tbl-response table tbody tr td .view_replay.o {
    /*  border-color: #0097a7;
  background-color: transparent;
  color: #0097a7;*/
    cursor: default;
    border-radius: 5px;
    border-color: #0097a7;
    background-color: #0097a7;
    color: #fff;
}
.tbl-response table tbody tr td .view_replay.z {
    cursor: default;
    border-radius: 5px;
    border-color: #2fce3d;
    background-color: #2fce3d;
    color: #fff;
}
.tbl-response table tbody tr td .view_replay.z:hover {
    /*  border-color: #2fce3d;
  background-color: #2fce3d;
  color: #fff;*/
}
.tbl-response table tbody tr td .view_replay.o:hover {
    /*  border-color: #0097a7;
  background-color: #0097a7;
  color: #fff;*/
}
.tbl-response table tbody tr td .view_replay.y {
    border-color: #0097a7;
    background-color: transparent;
    color: #0097a7;
}
.tbl-response table tbody tr td .view_replay.y:hover {
    border-color: #0097a7;
    background-color: #0097a7;
    color: #fff;
}
.tbl-response table tbody tr td .view_info {
    font-size: 12px;
    color: #202020;
    display: inline-block;
    margin: 0 auto;
}
.tbl-response table tbody tr td span {
    display: inline-block;
}
.btn_bargain {
    background-color: #212121 !important;
    color: #fdd511 !important;
    padding: 7px 10px;
    outline: none;
    transition: all .3s;
    border: 0;
}
.brandListBlock .items {
    float: left;
    width: 200px;
    height: auto;
}
.brandListBlock .items img {
    width: 100%;
    height: auto;
}
.brandListBlock .slick-controls {
    display: none !important;
}
.-social.-fill a {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
.-social img:not(.normal) {
    display: none;
}
.-social a:hover img.normal {
    display: none;
}
.-social a:hover img.hover {
    display: inline-block;
}
.choose_filter_header {
    margin: 10px 0;
    font-size: 32px !important;
    color: #000;
}
.btn-large {
    padding: 15px 30px !important;
}
._post_share_detail {
    margin: 15px 0 20px;
}
._post_share_detail a {
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
._post_share_detail a:hover {
    color: #808080;
    text-decoration: none;
}
._post_share_detail a:hover img._stage_normal {
    visibility: hidden;
}
._post_share_detail a:hover img._stage_hover {
    opacity: 1;
}
._post_share_detail a i, ._post_share_detail a img {
    outline: none;
    width: 40px;
    height: 40px;
}
._post_share_detail a img._stage_normal {
    display: inline-block;
}
._post_share_detail a img._stage_hover {
    position: relative;
    opacity: 0;
    display: inline-block;
    /*  //margin-top: -40px;*/
    margin-top: -57px;
}
.btn_rounded {
    border-radius: 20px !important;
}
.product-detail .items .-non-slide .-zoom {
    width: 500px !important;
    height: 500px !important;
}
.back_to_home {
    width: auto;
    display: inline;
    background-color: #fdd511;
    color: #000 !important;
    border-radius: 20px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    font-family: 'Mitr', sans-serif;
}
.back_to_home:hover {
    text-decoration: none;
    background-color: #d9b502;
}
.price_neog {
    min-height: 50vh;
    margin-bottom: 40px;
}
.tbl-response {
    float: left;
    width: 100%;
    overflow: auto;
}
.tbl-response table {
    min-width: 1024px;
}
.other .item .product-image-link .img {
    height: auto !important;
}
.refine_result_number {
    display: inline-block;
    padding: 9px;
    background-color: #fdd511;
    color: #000;
    font-size: 16px;
    font-family: Mitr;
}
.bargain-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
    display: none;
}
.bargain-form-overlay.active {
    z-index: 1100;
    opacity: 1;
    display: block;
}
.bargain-form {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
}
.bargain-form.active {
    z-index: 1101;
    opacity: 1;
    display: block;
}
.bargain-form .display-table {
    width: 70vw;
    margin: 0 auto;
}
.bargain-form .display-table .display-table-cell .fa-times {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    font-size: 2em;
    color: #fff;
    background-color: #505050;
    outline: none;
}
.bargain-form .display-table .display-table-cell .accept-form {
    height: auto;
    max-height: 90vh;
    background-color: #fdd511;
    padding: 15px;
    overflow: auto;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    float: left;
    text-align: left;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area:first-child {
    margin-top: 20px;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area .lbl {
    font-size: 1.3em;
    color: #000;
    text-align: left;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area .price_outline {
    margin-top: 10px;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area .information {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area .information label {
    margin-right: 20px;
    cursor: pointer;
    min-width: 175px;
}
.bargain-form .display-table .display-table-cell .accept-form .input-area .information input[type="text"] {
    border: 0;
    width: 25%;
    height: 50px;
    outline: none;
    padding: 5px;
    color: #000;
    font-size: 1em;
    border-radius: 5px;
}
@media screen and (max-width:571px) {
    .bargain-form .display-table .display-table-cell .accept-form .input-area .information input[type="text"] {
        width: 40%;
    }
}
.bargain-form .display-table .display-table-cell .accept-form .input-area .information textarea {
    border: 0;
    width: 100%;
    height: 100px;
    outline: none;
    padding: 13px;
    color: #000;
    font-size: 1em;
    border-radius: 5px;
    font-family: sans-serif;
}
.bargain-form .display-table .display-table-cell .note-referrence {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #fdd511;
    padding: 5px 20px;
    color: #000;
    border-radius: 3px;
    display: none;
}
@media (max-width:767px) {
    .detail_dealer .row-dealer {
        max-height: 100%;
        margin: 0 !important;
        height: 100%;
        /*overflow-y: auto;*/
    }
    .detail_dealer .row-dealer .detail_dealer_block {
        padding: 0 !important;
    }
    .detail_dealer .row-dealer .detail_dealer_block .text-right {
        text-align: center !important;
    }
}
@media screen and (max-width:767px) {
    .test h5, .test * {
        margin: 0 !important;
        font-family: 'Mitr' !important;
    }
    .test p, .test * {
        margin: 0 !important;
        font-family: 'Mitr' !important;
    }
}
.button_login button {
    width: auto;
    display: inline;
    background-color: #fdd511;
    color: #000 !important;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    font-family: 'Mitr', sans-serif;
    font-weight: 300;
    line-height: inherit;
}
.text_login {
    color: #808080;
    font-family: SANS-SERIF;
    font-size: 18px;
    padding-bottom: 20px;
}
body * {
    font-family: "Mitr", sans-serif;
}
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.display_news_cover {
    width: 100%;
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.featured_post .recommend {
    padding: 20px 0;
}
.featured_post h2, .recommend h2, .bid_header, .other h2 {
    margin: 0 0 25px;
    padding: 0 0 16px;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 22px!important;
    color: #000!important;
    font-weight: bold!important;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    word-wrap: break-word;
    white-space: normal;
}
.featured_post h2::before {
    position: absolute;
    width: 100px;
    content: "";
    bottom: 10px;
    left: 0;
    border-top: 3px solid #212121;
}
.featured_post h2::after {
    position: absolute;
    width: 130px;
    content: "";
    bottom: 0;
    left: 0;
    border-top: 3px solid #212121;
}
@media screen and (max-width:510px) {
    .dealer_beater_container {
        left: 0px !important;
        width: 100% !important;
        height: 100%;
        overflow: auto;
    }
    .beater_txt_2 {
        margin-top: 23px !important;
    }
}
@media screen and (max-width:410px) {
    .product-detail .items {
        padding: 0 0px !important;
    }
    .test * {
        font-size: 14px !important;
    }
}
.view_replay.a {
    border: 2px solid #000;
    background-color: #fdd511;
    color: #000;
    border-radius: 20px;
}
.view_replay.a:hover {
    background-color: #212121;
    color: #fdd511;
    border: 2px solid #212121;
}
.view_replay {
    padding: 7px 23px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
}
.view_replay.w {
    cursor: default;
    border-radius: 5px;
    border-color: #888484;
    background-color: #888484;
    color: #fff;
}
.view_replay.z {
    cursor: default;
    border-radius: 5px;
    border-color: #2fce3d;
    background-color: #2fce3d;
    color: #fff;
}
.view_replay.d {
    cursor: default;
    border-radius: 5px;
    border-color: #dc6464;
    background-color: #dc6464;
    color: #fff;
}
._normal_info1 {
    margin: 0 auto;
    padding: 75% 0 0;
    display: block;
    width: 100%;
    max-width: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}
.recommend .item-test {
    padding: 10px !important;
}
.recommend {
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    opacity: 0;
    transition: all .4s;
    margin: 0;
    padding: 50px 0;
}
.recommend.active {
    opacity: 1;
}
.recommend .-recommend {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 50px;
}
.recommend h2 {
    position: relative;
    z-index: 1;
    width: 100%;
    color: #212121;
    font-size: 24px!important;
    font-weight: 700!important;
    text-align: left;
    text-transform: uppercase;
    white-space: 0!important;
    word-wrap: break-word;
    margin: 0 0 25px;
    padding: 0 0 16px;
}
.recommend h2::before {
    position: absolute;
    width: 100px;
    content: "";
    bottom: 10px;
    left: 0;
    border-top: 3px solid #212121;
}
.recommend h2::after {
    position: absolute;
    width: 130px;
    content: "";
    bottom: 0;
    left: 0;
    border-top: 3px solid #212121;
}
.recommend .slick-controls {
    position: absolute;
    top: 50%;
    z-index: 1002;
    display: block;
    color: #FDD511;
    font-size: 0;
    line-height: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(0, -50%);
    margin: 0;
}
.recommend .slick-controls:hover {
    color: #FFDF42;
}
.recommend .slick-controls i {
    font-size: 4rem;
}
.recommend .slick-controls.-prev {
    left: 0;
    padding: 5px 19px 5px 16px;
}
.recommend .slick-controls.-next {
    right: 0;
    padding: 5px 16px 5px 19px;
}
.recommend .slick-controls img {
    max-width: 100%;
}
.recommend .slick-controls .dark {
    display: none;
}
.recommend .slick-dots {
    bottom: 22px;
    font-size: 0;
}
.recommend .slick-dots li {
    width: 20px;
    height: 6px;
    margin: 0 3px 5px;
}
.recommend .slick-dots li button {
    width: 100%;
    height: 6px;
    padding: 0;
}
.recommend .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 7px;
    opacity: 0.4;
    border-radius: 0;
    border: none;
    background-color: #212121;
}
.recommend .slick-dots li:hover button:before {
    opacity: 0.6;
    background-color: #212121;
}
.recommend .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #212121;
}
.recommend .item {
    padding: 15px 0;
}
.recommend .item .product-image-link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 20px;
}
.recommend .item .product-image-link .img {
    display: block;
    width: 100%;
    max-width: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out;
    margin: 0 auto;
    padding: 75% 0 0;
}
.recommend .item .product-image-link .badges {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    color: #FFF;
    text-transform: capitalize;
    opacity: 1;
    padding: 10px 20px;
}
.recommend .item .product-image-link .badges+.badges {
    top: 34px;
}
.recommend .item .product-image-link .-card {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
}
.recommend .item .product-image-link .-card .-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #FFF;
    font-size: 18px;
}
.recommend .item .product-image-link .-card .-table .-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.recommend .item .product-image-link .-card .-table .-cell img {
    display: block;
    max-width: 50%;
    max-height: 50%;
    margin: 0 auto;
}
.recommend .item .product-image-link .-card .-table .-cell span {
    display: inline-block;
    width: 100%;
}
.recommend .item .product-image-link .-card .-table .-cell .button {
    margin: 20px 0 0;
}
.recommend .item .product-image-link:hover .-card {
    opacity: 1;
    background-color: rgba(255, 255, 0, 0.3);
}
.recommend .item .item-detail {
    padding: 0 0 15px;
}
.recommend .item .item-detail .badges {
    margin: 0;
}
.recommend .item .item-detail .badges.badges {
    margin: 0 0 5px 5px;
}
.recommend .item .item-detail .-brand {
    display: inline-block;
    width: 100%;
    color: #212121;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    white-space: 0!important;
    word-wrap: break-word;
    margin: 10px 0 0;
}
.recommend .item .item-detail .-name {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
}
.recommend .item .item-detail .-name a {
    display: block;
    color: #212121;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    white-space: 0!important;
    word-wrap: break-word;
}
.recommend .item .item-detail .-size {
    display: inline-block;
    width: 100%;
    color: #212121;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    white-space: 0!important;
    word-wrap: break-word;
    margin: 5px 0 0;
}
.recommend .item .item-detail .-market {
    display: inline-block;
    width: 100%;
    color: #212121;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    white-space: 0!important;
    word-wrap: break-word;
    margin: 5px 0 0;
}
.recommend .item .item-detail .button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all .3s;
    margin: 20px 0 0;
}
.recommend .item .item-detail .button:before {
    content: "In Cart";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(-200%, -50%);
    transition: all .3s;
}
.recommend .item .item-detail .button:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .3s;
}
.recommend .item .item-detail .button span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    backface-visibility: hidden;
}
.recommend .item .item-detail .button.-incart {
    background-color: #020621;
}
.recommend .item .item-detail .button.-incart:before {
    transform: translate(0, -50%);
}
.recommend .item .item-detail .button.-incart span {
    transform: translateX(200%);
}
.recommend .item .item-detail a {
    color: #212121;
}
.recommend .item .item-detail a:hover {
    color: #FDD511;
}
.recommend .slick-controls.active, .recommend .slick-controls:hover, .recommend .slick-controls:focus, .recommend .slick-controls:active, .recommend .item .item-detail a.active, .recommend .item .item-detail a:hover, .recommend .item .item-detail a:focus, .recommend .item .item-detail a:active {
    text-decoration: none;
}
.recommend .slick-controls.active, .recommend .slick-controls:focus, .recommend .slick-controls:active, .recommend .item .item-detail a.active, .recommend .item .item-detail a:focus, .recommend .item .item-detail a:active {
    color: #CCA900;
}
.recommend .item .-category, .recommend .item .item-detail .-category {
    display: inline-block;
    width: 100%;
    color: #212121;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    white-space: 0!important;
    word-wrap: break-word;
    margin: 0 0 10px;
}
@media screen and max-width 767px {
    .recommend .item .product-image-link .img {
        padding: 50% 0 0;
    }
}
@media screen and max-width 543px {
    .recommend .item .product-image-link .img {
        padding: 75% 0 0;
    }
}
.recommend .h3_text {
    line-height: 1.2 !important;
    color: #191919;
    font-size: 17px !important;
    word-break: break-word;
    font-weight: 600 !important;
    overflow: hidden;
}
.recommend .p_text {
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #333;
    line-height: 26px;
    max-height: 53px;
    overflow: hidden;
}
.recommend ._bl_items_info1 {
    padding: 20px 20px 50px 35px;
    height: 211px;
}
.recommend ._bl_items1 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e1e1;
}
span.distance {
    padding: 5px 0;
    font-size: 13px;
    color: #212121;
    display: block;
    font-weight: normal;
}
component-carousel-banner .component_carousel_container .component_carousel_map .map_items .image_display {
    text-align: center;
}
component-carousel-banner .component_carousel_map:not(.slick-initialized) {
    overflow: hidden;
    height: 300px;
    max-height: 300px;
}
component-carousel-banner .component_carousel_lazy_container [data-table-cell] {
    height: 300px;
    max-height: 300px;
}
@media (max-width:767px) {
    .recommend .slick-controls, .best-seller .slick-controls, ._carousel_arrows_mk .a_right .fa {
        display: none!important;
    }
    .recommend .-recommend, .best-seller .-best-seller {
        padding: 0 0px!important;
    }
}
.dealer_pagination {
    float: left;
}
.dealer_pagination a {
    float: left;
    display: block;
    font-size: 16px;
}
._refine_menu ._input {
    float: left;
    display: block;
    width: 100%;
}
._refine_menu ._input .inputText {
    float: left;
    display: block;
    width: calc(100% - 85px);
    margin-right: 10px;
}
._refine_menu ._input .inputText input {
    float: left;
    width: 100%;
    height: 34px;
    outline: none;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: normal;
    color: black;
    border-radius: 20px;
    border: 1px solid #dcd9d9;
}
._refine_menu ._input .inputBtn {
    float: left;
    display: block;
    width: 75px;
}
._refine_menu ._input .inputBtn button {
    border-radius: 20px;
    height: 34px;
    text-align: center;
    background-color: #fdd511;
    color: #000;
    border: 0px;
    font-size: 14px;
    outline: none;
    font-weight: normal;
    width: 100%;
}
._refine_menu ._input .inputBtn button:hover {
    text-decoration: none;
    background-color: #d9b502;
}
.panel_detail_left {
    float: left;
    width: calc(100% - 260px);
    margin-right: 10px;
}
.panel_detail_right {
    width: 250px;
    height: 145px;
    float: left;
    /*background-color: #eee;*/
    line-height: 145px;
    text-align: center;
    font-size: 12px;
    font-weight: lighter;
}
@media (max-width: 767px) {
    .panel_detail_right {
        width: 100% !important;
        height: auto !important;
    }
    .-dealer_info .left, .right {
        float: left;
        width: 100% !important;
    }
}
.line_logo_container {
    position: fixed;
    bottom: 15px;
    left: 13px;
    z-index: 100;
}
.line_logo_container a {
    display: block;
    outline: none;
}
.line_logo_container img {
    height: 60px;
    width: auto;
}
@media(max-width: 991px) {
    .panel_detail_left {
        width: 100%;
    }
    .panel_detail_right {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .line_logo_container img {
        height: 40px !important;
    }
}
.lineat_product_detail {
    color: black !important;
    text-decoration: none;
    outline: none;
}
.lineat_product_detail:hover {
    color: black !important;
    text-decoration: none;
    outline: none;
}