#MobileMenuDiv {
    align-items: center;
    display: none;
    z-index: 999;
}

#MobileMenuDiv i {
    font-size: 28px;
}

@media screen and (max-width: 1400px) {
    .cc-content {
        padding: 44px 10%;
    }

    .cc-footer {
        padding: 44px 20px;
    }

    .cc-footer-inner {
        grid-template-columns: 1fr 1.5fr;
    }

    .cc-inner-content {
        padding: 48px 30px;
    }
}

@media screen and (max-width: 1199px) {
    .cc-content {
        padding: 40px;
    }

    #ShopGridDiv {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media screen and (max-width: 991px) {
    p {
        font-size: 14px;
    }

    .cc-terms-item ul li {
        font-size: 14px;
    }

    .cc-si-item strong {
        font-size: 14px;
    }

    .cc-content {
        padding: 40px;
    }

    .cc-ei-items {
        column-gap: 30px;
    }

    .cc-ei-item {
        padding: 20px;
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .cc-ei-item p {
        text-align: center;
    }

    .cc-inner-title h2 {
        font-size: 36px;
    }

    .cc-partners-title {
        font-size: 24px;
    }

    .cc-partners-value {
        margin: 30px 0;
    }

    .cc-partners-value2 {
        margin: 30px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .cc-partners-v2 .cc-partners-logo {
        height: 160px;
        max-width: 100%;
    }

    .cc-ei-desc {
        padding: 50px 25px;
    }

    .cc-ei-desc h6 {
        text-align: center;
    }

    #CCHK_DESC_DESKTOP_DIV,
    #CPD_DESC_DESKTOP_DIV {
        display: none;
    }

    #CCHK_DESC_MOBILE_DIV,
    #CPD_DESC_MOBILE_DIV {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .cc-si-item {
        margin-top: 30px;
        row-gap: 5px;
        flex-direction: column;
    }

    .cc-footer-left p {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    body.menu-opened {
        overflow: hidden;
    }

    #MobileMenuDiv {
        display: flex;
    }

    nav.active {
        display: flex;
    }

    nav {
        padding: 20px;
        top: 0;
        right: 0;
        min-width: 320px;
        width: 100%;
        height: 100vh;
        border-left: 1px solid rgba(0, 0, 0, .15);
        z-index: 9;
        background-color: white;
        position: fixed;
        display: none;
    }

    nav ul {
        margin: 0 auto;
        row-gap: 30px;
        width: 100%;
        max-width: 320px;
        flex-direction: column;
    }

    nav ul li {
        width: 100%;
    }

    nav ul li:last-child {
        border: none;
    }

    nav ul li a {
        width: 100%;
        height: 100%;
        padding: 10px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .025);
        justify-content: center;
        display: flex;
    }

    .swiper {
        padding-top: 77px;
    }

    .cc-footer-inner {
        row-gap: 40px;
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .cc-footer-left a {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .cc-footer-right {
        width: 100%;
    }

    .cc-fs-left,
    .cc-fs-right {
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .cc-fs-left li,
    .cc-fs-right li {
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .cc-ei-items {
        row-gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .cc-contactus {
        column-gap: 40px;
        row-gap: 40px;
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    .cc-title,
    .cc-inner-title h2 {
        font-size: 28px;
    }

    #ShopGridDiv {
        grid-template-columns: repeat(1, 1fr);
    }

    #BannerSwiperDiv img {
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px) {

    .cc-partners-logo,
    .cc-partners-v1 {
        max-width: 100%;
    }

    .cc-partners-value2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .cc-partners-footer {
        margin: 0;
    }

    .cc-contactus-details {
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .cc-contactus-details p {
        margin-bottom: 10px;
    }

    .cc-contactus-details p:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    p {
        font-size: 13px;
    }

    .cc-terms-item ul li {
        font-size: 13px;
    }

    .cc-shopping-information {
        margin: 60px 0 40px;
    }

    .cc-shop-btn {
        row-gap: 25px;
        align-items: center;
        flex-direction: column;
    }

    .cc-inner-title h2 {
        text-align: center;
    }

    #PolicyDiv .cc-terms-item {
        margin-top: 15px;
    }

    #PolicyDiv .cc-terms-item,
    .cc-faq-item {
        padding: 15px;
    }

    .cc-terms-item h6,
    .cc-faq-question h6 {
        font-size: 14px;
    }
}