@media (max-width: 575.98px) {
    p {
        font-size: 15px;
    }
    .p-text {
        line-height: 30px;
    }
    .news-letter .bg-newsletter {
        border-radius: 30px;
    }
    .news-letter .col-sm-6:first-child,
    .news-letter .col-sm-6:last-child {
        padding-left: 1rem;
    }
    .news-letter .col-sm-6:last-child {
        padding-right: 1rem;
    }
    .card_option_pop {
        position: inherit;
        width: 100%;
        margin-bottom: 15px;
    }
    .product-features {
        padding-left: 0px;
    }

    .carousel-container {
        height: 688px;
    }
    .caption-sd {
        width: auto;
        top: 0px;
        bottom: 37%;
        right: -10px;
        padding-top: 0px;
        /* left: 0px; */
    }
    .caption-sd h1 {
        font-size: 24px;
    }
    .sidebar {
        position: fixed;
        background-color: #f9f9f9;
        z-index: 99999;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;

        transition: display 2s;
    }
    .sidebar {
        display: block;
    }
    .sidebar.hidden {
        display: none;
    }
    .sidebar_close {
        float: right;
        top: 15px;
        position: relative;
        right: 15px;
        border: 2px solid #ff9800;
        border-radius: 25%;
        display: block;
        width: 50px;
        height: 50px;
        color: #ff9800;
    }
    .menu_bar {
        width: 50px;
        height: 50px;
        margin-top: 15px;
        position: relative;
        left: 15px;
        border: 2px solid #ff9800;
        border-radius: 25%;
        background: none;
    }
    /* .menu_bar .navbar-toggler-icon {
        background-image: url(https://mdbcdn.b-cdn.net/img/svg/hamburger4.svg?color=1729B0);
    } */
    .border-right {
        border: none;
    }
    .produt-single-container {
        padding-left: 0px;
    }
    .product-card {
        margin-bottom: 15px;
    }
    .navbar-brand img {
        /* width: auto; */
        height: 68px;
    }
    .copyright {
        float: none;
    }
    .joenjack {
        float: none;
    }
    .banner_img {
        width: auto !important;
    }
    .contact-form {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .product-info {
        margin-bottom: 15px;
    }
    .border-right:after {
        display: none;
    }
    .content-container h1,
    .content-container hr {
        width: 100%;
    }
    section.main-slider {
        margin-top: 68px;
    }
    .responsive-button {
        width: 100%;
    }
    #testimonialSlider .carousel-item,
    .customer-review-bg {
        min-height: 560px;
    }
    div#testimonialSlider {
        height: 341px;
    }
    #happy_baker_header .nav-item {
        text-align: center;
    }
    .header-style {
        font-size: 34px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    p {
        font-size: 14px;
    }
    .caption-sd {
        width: 50%;
        padding-top: 15px;
        padding: 15px;
    }
    .caption-sd h1 {
        font-size: 33px;
    }
    .caption-sd p.p-text {
        font-size: 13px;
        line-height: 24px;
    }
    .card_option_pop {
        width: 260px;
    }
    .card_option_pop .carousel-indicators {
        left: -17px;
        bottom: 50px;
    }
    .features-card .card {
        height: 100%;
    }
    .features-card {
        height: auto;
    }
    .content-container h1,
    .content-container hr {
        width: 100%;
    }
    .cart-button {
        height: 30px;
        width: 30px;
        padding: 1px 4px;
    }
    .horiontal-line:after {
        width: 30%;
        top: 45%;
    }
    .carousel-container {
        height: 457px;
    }
    #happy_baker_header .nav-item {
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1112px) {
    /* .caption-sd {
        width: 50%;
        padding-top: 15px;
        padding: 15px;
    } */
    .caption-sd h1 {
        font-size: 34px;
    }
    .caption-sd p.p-text {
        font-size: 16px;
        line-height: 27px;
        margin-top: 0px !important;
    }
    .content_info_slide {
        padding-left: 3rem !important;
    }

    .col-lg.product-info {
        flex: 1 0 33%;
    }
}
