/* ===================================================================== */
/* Comman Css                                                            */
/* ===================================================================== */
a.text-primary:focus, a.text-primary:hover {
  color: #806514 !important;
}
.bounce-top {
  -webkit-animation: bounce-top 0.9s both;
  animation: bounce-top 0.9s both;
}

/**
   * ----------------------------------------
   * animation bounce-top
   * ----------------------------------------
   */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

html,
body {
  font-family: "Montserrat", sans-serif;

  overflow-x: hidden;
}

.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: 100px 0;
}

a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 34px;
  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;
}

.bottom-small-line::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #db3b41;
  margin: 0 auto;
  margin-top: 10px;
}

/* .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;
  } */

.gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery-heading a {
  font-weight: 600;
  color: #ffffff !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: #797979;
}

.slide-gallery .splide__arrow--prev {
  left: -2em;
}

.slide-gallery .splide__arrow--next {
  right: -2em;
}

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

/* ===================================================================== */
/* Header Css                                                            */
/* ===================================================================== */

.header {
  background-color: #fff;
  padding-bottom: 20px;
  transition: all 0.5s;
}

.header.fixed-top {
  padding-bottom: 10px;
}

.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;
  background-color: white
}

.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;
}


.top-menu .nav-item .sub-menu{
display: none;
transition: all 0.5s;
}


@media screen and (min-width: 992px) {
 .header {padding-bottom: 0;} 
 .menu-bar {border-top:1px solid #bfbfbf;} 
 .top-menu .nav-item.dropdown .sub-menu{
  position: absolute;
  top: 105px;
  background-color: #fff !important;
  border: 1px solid #EEE;
  opacity: 0;
  z-index: 9999;
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  transition: 0.3s;
  visibility: hidden;
  display: initial;
  padding: 20px 15px;
  left: 15px;
}
.top-menu .nav-item:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 47px;
  right: 178px;
  width: fit-content;
  left: revert-layer !important;
}
.top-menu .nav-item.dropdown {
  position: inherit;
}
.top-menu .nav-item.dropdown .sub-menu ul {
  margin: 0;
  padding: 0;
}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li {
  float: left;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund li {
  float: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund li h6 {
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund li h6 a {
  font-size: 15px;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li:hover ul.sum-menu-sesund li h6 a{border-bottom-color: #D71C24;}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund li a {
  padding: 4px 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #4d4d4d;
}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund li a:hover{color: #b6242b; text-decoration: none;}
.top-menu .nav-item.dropdown .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund {
  margin: 0 0 0 -1px;
  border-right: 1px solid #eaeced;
  padding-left: 15px;
  padding-right: 20px;
  border-left: 1px solid #eaeced;
}

.navbar-expand-lg .navbar-nav .nav-item:hover a.nav-link {
  color: #D71C24 !important;
}
.navbar-expand-lg .navbar-nav .nav-item a.nav-link::after {
  content: "";
  background: #fff;
  height: 2px;
  display: block;
  top: 8px;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item:hover a.nav-link::after{background: #D71C24 !important;}
.top-menu .nav-item.dropdown.dining .sub-menu {
  /* for dining hover show right side so change to under show */
    right: 14px;
  /* right: 85px; */
  left: initial;
}


.top-menu .nav-item.dropdown.dining_caf {position: relative;}
.top-menu .nav-item.dining_caf.dropdown .sub-menu {right: 0;}
.top-menu .nav-item.dropdown.dining_caf .sub-menu > ul.sum-menu-first > li ul.sum-menu-sesund li a {white-space: nowrap;}
.top-menu .nav-item.dropdown.dining_sofa .sub-menu {left: 0; right: auto;}
}


/*.navbar-expand-lg .navbar-nav .dropdown-menu {background-color: #fff; 
  padding: 10px; 
  border: 0; left: 0; 
  min-width: 13rem; 
  margin: 0rem; border-radius: 0; 

 opacity: 0; display: initial; visibility: hidden; 

visibility: hidden; top: 100px; min-height: 190px; 
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s;} */


.top-menu .nav-item.dropdown .sub-menu  .sub-menu-list{
  list-style: none;
  padding-left: 0 ;
}
.top-menu .nav-item.dropdown .sub-menu .sub-menu-list li a{
  color: #000;
  text-decoration: none;
}

/* ===================================================================== */
/* 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: 18px; 
  text-align: center;
  justify-content: center;
}

.all-furniture-box .box-img {
  /*max-width: 150px;*/
  max-width: 60px;
  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;
}

.a {
  text-decoration: none;
  text-decoration-line: none !important;
}

/* ===================================================================== */
/* 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: 75px 0;
  margin-top: 100px;
  border: 2px #e9e9e9;
  border-style: solid none;
}

.cart-bred a {
  /* font-size: 32px; old */
  font-size: 28px; 
  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%;
}
.product-info-col1 {
  flex: 0 0 80%;
  max-width: 80%;
}

.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 140px;
  max-width: 140px;
}

.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: #88807b;
  color: #ffffff;
}

.footer .heading {
  position: relative;
}

.footer .heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 30%;
  height: 2px;
  background-color: #b6242b;
}

.footer .footer-contact .contents a {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer .footer-contact .contents 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: rgba(255, 255, 255, 0.5);
  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                                                     */
/* ===================================================================== */
/* ===================================================================== */
/* Order Pages                                                           */
/* ===================================================================== */
.order-box {
  padding: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}

/* ===================================================================== */
/* End Order Pages                                                       */
/* ===================================================================== */
/* ===================================================================== */
/* Success Order Pages                                                   */
/* ===================================================================== */


.success-order .success-part {}

.success-order .success-part {}

.success-order .success-part .success-content p {
  color: #666666;
}

.success-order .success-part .success-content p span {
  font-size: 48px;
  font-weight: 700;
  color: #00cc60;
}

/* ===================================================================== */
/* End Success Order 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;
  }

  .success-order .success-part .success-content p span {
    font-size: 42px;
  }
}

@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 .contents 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;
  }

  .success-order .success-part .success-content p span {
    font-size: 36px;
  }

  .success-image {
    max-width: 50px;
    margin: 0 auto;
  }
}

@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;
  }

  .prinix-logo {
    height: 40px;
  }

  .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;
  }

  .success-order .success-part .success-content p span {
    font-size: 30px;
  }

  .success-image {
    max-width: 45px;
  }
}

@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);
  }

  .success-image {
    max-width: 40px;
  }

  .success-order .success-part .success-content p span {
    font-size: 26px;
  }
}

@media (max-width: 350.98px) {

  h1,
  .h1 {
    font-size: 24px;
  }

  .top-bar .top-bar-contact {
    justify-content: space-between;
  }

  .top-bar .top-bar-contact a {
    font-size: 10px;
  }

  .top-bar .top-bar-contact a span {
    margin-right: 5px;
  }

  .search-btn {
    right: 5px;
  }

  .success-order .success-part .success-content p span {
    font-size: 24px;
  }
}





/* Client Css for gray-scale */
.client_logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.grayscale-image {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.center-image {
  transition: filter 0.5s ease;
}

.center-image:hover,
.grayscale-image:hover {
  filter: grayscale(0%);
}


/* Home Page Banner Caurosel */




/* New css */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.gallery-heading a {
  font-weight: bold;
  color: #b6242b !important;
  font-size: 14px;
}

.gallery-main-image-price {
  padding: 10px 25px;
}

.testimonial .testimonial-box .testimonial-box-img {
  width: 250px;
  height: 158px;
  padding: 0px 20px;
}

section {
  margin: 60px 0;
}

.project {
  padding: 60px 0;
}

.gray-bg {
  background-color: #f2f2f2;
}

#our_team {
  padding: 60px 0;
}

.project .splide__pagination {
  bottom: -32px;
}

.inquerybutton {
  width: 212px;
}

.top-menu .nav-link {
  font-size: 15px;
}

.top-bar .top-bar-contact {
  padding: 5px 0;
}

.text-dark {
  color: #000 !important;
}

.all-furniture-box .box-header {
  margin-top: 5px;
}

.all-furniture-box .box-img img {
  width: auto !important;
  height: 100px;
}

/*.our-furniture-icon .all-furniture-box {
  margin-top: 40px;
}*/

.diningchairs::before {
  background: url(../image/SOFA-left-bottom.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 64px;
  content: "";
  position: absolute;
  left: 1px;
  bottom: 9px;
  background-size: 160px;
}

.bookself::before {
  background: url(../image/SOFA-right-bottom.png);
  background-repeat: no-repeat;
  width: 65px;
  height: 95px;
  content: "";
  position: absolute;
  left: 34px;
  top: -9px;
  background-size: 65px;
}

.craftmenship-section .overlay-div {
  background: rgba(0, 0, 0, 0.8);
}

.about-prenix .about-prenix-content h6 {
  color: #b6242b;
}

.testimonial .testimonial-box .testimonial-box-content .content {
  display: block !important;
}

.testimonial-box {
  padding: 0;
}

.testimonial .testimonial-box .testimonial-box-img .testimonial-img {
  max-width: 100px;
}

.testimonial .testimonial-box .testimonial-box-img {
  width: auto;
  height: auto;
  padding: 0px 40px;
}

.testimonial .testimonial-box .testimonial-box-img .left-span img,
.testimonial .testimonial-box .testimonial-box-img .right-span img {
  max-width: 22px;
}

.testimonial .testimonial-box .testimonial-box-img .left-span,
.testimonial .testimonial-box .testimonial-box-img .right-span {
  top: 0;
}

.footer .form-control {
  font-size: 15px;
}

.footer .g-recaptcha>div {
  transform: scale(0.83);
  margin-left: -25px;
}

.footer {
  padding: 70px 0 0 0;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.sofamad {
  margin: 46px 0 !important;
}

.sofamad-mb {
  margin-bottom: 46px !important;
}

.side-table-gallery-section .side-table-gallery .side-table-price {
  padding: 8px 20px;
  left: 0px;
  bottom: 40px;
}

.sidetable-line {
  line-height: 1.1;
}

.gallery-main-image-price,
.side-table-gallery-section .side-table-gallery .side-table-price {
  bottom: 40px;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.gallery-main-image .gallery-main-image-heading,
.side-table-gallery-section .side-table-gallery .side-table-heading.top-left {
  padding: 30px 0 0 40px;
}

.gallery-main-image-price p,
.side-table-gallery-section .side-table-gallery .side-table-price p {
  font-size: 24px;
  font-weight: bold;
}

.gallery-main-image-price p span,
.side-table-gallery-section .side-table-gallery .side-table-price p span {
  margin-right: 6px;
}

.gallery-main-image-price p span i,
.side-table-gallery-section .side-table-gallery .side-table-price p span i {
  font-size: 21px;
}

.sidetable-text>div:nth-child(2) .side-table-heading.top-left {
  right: 0;
  left: auto;
  padding-left: 0;
  padding-right: 66px;
}

.designer-orchid .gallery-main-image-price,
.designer-orchid .side-table-price {
  bottom: 26px !important;
}

.gallery-main-image .gallery-main-image-heading h2 {
  font-weight: 600;
}

.side-table-gallery-section .side-table-gallery .side-table-heading.center-left {
  padding: 0px 0 0 38px;
  margin-top: -40px;
}

.slide-gallery .splide__arrow--prev,
.slide-gallery .splide__arrow--next {
  margin-top: -27px;
}

.slide-gallery .splide__slide h6 i {
  font-size: 16px;
}

#imagemodal {
  padding-right: 0 !important;
}

.col-md-12.zoom-img {
  text-align: center;
}

.productsection {
  margin-top: 4rem;
}

.zoom-img .thumb-slide img {
  /* max-width: 80px; */
  max-width: 150px;
  border: 2px solid #d5d5d5 !important;
  padding: 2px;
}

.zoom-img .thumb-slide img.active-img {
  border: 2px solid green !important;
}

.zoom-img div {
  padding-bottom: 4px;
  font-weight: bold;
  text-transform: uppercase;
}


@media only screen and (min-width: 2201px) and (max-width: 5000px) {
  #imagemodal .modal-dialog.modal-xl img#bigModalImage {
    width: 100%;
    height: auto !important;
    max-width: 892px;
  }

  #imagemodal .modal-dialog.modal-xl {
    max-width: 97%;
    margin: 2rem auto;
  }

  /*#imagemodal .modal-dialog.modal-xl {border: 2px solid red;}*/
}


@media only screen and (min-width: 1367px) and (max-width: 2200px) {
  #imagemodal .modal-dialog.modal-xl img#bigModalImage {
    width: 100%;
    height: auto !important;
    max-width: 521px;
  }

  #imagemodal .modal-dialog.modal-xl {
    max-width: 96%;
    margin: 1rem auto;
    /*border: 2px solid #000;*/
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  #imagemodal .modal-dialog.modal-xl {
    max-width: 96%;
    margin: 1rem auto;
    /*border: 2px solid green;*/
  }

  #imagemodal .modal-dialog.modal-xl img#bigModalImage {
    width: 100%;
    height: auto !important;
    max-width: 406px;
  }
  .all-furniture-box {padding: 15px; }
}

@media only screen and (min-width: 1200px) {}






@media only screen and (max-width: 1199px) {
  .top-menu .nav-link {
    font-size: 13.2px;
  }
}



@media only screen and (max-width: 991px) {
  .all-furniture-box .box-img img {
    height: 70px;
  }

  .our-furniture-icon .all-furniture-box {
    margin-top: 20px;
  }

  .craftmenship-section .craft-box .img-fluid {
    max-width: 60px;
  }

  .gallery-main-image .gallery-main-image-heading,
  .side-table-gallery-section .side-table-gallery .side-table-heading.top-left {
    padding: 20px 0 0 30px;
  }

  .gallery-main-image-price p,
  .side-table-gallery-section .side-table-gallery .side-table-price p {
    font-size: 20px;
  }

  .gallery-main-image-price p span i,
  .side-table-gallery-section .side-table-gallery .side-table-price p span i {
    font-size: 18px;
  }

  .gallery-main-image-price,
  .side-table-gallery-section .side-table-gallery .side-table-price {
    padding: 6px 16px;
  }

  .designer-orchid .gallery-main-image-price,
  .designer-orchid .side-table-price {
    bottom: 16px !important;
  }

  .gallery-main-image-price,
  .side-table-gallery-section .side-table-gallery .side-table-price {
    bottom: 30px;
  }

  .sidetable-text>div:nth-child(2) .side-table-heading.top-left {
    padding-right: 46px;
  }

  .side-table-gallery-section .side-table-gallery .side-table-heading.center-left {
    padding: 0px 0 0 28px;
  }

  .productsection {
    margin-top: 5rem;
  }
}



@media only screen and (max-width: 767px) {
  .ui-menu .ui-menu-item-wrapper .list_item_container .image {
    margin-right: 5px;
  }

  .ui-menu .ui-menu-item-wrapper .list_item_container .image img {
    height: 40px;
  }

  .ui-menu .ui-menu-item-wrapper .list_item_container .label {
    font-size: 12px;
    line-height: 1.2;
  }

  .ui-menu .ui-menu-item-wrapper .list_item_container .label h5 {
    margin-bottom: 0.2rem;
  }

  .ui-menu .ui-menu-item-wrapper .list_item_container .label p {
    margin-bottom: 0;
  }

  #ui-id-1 {
    top: 94px !important;
    padding: 0;
    width: 100% !important;
    max-width: 309px;
  }

  .top-banner-mad {
    margin-bottom: 30px;
  }

  section {
    margin: 40px 0;
  }

  #our_team {
    padding: 40px 0;
  }

  .testimonial .testimonial-box .testimonial-box-img .left-span img,
  .testimonial .testimonial-box .testimonial-box-img .right-span img {
    max-width: 15px;
  }

  .testimonial .testimonial-box .testimonial-box-img .testimonial-img {
    max-width: 90px;
  }

  .testimonial .testimonial-box .testimonial-box-img {
    width: 150px;
    height: 92px;
    padding-bottom: 0px;
  }

  .project-compny-logo {
    padding: 38px 0;
  }

  .testimonial-box {
    padding: 0rem;
  }

  .testimonial .splide__pagination {
    bottom: -15px;
  }

  .footer .footer-social-links a {
    font-size: 22px;
  }

  .diningchairs::before {
    width: 110px;
    height: 45px;
    left: 5px;
    background-size: 110px;
  }

  .bookself::before {
    width: 55px;
    height: 79px;
    top: -6px;
    background-size: 55px;
  }

  .footer {
    font-size: 15px;
    padding: 44px 0 0 0;
  }

  .footer-btn .btn {
    width: 100%;
  }

  .gallery-main-image .gallery-main-image-heading,
  .side-table-gallery-section .side-table-gallery .side-table-heading.top-left {
    padding: 15px 0 0 20px;
  }

  .gallery-main-image-price p,
  .side-table-gallery-section .side-table-gallery .side-table-price p {
    font-size: 18px;
  }

  .gallery-main-image-price p span i,
  .side-table-gallery-section .side-table-gallery .side-table-price p span i {
    font-size: 16px;
  }

  .gallery-main-image-price,
  .side-table-gallery-section .side-table-gallery .side-table-price {
    bottom: 20px;
    padding: 6px 12px;
  }
}


@media only screen and (max-width: 575px) {
  #ui-id-1 {
    max-width: 249px;
  }

  .all-furniture-box .box-img img {
    height: 50px;
  }

  .all-furniture-box .box-header {
    margin-top: 3px;
  }

  .our-furniture-icon .all-furniture-box {
    margin-top: 12px;
  }

  .testimonial .testimonial-box .testimonial-box-img .left-span {
    left: 6px;
  }

  .testimonial .testimonial-box .testimonial-box-img .right-span {
    right: 6px;
  }

  .all-furniture-box .box-header a {
    font-size: 14px;
  }

  .office-furniture-gallery-heading {
    font-size: 14px;
  }

  .bookself::before {
    width: 38px;
    height: 57px;
    top: -5px;
    background-size: 38px;
  }

  .diningchairs::before {
    width: 80px;
    height: 33px;
    left: 6px;
    background-size: 80px;
  }

}


@media only screen and (max-width: 479px) {
  #ui-id-1 {
    max-width: 232px;
    left: auto !important;
    right: 76px;
  }

}

/*New Css*/
.filter-fixed-top > div {
    max-width: 1240px;
    margin: 0 auto;
}

.filter-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 8px 10px 15px;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}

.filter-fixed-top h4.filter-center{
  text-align: center;
}


/*Range Slider*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.price-input{
  width: 100%;
  display: flex;
  margin: 20px 0 25px;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress{
  height: 100%;
  left: 2%;
  right: 2%;
  position: absolute;
  border-radius: 5px;
/*  background: #17A2B8;*/
  background: #000000;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.mobile-price-input{
  width: 100%;
  display: flex;
  margin: 20px 0 25px;
}
.mobile-price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.mobile-price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.mobile_slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.mobile_slider .mobile_progress{
  height: 100%;
  left: 2%;
  right: 2%;
  position: absolute;
  border-radius: 5px;
  background: #000000;
}
.mobile-range-input{
  position: relative;
}
.mobile-range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


@media screen and (max-width: 991px) {
.offcanvas {background-color: #EEEEEE;}
.top-menu .nav-item a.nav-link {
  color: #434343;
  font-weight: 500;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.top-menu .nav-item {border-bottom: 1px solid #DDD; margin: 0; position: relative;}
.top-menu .offcanvas-body {padding: 0;}
.top-menu .nav-item a.nav-link.dropdown-toggle::after {
  border: solid #434343;
  border-width: 0 2px 2px 0;
  padding: 3.4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 11px;
  transition: 0.3s;
}
.top-menu .nav-item ul.dropdown-menu {
  background-color: #fff !important;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  display: none;
  padding: 10px 15px;
  border-radius: 0;
  border: none;
}
.top-menu .nav-item.actives ul.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.top-menu .nav-item ul.dropdown-menu li a {
  color: #434343;
  font-weight: 500;
  font-size: 13px;
  padding: 3px 0;
  margin: 0;
  background-color: transparent !important;
}
.top-menu .nav-item ul.dropdown-menu li a:hover {
  color: #b6242b;
  text-decoration: none;
}
.top-menu .nav-item ul.dropdown-menu li h6 {
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: 8px;
  color: #434343;
}
.top-menu .nav-item.actives a.nav-link.dropdown-toggle::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.top-menu .nav-item:hover a.nav-link.dropdown-toggle::after,
.top-menu .nav-item.actives a.nav-link.dropdown-toggle::after {
  border-color: #D71C24;
}
.top-menu .nav-item.actives a.nav-link.dropdown-toggle {
  color: #D71C24;
}
.top-menu .nav-item ul.dropdown-menu li h6 a {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #D71C24; 
  color: #EC6268;
}
.top-menu .nav-item ul.dropdown-menu li h6 a {
  padding-top: 0;
}

}
.top-banner-section .swiper-pagination-bullet {
    width: 15px;
    height: 15px; 
    background: dimgray;
}

.top-banner-section .swiper-pagination-bullet-active {
    background: #92060b;
}
.stickyfilter {
  position: fixed;
  background: #f4f4f4;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

@media screen and (max-width: 767px) {
/*.swiper-backface-hidden .swiper-slide .main-slider img {
  width: auto !important;
  max-width: 114.5%;
  margin: 0 -14.5%;
}*/
.top-banner-section .swiper-pagination-bullet {width: 8px; height: 8px;}
}

@media screen and (max-width: 480px) {
/*.swiper-backface-hidden .swiper-slide .main-slider img {
  width: auto !important;
  max-width: 117.2%;
  margin: 0 -17.2%;
}*/
}

.stickyfilter {
    position: fixed;
    background: #f4f4f4;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-bottom: 0;
    margin-top: 0;
}
.stickyfilter button {
    font-weight: 500;
}

.modal-dialog.full-height{
     margin: 0; 
}

.cart-item-box {
  background-color: #f5f5f5;
  padding: 20px;
}

.woodtype ul {
  display: flex;
  flex-wrap: wrap;
}
.woodtype li{
  margin-bottom: 4px;
  font-size: 14px;
  flex: 0 0 auto;
  width: 50%;
}


.woodtype .qty{font-size: 14px;}

.cart-item-box .removeProduct {
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border-radius: 50px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);cursor: pointer;
}

.orderbox {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}

.btn-primary {background-color: #BBA35C; border-color: #BBA35C;}
.btn-primary:hover {background-color: #9F8433; border-color: #9F8433;}
.text-primary {color: rgb(187, 163, 92) !important;}
.bg-primary {background-color: rgb(232, 232, 232) !important;}

.form-control {height: calc(2.65rem + 2px);}

.categorymenu .list-group-item {
  background: transparent;
  border-bottom: 1px solid #e3dede !important;
  /*padding-left: 0 !important;
  padding-right: 0 !important;*/
}
.categorymenu .list-group-item a {
  color: #333 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}


.categorymenu li input[type="checkbox"] + a::after {width: 20px; line-height: 0; transition: transform .35s ease; margin-left: auto; background: url(../images/chevron-down.svg); content: ""; height: 20px; background-position: -2px -2px; background-repeat: no-repeat; position: absolute; right: 16px;}
.categorymenu li input[type="checkbox"]:checked ~ a::after {transform: rotate(180deg); position: absolute; right: 16px;}

.categorymenu li{position: relative;}
.categorymenu li input[type="checkbox"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  z-index: 2;
  height: 50px;
  cursor: pointer;
  opacity: 0;
}
.categorymenu li input:checked ~ a + div {
  display: block;
}
.categorymenu li a.active,
.categorymenu li input:checked ~ a {
  color: #fff !important;
  background-color: #b9a46c !important;
  border-color: #b9a46c !important;
}
.categorymenu li:last-child {
  margin-bottom: 0 !important;
}
.categorymenu li .collapse li a {
	font-size: 14px;
	padding-left: 10px;
	color: #5e5e5e !important;
}
.categorymenu li .collapse li a.active,
.categorymenu li input:checked ~ .collapse li a.active {
	color: #9d8440 !important;
	background: transparent !important;
	font-weight: 600 !important;
}




