@media (min-width: 992px) {
    .section-goals .grid-layout {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid-layout {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .section-goals .layers::before {
        width: 320px;
        height: 320px;
    }

    .section-goals .layers > img {
        max-width: 240px;
    }
}

@media (min-width: 1200px) {
    .section-goals .layers::before {
        width: 100%;
        height: 100%;
        background-size: 400px 400px;
        background-position: center;
    }

    .section-goals .layers > img {
        max-width: 295px;
        height: 295px;
        border-radius: 100%;
    }
}

@media (max-width: 1200px) {
    main {
        margin-top: 120px;
    }

    header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
    }

    .header-logo__wrap {
        width: 100%;
        padding: 6px 15px;
    }

    .header-search__wrap {
        width: 100%;
        max-width: 100%;
        background-color: var(--primary-color-10);
        padding: 7px 8px;
    }

    .header-search .form-control {
        height: 42px;
    }

    .header-search .header-search__icon {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .header-category__mobile {
        height: 35px;
        font-size: 12px;
        padding: 3px 15px;
        border-radius: 30px;
    }

    .header-logo {
        max-width: 150px;
    }

    .sidebar-category {
        transform: translateX(-100%);
        opacity: 0;
    }

    .show-category .sidebar-category {
        transform: translateX(0);
        opacity: 1;
    }

    .section-video__video .nav-link .image {
        width: 80px;
    }

    .is-sticky.combo-price__sticky {
        top: 124px;
        border-top: 1px solid var(--bs-white);
    }

    .detail-combo__price {
        font-size: 13px;
    }

    .detail-combo .product-buttons .button-theme {
        min-width: 160px;
    }

}

@media (max-width: 1024px) {
    .section-heading .heading-title {
        font-size: 1.7em;
    }

    .section-heading .heading-description {
        font-size: 1em;
    }

    .section-heading .heading-title-2 {
        font-size: 1.5em;
    }

    .hero-content .hero-content_title {
        font-size: 1.8em;
    }

    .page-article .border-end {
        border-right: transparent !important;
    }

    .page-article .article-content .article-title {
        font-size: 1.7em;
    }

    .detailContent h1 {
        font-size: 1.4em;
    }

    .detailContent h2 {
        font-size: 1.35em;
    }

    .detailContent h3 {
        font-size: 1.3em;
    }

    .detailContent h4 {
        font-size: 1.25em;
    }

    .detailContent h5 {
        font-size: 1.2em;
    }

    .detailContent h6 {
        font-size: 1.15em;
    }

    .page-product .section-heading .heading-title {
        font-size: 1.5em;
    }

    .card-category .title {
        font-size: 1.05em;
    }

    .card-category .image {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 991px) {
    footer {
        margin-bottom: 60px;
    }
    footer.margin-bottom{
        margin-bottom: 125px;
    }

    .button-theme {
        font-size: 0.95em;
        padding: 8px 20px;
    }

    .hero-content .hero-content_title {
        font-size: 1.6em;
    }

    .hero-content .hero-content_desc {
        font-size: 1em;
    }

    .section-hero .swiper-pagination {
        bottom: 0;
    }

    .section-hero .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .card-article-2__title {
        height: 45px;
        font-size: 1.1em;
    }

    .view-all {
        font-size: 0.95em;
        padding: 6px 15px;
    }

    .sidebar-filter {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 290px;
        width: 100%;
        height: 100vh;
        z-index: 30;
        background-color: var(--bs-white);
        border-right: 1px solid rgba(119, 119, 119, 0.12);
        transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        border-radius: 0 8px 8px 0 !important;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    .show-filter .sidebar-filter {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .filter-button {
        max-width: 300px;
        width: 100%;
    }

    .scroll-top {
        bottom: 75px;
    }

    .floating-contact {
        bottom: 0;
        left: 0;
        top: unset;
        width: 100%;
        border: unset;
        border-radius: 0;
        padding: 5px;
        background-color: var(--primary-color) !important;
    }

    .floating-contact .floating-item {
        width: calc(100% / 5);
        color: var(--primary-color-10);
        height: 100%;
    }

    .floating-contact .floating-item:not(:last-child) {
        margin-bottom: 0;
    }

    .floating-contact .floating-item:not(:first-child) {
        border-left: 1px solid #f3f0f017;
    }

    .floating-contact .floating-item .image,
    .floating-contact .floating-item .icon {
        width: 28px;
        height: 28px;
    }

    .floating-contact .floating-item .image img {
        padding: 4px;
    }

    .floating-contact .floating-item .title {
        font-weight: 400 !important;
    }

    .floating-contact .floating-item .icon {
        font-size: 15px;
    }

    .floating-contact .floating-item:hover {
        color: var(--bs-white);
    }
}

@media (max-width: 768px) {
    .detail-product__title {
        font-size: 1.4em !important;
    }

    .detail-content__border .section-heading .heading-title-2 {
        font-size: 1.3em;
    }

    .detail-product__price {
        font-size: 17px;
    }


    .section-sort .title {
        padding: 9px 18px;
    }

    .section-sort .product-sort {
        width: 240px;
        font-size: 13px;
    }

    .section-sort .list-price-sort {
        padding: 6px;
    }

    .section-sort .list-price-sort > li > a {
        padding: 8px 12px;
    }

    .card-html {
        font-size: 14px;
    }

    .card-html__image {
        width: 60px;
        height: 60px;
    }

}

@media (max-width: 767px) {
    .filter-button {
        padding: 5px;
        height: 39px;
        width: 39px;
        border-radius: 50%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    }

    .detail-combo .product-buttons .button-theme,
    .product-buttons .button-theme {
        width: 49%;
    }
    .detail-combo .widget-product .widget-product__main {
        display: flex;
       /* flex-direction: column;*/
    }
}

@media (max-width: 600px) {
    .sidebar-category > ul > li > ul,
    .sidebar-category > ul > li .text i {
        display: none !important;
        opacity: 0;
    }

    .sidebar-category > ul > li:hover > ul {
        opacity: 0;
    }

    .product-card,
    .card-combo {
        padding: 10px;
    }

    .product-card__link,
    .card-combo__link {
        height: 35px;
        font-size: 13px;
    }

    .page-detail__product .breadcrumb-item.active {
        display: none !important;
    }

    .card-video .card-video__play svg {
        width: 60px;
        height: 60px;
    }

    .card-video__title {
        font-size: 1.05em;
    }
}

@media (max-width: 576px) {
    .header-item .header-title {
        margin-bottom: 0;
        font-size: 0.9em;
    }

    .section-heading .heading-title {
        font-size: 1.6em;
    }

    .page-article .article-content .article-title {
        font-size: 1.6em;
    }

    .footer-column__title {
        margin-bottom: 0.5em;
    }

    .product-buttons .button-theme {
        min-width: 160px;
    }

    .page-contact .contact-item {
        font-size: 1em;
    }

    .section-tab .nav-tabs {
        overflow-x: auto;
    }

    .sticky-price__mobile {
        padding: 12px;
        font-size: 15px;
    }
    .sticky-price__mobile .button-theme {
        font-size: 13px;
    }
    .page-order .page-order__content {
        padding: 8px 10px 8px 15px;
    }
}

@media (max-width: 430px) {
    .detail-combo .product-buttons .button-theme,
    .product-buttons .button-theme {
        min-width: 100%;
    }
}

@media (max-width: 400px) {
    .header-navigation {
        width: 100%;
        padding: 30px 25px;
    }

}
@media(max-width: 320px) {
    .sticky-price__mobile{
        font-size: 14px;
        padding:12px 8px;
    }
}
