@media (max-width: 1600px) {
    .header__container {
        max-width: 100%;
    } 

    .responsive-width, .collection-gift__heading {
        padding: 0 3rem;
    }

    .explore__container, .collection__container {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    
    .insights__container {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .nav-list__item .nav-list__link {
        text-align: left;
    }

    .has-sub .sub-menu .sub-menu__list {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .breadcrumb__container {
        position: absolute;
        bottom: 0;
        left: 3rem;
        transform: translateX(0);
        width: 100%;
        max-width: 60%;
    }

    .footer__container {
        padding: 3rem ;
    }

    .footer__container .row {
        margin: 0;
        padding: 3rem ;
    }
}

@media (max-width: 1399.98px) {
    .fs-120 {
        font-size: 5rem;
    }

    .banner__container {
        width: 100%;
        height: auto;
        min-height: 210px;
        aspect-ratio: unset;
    }

    .banner__img {
        min-height: 210px;
    }

    .details__item {
        font-size: 12px;
    }

    .form-check-label {
        font-size: 14px;
    }

    .form-check {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .form-check-input[type="radio"] {
        width: 14px;
        height: 14px;
    }
    .filter-btn {
        font-size: 9px;
        padding: 6px 10px;
    }

    .product__info__quantity .form-check-input.quantity {
        margin-left: 0;
    }

    .wpcf7-form-control-wrap, .wpcf7-form-control {
        max-width: 75%;
    }
}

@media (max-width: 1300px) {
    
    .header__container {
        /* max-width: 1100px; */
    }

    .nav-list__item {
        width: 75px;
        max-width: 75px;
    }

    .nav-list__link {
        font-size: 14px;
    }

    .has-sub .sub-menu .sub-menu__list {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

@media (max-width: 1199.98px) {

    .header__container, .responsive-width, .collection-gift__heading {
        padding: 0 2rem ;
    }

    .explore__container, .collection__container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    
    .insights__container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .breadcrumb__container {
        left: 2rem;
    }

    .fs-120 {
        font-size: 64px;
    }

    .fs-36 {
        font-size: 28px;
    }

    .fs-61 {
        font-size: 44px;
    }

    .insight-page__thumbnail {
        padding: 3rem 2rem;
    }
    
    .insight-page__container {
        padding: 0 6rem;
    }

    .banner__container.home-page {
        aspect-ratio: 4/3;
    }

    .main__banner.explore .heading-page__text {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .footer__container {
        padding: 2rem;
    }
}

@media (max-width: 991.98px) {

    .navbar-toggler {
        display: block;
        position: relative;
        opacity: 1;
        z-index: 20;
    }

    .navbar-toggler.clicked {
        opacity: 0;
    }

    #open-search-bar {
        display: none;
    }

    #close-nav-bar {
        position: absolute;
        top: 2rem;
        right: 2rem;
        display: block;
    }

    .search-bar__responsive {
        display: block;
        padding: 0;
        width: 100%;
        
    }

    .search-bar__responsive.header__search-bar__form {
        display: flex;
        padding: 0.5rem 0;
    }

    .search-bar__responsive .input-group{
        border-radius: 20px;
        border-color: transparent;
        background-color: #f2f2f2;
    }

    .header__nav {
        position: absolute;
        top: -0.5rem;
        left: -0.1px;
        width: 40vw;
        height: 0;
        background-color: #fff;
        padding: 5rem 1rem 1rem 1rem;
        opacity: 0;
        transition: all 0.44s ease-in-out;
        z-index: -100;
        overflow-y: auto;
    }

    .header__nav.responsive-show {
        height: 102vh;
        transform: translateX(0);
        opacity: 1;
        z-index: 20;
    }

    .header .header__nav a {
        color: #000;
    }
    
    .header__nav .nav-list {
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start !important;
    }

    .nav-list__item {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #000;
    }

    .nav-list__item .nav-list__link {
        text-align: left;
    }

    .nav-list__link {
        font-size: 27px;
    }

    .has-sub .sub-menu, .has-sub .sub-menu.active {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        transform: unset;
        opacity: 1;
        padding: 0;
        z-index: 1;
    }

    .header.on-scroll .has-sub .sub-menu {
        padding-top: 0;
    }

    .has-sub .sub-menu .sub-menu__list {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 !important;
    }

    .header .sub-menu__heading {
        font-size: 20px;
        padding-left: 2rem;
    }

    .header .sub-sub-menu__link {
        padding-left: 4rem;
    }

    .season-gift__content {
        padding: 6rem 2rem;
    }

    .gift-charming__content .details {
        padding-left: 0;
    }

    .gift-charming__content .details .details__heading {
        /*text-align: left !important;*/
    }

    .gift-charming__content .price .price__heading {
        /*text-align: right !important;*/
    }
    
    .gift-charming__content .form-check {
        flex-direction: row-reverse;
        gap: 2rem;
    }

    .form-check-input[type="radio"] {
        margin: 0;
    }

    /*.gift-charming__content .form-giftSet .form-check .form-check-input {*/
    /*    display: none;*/
    /*}*/

    .gift-charming__btn {
        font-size: 12px;
        margin: auto;
    }

    .card-cake__btn .btn-ofa {
        margin: auto;
    }

    .list-product__content {
        padding: 0 0.5rem;
    }

    .season-gift__content .col-12 {
        padding: 1rem;
    }

    .list__sort .sort, .list__sort .sort .filter-product {
        font-size: 12px;
    }

    .product__info__quantity .form-check-input[type="radio"] {
        margin-right: 10px;
    }

    .product__info {
        margin-top: 1rem;
    }

    .describe__heading li {
        font-size: 12px;
        margin-right: 1rem;
    }

    .same-cate__product__heading {
        padding-bottom: 1rem !important;
    }

    .insight {
        padding: 0 1.5rem;
    }

    .insights__single-cat .insight {
        padding-bottom: 1.5rem;
    }

    .other-insight {
        margin-right: -23.5px;
        margin-left: -23.5px;
    }
    
    .insight-page__thumbnail {
        padding: 3rem 0;
    }

    .insight-page__container {
        margin-top: -7.5rem;
    }

    .insight-page__content {
        padding: 2rem;
    }

    .insight-info .txt-des, .insight-info .timeline {
        font-size: 10px;
    }

    .insight__title {
        height: 40px;
    }

    .btn-readmore  {
        font-size: 12px;
    }

    .footer__container .row {
        margin: 0;
        padding: 2rem ;
    }

    .fs-96 {
        font-size: 56px;
    }

    .fs-48 {
        font-size: 42px;
    }

    .fs-47 {
        font-size: 40px;
    }

    .fs-36 {
        font-size: 28px;
    }

    .fs-20 {
        font-size: 16px;
    }
    
    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .mb-4 {
        margin-bottom: 0.75rem !important;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mt-4 {
        margin-top: 0.75rem !important;
    }
}

@media (max-width: 767.98px) {

    .header__nav {
        width: 50vw;
    }

    .header .sub-menu__heading {
        font-size: 20px;
        padding-left: 1.5rem;
    }

    .header .sub-sub-menu__link {
        padding-left: 3rem;
    }
    
    .header__container {
        height: 70px;
    }
    
    .header__logo-link {
        /* width: 50px;
        height: 50px; */
        width: 90px;
        height: 90px;
    }

    .header.on-scroll .header__logo-link {
        width: 90px;
        height: 90px;
    }

    .header__logo-link .top {
        font-size: 7rem;
    }
    .header__logo-link .bottom {
        font-size: 2rem;
        transform: translateY(-0.75rem);
    }

    .banner__container.home-page {
        aspect-ratio: 1/1;
    }

    .banner__container.home-page.for-pc {
        display: none;
    }

    .banner__container.home-page.for-mb {
        display: block;
    }

    .main__banner.explore .banner__container {
        aspect-ratio: 9/16;
    }

    .collection-gift, .gift-charming {
        padding: 3rem 0;
    }

    .season-gift__content {
        padding: 3rem 1rem;
    }
    
    .page-product__list .list {
        padding-left: 0;
    }

    .page-product__heading h2 {
        margin: 0;
        padding: 3rem 2rem 2rem 2rem !important;
    }

    .insights__all__heading.mb-6 {
        margin-bottom: 2rem;
    }

    .insight__first.row .insight__image {
        padding: 0;
    }

    .insight-info {
        margin-top: 1rem;
    }

    .insight {
        padding: 0 1rem 2rem 1rem;
    }

    .other-insight {
        margin-right: -15.5px;
        margin-left: -15.5px;
    }

    .insight__first.row.mb-6, .other-insight.row.mb-6 {
        margin-bottom: 2rem;
    }

    .banner__container.home-page {}

    .insight-page__thumbnail {
        padding: 3rem 0;
    }
    
    .insight-page__container {
        padding: 0 2rem;
    }

    .header__modal-cart {
        max-width: 100vw;
        max-height: 100vh;
    }

    .heading-page__text, .banner__text {
        width: 100%;
        padding: 4rem;
    }

    .fs-120 {
        font-size: 48px;
    }

    .fs-61 {
        font-size: 30px;
    }

    .fs-48 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {

    .header__nav {
        width: 101vw;
    }

    .header__container {
        padding-right: 1.5rem !important;
    }
    
    .btn-group-item {
        margin: 0 !important;
        padding: 0.25rem !important;
    }

    .header__container, .responsive-width, .collection-gift__heading {
        padding: 0 1.5rem;
    }

    
    .explore__container, .collection__container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    
    .insights__container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .season-gift__content {
        padding: 3rem 0;
    }

    .season-gift__content .col-12 {
        padding: 0.75rem;
    }

    .page-product__heading h2 {
        margin: 0;
        padding: 3rem 1.5rem 1.5rem 1.5rem !important;
    }

    .insight-page__thumbnail {
        aspect-ratio: 1/1;
    }

    .insight-page__container {
        padding: 0 1rem;
    }

    .insight-page__content {
        padding: 1rem;
    }

    .heading-page__text, .banner__text {
        padding: 2rem;
    }

    .header__modal-sign {
        justify-content: center;
    }

    .modal-sign__content {
        max-width: 95vw;
        max-height: 95vh;
        overflow-y: auto;
    }

    .footer__container {
        padding: 1.5rem ;
    }

    .footer__container .row {
        padding: 1.5rem 0.75rem;
    }

    .fs-61 {
        font-size: 20px;
    }

    .fs-27 {
        font-size: 22px;
    }
}