@media only screen and (max-width: 575px) {
  .xs-none {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  p, input, textarea, span, label {
    font-size: 14px;
    line-height: 25px;
  }
  .sm-none {
    display: none !important;
  }
  .sm-w-100 {
    width: 100%;
  }
  .sm-text-center {
    text-align: center;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .pt-110 {
    padding-top: 30px;
  }
  .pt-115 {
    padding-top: 35px;
  }
  .pt-140 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 10px;
  }
  .pb-110 {
    padding-bottom: 30px;
  }
  .pb-115 {
    padding-bottom: 35px;
  }
  .pb-140 {
    padding-bottom: 60px;
  }
  .ptb-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .fs-34 {
    font-size: 25px;
  }
  .fs-26 {
    font-size: 22px;
  }
  .fs-52 {
    font-size: 28px;
  }
  .lh-36 {
    line-height: 30px;
  }
  .lh-64 {
    line-height: 38px;
  }
  .lh-66 {
    line-height: 38px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-55 {
    margin-bottom: 30px;
  }
  .mb-65 {
    margin-bottom: 35px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .pt-75 {
    padding-top: 25px;
  }
  .ptb-150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .row.mb-30 {
    margin-bottom: 25px;
  }
  .row.mb-40 {
    margin-bottom: 35px;
  }
  .section-title {
    font-size: 28px;
    line-height: 38px;
  }
  .subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .btn {
    font-size: 14px;
    padding: 17px 24px 17px;
  }
  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
  }
  .breadcrumb-wrap .container {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .breadcrumb-wrap .br-menu {
    padding-left: 24px;
  }
  .breadcrumb-wrap .br-menu li {
    font-size: 14px;
  }
  .breadcrumb-wrap .br-menu li:after {
    font-size: 12px;
    right: -1px;
  }
  .app-wrapper .app-box {
    padding: 55px 20px 60px;
  }
  .app-wrapper .app-box .app-btn a {
    padding: 12px 14px;
  }
  .app-wrapper .app-box .app-btn a:first-child {
    margin-right: 10px;
  }
  .app-wrapper .app-box .app-btn a img {
    max-width: 90px;
  }
  .blog-card .blog-info {
    margin: 15px 0 0;
  }
  .blog-card .blog-info .blog-metainfo {
    margin: 0 0 10px;
  }
  .blog-card .blog-info .blog-metainfo li {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 14px;
  }
  .blog-card .blog-info h3 {
    margin-bottom: 15px;
  }
  .portfolio-desc p,
  .terms-wrap p,
  .blog-desc p {
    margin-bottom: 20px;
  }
  .portfolio-desc h1, .portfolio-desc h2, .portfolio-desc h3, .portfolio-desc h4, .portfolio-desc h5, .portfolio-desc h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6,
  .blog-desc h1,
  .blog-desc h2,
  .blog-desc h3,
  .blog-desc h4,
  .blog-desc h5,
  .blog-desc h6 {
    margin-bottom: 18px;
    line-height: 1.3;
  }
  .portfolio-desc h1,
  .terms-wrap h1,
  .blog-desc h1 {
    font-size: 32px;
  }
  .portfolio-desc h2,
  .terms-wrap h2,
  .blog-desc h2 {
    font-size: 28px;
  }
  .portfolio-desc h3,
  .terms-wrap h3,
  .blog-desc h3 {
    font-size: 26px;
  }
  .portfolio-desc h4,
  .terms-wrap h4,
  .blog-desc h4 {
    font-size: 24px;
  }
  .portfolio-desc h5,
  .terms-wrap h5,
  .blog-desc h5 {
    font-size: 22px;
  }
  .portfolio-desc h6,
  .terms-wrap h6,
  .blog-desc h6 {
    font-size: 20px;
  }
  .portfolio-desc .single-para,
  .terms-wrap .single-para,
  .blog-desc .single-para {
    margin-bottom: 40px;
  }
  .portfolio-desc .wp-blockquote,
  .terms-wrap .wp-blockquote,
  .blog-desc .wp-blockquote {
    padding: 25px;
    margin-bottom: 20px;
  }
  .portfolio-desc .ul,
  .terms-wrap .ul,
  .blog-desc .ul {
    margin-bottom: 25px;
  }
  .portfolio-desc .ul li,
  .terms-wrap .ul li,
  .blog-desc .ul li {
    font-size: 14px;
  }
  .portfolio-desc .blog-metainfo li,
  .terms-wrap .blog-metainfo li,
  .blog-desc .blog-metainfo li {
    margin-right: 10px;
    padding-right: 14px;
    font-size: 14px;
  }
  .comment-box {
    padding: 40px 35px;
  }
  .comment-box .comment-item-wrap .comment-item .comment-info span {
    font-size: 14px;
  }
  .comment-box .comment-item-wrap .comment-item .comment-info .reply-btn {
    font-size: 14px;
  }
  .comment-box {
    padding: 30px 20px;
  }
  .comment-box .comment-item-wrap .comment-item .comment-info {
    width: 100%;
  }
  .comment-box .comment-item-wrap .comment-item .comment-info p {
    margin: 10px 0 15px;
  }
  .comment-box .comment-item-wrap .comment-item .comment-info .reply-btn {
    font-size: 14px;
  }
  .terms-wrap .single-terms {
    margin-bottom: 30px;
  }
  .post-meta-option .post-tags,
  .post-meta-option .post-share {
    width: 100%;
    margin-bottom: 10px;
  }
  .sidebar {
    padding: 25px 20px;
  }
  .sidebar .sidebar-widget {
    margin-bottom: 30px;
  }
  .tag-list li a {
    font-size: 14px;
    padding: 3px 10px;
  }
  .search-form input {
    font-size: 14px;
  }
  .category-list li {
    margin-bottom: 7px;
  }
  .category-list li a {
    font-size: 14px;
  }
  .pp-post-item-wrap .pp-post-item .pp-post-info > a {
    font-size: 14px;
  }
  .page-nav li {
    margin: 0 4px;
  }
  .page-nav li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .page-nav li a i {
    font-size: 16px;
  }
  .cart-table {
    margin-bottom: 30px;
    width: 100%;
    overflow-x: auto;
  }
  .coupon-code input {
    width: 100%;
    margin-right: 0;
  }
  .coupon-code button {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .update-cart {
    width: 100%;
    display: block;
  }
  .cart-table table tbody tr td .product-item {
    min-width: 278px;
  }
  .cart-total.style-two .cart-total-wrap .cart-total-item h6:first-child {
    width: auto;
  }
  .shop-card-wrap.style-one, .shop-card-wrap.style-two {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .filter-cat {
    font-size: 14px;
  }
  .search-result {
    margin: 15px 0 !important;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .login-box {
    padding: 30px 20px;
  }
  .login-box .login-img {
    margin-bottom: 25px;
  }
  .sidebar-demos-popup .demos-inner .inner-demos {
    margin-right: 0;
    width: 100%;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
    max-width: 100%;
    padding: 30px 15px 0;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list h2 {
    margin-bottom: 32px;
    font-size: 26px;
  }
  .sidebar-demos-popup .close-btn {
    font-size: 30px;
    right: 20px;
    top: 20px;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-140 {
    padding-top: 40px;
  }
  .pt-145 {
    padding-top: 45px;
  }
  .pt-170 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 20px;
  }
  .pb-140 {
    padding-bottom: 40px;
  }
  .pb-145 {
    padding-bottom: 45px;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .ptb-140 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mb-170 {
    margin-bottom: 70px;
  }
  .fs-34 {
    font-size: 28px;
  }
  .fs-26 {
    font-size: 24px;
  }
  .fs-52 {
    font-size: 38px;
  }
  .lh-64 {
    line-height: 46px;
  }
  .lh-66 {
    line-height: 46px;
  }
  .section-title {
    font-size: 38px;
    line-height: 46px;
  }
  .breadcrumb-wrap .container {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-75 {
    padding-top: 50px;
  }
  .pb-75 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .shop-card-wrap.style-one {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
    max-width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .sidebar {
    margin-top: 50px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .single-product-img {
    margin-bottom: 30px;
    padding: 80px 20px;
  }
  .single-product-tablist {
    margin-top: 40px;
  }
  .login-box .login-img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px;
  }
  .pt-140 {
    padding-top: 70px;
  }
  .pt-145 {
    padding-top: 75px;
  }
  .pt-170 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .pb-145 {
    padding-bottom: 75px;
  }
  .pb-140 {
    padding-bottom: 100px;
  }
  .ptb-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-170 {
    margin-bottom: 100px;
  }
  .fs-52 {
    font-size: 40px;
  }
  .fs-34 {
    font-size: 30px;
  }
  .lh-64 {
    line-height: 55px;
  }
  .lh-66 {
    line-height: 55px;
  }
  .section-title {
    font-size: 40px;
    line-height: 51px;
  }
  .breadcrumb-wrap .container {
    padding-top: 220px;
    padding-bottom: 90px;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
    max-width: 920px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .fs-52 {
    font-size: 44px;
  }
  .lh-64 {
    line-height: 56px;
  }
  .lh-66 {
    line-height: 56px;
  }
  .section-title {
    font-size: 44px;
    line-height: 54px;
  }
  .pt-110 {
    padding-top: 90px;
  }
  .pt-115 {
    padding-top: 95px;
  }
  .pt-140 {
    padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
  .pb-140 {
    padding-bottom: 90px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pb-115 {
    padding-bottom: 95px;
  }
  .pb-110 {
    padding-bottom: 120px;
  }
  .ptb-140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mb-140 {
    margin-bottom: 120px;
  }
  .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-65 {
    padding-left: 4.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 7rem !important;
  }
  .ps-xxl-45 {
    padding-left: 2.05rem !important;
  }
  .gx-xxl-6 {
    --bs-gutter-x: 8rem;
  }
  .portfolio-desc h1,
  .terms-wrap h1,
  .blog-desc h1 {
    font-size: 52px;
  }
  .portfolio-desc h2,
  .terms-wrap h2,
  .blog-desc h2 {
    font-size: 46px;
  }
  .portfolio-desc h3,
  .terms-wrap h3,
  .blog-desc h3 {
    font-size: 40px;
  }
  .portfolio-desc h4,
  .terms-wrap h4,
  .blog-desc h4 {
    font-size: 34px;
  }
  .portfolio-desc h5,
  .terms-wrap h5,
  .blog-desc h5 {
    font-size: 28px;
  }
  .portfolio-desc h6,
  .terms-wrap h6,
  .blog-desc h6 {
    font-size: 24px;
  }
  .single-product-details {
    width: calc(100% - 55px);
    margin-left: auto;
  }
  .login-box {
    padding: 112px;
  }
  .login-form {
    width: calc(100% - 100px);
    margin-left: auto;
  }
  .login-img {
    width: calc(100% + 30px);
  }
}
@media only screen and (min-width: 1920px) {
  .px-xxl-6 {
    padding: 0 4rem;
  }
}/*# sourceMappingURL=responsive.css.map */