/* update 9.09am 20/08/2021 */

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}
.overlayLoading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1051;
}

.container-content {
    margin-top: 90px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.container-background-popup {
    position: relative;
}

.compare-products-title {
    padding: 80px 0 0 0;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.compare-products-title>h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 120%;
    color: var(--text-color);
    text-transform: uppercase;
}

.container-compare-products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    padding-left: 247px;
}

.compare-products-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.compare-products-item {
    position: relative;
    width: 33.33%;
    padding: 0 50px;
}

.compare-products-item.car-picker {
    padding: 0 26px;
}

#info-car3 {
    width: 100%;
    height: 100%;
}

.compare-products-car-picker {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.compare-products-car-picker .compare-car-picker-image {
    width: 100%;
}

.compare-products-car-picker .compare-car-picker-blur {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    transition: background-color 0.2s ease-in;
}

.compare-products-car-picker:hover .compare-car-picker-blur {
    background-color: rgba(255, 255, 255, 0);
}

.compare-products-car-picker:hover .plus-button {
    background-color: var(--primary-color);
}

.compare-products-car-picker .plus-button {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #808080;
    z-index: 1;
    position: absolute;
    transition: background-color 0.2s ease-in;
}

.compare-car-picker-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #eb0a1e;
    cursor: pointer;
}

.compare-car-picker-button i {
    display: inline-block;
    padding-right: 15px;
    padding-top: 4px;
    font-size: 12px;
    padding-left: 15px;
}

.car-picking-popup-container {
    width: 90%;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: #ffffff;
    padding: 0;
    /*     padding: 80px 120px; */
    padding-bottom: 30px;
    opacity: 0;
    height: 0;
    box-shadow: 0 5px 5px 1px #888888;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

.car-picking-popup-container::-webkit-scrollbar {
    display: none;
}

.car-picking-box {
    padding-right: 50px;
}

.car-picking-popup-container .car-picking-popup-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 120%;
    color: #1a1a1a;
    margin-bottom: 80px;
}

.car-picking-input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 32px;
}

.car-picking-input-group .car-picking-input-label {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.car-picking-input-group .car-picking-text-input {
    width: 100%;
    padding-bottom: 8px;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-bottom: 1px solid #cccccc;
}

.car-picking-input-group .car-picking-select-input-container {
    width: 100%;
    position: relative;
}

.car-picking-input-group .car-picking-select-input-container .car-picking-select-input {
    width: 100%;
    padding-bottom: 8px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cccccc;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.car-picking-popup-container .row .car-picking-box .car-picking-input-label {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #1a1a1a;
}

.car-picking-popup-container .row .car-picking-image-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 50px;
}

.car-picking-popup-container .row .car-picking-image-box .car-picking-image {
    width: 100%;
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.car-picking-popup-container .row .add-picking-car {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.12em;
    color: #ffffff;
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #eb0a1e;
    opacity: 0.2;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    transition: opacity 0.3s ease-in;
}

.car-picking-popup-container .row .car-picking-image-box .car-picking-image-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #1a1a1a;
    text-align: center;
}

.product-item-name {
    font-weight: bold;
    width: 80%;
    font-size: 20px;
    line-height: 150%;
    color: var(--text-color);
    margin: 0;
    margin-bottom: 11px;
    min-height: 59px
}

.product-item-price {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    position: relative;
}

.product-item-price .product-item-price-sub {
    position: absolute;
    font-size: 10px;
    top: -6px;
}

.col-division-left {
    position: absolute;
    left: 32.5%;
    bottom: calc(50% - 26px);
    font-size: 34px;
    font-weight: bold;
    color: var(--text-color);
}

.col-division-left::before {
    content: "";
    position: absolute;
    width: 1px;
    top: calc(-100% - 41px);
    left: 50%;
    height: 90px;
    background-color: #CCCCCC;
}

.col-division-left::after {
    content: "";
    position: absolute;
    width: 1px;
    bottom: calc(-100% - 44px);
    left: 50%;
    height: 90px;
    background-color: #CCCCCC;
}

.col-division-right {
    position: absolute;
    left: 65%;
    bottom: calc(50% - 26px);
    font-size: 34px;
    font-weight: bold;
    color: var(--text-color);
}

.col-division-right::before {
    content: "";
    position: absolute;
    width: 1px;
    top: calc(-100% - 41px);
    left: 50%;
    height: 90px;
    background-color: #CCCCCC;
}

.col-division-right::after {
    content: "";
    position: absolute;
    width: 1px;
    bottom: calc(-100% - 44px);
    left: 50%;
    height: 90px;
    background-color: #CCCCCC;
}

.product-item-footer {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.product-item-btn {
    text-decoration: none;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
}

.compare-products-item .close-item:hover {
    color: #000000;
    opacity: 0.8;
}

.product-item-btn:hover {
    color: var(--primary-color);
    opacity: 0.8;
}

.compare-products-item .close-item {
    position: absolute;
    top: 0;
    font-size: 38px;
    line-height: 30px;
    right: 26px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.container-car-info {
    width: 1142px;
    max-width: 100%;
    margin: 0 auto;
}

.car-info-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: var(--text-color);
    margin: 0;
    margin-bottom: 40px;
}

.car-info-table {
    width: 100%;
    margin-bottom: 50px;
}

.car-info-table td {
    width: 33%;
    padding: 20px 40px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: var(--text-color);
}

.car-info-table td:nth-child(1) {
    width: 12%;
}

.car-info-table .car-info-name {
    border-left: unset;
    padding-left: 0;
    font-weight: bold;
}

.container-car-detail {
    width: 1142px;
    max-width: 100%;
    margin: 80px auto;
    border: 1px solid #CCCCCC;
}

.specifications-list-name {
    display: flex;
    justify-content: space-between;
    padding: 18px 17px;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

.car-detail-list:last-child .specifications-list-name {
    border-bottom: none;
}

.specifications-item>i, .specifications-list-name>i {
    transition: all 0.3s ease-in-out;
}

.specifications-list-name>p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
}

.specifications-list-content {
    display: none;
}

.specifications-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 14px 40px;
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
}

.specifications-list-name.active>i, .specifications-item.active>i {
    transform: rotate(180deg);
}

.specifications-content {
    /* display: none; */
}

.specifications-content .three-rows {
    width: 100%;
}

.specifications-content .three-rows td {
    width: 22%;
    padding: 10px 40px;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.specifications-content .three-rows td:nth-child(1) {
    width: 34%;
}

.specifications-item>p {
    margin: 0;
    font-weight: 600;
    color: var(--text-color);
}

.specifications-item.active>i {
    transform: rotate(180deg);
}

.btn-send-email-mobile {
    display: none;
}

.btn-send-email {
    display: block;
    border: 1px solid #101010;
    font-size: 12px;
    background-color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
}

.email-form-mobile {
    display: none;
    z-index: 5;
    margin-top: 60px;
}

.container-link {
    max-width: 100%;
    margin: 60px auto;
    display: flex;
    justify-content: space-evenly;
    padding: 60px 0;
    background-color: #CCCCCC;
}

.container-link>a {
    text-decoration: none;
    color: #000;
}

.link-item {
    display: flex;
    align-items: center;
}

.link-item>p {
    margin-bottom: 0;
}

.link-item img {
    margin-right: 20px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__overlay-nofi, .modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#notification-modal {
    display: none;
}

.modal__body-email {
    background-color: #fff;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 800px;
    /* height: 500px; */
}

.modal__body-notification {
    background-color: #fff;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 800px;
    max-width : 100%
    /* height: 300px; */
}

.modal-notification-title {
    padding-top: 40px;
    padding-bottom: 38px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 34px;
    color: var(--text-color);
    margin: 0;
}

.modal-email-title {
    padding-top: 76px;
    padding-bottom: 38px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 34px;
    color: var(--text-color);
    margin: 0;
    line-height: 120%;
}

.modal__inner {
    padding: 0 78px;
}

.container-form-mobile label, .modal__inner label {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    display: block;
    margin-bottom: 12px;
}

.form-input {
    font-style: italic;
    font-size: 18px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px;
    outline: none;
    margin-bottom: 20px;
}

.tb-email-form {
    color: #808080;
    font-style: italic;
}

.submit-email-btn {
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    margin: 30px auto;
    cursor: pointer;
}

.close-form-notification, .close-form {
    border: 1px solid #CCCCCC;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #CCCCCC;
    font-size: 26px;
    line-height: 26px;
    padding: 4px 10px;
    cursor: pointer;
}

.modal-form-success {
    text-align: center;
}

.notification-success {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    width: 440px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.notification-success.custom {
    margin-bottom: 20px;
}

.back-to-homepage, .back-to-homepage:hover {
    display: inline-block;
    border: 1px solid #1c1c1c;
    color: #101010;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 12px;
    margin: 20px 0;
}

.email-success-form-mobile {
    display: none;
}

/* reponsive */

@media (max-width:1266px) {
    .container-compare-products {
        padding-left: 0;
    }
}

@media (max-width:1080px) {
    .container-car-detail {
        border: none;
        padding: 0 16px;
    }
    .container-compare-products {
        padding-top: 60px;
    }
    .compare-products-title {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 32px;
        margin-top: 40px;
    }
    .compare-products-title>h3 {
        display: inline;
        text-align: center;
    }
    .specifications-list-name {
        padding: 16px 16px;
    }
    .compare-products-content {
        width: 100%;
        justify-content: left;
        margin-left: 0;
    }
    .compare-products-item {
        min-width: 50%;
        display: flex;
        flex-direction: column;
        padding: 16px 20px;
        border: 1px solid #CCCCCC;
    }
    .compare-products-item:nth-child(3) {
        display: none;
    }
    .product-item-name {
        font-size: 12px;
        width: 90%;
        height: 40px;
        margin: 0;
        min-height: unset;
    }
    .product-item-price {
        width: 100%;
        font-size: 12px;
        height: 40px;
        margin: 0;
        margin-bottom: 10px;
    }
    .compare-products-item>img {
        width: 100%;
        object-fit: contain;
    }
    .compare-products-item:nth-child(1) {
        padding: 16px 20px;
    }
    .compare-products-item:nth-child(2) {
        padding: 16px 20px;
    }
    .specifications-item {
        padding: 13px 24px;
    }
    .compare-products-item .close-item {
        top: 8px;
        font-size: 32px;
        right: 11px;
    }
    .product-item-btn {
        font-size: 10px;
    }
    .col-division-left {
        display: none;
    }
    .col-division-right {
        display: none;
    }
    .container-car-info {
        padding: 0 16px;
    }
    .car-info-title {
        font-size: 18px;
    }
    .car-info-tr {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
    }
    .car-info-tr .car-info-name {
        width: 100% !important;
        display: block;
        border: none;
        padding: 8px 5px;
        position: relative;
    }
    .car-info-tr .car-info-name::after {
        content: "";
        position: absolute;
        left: calc(50% - 1px);
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #CCCCCC;
    }
    .car-info-tr td:not(.car-info-name) {
        width: 50%;
        padding: 8px 5px;
        padding-top: 0;
        border: none;
        border-bottom: 1px solid #CCCCCC;
    }
    .car-info-tr td:nth-child(2) {
        border-right: 1px solid #CCCCCC;
    }
    .car-info-tr td:nth-child(4) {
        display: none;
    }
    .specifications-list-name>p {
        font-size: 16px;
    }
    .specifications-item p {
        font-size: 14px;
    }
    .specifications-content .three-rows {
        width: 100%;
        table-layout: fixed;
    }
    .specifications-content .three-rows tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #CCCCCC;
        font-size: 12px;
    }
    .specifications-content .three-rows td:first-child {
        width: 100% !important;
        border: none;
    }
    .specifications-content .three-rows td {
        width: 50%;
        border: none;
        padding: 10px 21px
    }
    .specifications-content .three-rows td:nth-child(4) {
        display: none;
    }
    .car-detail-list {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }
    .car-detail-list:first-child {
        border-top: 1px solid #CCCCCC;
    }
    .btn-send-email {
        display: none;
    }
    .btn-send-email-mobile {
        display: block;
        border: 1px solid #101010;
        font-size: 12px;
        background-color: #fff;
        padding: 8px 14px;
        text-transform: uppercase;
        margin: 0 auto;
        cursor: pointer;
    }
    .email-form-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
    }
    .email-form-mobile-title {
        position: relative;
        padding: 20px 0;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        line-height: 120%;
        width: 100%;
        border-bottom: 2px solid var(--primary-color);
    }
    .email-form-mobile-title>p {
        margin: 0;
    }
    .close-email-form-mobile {
        position: absolute;
        top: 50%;
        font-size: 40px;
        transform: translateY(-50%);
        right: 10px;
        cursor: pointer;
    }
    .container-form-mobile {
        padding: 30px 16px;
    }
    .container-form-sucess-mobile {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
    }
    .form-input {
        font-size: 14px;
    }
    .tb-email-form {
        font-size: 14px;
    }
    .link-item {
        flex-direction: column;
    }
    .link-item img {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .email-success-form-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
    }
    .car-detail-list:last-child .specifications-list-name {
        border-bottom: 1px solid #CCCCCC;
    }
}

@media (max-width: 380px) {
    .compare-products-item:nth-child(1) {
        padding: 16px 10px;
    }
    .compare-products-item:nth-child(2) {
        padding: 16px 10px;
    }
}

@media(max-width:370px) {
    .product-item-btn {
        font-size: 8px;
    }
}