@media screen and (min-width: 1761px) {
    .newspage-title {
        font-size: 3.3vw;
    }
}
@media screen and (min-width: 1361px) {
    .carousel-caption h1 {
        font-size: 103px;
    }
    .funfacts .funfact-content h1 {
        font-size: 96px;
    }
}
@media screen and (min-width: 1200px) and (max-width:1360px) {
    .carousel-caption h1 {
        font-size: 86px;
    }
    #featured-p-slider .splide__list .splide__slide img {
        height: 300px;
    }
    .categories-list .shop-category .product-image img {
        min-height: 320px;
        max-height: 320px;
    }
    .section-title {
        font-size: 40px;
    }
    .header-main-menu .navbar-nav {
        gap: 18px;
    }
    /* .funfacts .funfact-content h1 {
        font-size: 96px;
    } */
    .funfacts .funfact-content h1 {
        font-size: 70px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) { 
    /* .shipping-section .map {
        flex-basis: 50%;
    } */
    .map iframe {
        height: 550px;
    }
    .shipping-section .ups-form {
        padding: 40px;
        /* flex-basis: 50%; */
    }
    .sv-wc-apply-pay-checkout {
        bottom: 960px;
        top: initial;  
    } 
    .christmas-bnr h1 {
        font-size: 72px;
    }
    .christmas-bnr {
        padding-top: 100px; 
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
    .carousel-caption h1 {
        font-size: 72px;
    }
    .funfacts .funfact-content h1 {
        font-size: 68px;
    }
    .header-main-menu .navbar-nav {
        gap: 7px;
    }
    .header-main-menu .nav-link {
        font-size: 16px;
    }
    .custom-nav-div .dropdown-menu-left {
        gap: 15px;
        padding: 15px;
        /* flex-wrap: wrap; */
    }
    .custom-nav-div .dropdown-menu-left img {
        border-radius: 10px;
        max-height: 160px;
        min-width: 160px;
    }
    .header-main-menu .navbar-nav .dropdown .dropdown-menu {
        border-radius: 50px 20px 50px 20px;
        padding: 30px 20px 30px 50px !important;
    }
    .notification p {
        font-size: 16px;
    }
    .carousel-inner .carousel-item::before {
        bottom: -50px;
    }
    .custom-pizza-image {
        height: 450px;
    }
}
@media screen and (min-width: 1025px) {
    .carousel-caption {
        width: 40%;
    }
    /* .carousel-caption h1 {
        font-size: 103px;
    } */
    /* .section-title {
        font-size: 46px;
    } */
    .section-subheading {
        font-size: 18px;
    }
    .our_story_section {
        display: flex;
    }
    .our_story_section .our-story, .our_story_section .funfacts {
        flex-basis: 50%;
    }
    .ryn-img img {
        min-height: 450px;
        max-height: 527px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    /* .our_story_section .our-story .ryn-img, .our_story_section .our-story .story-content {
        flex-basis: 50%;
    } */
    .our_story_section .our-story .ryn-img {
        flex-basis: 60%;
    }
    .our_story_section .our-story .story-content {
        flex-basis: 50%;
    }
    /* .our_story_section .our-story .ryn-img {
        margin-bottom: -18px;
    } */
    .our_story_section .our-story:before {
        content: '';
        width: 90px;
        height: 100%;
        background: url(../../img/redwave.png) center right;
        position: absolute;
        right: -3px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
    }
    .our_story_section .our-story .story-content h1 {
        font-size: 46px;
    }
    .our_story_section .our-story .story-content p {
        font-size: 18px;
        line-height: 24px;
    }
    /* .funfacts .funfact-content h1 {
        font-size: 96px;
    } */
    .funfacts .funfact-content p {
        font-size: 18px;
    }
    .company-info-section .icon-content a {
        font-size: 18px;
    }
    .shipping-section .map, .shipping-section .ups-form {
        flex-basis: 50%;
    }
    .spin-content h1 {
        font-size: 56px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) { 
    .category-tabs {
        flex-wrap: nowrap !important;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .category-tabs .nav-link {
        width: max-content;
    }
    .category-tabs li.nav-item img {
        height: 60px;
    }
    .category-tabs .nav-link {
        font-size: 16px;
    }
    .category-tabs {
        gap: 10px;
    }
    .category-tabs .nav-link {
        padding: 0 .5rem .8rem;
    }
    .category-tabs {
        border-bottom: 3px solid #D9DCE1 !important;
    }
    .categories-list .shop-category .product-image img {
        width: 100%;
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
    }
    #featured-p-slider .splide__list .splide__slide img {
        height: 270px;
    }
    #featured-p-slider .splide__list .splide__slide .price {
        font-size: 24px;
        padding-top: 0px;
    }
    .our_story_section .our-story .story-content h1 {
        font-size: 38px;
    }
    .our_story_section .our-story .story-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .our_story_section .funfacts {
        padding: 30px;
    }
    .our_story_section .our-story {
        padding: 30px 70px 0 30px;
        gap: 10px;
    }
    .footer-top-part h4 {
        flex-wrap: wrap;
    }
    .chocolate_payment_methods label img {
        width: 25px !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .ryn-img img {
        min-height: 400px;
        max-height: 480px;
        object-fit: cover;
        width: 100%;
    }
    .story-content {
        flex-basis: 80%;
    }
    .section-subheading {
        font-size: 18px;
    }
    .our_story_section .funfacts {
        gap: 20px;
    }
    .funfact-img img {
        max-width: 180px;
min-width: 180px;
max-height: 180px;
min-height: 180px;
    }
    .company-info-section {
        flex-wrap: wrap;
        gap: 20px;
    }
    .shipping-section .map {
        flex-basis: 50%;
    }
    .map iframe {
        height: 480px;
    }
    .shipping-section .ups-form {
        padding: 40px;
        flex-basis: 50%;
    }
    #testimonial-slider .splide__list .splide__slide {
        padding: 80px 20px 20px 20px;
        border-radius: 50px 20px 50px 20px;
    }
    .nav-cart li .cart .cart-total-amount {
        left: 10px;
    }
    .sv-wc-apply-pay-checkout {
        bottom: 960px;
        top: initial;  
    } 
    .funfact-left {
        padding: 40px;
    }
    .portfolio-name {
        font-size: 42px;
        line-height: 52px;
    }
    .christmas-bnr h1 {
        font-size: 62px; 
    }
    .christmas-bnr {
        padding-top: 70px; 
    }
}

@media screen and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 62px;
    }
    .bnr-bnts {
        padding-top: 3px;
    }
    .header-main-menu .navbar-nav {
        gap: 0px;
        align-items: self-start !important;
        /* margin-top: 2%; */
    }
    .header-main-menu .navbar-nav li.nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header-main-menu .navbar-nav li.nav-item:last-child {
        border-bottom: none;
    }
    .header-main-menu .nav-link {
        color: #fff;
        font-size: 16px;
        padding: 13px 0;
    }
    .header-main-menu .navbar-collapse {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        background: var(--brown);
        padding: 20px;
        border-top: 2px solid #fff;
        width: 90%;
        margin: 0 auto;
    }  
    .header-main-menu .navbar-nav .dropdown .dropdown-menu {
        border-radius: 4px;
        padding: 15px !important;
        background: #4b0c10;
        margin-bottom: 6%;
    }
    .custom-nav-div .dropdown-menu-left {
        align-items: self-start;
        gap: 15px;
        padding: 15px 8px;
        border-radius: 10px;
        flex-direction: column;
        margin-bottom: 5%;
        background: #3d040a;
    }
    .notification p {
        font-size: 16px;
    }
    .custom-nav-div .dropdown-menu-left .nav-banner-title h3 {
        color: #fff;
    }
    .custom-nav-div .dropdown-menu-left img {
        max-height: 150px;
        min-width: 250px;
    }
    .custom-nav-div .dropdown-menu-left .nav-banner-title .nav-banner-button {
        padding: 8px 16px;
    }
    .custom-nav-div .dropdown-menu-right h5:after {
        height: 23px;
        width: 110px;
        border-radius: 45%;
    }
    .custom-nav-div .dropdown-menu-right h5 {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        color: #fff;
    }
    .custom-nav-div .dropdown-menu-right .dropdown-item {
        padding: 4px 0;
        font-size: 15px;
        color: #fff;
    }
    .header-main-menu .navbar-toggler {
        background: var(--brown);
        padding: 3px 6px;
        position: relative;
        width: 35px;
        height: 30px;
    }
    .header-main-menu .navbar-toggler[aria-expanded="false"]:before {
        content: '';
        background: url('data:image/svg+xml,<svg class="navbar-toggler-icon" width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 7H16.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 12H16.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 17H16.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-size: 100% 22px;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .header-main-menu .navbar-toggler[aria-expanded="true"]:before {
        content: '';
        background: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.8333 13.3333L3.16667 2.66668M13.8333 2.66666L3.16669 13.3333" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-size: 100% 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .header-main-menu .navbar-toggler:focus {
        box-shadow: none;
    }
    .funfacts .funfact-content h1 {
        font-size: 58px;
    }
    form.mobile-search-form {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0;
    }
    form.mobile-search-form input {
        height: 36px;
        padding: 5px 14px;
        background: #fff;
        border: none;
        border-radius: 20px 0 0 20px !important;
        font-size: 14px;
    }
    form.mobile-search-form button {
        height: 36px;
        padding: 5px 19px;
        background: #fff;
        border: none;
        border-radius: 0 20px 20px 0;
    }
    /* form.mobile-search-form button:hover svg path {
        fill: var(--red);
    } */
    .head-news a {
        flex-wrap: wrap;
    }
    .custom-pizza-image {
        height: 330px;
    }
    .header-main-menu .nav-link::before {
        content: none;
    }
    .header-main-menu .nav-link:focus {
        color: var(--red);
    }
    .custom-nav-div .dropdown-menu-right h4, .custom-nav-div .dropdown-menu-right h1 {
        color: #fff;
        font-size: 20px;
    }
    .custom-nav-div .dropdown-menu-left .nav-banner-title h2 {
        color: #fff;
    }
    .multiaddress-module {
        flex-wrap: wrap;
    }
    .multiaddress-module .shipping-package-destination {
        flex-basis: 100%;
    }
    .multiaddress-module .shipping-package-item .multi-prd-img img {
        height: 200px;
    }
    .multiaddress-module .shipping-package-item .multi-prd-cont {
        grid-template-columns: 80% 1fr;
    }
    .multiaddress-module .multiaddress-module-content {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 820px) {
    .sv-wc-apply-pay-checkout {
        bottom: 880px;
        top: initial;   
    }
}
@media screen and (max-width: 768px) {
    .newspage-title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .our_story_section .our-story {
        padding: 20px 20px 0;
    }
    .ryn-img img {
        min-height: 300px;
        max-height: 400px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    .category-tabs {
        flex-wrap: nowrap !important;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .category-tabs .nav-link {
        width: max-content;
    }
    .category-tabs li.nav-item img {
        height: 60px;
    }
    .category-tabs .nav-link {
        font-size: 16px;
    }
    .category-tabs {
        gap: 10px;
    }
    .category-tabs .nav-link {
        padding: 0 .5rem .8rem;
    }
    .category-tabs {
        border-bottom: 3px solid #D9DCE1 !important;
    }
    .categories-list .shop-category .cat-product-content {
        bottom: 10px;
        padding: 10px;
    }
    .shipping-section {
        /* flex-wrap: wrap; */
        display: block;
    }
    .map iframe {
        height: 300px;
    }
    .shipping-section .ups-form {
        padding: 60px;
    }
    .woocommerce-MyAccount-navigation>ul {
        /* flex-wrap: wrap; */
        overflow: scroll;
    }
    .my-account-contentarea {
        padding: 12px;
        margin-bottom: 6%;
    }
    .woocommerce-MyAccount-navigation>ul li a {
        padding: 0.8rem;
        font-size: 14px;
        gap: 5px;
        white-space: nowrap;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
    .woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions {
        display: inherit;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses {
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce-MyAccount-navigation>ul li a svg {
        width: 18px;
    }
    .entry-title {
        margin: 0.6em 0;
    }
    .splide__arrow {
        height: 35px !important;
        width: 35px !important;
        box-shadow: 0px 0px 5px 0px #cbcbcb;
    }
    .categories-list .shop-category .product-image img {
        min-height: 250px;
        max-height: 250px;
    }
    .tab-cat-listing {
        grid-template-columns: 1fr 1fr;
    }
    
    .checkout-pagination {
        gap: 2px;
    }
    .checkout-pagination svg {
        display: none;
    }
    .checkout-pagination .pagi-step a {
        padding: 7px 6px;
        font-size: 13px !important;
        gap: 3px;
    }
    .checkout-pagination .pagi-step a span {
        width: 13px;
        height: 13px;
    }
    .slect-methods {
        padding: 12px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .delivery-method input {
        width: 18px;
        height: 18px;
    }
    .shipping-form-fields, .billing-section-data, .store-pickup {
        padding: 15px;
    }
    .form-group-fields {
        gap: 4px;
        padding: 0;
        flex-wrap: wrap;
    }
    form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
        padding: 25px 15px 15px;
    }
    form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
        padding: 0 15px;
    }
    tr#continue-step-btnvaliate a#continue_and_validate {
        font-size: 16px;
        font-weight: bold;
        padding: 15px;
    }
    .multiaddress-module {
        gap: 12px;
        padding: 15px;
        flex-direction: column;
    }
    .multiaddress-module .multiaddress-module-content .delete-btn {
        position: absolute;
        top: 22px;
        right: 22px;
        height: auto;
        padding: 0;
        border-radius: 100%;
        height: 24px;
        width: 24px;
        text-align: center;
        justify-content: center;
        background-color: #f1f1f1;
        line-height: 24px;
    }
    .multiaddress-module .multiaddress-module-content .delete-btn svg {
        width: 10px;
    }
    .multiaddress-module .shipping-package-item .multi-prd-cont {
        grid-template-columns: 81% 1fr;
    }
    /* .multiaddress-module .shipping-package-item .multi-prd-img img {
        width: 80px;
        max-width: 80px;
        height: 80px;
    } */
    .multiaddress-module .multiaddress-module-content textarea {
        min-height: 70px;
    }
    .multiaddress-module .shipping-package-item {
        gap: 12px;
    }
    .carousel-caption {
        left: 8% !important;
        right: 8% !important;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        padding: 12px;
        border-radius: 30px 13px 30px 13px;
    }
    .woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
        border-radius: 20px 13px;
        min-height: 150px;
    }
    .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 14px !important;
    }
    .woocommerce-page ul.products li.product .price {
        font-size: 17px !important;
    }
    #testimonial-slider .splide__list .splide__slide {
        padding: 80px 20px 20px;
    }
    .thankyou-wrapper {
        padding: 10px;
    }
    .thankyou-wrapper .woocommerce-order-overview tbody tr td {
        font-size: 14px;
        padding: .7em 0em;
    }
    .thankyou-wrapper .woocommerce-order-overview tbody tr td:last-child {
        font-size: 14px;
    }
    .woocommerce-product-gallery__wrapper .image-with-thumbnails .main-gallery-area {
        gap: 10px;
    }
    .product-gallery-nav ul li img {
        width: 40px;
        max-width: 40px !important;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        max-height: 40px !important;
        margin-bottom: 10px;
    }
    .woocommerce-product-gallery__wrapper .image-with-thumbnails .main-gallery-area .product-gallery-items img {
        max-height: 350px;
        min-height: 350px;
    } 
    .section-gallery-tab-summary {
        padding: 40px 0;
    }
    .section-gallery-tab-summary .summary.entry-summary {
        padding: 20px;
        border-radius: 10px;
    }
    .section-gallery-tab-summary .summary.entry-summary h1.product_title.entry-title {
        font-size: 24px;
        margin: 0 0 .5em 0;
    }
    .quantity-button-section {
        flex-direction: column;
    }
    section.related.products {
        padding: 40px 0;
    }
    #relatedproductsplide .splide__list .splide__slide img {
        border-radius: 40px 15px 40px 15px;
        height: 170px;
    }
    #relatedproductsplide .splide__list .splide__slide h2 {
        padding: 10px 0px 0 0px;
        line-height: 18px;
        font-size: 14px;
    }
    #relatedproductsplide .splide__list .splide__slide .price {
        padding-top: 2px;
        font-size: 18px;
    }
    .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
        display: inline-block !important;
    }
    #testimonial-slider .splide__list .splide__slide .review-img {
        top: -50px;
    }
    #testimonial-slider .splide__list .splide__slide .review-img img {
        width: 100px;
        height: 100px;
    }
    #featured-p-slider .splide__list .splide__slide img {
        height: 270px;
    }
    #featured-p-slider .splide__list .splide__slide .price {
        font-size: 24px;
        padding-top: 0px;
    }
    .company-info-section {
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .section-subheading {
        font-size: 16px;
    }
    .footer-top-part h1 {
        text-align: left;
        justify-content: start;
        align-items: start;
        flex-wrap: wrap;
        font-size: 22px;
    }
    .footer-top-part h1 span {
        font-size: 24px;
    }
    .footer-social-icons {
        gap: 7px;
    }
    .footer-social-icons li a svg {
        width: 30px;
    }
    .carousel-indicators {
        margin-bottom: 1rem !important;
    }
    .categories-list .shop-category .cat-product-content button {
        padding: 16px 16px;
        font-size: 16px;
    }
    .sv-wc-apply-pay-checkout {
        bottom: 900px;
        top: initial;   
    }
    .portfolio-name {
        font-size: 36px;
        line-height: 42px;
        max-width: 100%;
    }
    .portfolio-text p {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }
    .custom-pizza-image {
        width: 100%;
        max-width: 350px;
        /* height: 100%; */
        max-height: 350px;
        margin-top: 6%;
    }
    .custom-pizza-image img {
        width: 100%;
        max-width: 300px;
        height: 100%;
        max-height: 350px;
        min-height: 250px;
    }
    .categories-list .shop-category .cat-product-content h2 {
        font-size: 22px;
    }
    .footer-content-part h1 {
        color: #fff;
        padding-bottom: 5px;
        font-size: 20px;
    }
    legend.delivery-method-head {
        font-size: 18px;
    }
    .checkout-section-title {
        font-size: 18px !important;
        /* padding: 0;
        margin: 0;
        border: none; */
    }
    .christmas-bnr h1 {
        font-size: 48px;
    }
    .postid-147132 #product-147132 .summary.entry-summary form.bundle_form .columns-3 {
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.postid-147132 #product-147132 .summary.entry-summary form.bundle_form .columns-3 span.item_title {
    font-size: 18px;
    line-height: normal;
}
.postid-147132 #product-147132 .summary.entry-summary form.bundle_form .columns-3 li {
    margin-bottom: 15px;
}
.build_custompizza_section .custompizza-content .content {
    padding: 30px;
}
.build_custompizza_section {
    flex-direction: column;
}
.custompizza-image .custompizza-sec-img {
    max-height: 300px;
}
.custompizza-image .custompizza-sec-img img {
    height: 330px;
    object-fit: cover;
}
.build_custompizza_section .custompizza-content .content::before {
    content: none;
}
div#custom-message-overlay {
    font-size: 24px !important;
    max-width: 150px !important;
}
}

@media screen and (max-width: 767px) {
    .head-news a {
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .news-page-bnr .news-head .col-md-6.col-sm-12.col-12 {
        order: 1;
    }
    .news-page-bnr .news-head .col-md-3.col-sm-12.col-12 {
        order: 2;
    }
}

@media screen and (max-width: 700px) {
    .funfact-left {
        margin-bottom: 0px;
    }
    .funfact-right {
        margin-bottom: 30px;
    }
    .funfact-right:last-child {
        margin-bottom: 0;
    }
    .portfolio-name {
        text-align: center;
    }
    .portfolio-text p {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    #featured-p-slider .splide__list .splide__slide img {
        border-radius: 40px 15px 40px 15px;
        height: 230px;
    }
    #featured-p-slider .splide__list .splide__slide h2 {
        padding: 10px 10px 0 10px;
    }
    #featured-p-slider .splide__list .splide__slide .price {
        font-size: 22px;
    }
    #homebnrslider .carousel-inner .carousel-item img {
        min-height: 380px;
        object-fit: cover;
    }
    .carousel-caption h1 {
        font-size: 52px;
    }
    .bnr-subheading {
        font-size: 24px;
    }
    .bnr-bnts button {
        border-radius: 10px 4px 10px 4px;
        font-size: 14px;
        padding: 15px 20px;
    }
    .bnr-bnts {
        gap: 8px;
        padding-top: 3px;
    }
    .our_story_section .our-story {
        padding: 20px 20px 0 20px;
        flex-wrap: wrap;
        gap: 5px;
    }
    .ryn-img {
        order: 2;
    }
    .story-content {
        flex-basis: 100%;
    }
    .our_story_section .funfacts {
        padding: 20px;
        flex-wrap: wrap;
    }
    .funfacts .funfact-content h1 {
        font-size: 52px;
    }
    .shipping-section {
        flex-wrap: wrap;
    }
    .shipping-section .ups-form {
        padding: 30px;
    }
    .shipping-section .map {
        flex-basis: 100%;
    }
    .company-info-section {
        /* flex-wrap: wrap;
        gap: 20px;
        justify-content: center; */
        gap: 7px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .company-info-section .icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .company-info-section .info-text h5 {
        font-size: 16px;
    }
    .funfact-img img {
        width: 140px;
        max-width: 140px;
        min-width: 140px;
        min-height: 140px;
        max-height: 140px;
    }
    .shipping-section .map iframe {
        height: 350px !important;
    }
    .notification p {
        font-size: 14px;
    }
    ul.nav-social-links {
        gap: 10px;
    }
    .nav-cart {
        gap: 13px;
    }
    .nav-cart li svg {
        width: 20px;
    }
    .nav-social-links li svg {
        width: 20px;
    }
    .footer-content-part .footer-quick-links li {
        font-size: 14px;
        line-height: 26px;
    }
    .footer-content-part p {
        font-size: 14px;
    }
    #sidebar {
        margin-top: 4%;
    }
    .footer-copyright #sidebar {
        margin: 0;
    }
    .xoo-wsc-ft-buttons-cont {
        display: flex;
        flex-direction: column;
    }
    .spin-popup-content {
        flex-wrap: wrap;
        gap: 10px;
    }
    .wheel-img {
        order: 2;
    }
    .spin-content {
        padding: 35px 30px 20px;
    }
    .wheel-img {
        width: 180px;
        height: 165px;
    }
    .wheel-img img {
        height: 270px;
    }
    .xoo-wsc-container, .xoo-wsc-slider {
        max-width: 340px;
    }
    .sv-wc-apply-pay-checkout {
        bottom: 1300px;
        top: initial;   
    } 
    _::-webkit-full-page-media, _:future, :root .checkout.woocommerce-checkout {
        padding-bottom: 110px;
    }
    .footer-copyright p {
        text-align: center;
    }
    .footer-payment-logos {
        justify-content: center;
        margin-top: 2%;
    }
    button.explore-btn {
        font-size: 16px;
    }
    .portfolio-name {
        font-size: 26px;
        line-height: 36px;
    }
    .portfolio-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .multiaddress-module .shipping-package-item .multi-prd-img img {
        height: 150px;
    }
    .chrispage-review {
        height: auto;
        margin-bottom: 20px;
    }
    .portfolio-text .christ-scrtext {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        font-family: "Mukta", sans-serif;
    }   
    .postid-147132 #product-147132 .summary.entry-summary form.bundle_form .columns-3 {
    margin: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.postid-147132 #product-147132 .summary.entry-summary form.bundle_form .columns-3 span.item_title {
    font-size: 18px;
    line-height: normal;
}
.postid-147132 #product-147132 .summary.entry-summary form.bundle_form .columns-3 li {
    margin-bottom: 15px;
} 
}