/* ===================================================================== */
/* Comman Css                                                            */
/* ===================================================================== */

body {
    font-family: "Montserrat", sans-serif;
  }
  .form-check-input:checked {
    background-color: #fff;
    border-color: #000;
  }
  .form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  }
  .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
  }
  section {
    margin: 40px 0;
  }
  
  a {
    text-decoration: none;
  }
  
  h1,
  .h1 {
    font-size: 72px;
    font-weight: 700;
  }
  
  h2,
  .h2 {
    font-size: 36px;
    font-weight: 700;
  }
  
  h3,
  .h3 {
    font-size: 30px;
  }
  
  h4,
  .h4 {
    font-size: 24px;
    font-weight: 600;
  }
  
  h5,
  .h5 {
    font-size: 20px;
  }
  
  h6,
  .h6 {
    font-size: 18px;
    font-weight: 600;
  }
  .fs-7 {
    font-size: 14px;
  }
  .fs-8 {
    font-size: 12px;
  }
  .fs-9 {
    font-size: 10px;
  }
  .fs-10 {
    font-size: 8px;
  }
  
  .text-secondary {
    color: #797979 !important;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    --bs-btn-border-radius: 5px;
  }
  .btn-outline-dark {
    --bs-btn-border-color: #d9d9d9;
  }
  
  .input-group-text {
    background-color: #ececec;
  }
  
  .btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ececec;
    --bs-btn-border-color: #ececec;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ececec;
    --bs-btn-disabled-border-color: #ececec;
  }
  
  .btn-dark {
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
  }
  
  /* .btn-outline-secondary {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none;
  } */
  .bottom-small-line::after {
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background-color: #DB3B41;
    margin: 0 auto;
    margin-top: 10px;
  }
  .gallery-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .gallery-heading a {
    font-weight: 600;
    color: #b6242b !important;
  }
  
  .gallery-main-image {
    position: relative;
    height: 100%;
  }
  
  .gallery-main-image img {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .gallery-main-image .gallery-main-image-heading {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0 0 30px;
  }
  
  .gallery-main-image-price {
    background-color: #f0efee;
    padding: 10px 40px;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .gallery-main-image-price p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .gallery-main-image-price p span {
    margin-right: 10px;
  }
  .gallery-main-image-price p span i {
    font-size: 24px;
  }
  
  .gallery-thumb-image {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .slide-gallery .splide__arrow {
    background: transparent;
  }
  
  .slide-gallery .splide__arrow svg {
    fill: #e3e3e3;
  }
  
  .slide-gallery .splide__arrow--prev {
    left: -2em;
  }
  
  .slide-gallery .splide__arrow--next {
    right: -2em;
  }
  /* ===================================================================== */
  /* End Comman Css                                                        */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Header Css                                                            */
  /* ===================================================================== */
  .top-bar {
    background-color: #e3e3e3;
  }
  .top-bar .top-bar-contact {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 8px 0;
  }
  .top-bar .top-bar-contact a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  .top-bar .top-bar-contact .top-call {
    margin-right: 50px;
  }
  .top-bar .top-bar-contact a span {
    margin-right: 10px;
  }
  .search-input-btn {
    position: relative;
  }
  .search-input {
    position: absolute;
  }
  
  .search-input-btn .form-control {
    padding: 0.5rem 0.75rem;
    border: 1px solid #bfbfbf;
  }
  
  .search-input-btn .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: none;
  }
  
  .search-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  
  .search-bar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-bar-logo a {
    margin-left: 10px;
  }
  .top-menu .nav-item {
    margin: 0 5px;
  }
  .top-menu .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }
  
  /* ===================================================================== */
  /* End Header Css                                                        */
  /* ===================================================================== */
  /* ===================================================================== */
  /* Top Section Css                                                       */
  /* ===================================================================== */
  
  .top-section {
    position: relative;
  }
  .top-section .top-section-heading {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  .top-section .top-section-offer-image {
    position: absolute;
    top: 40%;
    right: 10%;
    transform: translateY(-50%);
  }
  .top-section .top-section-offer-image img {
    max-height: 200px;
  }
  /* ===================================================================== */
  /* End Top Section Css                                                   */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* All furniture Section                                                 */
  /* ===================================================================== */
  
  .all-furniture-box {
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    text-align: center;
    justify-content: center;
  }
  .all-furniture-box .box-img {
    max-width: 150px;
    margin: 0 auto;
  }
  .all-furniture-box .box-img img {
    width: 100%;
  }
  .all-furniture-box .box-header {
    margin-top: 30px;
  }
  .all-furniture-box .box-header a {
    font-weight: 600;
  }
  
  /* ===================================================================== */
  /* End All furniture Section                                             */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Home Furniture Section                                                */
  /* ===================================================================== */
  
  .home-furniture-gallery-heading {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
  }
  
  /* ===================================================================== */
  /* End Home Furniture Section                                            */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* End Office Furniture Section                                          */
  /* ===================================================================== */
  .office-furniture-gallery-heading {
    font-weight: 600;
  }
  /* ===================================================================== */
  /* End Office Furniture Section                                          */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Craftmenship Section                                                  */
  /* ===================================================================== */
  
  /* .craftmenship-section {
    position: relative;
  } */
  
  .craftmenship-section-div {
    position: relative;
  }
  
  .craftmenship-section .overlay-div {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .craftmenship-section .craftmenship-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  
  .craftmenship-section .craftmenship-bg-img img {
    height: 100%;
    width: 100%;
  }
  
  .craftmenship-section .craftmenship-content {
    position: relative;
    z-index: 2;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, 0%); */
    padding: 50px 0;
    color: #ffffff;
  }
  
  .craftmenship-section .craftmenship-content .heading h2 {
    color: #ffffff;
  }
  
  .craftmenship-section .craft-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .craftmenship-section .craftmenship-section .craft-box-content {
    text-align: center;
  }
  
  /* ===================================================================== */
  /* End Craftmenship Section                                              */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* About Prenix Furniture Section                                        */
  /* ===================================================================== */
  
  .about-prenix .about-prenix-content h6 {
    color: #c85a5f;
    font-weight: 400;
  }
  
  .about-prenix .about-prenix-content a {
    color: #c85a5f;
    font-weight: 600;
  }
  
  /* ===================================================================== */
  /* End About Prenix Furniture Section                                    */
  /* ===================================================================== */
  /* ===================================================================== */
  /* Project Section                                                       */
  /* ===================================================================== */
  
  .project {
    background-color: #f2f2f2;
    padding: 100px 0;
  }
  
  .project .splide__pagination {
    bottom: -50px;
  }
  
  .project .splide__pagination__page {
    background: #c6c6c6;
    height: 10px;
    width: 10px;
  }
  
  .project .splide__pagination__page.is-active {
    background: #b6242b;
    transform: scale(1.1);
    opacity: 1;
  }
  
  .project-box {
    padding: 20px;
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
  }
  
  .project-box .project-box-content a {
    color: #2a9cf6;
    font-weight: 700;
    font-size: 14px;
  }
  
  .project-box .project-box-footer {
    display: flex;
    justify-content: space-between;
  }
  
  /* ===================================================================== */
  /* End Project Section                                                   */
  /* ===================================================================== */
  /* ===================================================================== */
  /* Testimonial Section                                                   */
  /* ===================================================================== */
  
  .testimonial .testimonial-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .testimonial .testimonial-box .testimonial-box-img {
    position: relative;
    width: 250px;
    height: 250px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonial .testimonial-box .testimonial-box-img .left-span {
    position: absolute;
    top: 10%;
    left: 0;
  }
  .testimonial .testimonial-box .testimonial-box-img .right-span {
    position: absolute;
    top: 10%;
    right: 0;
  }
  
  .testimonial .testimonial-box .testimonial-box-img .testimonial-img {
    border-radius: 50%;
  }
  
  .testimonial .testimonial-box .testimonial-box-content .content {
    font-style: italic;
  }
  
  .testimonial .testimonial-box .testimonial-box-content .heading {
    font-weight: 700;
    margin-bottom: 0;
  }
  .testimonial .testimonial-box .testimonial-box-content p {
    font-size: 14px;
  }
  
  .testimonial .splide__pagination {
    bottom: -20px;
  }
  
  .testimonial .splide__pagination__page {
    background: #c6c6c6;
    height: 10px;
    width: 10px;
  }
  
  .testimonial .splide__pagination__page.is-active {
    background: #b6242b;
    opacity: 1;
    transform: scale(1.1);
  }
  
  /* ===================================================================== */
  /* End Testimonial Section                                               */
  /* ===================================================================== */
  /* ===================================================================== */
  /* Project Company Section                                               */
  /* ===================================================================== */
  
  .project-compny-logo {
    padding: 100px 0;
    margin-top: 100px;
    border: 2px #e9e9e9;
    border-style: solid none;
  }
  .cart-bred a {
    font-size: 32px;
    font-weight: 600;
    color: #bfbfbf;
  }
  .cart-bred a span {
    text-decoration: underline;
  }
  .cart-bred a.bred-active {
    color: #000000;
  }
  .cart-bred a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 0px 10px;
  }
  .cart-bred a:last-child:after {
    display: none;
  }
  .pin-location-box {
    display: inline-flex;
    justify-content: space-between;
    min-width: 400px;
    border: 1px solid #bfbfbf;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .cart-available-offers-box {
    padding: 20px;
    background-color: #dadada33;
  }
  .cart-item-box-header {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cart-item-box {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cart-item-box-header .product-info-header {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cart-item-box-header .product-delivery-header {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .cart-item-box-header .product-quantity-header {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .cart-item-box-header .product-total-header {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .product-info-col {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cart-item-image {
    max-width: 150px;
  }
  .product-delivery-col {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .product-quantity-col {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .product-total-col {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .address-section .border-box {
    border: 1px solid #bfbfbf;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .border-box-title {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
  }
  .small-tilte-border {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
  }
  .order-items {
    display: flex;
  }
  .order-items .order-image img {
    max-width: 90px;
  }
  .order-items {
    padding: 10px 0px;
  }
  .payment-section .border-box {
    border: 1px solid #bfbfbf;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .border-box-title .round-btn {
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  /* ===================================================================== */
  /* End Project Company Section                                           */
  /* ===================================================================== */
  /* ===================================================================== */
  /* Footer Section                                                        */
  /* ===================================================================== */
  
  .footer {
    padding: 100px 0 0 0;
    background-color: #000000;
    color: #ffffff;
  }
  
  .footer .heading {
    position: relative;
  }
  .footer .heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 30%;
    height: 2px;
    background-color: #b6242b;
  }
  
  .footer .footer-contact .content a {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .footer .footer-contact .content a span {
    margin-right: 10px;
  }
  
  .footer .footer-menu {
    list-style: none;
  }
  .footer .footer-menu li {
    margin-bottom: 6px;
  }
  
  .footer .footer-menu li a {
    color: #ffffff;
  }
  
  .footer .footer-social-links a {
    color: #ffffff;
    font-size: 30px;
    margin-right: 15px;
  }
  
  .footer .form-control {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
  }
  
  .footer .form-control:focus {
    border-color: #b6242b;
    outline: 0;
    box-shadow: none;
  }
  
  .footer .form-control::placeholder {
    color: #323232;
    opacity: 1;
    font-weight: 500;
  }
  .home-furniture-gallery img {
    height: 100%;
  }
  
  /* ===================================================================== */
  /* End footer Section                                                    */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Furniture Home Pages                                                  */
  /* ===================================================================== */
  
  /* Side Table Gallery */
  .side-table-gallery-section .side-table-gallery {
    position: relative;
    height: 100%;
  }
  
  .side-table-gallery-section .side-table-gallery img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  
  .side-table-gallery-section .side-table-gallery .side-table-heading {
    position: absolute;
  }
  .side-table-gallery-section .side-table-gallery .side-table-heading.top-left {
    top: 0;
    left: 0;
    padding: 30px 0 0 30px;
  }
  .side-table-gallery-section
    .side-table-gallery
    .side-table-heading.center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 30px 0 0 30px;
  }
  .side-table-gallery-section .side-table-gallery .side-table-heading.top-right {
    top: 0;
    right: 0;
    padding: 30px 30px 0 0;
    text-align: right;
  }
  
  .side-table-gallery-section .side-table-gallery .side-table-price {
    background-color: #ffffff;
    padding: 10px 40px;
    position: absolute;
    bottom: 20px;
    left: 1px;
  }
  
  .side-table-gallery-section .side-table-gallery .side-table-price p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .side-table-gallery-section .side-table-gallery .side-table-price p span {
    margin-right: 10px;
  }
  .side-table-gallery-section .side-table-gallery .side-table-price p span i {
    font-size: 24px;
  }
  
  /* ===================================================================== */
  /* End Furniture Home Pages                                              */
  /* ===================================================================== */
  
  .order-info-link a {
    font-size: 10px;
    color: #797979;
  }
  
  /* ===================================================================== */
  /* My Profile Pages                                                      */
  /* ===================================================================== */
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .account-detail-box {
    background-color: rgba(242, 242, 242, 0.3);
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 50px;
  }
  
  .account-sidebar {
    padding: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .account-sidebar ul li a {
    border: 1px solid #bfbfbf;
    padding: 12px 16px;
    border-radius: 5px;
  }
  
  .account-sidebar ul li a.active {
    background-color: rgba(218, 218, 218, 0.5);
  }
  
  .form-control-lg {
    padding: 0.66rem 1rem;
  }
  
  .form-control-lg.input-fs-small {
    font-size: 1rem;
  }
  
  .form-control::placeholder,
  .form-select::placeholder {
    color: #acacac;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder,
  .form-select::placeholder {
    color: #acacac;
  }
  
  .form-control::-ms-input-placeholder,
  .form-select::placeholder {
    color: #acacac;
  }
  
  /* ===================================================================== */
  /* End My Profile Pages                                                  */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Wishlist Pages                                                        */
  /* ===================================================================== */
  
  .product-box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: 0.5s;
  }
  
  .product-box:hover {
    background-color: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
      rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  
  .product-box .pb-wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    line-height: 1;
  }
  .product-box .pb-wishlist-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid black;
    font-size: 10px;
    color: #000000;
  }
  
  .product-box .pb-wishlist-icon a.active {
    background-color: #000000;
  }
  
  .product-box .pb-wishlist-icon a.active i {
    color: #fff;
  }
  
  .product-box .pb-wishlist-icon a img {
    max-width: 14px;
  }
  
  /* ===================================================================== */
  /* End Wishlist Pages                                                    */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Address Pages                                                         */
  /* ===================================================================== */
  
  .profile-addrss-box {
    padding: 30px;
  }
  .form-select-lg.select-fs-small {
    font-size: 1rem;
  }
  
  /* ===================================================================== */
  /* End Address Pages                                                     */
  /* ===================================================================== */
  
  /* ===================================================================== */
  /* Responcive                                                            */
  /* ===================================================================== */
  @media (max-width: 1399.98px) {
    h1,
    .h1 {
      font-size: 60px;
    }
  
    h5,
    .h5 {
      font-size: 18px;
    }
    section {
      margin: 75px 0;
    }
    .top-section .top-section-offer-image img {
      max-height: 180px;
    }
  }
  @media (max-width: 1199.98px) {
    section {
      margin: 70px 0;
    }
    h1,
    .h1 {
      font-size: 50px;
    }
    h2,
    .h2 {
      font-size: 34px;
    }
    h3,
    .h3 {
      font-size: 26px;
    }
  
    .slide-gallery .splide__arrow {
      width: 1em;
    }
  
    .slide-gallery .splide__arrow--prev {
      left: -1em;
    }
  
    .slide-gallery .splide__arrow--next {
      right: -1em;
    }
  
    .top-menu .nav-item {
      margin: 0px 3px;
    }
    .top-menu .nav-link {
      font-size: 14px;
    }
  
    .footer .footer-contact .content a span {
      margin-right: 5px;
    }
  
    /* new */
    .account-sidebar {
      padding: 20px;
    }
  }
  
  @media (max-width: 991.98px) {
    section {
      margin: 50px 0;
    }
    h1,
    .h1 {
      font-size: 40px;
    }
    h2,
    .h2 {
      font-size: 30px;
    }
    h3,
    .h3 {
      font-size: 21px;
    }
  
    h5,
    .h5 {
      font-size: 16px;
    }
    .cart-bred a {
      font-size: 18px;
      font-weight: 600;
      color: #bfbfbf;
    }
    .pin-location-box {
      min-width: 320px;
    }
    .cart-item-box-header .product-info-header {
      flex: 0 0 47%;
      max-width: 47%;
    }
    .product-info-col {
      flex: 0 0 47%;
      max-width: 47%;
    }
    /* .slide-gallery .splide__arrow--prev {
      left: -1em;
    }
  
    .slide-gallery .splide__arrow--next {
      right: -1em;
    } */
  
    .top-section .top-section-offer-image img {
      max-height: 140px;
    }
    .project {
      background-color: #f2f2f2;
      padding: 60px 0;
    }
    .project .splide__pagination {
      bottom: -34px;
    }
    .project-box {
      padding: 15px;
    }
    .home-furniture-gallery-heading {
      font-size: 14px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price {
      padding: 10px 25px;
      bottom: 10px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-heading.top-left {
      padding: 10px 0 0 10px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price p {
      font-size: 20px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price p span i {
      font-size: 18px;
    }
  
    .gallery-main-image-price {
      padding: 10px 25px;
      bottom: 10px;
    }
  
    .gallery-main-image .gallery-main-image-heading {
      padding: 10px 0 0 10px;
    }
  
    .gallery-main-image-price p {
      font-size: 20px;
    }
  
    .gallery-main-image-price p span i {
      font-size: 20px;
    }
    /* new  */
    .account-detail-box {
      padding: 20px;
    }
    .account-sidebar ul li a {
      padding: 8px 12px;
    }
    .account-sidebar {
      padding: 10px;
    }
  }
  
  @media (max-width: 767.98px) {
    h1,
    .h1 {
      font-size: 34px;
    }
  
    h2,
    .h2 {
      font-size: 28px;
    }
    h4,
    .h4 {
      font-size: 20px;
    }
  
    h5,
    .h5 {
      font-size: 14px;
    }
  
    .btn-lg,
    .btn-group-lg > .btn {
      --bs-btn-font-size: 1rem;
    }
  
    .top-section .top-section-heading {
      position: absolute;
      top: 50%;
      left: 5%;
      right: 50%;
      transform: translateY(-50%);
    }
  
    .top-section .top-section-offer-image img {
      max-height: 100px;
    }
    .product-info-col {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .footer {
      padding: 50px 0 0 0;
    }
  }
  
  @media (max-width: 575.98px) {
    h1,
    .h1 {
      font-size: 30px;
    }
    h2,
    .h2 {
      font-size: 24px;
    }
    h4,
    .h4 {
      font-size: 20px;
      font-weight: 600;
    }
  
    .search-btn {
      right: 5px;
    }
  
    .top-bar .top-bar-contact .top-call {
      margin-right: 25px;
    }
  
    .top-bar .top-bar-contact a {
      font-size: 12px;
    }
  
    .top-bar .top-bar-contact a span {
      margin-right: 7px;
    }
  
    /* .top-bar .top-bar-contact .top-call {
      margin-right: 10px;
    }
    .top-bar .top-bar-contact a {
      font-size: 12px;
    }
    .top-bar .top-bar-contact a span {
      margin-right: 3px;
    } */
  
    .top-section .top-section-offer-image img {
      max-height: 75px;
    }
    .home-furniture-gallery-heading {
      font-size: 14px;
    }
  
    .testimonial .testimonial-box .testimonial-box-img .left-span {
      left: 30px;
    }
  
    .testimonial .testimonial-box .testimonial-box-img .right-span {
      right: 30px;
    }
  
    .footer .footer-menu {
      padding-left: 10px;
    }
  
    /* Furniture Home  */
  
    .slide-gallery .splide__arrow--prev {
      left: 0em;
    }
  
    .slide-gallery .splide__arrow--next {
      right: 0em;
    }
  
    .gallery-main-image .gallery-main-image-heading {
      padding: 15px 0 0 15px;
    }
  
    .gallery-main-image-price {
      padding: 6px 10px;
      bottom: 12px;
    }
  
    .gallery-main-image-price p {
      font-size: 16px;
    }
  
    .gallery-main-image-price p span {
      margin-right: 5px;
    }
  
    .gallery-main-image-price p span i {
      font-size: 16px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price {
      padding: 6px 10px;
      bottom: 12px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-heading.top-left {
      padding: 15px 0 0 15px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price p {
      font-size: 16px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price p span {
      margin-right: 5px;
    }
  
    .side-table-gallery-section .side-table-gallery .side-table-price p span i {
      font-size: 16px;
    }
  
    .slide-gallery .splide__pagination {
      bottom: -0.5em;
      left: 0;
      padding: 0 1em;
      position: absolute;
      right: 0;
      z-index: 1;
    }
  
    .slide-gallery .splide__pagination__page.is-active {
      background: #b6242b;
      opacity: 1;
      transform: scale(1.1);
    }
  }
  
  @media (max-width: 350.98px) {
    h1,
    .h1 {
      font-size: 24px;
    }
    .top-bar .top-bar-contact {
      display: unset;
    }
    .prinix-logo {
      height: 30px;
    }
    .search-btn {
      right: 5px;
    }
  }
  