﻿.titalNameCar{
    font-size:1rem;
}
/*phụ kiện*/
.navigation {
    background: #f1f1f1;
    margin-bottom: 50px;
}

    .navigation li {
        cursor: pointer;
        padding: 7px 20px;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

        .navigation li:hover,
        .navigation li.activated {
            border-bottom-color: #de5a5a;
        }

        .navigation li.activated {
            color: #9c3e3e;
        }

.article {
    float: left;
    width: calc((100% - (20px * 2)) / 3);
    margin-bottom: 50px;
}

    .article:not(:nth-child(3n)) {
        margin-right: 20px;
    }

@media screen and (max-width: 554px) {
    .article.for-small {
        width: calc((100% - (20px * 1)) / 2);
        margin-right: 0px;
    }

        .article.for-small:not(:nth-child(2n)) {
            margin-right: 20px;
        }
}

@media screen and (max-width: 450px) {
    .article.for-x-m-small {
        width: 100%;
        margin-right: 0px;
    }
}

.image {
    min-height: 151px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s;
}


    .image:hover {
        transform: scale(1.05);
    }

.image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.object-fit-image {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

h4.mb-3 {
    text-align: center;
}


.box-description .title-head {
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    padding-top: 3px;
    overflow: hidden;
    white-space: nowrap;
}

    .box-description .title-head:after {
        content: "";
        display: block;
        height: 1px;
        width: 60%;
        max-width: 160px;
        background-color: #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }

/*end*/
/*sub*/
.points .point {
    width: calc((100% - 3 * 20px) / 4);
    float: left;
    margin-top: 50px;
    margin-right: 20px;
}

    .points .point:nth-child(4n) {
        margin-right: 0px;
    }

@media screen and (max-width: 992px) {
    .points .point {
        width: calc((100% - 2 * 20px) / 3);
        margin-right: 20px !important;
    }

        .points .point:nth-child(3n) {
            margin-right: 0px !important;
        }
}

@media screen and (max-width: 768px) {
    .points .point.media-medium {
        width: calc((100% - 1 * 20px) / 2);
        margin-right: 20px !important;
    }

        .points .point.media-medium:nth-child(2n) {
            margin-right: 0px !important;
        }
}

@media screen and (max-width: 554px) {
    .points .point.media-medium.media-small {
        width: 100%;
    }
}

.points .point .img {
    min-height: 151px;
    cursor: pointer;
    transition: transform 0.3s;
}

.image-wrapper img {
    width: 100%;
}

.points .point .img:hover {
    transform: scale(1.05);
}

.points .point .box-description {
    height: 170px;
    overflow: hidden;
    margin-top: 20px;
}

    .points .point .box-description p {
        overflow: hidden;
    }

.points .point .title-head {
    text-overflow: ellipsis;
    padding-top: 3px;
    overflow: hidden;
    white-space: nowrap;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.object-fit-image {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.pt-9-16 {
    padding-top: 56.25%;
}


/*end*/
span.carousel-control-next-icon {
    background-color: black;
}

span.carousel-control-prev-icon {
    background-color: black;
}

img.object-fit-image {
    width: 100%;
}

@media screen and (max-width: 991px) {
    div#content {
        margin-top: 45px !important;
    }
}

div#content {
    margin-top: 150px;
}

.menu-for-mobile {
    color: #fff;
    padding: 10px;
    font-weight: bold;
    background: #eb1b2e;
    cursor: pointer;
}

@media screen and (max-width: 567px) {
    .menu-for-mobile {
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 22px;
    }
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.menu-for-mobile {
    position: relative;
    display: none;
}

.color-primary {
    color: #eb1b2e;
}

ul li a {
    color: #000;
}

ul li.activated a {
    color: #de5a5a;
}

h5.product-related-title {
    color: #000;
}

p.product-related-description {
    color: #000;
}

a.icon-social.icon-youtube {
    height: 43px !important;
}

@media screen and (max-width: 554px) {
    .menu-for-mobile {
        display: block;
    }

        .menu-for-mobile + ul {
            display: none;
        }

        .menu-for-mobile.clicked + ul {
            display: block;
        }
}

@media screen and (min-width: 320px) {
    .feature-product-container > * {
        padding: 0px 5px;
    }

    .feature-product {
        height: 110px;
        margin-bottom: 22px;
    }

        .feature-product .wrap {
            border: 1px solid #eb1b2e;
            padding: 10px;
        }

        .feature-product .feature-des {
            text-align: center;
            font-weight: bold;
            color: #eb1b2e;
        }

        .feature-product:hover .wrap,
        .feature-product .router-link-active .wrap {
            background: #eb1b2e;
        }

        .feature-product:hover .feature-des,
        .feature-product .router-link-active .feature-des {
            color: #fff;
        }

        .feature-product:hover .img-box path,
        .feature-product .router-link-active .img-box path {
            fill: #fff;
        }

        .feature-product .img-box {
            height: 70px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .btn-forward {
        font-weight: 500;
        height: 26px;
        border: 1px solid #eb1b2e;
        background: #eb1b2e;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 320px) {
    .feature-product-container > * {
        padding: 0px 2px;
    }
}

.navvigation {
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media (max-width: 450px) {
    .navvigation {
        padding: 0;
    }
}

.navvigation ul {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

@media (max-width: 450px) {
    .navvigation ul {
        display: none;
    }
}

.navvigation ul li {
    cursor: pointer;
    padding-bottom: 15px;
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #a09da2;
}

    .navvigation ul li.thong-so-ky-thuat {
        flex: 2;
    }

    .navvigation ul li.disabled {
        opacity: 0.5;
    }

    .navvigation ul li:hover,
    .navvigation ul li.activated {
        border-bottom-color: #de5a5a;
    }

@media screen and (max-width: 768px) {
    .navvigation ul li {
        flex: 2;
    }

        .navvigation ul li.thong-so-ky-thuat {
            flex: 3;
        }
}

@media screen and (max-width: 554px) {
    .navvigation ul {
        display: none;
    }

        .navvigation ul li {
            flex: 1;
            text-align: left;
            padding: 10px 20px;
            border-right: 2px solid #a09da2;
        }
}

.menu-for-mobile {
    position: relative;
    display: none;
}

@media screen and (max-width: 575px) {
    .menu-for-mobile {
        display: block;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 22px;
    }

        .menu-for-mobile + ul {
            display: none;
        }

        .menu-for-mobile.clicked + ul {
            display: block;
        }
}

.not-cargrade {
    margin: 30px auto 0px;
}

@media screen and (min-width: 320px) {
    .pt-banner {
        padding-top: 50%;
    }
}

@media screen and (min-width: 567px) {
    .pt-banner {
        padding-top: 22%;
    }
}

@media screen and (min-width: 320px) {
    .product-title {
        font-size: 22px;
        line-height: 1.5;
        font-weight: bold;
        text-transform: uppercase;
        color: #eb1b2e;
    }

    .product-related-title {
        font-size: 1rem;
        font-weight: bold;
    }

    .product-related-description {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 767px) {
    .product-related-title {
        font-size: 1.25rem;
    }

    .product-related-description {
        font-size: 1rem;
    }
}

.description {
    font-size: 1.1rem;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .description {
        font-size: 1.5rem;
    }
}

.dropdown-grade {
    position: relative;
    float: left;
}

    .dropdown-grade .grades {
        position: relative;
        float: left;
    }

@media screen and (max-width: 450px) {
    .dropdown-grade {
        display: none;
    }

        .dropdown-grade + .clearfix {
            display: none;
        }
}

.mask-dropdown {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
}

    .mask-dropdown input {
        width: 100%;
        height: 100%;
        cursor: default;
        opacity: 0;
    }

.color-text {
    margin-top: 15px;
}

.price {
    margin-top: 5px;
}

.btn-test-drive {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #aaa;
    float: left;
    padding: 8px 40px;
}

    .btn-test-drive.disabled {
        pointer-events: none;
        background: #f1f1f1;
        opacity: 0.5;
    }

    .btn-test-drive a {
        color: #000;
    }

.btn-control .btn-control-item {
    color: #fff;
    display: flex;
    height: 53px;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    white-space: nowrap;
    width: calc(((95% - 10% * 0.5) / 2));
    box-shadow: 3px 3px 4px rgba(0,0,0,0.19);
    border-radius: 4px;
}

@media screen and (max-width: 320px) {
    .btn-control .btn-control-item {
        width: 100%;
        margin-right: 0px;
    }
}

.btn-control .btn-control-item svg {
    margin-right: 2vw;
    width: 30px;
}

.btn-control .btn-primary-color:hover svg path {
    fill: #eb1b2e;
}

.btn-control .btn-gray-color {
    background: #5a5a5a;
}

    .btn-control .btn-gray-color:hover {
        background: #fff;
        color: #5a5a5a;
        border: 1px solid #5a5a5a;
    }

        .btn-control .btn-gray-color:hover .icon path {
            fill: #5a5a5a;
        }

.btn-download {
    cursor: pointer;
    display: block;
    position: relative;
}

    .btn-download ul {
        position: absolute;
        background: #eb1a2d;
        width: 100%;
        z-index: 888;
        display: none;
        left: 0px;
        top: 38px;
    }

        .btn-download ul li {
            text-align: left;
        }

            .btn-download ul li:not(:last-child) {
                border-bottom: 1px solid #c1c5c5;
            }

        .btn-download ul a {
            padding: 10px;
            text-transform: uppercase;
            color: #eb1b2e;
            display: flex;
            font-weight: normal;
            width: 100%;
            height: 100%;
        }

.btn-primary-color {
    border: 0;
    border-radius: 0px;
    outline: none;
    padding: 8px 15px;
    border-radius: 2px;
    background: #eb1b2e;
    color: #fff;
}

    .btn-primary-color:hover {
        color: #eb1a2d !important;
        background: #fff !important;
        border: 1px solid #eb1a2d !important;
    }

.btn-download ul a span {
    margin-left: auto;
}

.btn-download ul a:hover span {
    background-position: -6px -716px !important;
}

.btn-download:hover ul {
    display: block;
}

@media screen and (min-width: 992px) {
    .product-title {
        font-size: 2.4rem;
        color: #000;
        margin: 1.5rem 0;
    }

    .btn-control-item span {
        font-size: 18px;
    }

    .grade-description {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .price {
        margin: 1.5rem 0;
    }

        .price span {
            font-size: 2.5rem;
        }
}

@media screen and (min-width: 320px) {
    .color-text {
        font-size: 13px;
    }
}

@media screen and (min-width: 767px) {
    .color-text {
        font-size: 15px;
    }
}

.image {
    min-height: 200px;
}



.nav-color {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .nav-color .item-color {
        position: relative;
        margin-right: 5px;
        max-width: 64px;
    }

        .nav-color .item-color .color-text {
            display: none;
        }

        .nav-color .item-color.activated .color-thumb {
            border-color: #636363;
            pointer-events: none;
        }

        .nav-color .item-color.activated .color-text {
            display: block;
            position: absolute;
            bottom: -35px;
            white-space: nowrap;
        }

    .nav-color .color-thumb {
        display: inline-block;
        cursor: pointer;
        border: 1px solid transparent;
        padding: 4px;
        border-radius: 50%;
    }

        .nav-color .color-thumb .car-color-thumb {
            height: 100%;
            border-radius: 50%;
        }

.pt-product {
    padding-top: 50%;
}

@media screen and (min-width: 320px) {
    .color-thumb {
        width: 54px;
        height: 54px;
    }
}

@media screen and (min-width: 767px) {
    .color-thumb {
        width: 64px;
        height: 64px;
    }
}

.product-related h4 {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .product-related h4 {
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .button-product span {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 320px) {
    .action-product {
        padding: 0;
    }

        .action-product:hover svg {
            border: 2px solid #f00;
            border-radius: 50%;
        }

            .action-product:hover svg circle {
                fill: #fff;
            }

            .action-product:hover svg path {
                fill: #eb1b2e;
            }

        .action-product:hover ul {
            display: block;
        }

        .action-product .icon-image {
            text-align: center;
            padding: 10px;
        }

            .action-product .icon-image img {
                width: 40px;
            }

        .action-product .button-product {
            border-left: 3px solid #eb1b2e;
            color: #eb1b2e;
            text-align: center;
            padding: 5px;
        }

            .action-product .button-product span {
                font-weight: bolder;
                font-size: 14px;
            }

    .left-border {
        border-right: 3px solid #eb1b2e;
    }

    .btn-download {
        cursor: pointer;
        position: relative;
    }

        .btn-download ul {
            position: absolute;
            background: #fff;
            display: none;
            width: 100%;
            left: 0;
            border-radius: 10px;
            z-index: 888;
            border: 1px solid #c1c5c5;
        }

            .btn-download ul li {
                text-align: left;
            }

                .btn-download ul li:not(:last-child) {
                    border-bottom: 1px solid #c1c5c5;
                }

                .btn-download ul li a {
                    padding: 10px;
                    color: #000;
                    display: flex;
                    font-weight: normal;
                    width: 100%;
                }

                    .btn-download ul li a span {
                        position: absolute;
                        right: 5px;
                        background-position: -6px -716px !important;
                    }
}

.utility-product h4 {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .utility-product h4 {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .action-product:nth-child(2) .left-border {
        border-right: none;
    }

    .button-product ul {
        left: -10%;
        top: 30px;
        width: 165px;
    }

        .button-product ul span {
            right: 20px;
        }
}
/* thông số kỹ thuật*/
.container-specifications {
    padding: 60px 0;
    width: 1142px;
    max-width: 100%;
    margin: 90px auto 0;
}

.back-to-car-detail {
    color: var(--primary-color);
    cursor: pointer;
}

    .back-to-car-detail:hover {
        color: var(--primary-color);
        opacity: 0.8;
        text-decoration: none;
    }

.main-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    margin: 30px 0;
}

.specifications-list-name {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 24px 30px;
    border-bottom: 1px solid #3A3A3A;
    transition: all 0.3s ease-in-out;
    align-items: center;
    cursor: pointer;
}

.specifications-list:last-child .specifications-list-name {
    border-bottom: none;
}

.specifications-list-name > p {
    margin-bottom: 0;
}

.specifications-list-name.active {
    border-bottom: none;
}

    .specifications-list-name.active::after {
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        content: "";
        height: 1px;
        background-color: #3A3A3A;
    }

.specifications-list-name:last-child {
    border-bottom: none;
}

.specifications-list-content {
    display: none;
}

.specifications-list-name > i {
    color: var(--primary-color);
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
}

.specifications-list-name.active > i {
    transform: rotate(180deg);
}

.specifications-table {
    border: 1px solid #3A3A3A;
    min-height: 50vh;
}

.specifications-item {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    align-items: center;
    cursor: pointer;
    padding: 24px 0;
    margin: 0 30px;
    margin-left: 60px;
    border-bottom: 1px solid #CCCCCC;
}

    .specifications-item > p {
        margin-bottom: 0;
    }

    .specifications-item.active > i {
        transform: rotate(180deg);
    }

    .specifications-item i {
        transition: transform 0.3s ease-in-out;
    }

.specifications-content {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 30px;
    margin-left: 60px;
    border-bottom: 1px solid #CCCCCC;
}

    .specifications-content .two-rows {
        width: 76%;
    }

        .specifications-content .two-rows td {
            width: 50%;
            padding: 24px;
            border-bottom: 1px solid #CCCCCC;
            border-left: 1px solid #CCCCCC;
        }

        .specifications-content .three-rows tr:last-child td,
        .specifications-content .two-rows tr:last-child td {
            border-bottom: unset;
        }

    .specifications-content .three-rows {
        width: 100%;
    }

        .specifications-content .three-rows td:first-child {
            width: 24%;
            padding: 24px;
            border-bottom: 1px solid #CCCCCC;
            font-weight: bold;
        }

        .specifications-content .three-rows td:nth-child(n+2) {
            width: 42%;
            padding: 24px;
            border-bottom: 1px solid #CCCCCC;
            border-left: 1px solid #CCCCCC;
        }

.container-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 80px;
}

.link-item {
    display: flex;
    align-items: center;
    margin: 0 50px;
}

    .link-item > p {
        color: var(--text-color);
        margin: 0;
        margin-left: 10px;
    }

.loading-window {
    margin-top: 0 !important;
    top: 50vh;
}

.table.table-bordered tr td:first-child {
    width: 50%;
}
/* Reponsive */
@media(min-width:1081px) {
    .hide-on-pc {
        display: none;
    }
}

@media(max-width:1080px) {
    .container-specifications {
        padding: 30px 10px;
    }

    .specifications-content {
        width: 100%;
        margin: 0;
    }

    .specifications-list-name {
        padding: 16px 10px;
    }

        .specifications-list-name.active::after {
            left: 0;
            right: 0;
        }

    .specifications-content .two-rows {
        width: 100%;
    }

        .specifications-content .two-rows td {
            padding: 16px 8px;
        }

            .specifications-content .two-rows td:first-child {
                width: 65%;
            }

    .main-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .specifications-item {
        margin: 0;
        padding: 20px 10px 16px 10px;
        width: 100%;
    }

        .specifications-item > p {
            margin: 0;
        }

    .three-rows {
        display: none;
    }

    .link-item {
        margin: 0 10px;
        flex-direction: column;
    }

        .link-item > p {
            margin-left: 0;
            margin-top: 10px;
            text-align: center;
        }
}
/*menu product*/
.product-item .inner-image img {
    object-fit: contain;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

h4.product-title.mb-0 a {
    color: #000;
}

.du-doan > ul > li {
    list-style: none;
    flex-basis: calc(50% - 2px);
}

    .du-doan > ul > li > a {
        display: block;
        width: 100%;
        background: var(--color-main);
        text-align: center;
        color: var(--white);
        height: 35px;
        line-height: 35px;
        border: 1px solid var(--color-main);
    }

    .du-doan > ul > li:first-child a {
        border-radius: 25px 0px 0px 25px !important;
    }

    .du-doan > ul > li:last-child a {
        border-radius: 0px 25px 25px 0px !important;
    }

    .du-doan > ul > li > a:hover {
        border: 1px solid var(--color-main);
        background: var(--white);
        color: var(--color-main);
    }

.title-product {
    text-transform: uppercase;
    color: #eb1b2e;
    text-align: center;
    margin: 25px 0 15px 0;
    font-size: 32px;
    font-weight: bold;
}

.section-list-product .product-item .inner-image {
    background-color: #e0e0e0;
    margin-bottom: 10px;
}

.section-list-product .product-item .inner-content .product-rating-price .price span {
    font-size: 13px;
}

    .section-list-product .product-item .inner-content .product-rating-price .price span.price-amount, .section-list-product .product-item .inner-content .product-rating-price .price span.price-amount .currency-symbol {
        font-weight: 600;
    }

.section-list-product .product-item .description > ul {
    padding: 0;
}

    .section-list-product .product-item .description > ul > li {
        list-style: none;
    }

.section-list-product .product-item .description {
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.section-list-product .product-item .du-doan > ul > li > a {
    border-radius: 3px !important;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
}

.section-list-product .product-item .du-doan > ul > li {
    flex: 0 0 45%;
}

.ratio-16-9 {
    padding-top: 56.25%;
}

    .ratio-3-2 iframe, .ratio-3-2 video, .ratio-3-2 img, .ratio-1-1 iframe, .ratio-1-1 video, .ratio-1-1 img, .ratio-16-9 iframe, .ratio-16-9 video, .ratio-16-9 img, .ratio-4-3 iframe, .ratio-4-3 video, .ratio-4-3 img, .ratio-8-5 iframe, .ratio-8-5 video, .ratio-8-5 img, .ratio-custome iframe, .ratio-custome video, .ratio-custome img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.ratio-3-2, .ratio-1-1, .ratio-16-9, .ratio-4-3, .ratio-8-5, .ratio-custome {
    position: relative;
}

.wrp-effect-scale {
    position: relative;
    overflow: hidden;
}

    .wrp-effect-scale:hover .effect-scale::after {
        content: "";
        background-color: rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .wrp-effect-scale .effect-scale {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .wrp-effect-scale .effect-scale:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

.wrp-effect-change-img {
    position: relative;
}

    .wrp-effect-change-img .effect-change-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: 0;
        filter: opacity(0);
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 10;
    }

    .wrp-effect-change-img:hover .effect-change-img img {
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
    }

.wrp-effect-opacity img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.wrp-effect-opacity:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.effect-spin {
    position: relative;
}

    .effect-spin::after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px 0 0 -9px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 1px solid var(--color-main);
        border-top-color: transparent;
        border-bottom-color: transparent;
        animation: spin 0.6s infinite linear;
        pointer-events: none;
    }

    .effect-spin i::before {
        opacity: 0;
        filter: opacity(0);
        visibility: hidden;
    }

.product-content-detail .add-to-cart.effect-spin:hover::after {
    content: none;
}

@media screen and (max-width: 991px) {
    div#content {
        margin-top: 45px !important;
    }
}

div#content {
    margin-top: 130px;
}
