@media only screen and (max-width: 767px) {
  /*================================================
    Default Area CSS
    =================================================*/
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-30 {
    margin-top: 30px !important;
  }
  .pl-20 {
    padding-left: 0px;
  }
  .pr-20 {
    padding-right: 0px;
  }
  :root {
    --card-title-fontSize: 20px;
    --titleFontSize: 24px;
    --fontSize: 15px;
    --fontSize2: 13px;
  }
  .default-section-title {
    margin-bottom: 0px;
  }
  .default-section-title h3 {
    font-size: 24px;
  }
  .section-content {
    margin-top: 0px;
  }
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .shape {
    display: none;
  }
  .default-section-title .shadow-title {
    bottom: -32px;
    font-size: 25px;
  }
  .default-section-title h3 {
    font-size: 22px;
  }
  .default-button {
    padding: 7px 12px;
  }
  .popup-newsletter {
    overflow-y: scroll;
  }
  .popup-newsletter .popup-newsletter-content {
    width: 100%;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .popup-newsletter .popup-newsletter-img {
    background-image: unset;
    height: auto;
  }
  .popup-newsletter .popup-newsletter-img img {
    display: block;
    width: 100%;
  }
  .popup-cart {
    top: 170px;
    right: 0;
  }
  /*================================================
    Topbar Area CSS
    =================================================*/
  .topbar-area .row {
    margin-right: calc(var(--bs-gutter-x) * -0);
  }
  .topbar-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .topbar-left-side {
    text-align: center;
  }
  .topbar-right-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
  }
  .topbar-right-area .topbar-social-area {
    margin-right: 8px;
  }
  .topbar-right-area .topbar-social-area::after {
    right: 0px;
  }
  /*================================================
    Index 01 Banner Area CSS
    =================================================*/
  .main-banner {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-text-area h1 {
    font-size: 28px;
  }
  .main-banner-slider-area .owl-nav, .top-product-slider-area .owl-nav, .sold-items-slider-area .owl-nav, .testimonial-slider-area .owl-nav {
    width: unset;
    position: relative;
    top: unset;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: center;
    margin-top: 15px;
  }
  .main-banner-slider-area .owl-nav .owl-next, .top-product-slider-area .owl-nav .owl-next, .sold-items-slider-area .owl-nav .owl-next, .testimonial-slider-area .owl-nav .owl-next {
    float: unset;
  }
  .main-banner-slider-area .owl-nav button, .top-product-slider-area .owl-nav button, .sold-items-slider-area .owl-nav button, .testimonial-slider-area .owl-nav button {
    margin-left: 10px;
    margin-right: 10px;
  }
  /*================================================
    Index 01 Product Area CSS
    =================================================*/
  .product-card .product-card-img {
    text-align: center;
  }
  .product-card .product-card-img .product-cart-list {
    width: 100%;
    opacity: 1;
    bottom: 30px;
  }
  .product-card-with-timer .product-card-img .product-cart-list {
    opacity: 0;
  }
  .product-card-with-timer:hover .product-card-img .product-cart-list {
    opacity: 1;
  }
  .category-card {
    max-width: 100%;
  }
  /*================================================
    Index 01 Offer Area CSS
    =================================================*/
  .offer-card {
    padding: 30px 20px;
  }
  /*================================================
    Index 01 Testimonials Area CSS
    =================================================*/
  .testimonial-card {
    padding: 20px 15px;
  }
  .testimonial-card p {
    font-size: 15px;
  }
  .testimonial-card .flaticon-quotation-marks {
    width: 30px;
    height: 30px;
    font-size: 15px;
    right: 5px;
  }
  /*================================================
    Index 01 Footer Area CSS
    =================================================*/
  .footer-links {
    margin-top: 30px;
  }
  /*================================================
    Index 02 Home Banner Area CSS
    =================================================*/
  .home-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-img-2 {
    margin-top: 30px;
  }
  /*================================================
    Index 02 Best Deals Area CSS
    =================================================*/
  .best-deals-text-area {
    margin-right: auto;
    margin-bottom: 30px;
  }
  .best-deals-1 .row {
    margin-right: calc(var(--bs-gutter-x) * -0);
  }
  /*================================================
    Index 03 Banner Area CSS
    =================================================*/
  .banner-text-area-3 {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 15px;
  }
  /*================================================
    Index 03 Trending Products Area CSS
    =================================================*/
  .trending-products-3 .default-section-title {
    text-align: center;
  }
  .trending-products-3 .product-navtabs {
    margin-top: 30px;
  }
  .trending-products-3 .product-navtabs .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trending-products-3 .product-navtabs .nav .nav-link {
    font-size: 13px;
    padding: 7px 15px;
    margin-bottom: 10px;
  }
  /*================================================
    About Area CSS
    =================================================*/
  .about-img {
    margin-bottom: 30px;
  }
  /*================================================
    Uni Banner Area CSS
    =================================================*/
  .uni-banner-text-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uni-banner-text-area h1 {
    font-size: 36px;
  }
  /*================================================
    Error Area CSS
    =================================================*/
  .error-content h4 {
    font-size: 20px;
  }
  .log-in-card {
    padding: 20px 15px;
  }
  .details-page-text-area h3 {
    font-size: 20px;
  }
  .details-page-text-area .bd-quote p {
    font-size: 15px;
  }
  .details-page-text-area .bd-quote i {
    display: none;
  }
  .bd-comments, .bd-form {
    padding: 20px 15px;
  }
  .bd-comments h3, .bd-form h3 {
    font-size: 20px;
  }
  .comment-card h5 {
    font-size: 17px;
  }
  .comment-card p {
    font-size: 14px;
  }
  /*================================================
    Shop Area CSS
    =================================================*/
  .product-content-top-content .pdc-leftside {
    display: block;
    text-align: center;
  }
  .product-content-top-content .pdc-leftside .search-box {
    max-width: 100%;
  }
  .product-content-top-content .pdc-leftside p {
    padding: 15px 0px;
  }
  /*================================================
    Shop Details Area CSS
    =================================================*/
  .product-content-top-content .pdc-leftside {
    display: block;
    text-align: center;
  }
  .product-content-top-content .pdc-leftside .search-box {
    max-width: 100%;
  }
  .product-content-top-content .pdc-leftside p {
    padding: 15px 0px;
  }
  .pd-sample .pd-sample-img {
    height: auto;
    margin-bottom: 30px;
    background-image: unset;
  }
  .pd-sample .pd-sample-img img {
    display: block;
  }
  .pd-sample .pd-sample-text {
    padding-left: 0px;
  }
  .product-table .table {
    width: 720px;
    overflow-x: scroll;
  }
  .cart-table-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-table-footer .update-btn {
    margin-top: 20px;
  }
  /*================================================
    Check Out Area CSS
    =================================================*/
  .checkout-left-side {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  /*================================================
    Google Map area CSS
    =================================================*/
  .google-map {
    height: 300px;
  }
  .contact-page-form-area {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-contact {
    margin-top: 0px;
  }
  .popup-cart {
    top: 145px;
    right: 0;
  }
  /*================================================
    Index 01 Testimonials Area CSS
    =================================================*/
  .testimonial-card .flaticon-quotation-marks {
    font-size: 15px;
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*================================================
    Default Area CSS
    =================================================*/
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pt-30 {
    margin-top: 30px;
  }
  .pl-20 {
    padding-left: 0px;
  }
  .pr-20 {
    padding-right: 0px;
  }
  :root {
    --card-title-fontSize: 20px;
    --fontSize: 15px;
  }
  .default-section-title h3 {
    font-size: 32px;
  }
  .section-content {
    margin-top: 0px;
  }
  .shape {
    display: none;
  }
  /*================================================
    Topbar Area CSS
    =================================================*/
  .topbar-right-area .topbar-social-area {
    margin-right: 8px;
  }
  .topbar-right-area .topbar-social-area::after {
    right: 0px;
  }
  /*================================================
    Index 01 Banner Area CSS
    =================================================*/
  .main-banner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  /*================================================
    Index 01 Footer Area CSS
    =================================================*/
  .footer-links {
    margin-top: 30px;
  }
  .footer-contact {
    margin-top: 0px;
  }
  .banner-img-2 {
    margin-top: 30px;
  }
  .best-deals-text-area {
    margin-right: auto;
    margin-bottom: 30px;
  }
  /*================================================
    Index 01 Offer Area CSS
    =================================================*/
  .offer-card {
    padding: 30px 15px;
  }
  .offer-card .offer-card-content {
    max-width: 260px;
  }
  /*================================================
    Index 03 Banner Area CSS
    =================================================*/
  .banner-text-area-3 {
    max-width: 775px;
    margin-top: 30px;
    padding-left: 15px;
  }
  /*================================================
    Index 03 Trending Products Area CSS
    =================================================*/
  .trending-products-3 .default-section-title {
    text-align: center;
  }
  .trending-products-3 .product-navtabs {
    margin-top: 30px;
  }
  .trending-products-3 .product-navtabs .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*================================================
    Index 03 About Area CSS
    =================================================*/
  .about-img {
    margin-bottom: 30px;
  }
  /*================================================
    Uni Banner Area CSS
    =================================================*/
  .uni-banner-text-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .uni-banner-text-area h1 {
    font-size: 36px;
  }
  /*================================================
    Shop Details Area CSS
    =================================================*/
  .pd-sample .pd-sample-img {
    height: auto;
    margin-bottom: 30px;
    background-image: unset;
  }
  .pd-sample .pd-sample-img img {
    display: block;
  }
  .pd-sample .pd-sample-text {
    padding-left: 0px;
  }
  /*================================================
    Google Map area CSS
    =================================================*/
  .google-map {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  :root {
    --card-title-fontSize: 20px;
    --fontSize: 15x;
  }
  /*================================================
    Index 01 Banner Area CSS
    =================================================*/
  .main-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .banner-text-area h1 {
    font-size: 44px;
  }
  .main-banner-slider-area .owl-nav {
    width: 110%;
  }
  /*================================================
    Index 01 Footer Area CSS
    =================================================*/
  .footer-social-icons ul li a {
    margin-right: 1px;
  }
  /*================================================
    Index 01 Offer Area CSS
    =================================================*/
  .offer-card {
    padding: 30px 15px;
  }
  .offer-card .offer-card-content {
    max-width: 260px;
  }
  /*================================================
    Index 03 Banner Area CSS
    =================================================*/
  .banner-text-area-3 {
    max-width: 775px;
    margin-top: 30px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /*================================================
    Index 01 Banner Area CSS
    =================================================*/
  .banner-text-area h1 {
    font-size: 54px;
  }
  /*================================================
    Index 01 Product Area CSS
    =================================================*/
  .product-card-img .product-card-timer {
    padding: 0px 20px 0px 5px;
  }
}

@media only screen and (min-width: 1550px) {
  .plr-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  /*================================================
    Index 01 Banner Area CSS
    =================================================*/
  .banner-text-area h1 {
    font-size: 72px;
  }
  /*================================================
    Index 01 Slider Area CSS
    =================================================*/
  .main-banner-slider-area .owl-nav, .top-product-slider-area .owl-nav, .sold-items-slider-area .owl-nav, .testimonial-slider-area .owl-nav {
    width: 110%;
  }
}
/*# sourceMappingURL=responsive.css.map */