@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');  
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
  body{
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   color: #b4b4b4;
   font-weight: 400;
   background: #fff;
   margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  }


*{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

div{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
ul{
    list-style: none;
    margin-bottom: 0px
}
p{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #828282;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}
p a{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}
a, a:hover, a:visited, a:active, a:link{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}
p a:active{
    position: relative;
    color: #FF6347
}
p a:hover{
    color: #FFFFFF;
    background: #ffa07f
}
p a:hover::after{
    opacity: 0.2
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  border: none;
}
.clear{
    clear: both
}
.websitelogo{
  width:30%;
}

/*----- side canvas for add to cart wishlist  ---*/
#offcanvasRight2 {
  background: #fff5f0;
  width: 37%;
}
.slider-header-offcanvas {
  border: 1px solid #ffcb99;
  margin: 16px;
  box-shadow: 0px 4px 18px #ff6c004d;
  color:#ff8000;
  font-size: 10px;
}
/* Style the tab */
.tab-popup {
  width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  text-align: center;
  margin:0px 0px 10px;
}
/* Style the buttons inside the tab */
.tab-popup button {
  display: block;
  background-color: #fff5f0;
  color: #ff8000;
  border: 1px solid #fc9700a3;
  padding: 8px 0px;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  margin: 2px 4px;
  width: 20%;
  border-radius: 7px;
  text-align: center;
}
.tab-popup button:first-child{
margin-left: 0;
}
.tab-popup button:last-child{
margin-right: 0;
}
/* Change background color of buttons on hover */
.tab-popup button:hover {
background-color: #ff8000;
color:#fff;
}

/* Create an active/current "tab button" class */
.tab-popup button.active {
background-color: #ff8000;
color:#fff;
}

/* Style the tab content */
.tabcontent-popup{
padding: 0px 0px;
width: 100%;
border-left: none;
}
.pp-img-cart {
  width: 120px;
  height: 110px;
  background: #fff;
  /* margin: 0 auto; */
  border: 1px solid #ffcb99;
  border-radius: 5px;
  text-align: center;
  padding: 1em 1em 0em;
}
.cart-img{
width: 100%;
}
.cart-img img{
  width: 100%;
  height:100%;
}
.list-of-cart {
  background: #fff;
  padding: 5px;
  /* display: flex; */
  border: 1px solid #ff800021;
  border-radius: 5px;
  /* justify-content: start; */
}
.list-of-cart2 {
  display: flex;
  justify-content: start;
}
.cart-deatils {
  margin: 0px 15px;
  width: 80%;
}
.my-cart-price {
  color: #ff8000;
  font-weight: 600;
  font-size: 20px;
  margin-left: 25px;
}
.my-cart-price i{
font-size: 15px;
}

.cart-p-name {
  font-size: 15px;
  color: #434342;
  margin: 0;
  padding:0;
  margin-right: 10px;
}

.buy-now-btn {
  background: #fff5f0;
  border: 1px solid #ffe1ab;
  border-radius: 100px;
  font-size: 10px;
  padding: 3px 7px;
  margin: 15px 0px;
  color: #ff8000;
  text-transform: uppercase;
}
span.pp-quality-name {
  color: #c5c5c5;
  font-size: 12px;
  font-weight: 300;
}
.view-m-cart {
  text-align: center;
  color: #fc7e00;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.btn-list-cart{
margin:0;
padding:0;
list-style: none;
}
.btn-list-cart li {
  float: left;
  margin-right: 25px;
}
/*start plus-minus*/
.btn-minus {
  cursor: pointer;
  padding: 6px 6px;
  border: 1px solid #ffca99b2;
  border-radius: 50%;
  margin-right: 4px;
  font-size: 8px;
  color: #ff8000;
  background: #fff5f0;
  display: inline-flex;
}
.btn-plus{
  cursor:pointer;
  padding: 6px 6px;
  border:1px solid #ffca99b2;
  border-radius:50%;
  margin-left: 5px;
  font-size: 8px;
  color: #ff8000;
  background: #fff5f0;
  display: inline-flex;
}
.count {
  font-size: 15px;
  width: 24px;
  text-align: center;
  border: none;
  margin: 0px auto;
}
/*end plus-minus*/

.romove.cart-pop-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  background: #fff;
  padding: 8px;
  margin: 7px auto;
  box-shadow: 0px 2px 8px 2px #b05b0529;
  align-items: center;
}
.con-rem{
width: 50%;
}
.con-rem p{
margin: 0px;
padding: 0px;
font-size: 13px;
margin-bottom: 0px !important;
}
.rem-btn-sec {
  width: 50%;
  display: flex;
  align-items: center;
}
.remove-cart-btn {
  background: #fff5f0;
  border-radius: 5px;
  color: #ff8000;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 11px;
  padding: 6px 10px;
  text-transform: uppercase;
}
.remove-cart-btn:hover{
background: #be2004;
color:#fff;
}
.move-wishlist-btn{
background: #ff8000;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 11px;
  padding: 6px 10px;
  text-transform: uppercase;
}
.move-wishlist-btn:hover{
background: #198754;
  border: 1px solid #198754;
}
.wishlisticon{
position: absolute;
  top: -2px;
  right: -8px;
  width: 22px;
  height: 21px;
  color: #ff2600;
  font-size: 13px;
  border: 1px solid #ff8000b8;
  border-radius: 10px;
  z-index: 3;
  background: #ffffff;

}
.heart-wish {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 2;
  border: 1px solid #ff8000;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin-left: 0px;
  color: #ff0d24;
}

.ordered-pricec {
  color: #a5a5a5;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0px;
}
.ordered-pricec i{
color: #a5a5a5;
  font-weight: 600;
  font-size: 12px;
}
.cart-checkout {
  display: flex;
  font-size: 12px;
  color: #c7c7c7;
  font-weight: 400;
  margin-right: 10px;
}
.cart-checkout i {
font-size: 7px;
  background-color: #29b574;
  border-radius: 100px;
  border: none;
  width: 15px;
  height: 15px;
  color: #fff;
  margin: 1px 0px 1px 4px;
  padding: 4px;
}
.cart-order-time {
  font-size: 12px;
  color: #b5b5b5;
  margin: 0 4px;
}
.order-btn-sec {
  display: block;
  width: 100%;
}
.order-btn-sec ul {
  margin: 0px;
  padding: 0px;
  float: right;
}
.order-btn-sec ul li {
  float: left;
  margin: 0px 10px;
}
.dileverd-area{
font-size: 12px;
  color: #b5b5b5;
  margin: 0 4px;
}
.devider {
  height: 16px;
  border-bottom: 1px dashed #e9e9e9;
  width: 100%;
  margin: 0 auto 14px;
}
.re-order-btn {
background: #ff8000;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 10px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.re-order-btn {
background: #ff8000;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 10px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.rate-btn{
background: #fff5f0;
  border-radius: 5px;
  color: #ff8000;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 11px;
  padding: 6px 6px;
  text-transform: uppercase;
}







.top-offer-sec.dark-bg {
    background: linear-gradient(45deg, black, #000000ab);
/*    display: flex;*/
    color: #fff;
    padding: 5px 0px;
}
.offer-para{
  font-weight: 100;
  font-size: 15px;
}
.close-offer {
    border: 1px solid #3a3838;
    background: none;
    color: #fff;
    border-radius: 100px;
    width: 27px;
}
.cuppon {
    color: red;
    font-weight: 500;
    padding: 4px 21px;
   border-radius: 100px;
    box-shadow: 0px 0px 19px rgb(13 110 253 / 27%);
      margin: 0px 20px;
}
.SmoothmyTop {
    background: #fc7e00;
    border-radius: 100px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 0px 20px rgb(13 110 253 / 25%);
    bottom: 107px;
    right: 7px;
    position: fixed;
    border: 1px solid #ff7200;
    width: 47px;
    height: 47px;
    transition: all 0.5s ease-out;
    z-index: 999;
} 
.slider-outer {
    position: relative;
    /* max-height: 680px; */
    /* height: 90vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    /*border-bottom: 1px solid #e7e7e7;*/
}
#demo.carousel-item{
display: flex;
}
.carousel-item {
  height: 490px;
}

.slider-img {
    width: 100%;
    float: right;
    background: linear-gradient(45deg, #fff1d4, #ffd5ac);
    padding: 0rem 0rem;
}
.slider-img img{
  max-height: 100%;
  max-width: 100%;
}
.cp-with {
    width: 100%;
    text-align: center;
    right: 0 !important;
    bottom: auto;
    float: left;
    left: 0 !important;
    position: relative !important;
    padding: 0px;
    background: #f5f5f5;
    height: 490px;
}
.cp-with h3 {
    color: red;
    font-size: 75px;
    font-weight: 600;
    margin: 0;
    padding: 0;
   font-family: 'Abril Fatface', cursive;
}
.cp-with p {
    color: #434342;
    font-size: 45px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
.cp-with img {
    height:100%;
    width: 100%;
}
.offer-box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    /* box-shadow: 0px 0px 20px #ccc; */
    width: 90%;
    margin: 10px auto;
    color: #434342;
    align-items: center;
}
.off-bb-1 span{
  color:#434342;
}
.off-bb-1 h6 {
    color: #434342;
    font-size: 29px;
    font-weight: 500;
}
.off-bb-1 h6 span{
 color:#fc7e00;
}
.home-slider-control-next, .home-slider-control-prev {
    position: absolute;
    top: auto !important;
    bottom: 38px !important;
    z-index: 1;
    right: 82px;
    display: flex;
    background: #ffc68d !important;
    width: 50px !important;
    height: 50px !important;
    border:1px solid #fff;
}
.home-slider-control-next {
    right: 26px !important;
}
.home-slider-control-prev{
  left:auto !important;
    right: 82px !important;
}

.line_hr {
  border-bottom: 1px dashed #787878;
  margin: 12px auto;
  padding: 0px 0px 0px;
  border-top: none;
  opacity: .25;
  width: 100% !important;
  display: block;
  /* height: 1px; */
}
/*-- page heading title---*/
.pg-heading{
  color:#434342 ;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.heading-para {
  color: #434342;
  font-size: 14px;
  margin: 0;
}

/*----page heading title ---*/


/*--- hover effect --*/
.pp-item-box{
  /* background: #fff; */
  overflow: hidden;
}
.pp-item-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.pp-item-box:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bbb_image, .item-img, .imgs-show-grid {
  /* background: #fff; */
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
/* Zoom In #1 */
.bbb_image img, .item-img img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.bbb_image:hover img, .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);


}

/*--- end hover effects ---*/

.container-custom {
    min-width: 93%;
    width: 93%;
}
/*----quality section ---*/
.qu-sec{
  background: #fff;

}
.qu-box {
  background: #fefefe;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 5px;
  margin: 10px 10px 25px;
  text-align: center;
  min-height: 10em;
}
.qu-box ._box_icon {
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 0px 15px #00d2ff29;
    width: 80px;
    padding: 15px 10px;
    height: 80px;
    margin: 10px auto;
}
.qu_box_heading {
    color: #282828;
    font-size: 18px;
    padding: 1px 0px;
}
.qu_box_para{
  color:#ffbf80;
  font-size:12px;
}
/*----end quality section ---*/

/*-- popular item section ---*/
.popular-catagories{
    background: #f8f8f8;
  }
  .pp-item-box {
    background: #fff;
    padding: 0px 0px 0px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    margin: 10px auto;
    border-radius: 15px;
    border: 2px solid #e0f0f3;
    transition: 0.8s;
    width: 100%;
}
.pp-item-box img{
  border-radius: 15px;
}


 .pp-item-box:hover{
box-shadow: 0px 20px 20px #cccccc61;
 }

 .item-name {
  background: #000000a3;
  color: #ffc107;
  position: absolute;
  top: 24px;
  left: 0;
  padding: 3px 21px;
  font-size: 14px;
  width: auto;
  z-index: 2;
}
.item-name span {
    height: 28px;
    border-right: 22px solid #ff000000;
    border-left: 0px solid #0000ff00;
    border-top: 27px solid #000000a3;
    border-bottom: 0px solid #ffff0000;
    position: absolute;
    top: 0;
    left: auto;
    right: -22px;
 

}
/*.pp-item-box {
    background: #fc7e00;
    padding: 0px;
    text-align: center;
    display: flex;
    margin: 7px 25px 11rem;
    border-radius: 15px;
    transition: 0.8s;
    height: 15em;
}
 
 .popular-items-img:hover{
box-shadow: 0px 20px 20px #cccccc61;
 }

.item-name {
    background: #434342;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 0;
    padding: 3px 21px;
    font-size: 14px;
    width: auto;
    z-index: 2;
}
.item-name span {
    height: 28px;
    border-right: 22px solid #ff000000;
    border-left: 0px solid #0000ff00;
    border-top: 27px solid #434342;
    border-bottom: 0px solid #ffff0000;
    position: absolute;
    top: 0;
    left: auto;
    right: -22px;
 

}
.popular-items-img {
    width: 68%;
    height: 100%;
    margin: 103px auto 0px;
     border-radius: 38px;

}
.popular-items-img img{
   border-radius: 38px;
   height: 100%;
   width: 100%;

}
*/
/*--- call to action --*/
.call_to_action_sec {
  position: relative;
  margin: 10rem 150px 0rem;
  z-index: 2;
}
.call_to_action_sec:after {
    position: absolute;
    content: '';
    background: gray;
    background: linear-gradient(357deg, #fc7e00, #ffdb8e);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    box-sizing: content-box;
    border-radius: 48px 48px 0px 0px;
}
.outer-img-show {
    position: relative;
    width: 100%;
    margin-top: -8rem;
    display: flex;
    margin-bottom: 32rem;
}
.imgs-show-grid {
    position: absolute;
    border-radius: 20px;
}
.imgs-show-grid {
  position: absolute;
  border-radius: 20px;
  right: 0;
}

.imgs-show-grid img {
  border-radius: 20px;
  height: 100%;
  width: 98%;
}

.list-_ul{
  margin: 0px;
  padding: 0px;
  float: right;
}
/* .call_source_button {
    background: #fff;
    border-radius: 21px;
    padding: 9px 2rem;
    margin: 10px 0px 10px 18px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    right: 0;
    color: #5a5c59;
    float: left;
} */
.call_source_button a{
  color: #5a5c59;
    font-size: 16px;
    text-decoration: none;

}
.call_source_button span {
    margin: 0px 27px 0px 0px;
}
.btn-show {
  background: none;
  font-weight: 700;
  color: #434342;
  font-size: 13px;
  border: none;
  width: 115px;
  margin: 0px;
  text-align: end;
  display: block;
  padding: 0.5rem;
  align-items: center;
  justify-content: end;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0 auto;
}
/*---end call to action --*/


/*---- EMPTY CART RIGHT SIDE CANVAS ---*/

.empty-desktop-cart {
  width: 100%;
  text-align: center;
  margin: 5em 0em 0em;
}
.empty-cart-img {
  width: 60%;
  margin: 0 auto;
}
.empty-cart-img img{
width:100%;
}
.con-for-empty-order{
text-align:center;

}
.con-for-empty-order h6 {
  color: #ff8000;
  font-size: 29px;
}
.con-for-empty-order p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #828282;
}
.cart-shop-btn{
background: #fc7e00;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 6px 26px;
  transition: all 0.5s ease-out;
  border: 1px solid #fc7e00;
}
.cart-shop-btn:hover {
  color: #fc7e00;
  background: none;
}
/*---- EMPTY CART RIGHT SIDE CANVAS ---*/

/*--trending item ---*/
.trending-product-box {
    padding: 0;
    margin: 15px auto;
    border: 2px solid #e0f0f3;
    width: 100%;
    background: #fff;
    transition: all 0.5s ease-out;
}
.trending-product-box:hover {
    box-shadow: 0px 0px 20px #ccc;
}

/* .trending-product-box .product_img {
    height: 276px;
    min-height: 280px;
    position: relative;
} */
.trending-product-box .product_img img {
    max-width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
.sale-badge {
  position: absolute;
  left: 21px;
  right: auto;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  line-height: 1.5;
}
.trending-product-box .product_img {
  height: 278px;
  min-height: 278px;
}
.product-content {
  padding: 2px 4px;
}
.product-content .p_item-name a {
  font-size: 18px;
  color: #434342;
  font-weight: 600;
  /* float: left; */
}

.p_item-price {
    font-size: 11px;
    color: #434342;
   display: flex;
   align-items: center;
   justify-content: space-between;
    padding: 0;
}
.p_item-price span {
    color: red;
    font-size: 10px;
    padding: 0px 0px;
    line-height: 1.5;
    margin: 0px 0px;
}
.p_item-price p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #434342;
    line-height: 1.5;
}
.p_item-amount_ {
    color: #fc7e00;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
  .p_item-amount_ i{
    color: #fc7e00;
    font-size: 30px;
    font-weight: 700;
  }

   /*--- owl carousel cssss---*/
  
  .global-price-amount{
    font-size: 25px;
  color: #fc7e00;
  }
  .view_all_btn {
    background: #fc7e00;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 26px;
    transition: all 0.5s ease-out;
    border: 1px solid #fc7e00;
}
.see-product-btn{
   background: #fc7e00;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px 30px;
    transition: all 0.5s ease-out;
    border:1px solid #fc7e00 ;
}
.view_all_btn:hover, .see-product-btn:hover{
  color:#fc7e00;
  background: none;
/*  box-shadow: 0px 20px 20px rgb(0 0 0 / 9%);*/
}
/*--- popular sofa's section ----*/
.float-right-btn{
  float: right;

}
.pp2-item-box {
    border-radius: 10px;
    background: #fff;
    margin: 18px 0;
    padding: 0;
    position: relative;
    border: 1px solid #ebebeb;
}
.item-img {
  width: 100%;
  height: 300px;
  min-height: 300px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.item-img img{
  height: 100%;
  width: 100%;
     border-radius: 10px;
     overflow: hidden;
}
.pp-name-title {
  font-size: 20px;
  display: block;
 color: #434343;
 padding: 5px 10px ;
}
.item-content {
/*    position: absolute;*/
    background: #fff;
    padding: 0px 10px ;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pp-name a{
color: #434342;
font-size: 18px;
text-align: start;
padding: 5px 0px;
font-weight: 500;
}
.pp-price {
    text-align: right;

}
.pp-name p{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
        color: #434342;

}
.pp-name span{
color: #fc7e00;
font-size: 12px;
}
.pp-price h6 {
    color: #fc7e00;
    font-weight: 500;
    font-size: 25px;
}
.off_badge {
    position: absolute;
    top: 0;
    left: auto;
    right: 10px;
    background: #02cb02;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 7px 8px;
    border-radius: 0px 0px 21px 20px;
}
/*--- custom size section---*/
.bg-custom {
    background: #fc7e00;
    border-radius: 6rem 0rem 0rem 6rem;
    padding: 3rem 0rem 3rem 6rem;
    margin: 2rem 0px;
    position: relative;
}
.bg-custom:after {
    position: absolute;
    content: '';
    background: #fc7e00;
    height: 100%;
    width: 200px;
    right: -12rem;
    top: 0;
}
.custom_btn {
  border: 2px solid #fff;
  padding: 4px 20px;
  text-align: center;
  font-size: 18px;
  background: none;
  color: #fff;
  transition: all 0.5s ease-out;
  margin: 10px 0px;
}
.custom_btn:hover {
    background: #fff;
    color: #fc7e00;
    box-shadow: 0px 20px 20px 0px #664d0357;
}
/*-- on sale section--*/
.pp-on-sale {
    background: #f2f2f2;
    border-radius: 22px;
    position: relative;
    text-align: center;
    margin: 0px 41px 0px 0px;
    padding: 37px 0;
}
.onsale_badge {
    background: #fc3b00;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: -37px;
   padding: 5px 15px;
}
  .offer-text{
    text-transform: uppercase;
    font-size: 18px;
    color: #434342;
    font-weight:400;
    margin: 0px 27px 0px 0px;

  }
  .offer-text span{
    font-size: 10px;
    text-transform: capitalize;

  }
  .price-sec {
    display: flex;
    align-items: flex-start;
}

.amount{
  color: #fc7e00;
  font-size: 20px;
  font-weight: 500;

}
.text-cut{
  text-decoration: line-through;
  font-weight: 400;
  color: #ccc;

}
.off_badge2 {
    background: #02cb02;
    border-radius: 23px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    padding: 7px 11px;
    margin: 0px 10px;
}
.qa-list{
  margin: 0;
  padding: 0;
  list-style: none;


}
.qa-list li {
    position: relative;
    margin: 30px 0px 0px;
    padding-left: 40px;
    color: #434342;
    font-size: 16px;
}
.qa-list li i {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #0aa90a;
  border-radius: 100px;
  top: 5px;
  left: 0px;
  right: auto;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  padding: 3px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: flex;
    justify-content: space-evenly;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--- custom --*/
.client-box {
  background: url(../image/icon/client-box-icon.png) top -7px right 1px, #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 7px #50d4f530;
  padding: 12px;
  align-items: center;
  height: fit-content;
  position: relative;
  margin: 1rem 2rem;
  /* width: 510px !important; */
  background-repeat: no-repeat;
}
.client-comment p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.7em;
}
.client-img {
    border-radius: 10px;
    left: -40px;
    width: 35%;
    /* top: 50%; */
    height: 170px;
}
/* .client-img {
  max-width: 200px;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  height: 200px;
} */
.client-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.client-content {
  width: 65%;
}
.see-product-btn{
  font-size: 12px;
  margin: 10px 0px;
  padding: 8px 15px;
}
.client-name p {
  font-size: 20px;
  color: #434342;
  font-weight: 600;
  margin-bottom: 0px;
}
.client-comment p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.7em;
}
.client-name span{
font-size: 12px;
color: #757575;
font-weight: 200;
}

.rating span i{
  color:green;
   background:-webkit-linear-gradient(#efff00, #fc7e00);
   background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}
/*--- store branch slider css--*/
.store_branch {
    background: linear-gradient(to top, #fff6ed 60%, white 40%);
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
      .MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 0px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
    border: 4px solid #fc7e00;
    border-radius: 14px;
}
.MultiCarousel .MultiCarousel-inner .item > div img{
   border-radius: 10px;
}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position: absolute;
      border-radius: 50%;
      top: calc(50% - 20px);
      padding: 6px 10px; }    
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
        .MultiCarousel .lead {
    font-size: 1.25rem;
    font-weight: 300;
    background: #fc7e00;
    position: absolute;
    bottom: -19px;
    margin: 0 auto;
    /* writing-mode: lr; */
    left: 0;
    right: 0;
    width: 50%;
    border-radius: 100px;
    color: #fff;
}
/*.MultiCarousel .rightLst{
    right: 0;
    background: #fff;
    border: 1px solid #fc7e00;
}
.MultiCarousel .leftLst{
  left: 0;
    background: #fff;
    border: 1px solid #fc7e00;
}*/
/*--- instagram section ---*/

.insta-sec {
    background: url(../image/circlebg.png) top 13px right;
    background-size: auto;
    background-repeat: no-repeat;
    /* padding: 50px 0px; */
    margin-top: 50px;
    /* margin-bottom: 50px; */
}
.link_text{
  color: #ff6600;
  font-size: 30px;
  font-family: 'Pacifico', cursive;
}

.insta-image {
    background-size: 100%;
    width: 90%;
    border-radius: 41px;
    box-shadow: 0px 0px 7px #0dcaf029;
    margin: 32px 0;
}

.insta-image img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    border-radius: 41px;
}
.in-img-box1 {
    margin: 67px 0px 0px 0px;
    width: 99%;
    height: 64%;
}
.in-img-box2 {
    margin: 129px 0px 0px 0px;
    width: 100%;
    height: 310px;
    min-height: 310px;
    max-height: 310px;
}
.in-img-box3 {
    margin: -47px 0px 0px 0px;
    width: 100%;
    height: 100%;
   /* min-height: 278px;
    max-height: 278px;*/
}
.in-img-box4 {
    margin: 40px 0px 0px 0px;
    width: 100%;;
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    /* border: 4px solid; */
}
  .insta-image {
    position: relative;
       
}
 .insta-image span {
  background: rgb(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
   display: none;
   position: absolute;
   top: 0;
   border-radius: 41px;
   margin: 0 auto;
   text-align: center;
 }
 .insta-image span img {
    width: 21%;
    min-width: 21%;
}
  .insta-image:hover span {
   display: block;
  }
/*--- faq ---*/
#accordionExample {
    padding: 55px 30px;
    border: 1px solid #d3d3d3;
    max-height: max-content;
    font-size: 14px;
}
.accordion-button{
  padding: 20px 10px !important;
}
/*.accordion-header {
    margin-bottom: 0;
    padding: 7px 0px;
}  */ 
.accordion-item {
    margin-bottom: 41px;
    border: 1px solid #cedde2 !important;
    border-radius: 10px !important;
    box-shadow: 1px 2px 13px #dbdbdba1;
    background: #fff;
    width: 90%;
}
.accordion-button{
  border-radius: 10px !important;
}
.query-sec {
    background: url(../image/ques-bg.png) bottom left 38px, #ff7200;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 28px 0;
    margin: 4rem 0px 0rem -6rem;
    border-radius: 28px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.con-info {
    display: flex;
    justify-content: flex-start;
    margin: 3rem 0px;
}
.icon-2 {
    margin-right: 16px;
}
.con-detail p{
  margin: 0;
  padding: 0;
}
.con-detail h5 {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
}
.query_man {
    margin: -10rem -83px 0px 0px;
    width: 47%;
}

/*=== bottom  content ===*/
.bottom-content h5{
  color: #ff7200;
  font-size: 18px;
}
.bottom-content p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #828282;
    text-align: justify;
}

.bottom-content p > a {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #fc7e00;
    text-decoration: none;
    border: none;
}
.bottom-content p > a:hover{
  background: none;
}
/*--- end faq---*/
/*--- desktop Footer start---*/

#footer {
    background: #50525b;
    padding: 4rem  0rem 0rem;
    color: #adadad;
    font-size: 14px;
    margin: 5rem 0 0;
}
#footer .footer-newsletter {
   display: flex;
    background: #fff;
    border-radius: 20px;
    width: 80%;
    margin: -134px auto 0px;
    padding: 35px;
    box-shadow: 0px 0px 9px #00d2ff1f;
    align-items: center;
}

#footer .footer-newsletter h4{
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}
#footer .footer-newsletter form {
    padding: 2px 0px;
    position: relative;
}
#footer .footer-newsletter form input[type="email"] {
    padding: 14px 5px;
    width: calc(100% - 13px);
    border: 1px solid #ccc;
    background: #f7f7f7;
}
#footer .footer-newsletter button {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 2px 0px;
    background: #ff7200;
    color: #fff;
    transition: 0.3s;
    border-radius: 0;
}
#footer .footer-newsletter button:hover{
    background: #e6573f
}
#footer .footer-top {
    /* background: #3b3b3b; */
    /* border-top: 1px solid #474747; */
    border-bottom: 1px solid #474747;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info{
    margin-bottom: 30px
}
#footer .footer-top .footer-info h3{
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}
#footer .footer-top .footer-info p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #91919100;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover{
    background: #fc7e00;
    color: #fff;
    text-decoration: none
}
#footer .footer-top h4{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}
#footer .footer-top .footer-links{
    margin-bottom: 30px
}
#footer .footer-top .footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0
}
#footer .footer-top .footer-links ul i{
    padding-right: 2px;
    color: #d46b0b;
    font-size: 18px;
    line-height: 1
}
#footer .footer-top .footer-links ul li{
    padding: 10px 0;
    display: flex;
    align-items: center
}
#footer .footer-top .footer-links ul li:first-child{
    padding-top: 0
}
#footer .footer-top .footer-links ul a{
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}
#footer .footer-top .footer-links ul a:hover{
    color: #fc7e00
}
#footer .footer-top .footer-contact{
    margin-bottom: 30px
}
#footer .footer-top .footer-contact p{
    line-height: 26px
}
.copyright {
    border: 1px solid;
    padding: 10px;
    margin: 17px auto;
    width: 26%;
    text-align: center;
}
.copyright a{
  color: #adadad;
  font-weight: 100;
  }
 #footer .location-list{
    text-align: center;
}
/*    padding-top: 30px*/

#footer .credits{
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}
.copyright {
    border: 1px solid;
    padding: 10px;
    margin: 9px auto 0;
    width: 26%;
    text-align: center;
}
.contact-list{
  margin: 0;
  padding: 0px;
}
.contact-list li{
  margin: 10px 0px ;
  color:#fff;
  font-size: 14px;
  display: flex;
}
.contact-list li span {
    margin: 0px 15px 0px 0px;
}
.contact-list li span i{
  color: #d46b0b;
}
.bottom-foot {
    background: #3f4147;
    padding: 19px 0px;
}
/*--- desktop Footer end---*/
.footer
/*--- mobile footer --*/

.map{
  width: 80%;
  margin: 0 auto;
  display: block;
 } 
 .map iframe {
  width: 96%;
  height: auto;
  margin: 15px auto 0px;
  display: block;
}
.accordion-footer {
  width: 100%;
  /* max-width: 384px; */
  margin: 17px auto 0px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  padding: 0px;
  height: 100%;
}
.accordion-footer .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
}
.accordion-footer .link a{
    color: #4D4D4D;
}
.accordion-footer li:last-child .link { border-bottom: 0; }

.accordion-footer li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion-footer li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion-footer li.open .link {     color: #ff7200; }

.accordion-footer li.open i { color:#ff7200;}

.accordion-footer li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.accordion-footer .submenu {
  display: none;
  background: #424656;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.accordion-footer .submenu li { border-bottom: 1px solid #4b4a5e; position:relative; padding: 12px;
    padding-left: 42px;}

.accordion-footer .submenu a {
  display: block; 
  text-decoration: none;
  color: #d9d9d9;
  padding: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion-footer .submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
.mobisocial{
     text-align: center;
}
.mobisocial a{
  font-size: 18px;
    display: inline-block;
    background: #91919100;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.mobisocial a:hover{
  background: #fc7e00;
    color: #fff;
    text-decoration: none;
}

/*--- mobile footer end--*/

  /*-- breadcrumb start--*/
  .breadcrumb-sec {
    background: url(../image/breadcrumb-banner.jpg) top center no-repeat;
    background-size: 100% !important;
    height: 64vh;
    min-height: 64vh;
    /* background-size: 100%; */
}
  .about-banner{
    background: url(../image/about-us-banner.jpg) top center no-repeat;
    background-size: 100% 100% !important;
  }
  .all-review-banner{
    background: url(../image/review-banner.jpg)  top center no-repeat;
  }
  .breadcrumb-content {
    padding: 10rem 0px;
    width: 31%;
}
.breadcrumb-content h6 {
  font-size: 60px;
  /* font-family: 'Poiret One', cursive; */
  font-weight: 700;
  color: #7b4c47;
}
.breadcrumb-content p{
  color: #7b4c47;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.breadcrumb-nav {
    background: #fff;
    border: 1px dashed #7b4c47;
    border-radius: 10px;
    padding: 5px 35px;
    margin: 2em 0;
    width: fit-content;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item a {   color: #7b4c47; font-size: 14px; }
.breadcrumb-nav .breadcrumb .active{ color:#fd8500;    font-size: 14px; }

/*-- breadcrumb end--*/

/* our store location page */
 .location-box {
    background: #fff9f7;
    width: 84%;
    margin: 4em auto;
    padding: 3rem;
    border: 2px solid #f5ffff;
    box-shadow: 0px 7px 20px #00000026;
}
 .map-img {
    position: relative;
    border: 1px solid #fc7e00;
    background: #fff;
}
    .map-loc-name{
      position: absolute;
      top: 0;
      left:0;
      background: orange;
      color: #fff;
      padding: 1px 10px;
    }
     .map-loc-name p{
      font-size: 10px;

     }
     .map-loc-name a{
      font-size: 12px;
      text-decoration: none;
      padding: 0;
      margin: 0;
     }
.branch-icon {
    margin: -30px 9px 0px 3px;
}
.brachlist-heading{
  color: #000;
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 700;
}
.listing-bb {list-style: none;}
.listing-bb li {
    font-size: 14px;
    text-align: end;
    color: #434342;
    padding: 10px 0px;
    border-top: 1px dashed #ccc;
    margin: 20px 0px;
    width: 70%;
    float: right;
    text-align: right;
    justify-content: end;
}
.listing-bb li span {
    text-transform: uppercase;
    color: #2d2d2d;
    margin: 5px 0px;
    font-weight: bold;
    display: inline-block;
}
.list-con-icon {
    background: #fff;
    padding: 10px 13px;
    margin: 0px 0px 0px 20px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 12px rgb(13 110 253 / 21%);
}
.get-direcion-btn{
  position: absolute;
    bottom: -30px;
    right: 30px;
    background: #ffad1b;
    padding: 5px 7px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}
.view-m {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px !important;
    height: 55px !important;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    color: #fc7e00;
    font-size: 10px;
    box-shadow: 0px 5px 12px #0dcaf02e;
    line-height: 1.5;
    border: 2px solid #f5ffff;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .5s;
}
.view-m:hover{
  background: #fc7e00;
  color: #fff;
}

 /*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width: 300px;
  float:right;

}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #f7f7f7;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fc7e00 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #ff7200 transparent;
    top: 11px;
}
.select-selected {
    color: #6c757d;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 12px;
    font-size: 14px;
}
/*style the items (options), including the selected item:*/
.select-items div {
    color: #6c757d;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}
.select-items div:last-child{
  border: none;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 5px;
    box-shadow: 0px 9px 20px #1a73e817;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.image-grid-cover {
    width: 100%;
    background-size: 100% 100%;
    min-height: 276px;
    position: relative;
    margin-bottom: 30px;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    border-radius: 4px;
}
.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,.45);
}
.cover-wrapper {
    font-size: 18px;
    text-align: center;
    display: block;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: absolute;
    bottom: 0;
    
    background: #ff820b;
    width: 100%;
}
.cover-wrapper a{
  color: #fff;
  font-size: 22px;
}
.cover-wrapper:hover, .cover-wrapper:hover a{
  background: #434342;
  color: #ff820b;
}
  .tab-ul{
    width: 100%;
    display: flex;
    z-index: 2;
  }
.tab-ul ul {
    margin: 0 auto;
    width: 60%;
    background: #ff820b;
    border-radius: 20px;
    height: 288px;
}
.tab-ul ul .nav-item {
    margin: 5px 5px 0;
    padding: 0px;
    width: 26%;
    position: relative;
    margin: 0 auto;
}
.tab-ul ul .nav-item .nav-link h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.tab-ul ul .nav-item .nav-link p{
      color: #fff;
      font-size: 12px; opacity: .8;
}
.tab-ul .nav-tabs .nav-item.show .nav-link, .tab-ul .nav-tabs .nav-link.active {
    padding: 46px 13px 0px;
    text-align: center;
    background: linear-gradient(0deg, #ff820b, #ffe036);
    border: none;
    position: absolute;
    width: 100%;
    top: -47px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.tab-ul .nav-tabs .nav-item.show .nav-link, .tab-ul .nav-tabs .nav-link.active h6{
  font-size: 17px;
    font-weight: 500; 
}
.tab-ul .nav-tabs .nav-link:focus, .tab-ul .nav-tabs .nav-link:hover{
  border:none !important;
  color: #fff !important;
}
.tab-ul .nav-tabs .nav-link:not(focus){
  border:none !important;
  color: #fff !important;
}
.tab-ul .nav-tabs .nav-link:not(hover){
  border:none !important;
  color: #fff !important;
}
.tab-icon {
margin: 10px 0px;
}
.loc-tab-content {
    display: block;
    background: #f8ffff;
    margin: -142px 0px 0px !important;
    padding: 9rem 4rem 4rem;
    border: 1px solid #c2f9ff;
}
.request-from {
    margin: 6rem 0 0;
    background: #fff;
    border: 1px solid #c2f9ff;
    padding: 3rem;
}
.request-from label{
  font-size: 16px;
  font-weight: 600;

}
.request-from input[type=text], .request-from input[type=email], .request-from input[type=name], .request-from textarea {
    border: 1px solid #c2f9ff !important;
    border-radius: 5px !important;
    padding: 15px !important;
}
.request-from .form-select{
    border: 1px solid #c2f9ff;
    border-radius: 5px;
    padding: 15px;
}
.request-from input::placeholder, .request-from textarea::placeholder{
  color:#ccc;
  font-size: 13px;
}
/*-- top seller-- locatopnpage --*/
.top-sel-box {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.top-sel-box img{
   border-radius: 10px;
   width: 100%;
   height: 100%;
}
.top-sel-content {
    position: absolute;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    left: 0;
    right: 0;
    top: 24px;
    width: 85%;
    margin: 0 auto;
}
.top-sel-title {
    font-size: 17px;
    font-weight: 600;
    color: #434342;
    text-decoration: none;
    cursor: pointer;
}
.top-sel-cost {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ff820b;
    color: #fff;
    width: 100%;
    border-radius: 22px;
    padding: 2px;
    font-size: 13px;
    margin: 10px 0px;
}
.cost-pro {
    font-size: 17px;
    font-weight: 700;
}


.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
  color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
  color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
  margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

  #demo2 .carousel-item {
    height:500px;
}
#demo2 .carousel-item img{
height: 100%;
width: 100%;
}
#demo2 .carousel-inner{
  height: 100%;
}
/* our store location page end */

/* Custom furniture page*/
.curstom-furniturebanner{
    background: url(../image/customfurniturebanner.jpg) top center no-repeat;
    background-size: 100% 100%;
  
}
.customfurniture-breadcrumb {
  padding: 2rem 0px;
  width: 36%;
}
.customfurniture-breadcrumb h6 {
  font-size: 75px;
  color: #ff7200;
  font-weight: 800;
  line-height: 1.5;
  /* font-family: 'Poiret One', cursive; */
}
.customfurniture-breadcrumb p {
color: #434342;
font-size: 14px;
font-weight: 400;
padding: 0;
margin: 0;
list-style: 1.5;
}
.customfurniture-breadcrumb ul{
  margin: 10px;
  padding:0;

}
.customfurniture-breadcrumb ul li {
  padding: 0px 0px;
  margin: 19px 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;


}
.customfurniture-breadcrumb ul li i{
  color: #fc7400;
  font-size: 13px;
}

.steps-for-cutom{
  position: relative !important;
  width:100%;
   display: block !important; 

  }
.steps-for-cutom .stepbutton {
    background: none;
    color: #000;
    width: 58% !important;
    height: 80px !important;
    text-indent: 0 !important;
     opacity: 1 !important;
}

.steps-for-cutom .stepbutton {
  align-items: center !important;
  display: flex !important;
  justify-content: space-around !important;
}
.stepbutton .numstep {
    background: #ffbe7e;
    padding: 3px;
    color: #fff;
    font-size: 26px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    float: left;
    font-weight: 600;
    box-shadow: 0px 0px 0px 8px #ffebd8;
    position: relative;
  }
.stepbutton .numstep:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 40px;
    background: #ffebd8;
    bottom: -47px;
    right: 0;
    left: 0;
    margin: auto;
}
.stepbutton .numstep:last-child:after {
   opacity: 0;
}
.stepbutton:nth-last-child(1) .numstep:after {
  display: none;
}
.stepbutton .stepname {
    color: #434342;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: 600;
    width: 79%;
    float: right;
    height: 48px;
    line-height: 3;
    text-align: left;
    padding: 0px 10px;
}
.stepbutton .stepname i {
  font-size: 16px;
  margin-right: 5px;
}
.carousel-indicators .active  .numstep{
  background: #fc7e00;
  color:#fff;
}
.carousel-indicators .active  .stepname{
  background: #fc7e00;
  color:#fff;
    border: 1px solid #fc7e00;
}

/*.stepbutton .active .numstep{
  background: red;
  }*/


/*-- drag and drop section---*/
/* .cx-fileupload {
  margin: 10px 0px;
} */
.cx-fileupload header {
  color: #a9a9a9;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
.outer-drag-n-drop{
display: flex;
justify-content: space-between;
}
.input-browse {
  /* display: flex; */
  cursor: pointer;
  margin: 0px 0;
  background: #6990f2;
  border-radius: 100px;
  border: 0px dashed #6990F2;
  padding: 3px 22px;
  color: #fff;
  width: 92px;
  line-height: 1;
  position: relative;
  height: 30px;
  margin: 0px;
  text-align: center;
}
.input-browse :where(i, p){
color: #fff !important;
margin-right: 0px !important;
}
.input-browse i{
font-size: 50px;
}
.input-browse .box-d-text{
margin-top: 0px;
font-size: 14px ; 
margin-bottom: 0rem !important;
color:red
}
.input-browse .file-input-upload {
  opacity: 0;
  padding: 0px !important;
  border: none;
  width: 100%;
  margin: 0px !important;
  position: absolute;
  top: 0;
}
.row2 {
  background: #f7faff;
  list-style: none;
  padding: 4px 19px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 16px 10px 0px;
}
.row2 i {
  color: #6990F2;
  font-size: 21px;
}
.details span {
  font-size: 11px;
}
.progress-area .row2 .content{
width: 100%;
margin-left: 15px;
}
.progress-area .details{
display: flex;
align-items: center;
margin-bottom: 7px;
justify-content: space-between;
}
.progress-area .content-of-cx .progress-bar{
height: 6px;
width: 100%;
margin-bottom: 4px;
background: #fff;
border-radius: 30px;
}
.content-of-cx .progress-bar .progress{
height: 100%;
width: 0%;
background: #6990F2;
border-radius: inherit;
}
.uploaded-area{
max-height: 232px;
overflow-y: scroll;
}
.uploaded-area.onprogress{
max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
width: 0px;
}
.uploaded-area .row2 .content{
display: flex;
align-items: center;
}
.uploaded-area .row2 .details{
display: flex;
margin-left: 15px;
flex-direction: column;
}
.uploaded-area .row2 .details .size{
color: #404040;
font-size: 11px;
}
.uploaded-area i.fa-check {
  font-size: 13px;
  margin: 0px 10px;
  color:#0adfaa
}
.uploaded-area i.fa-trash {
  font-size: 13px;
  margin: 0px 10px;
  color:rgb(255, 0, 0)
}
.drag-area {
  border: 1px dashed #96b4ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px;
  height: fit-content;
}
/*-- end drag and drop section---*/

/* Custom furniture page end*/

/*--- trackorder page--*/
.trackorder-banner{
  background: url(../image/trackorder-banner.jpg) top center no-repeat;
  background-size: 100% 100%;
}


/*-------- navigation breadcrumb ----*/
.breadcumb-navigation{
  background: #f6f6f6;
  border-radius: 15px;
  padding: 10px;
}
.breadcumb-navigation .breadcrumb-item{
  position: relative;
    margin: 0px 0px;
    padding: 0px 20px;
    font-size: 13px;
}
.breadcumb-navigation .breadcrumb-item:after {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    top: 4px;
    right: -5px;
    /* left: 27px; */
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    font-size: 8px;
    color: #cbcbcb;

}
.breadcumb-navigation .breadcrumb-item:last-child:after { 
    display: none;
}
.breadcumb-navigation .breadcrumb-item a{
  font-size: 13px;
  color:#6c757d;
}
.breadcumb-navigation .breadcrumb-item i{
  color:#fc7400;
  font-size: 13px;
}
.breadcrumb-item:before{
  display: none;
}

/*----- product category list page ----*/
.item-box3 {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 20px rgb(82 203 255 / 34%);
  text-align: center;
  padding: 17px;
  width: 200px;
  height: 200px;
  /* align-items: center; */
  display: block;
  margin: 30px 25px;
}
.item-box3:first-of-type(div){
margin-left:0px;
}
.item-box3:last-child{
margin-right:0
}
.item-box3 img{
margin-top:2em;
margin-bottom:1em;
}
.item-box3 h6{
color: #434342;
font-size: 14px;
font-weight: 700;
}
.item-box3 p{
color: #434342;
font-size: 12px;
}
/*--- trackorder page end --*/

/*---- user panerl css---*/

/*----- pagination---*/
.nav-page {
  padding: 10px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.pagination-order {
    margin: 0px;
    padding: 0px;
}
.pagination-order .page-item {
  float: left;
  margin: 0px 1px;
  color: #9f9f9f;
  padding: 4px 11px;
  border-radius: 100px;
  transition-delay: .5s;
  font-size: 14px;
}
.pagination-order .page-item:hover{
  background: #ff8000;
  color: #fff;

}
.pagination-order .page-item.active {
    background: #ff8000;
    color: #fff;
    border-radius: 100px;
}

/*----- end  pagination---*/

.modal-for-profile-edit{
  border-radius: 10px;
    width: 1000px !important;
    /* height: 300px; */
    display: flex;
    max-width: 1000px !important;
 }

.modal-for-profile-edit .modal-content {
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #ffbd94;
}
 .intro {
  max-width: 75%;
	margin: 0 auto;
}
.modal-for-profile-edit .form--field {
    display: block;
    position: relative;
    width: 15%;
    height: 138px;
    margin: 0%;
    border: 1.5px dashed #ffc387;
    border-radius: 10px;
    padding: 12px;
    background: #f8f8f8;
}
/* form label, form input {
    display: block;
    width: 380px;
    text-align: left;
} */

.modal-for-profile-edit img {
	max-width: 100%;
}

.modal-for-profile-edit input {
	/* font-size: 21px; */
	border: 2px solid transparent;
	border-bottom: 1px solid #000;
	outline: 1px solid white;
	padding: 0.6em 0;
	color: #303030;
}

.modal-for-profile-edit input.error {
	border: 0 !important;
	border-bottom: 2px solid #d8a30e !important;
}

.modal-for-profile-edit input:focus {
  border-bottom: 2px solid #D8A30E;
  outline: none;
}

.modal-for-profile-edit input:focus + label {
	color: #D8A30E;
	/* margin-top: 12px;
	margin-top: calc(1em - 1px); */
}

.modal-for-profile-edit input:-webkit-autofill, 
.modal-for-profile-edittextarea:-webkit-autofill, 
.modal-for-profile-edit select:-webkit-autofill {
    background-color: #fff;
}

/* form label {
	font-size: 13px;
	color: #B1B1B1;
	letter-spacing: 0.14em;
	margin-top: 1em;
} */

.modal-for-profile-edit span.help-block.form-error {
	position: absolute;
	top: 64%;
	right: 0;
	width: 65%;
	margin-top: 1em;
	color: #b94947;
	font-family: "Brandon Bold";
	font-size: 13px;
	letter-spacing: 0.14em;
	text-align: right;
	text-transform: uppercase;   
}

.image-attributes  span.help-block.form-error {
    top: 100%;
    right: auto;
    left: 0;
    width: 178px;
    margin-top: 0;
    letter-spacing: 0;
    text-align: center;
}

.image-uploader span.help-block.form-error {
	top: 95%;
	width: 100%;
	text-align: center;
}

.image-uploader #image-upload .form--field {
	position: relative;
}

.image-uploader #image-upload input{
	width: 100%;
	text-align: left;
	margin: 1em auto 0em;
}

#image-upload .hidden-input-dp{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
    padding: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

#image-upload img.checkmark {
	display: block;
	margin: -5px auto 0;
	opacity: 0;
	max-width: 25px;
}
#image-upload img.upload {
    max-height: 71%;
    width: 100%;
}

.button--container .btn {
  display: block;
  background-color: #95BBDF;
  color: #fff;
  padding: 25px;
  border: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2;
  margin: 0 auto;
}
.profile-tg {
  font-size: 11px;
    text-align: center;
    line-height: 16px;
    color: #ff7f00;
    width: 100%;
    display: block;
    margin: 6px 0px;
}
.form-for-profile input[type="name"], .form-for-profile input[type="text"], .form-for-profile input[type="email"], .form-for-profile input[type="password"], .form-for-profile input[type="date"], .form-for-profile .form-select, .form-for-profile textarea {
    border: 2px solid #ffcb99d6 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    width: 100%;
    margin: 17px 0px 0px;
    font-size: 14px;
    color: #ff8000;
}
.form-for-profile input::placeholder, .form-for-profile .form-select, .form-for-profile input[type="date"] {
  color: #f8a863;
  font-weight: 400;
}
.btn.btn-check-bill {
    border-radius: 100px;
    border: 1px solid #fc7e007a;
    background: #fff5f0;
    color: #ff8000;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 12px;
    right: 24px;
    padding: 3px;
}

.user-panel-list {
  margin: 16px auto;
  padding: 0;

}
.user-panel-list li {
  margin: 15px auto 0px;
  padding: 0px;
  width: 100%;
}
.user-panel-list li a {
  background: #fff9f4;
  color: #ff8000;
  font-size: 15px;
  margin: auto;
  padding: 10px 18px;
  width: 100%;
  display: block;
  border-radius: 10px
}
.user-panel-list li .active {
  background: #ff8000;
  color: #fff;
}
.log-out-btn a{
  color: #ff8000;
  padding: 10px;
  margin: 8px 6px;
  display: block;
  font-weight: 700;
}
.header-user {
  background: #fff5f0;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 14px 20px #ffd6ae63;
  border: 1px solid #ffcb99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-profile {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
}
.user-profile img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.usr-name {
  color: #ff8000;
  font-weight: 700;
  margin: 0 12px;
}
.go-home {
  color: #ff8000;
  font-size: 14px;
  font-weight: 400;
}
.user-panel-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 13px #0000001c;
  padding: 20px;
}
.user-detail-box {
  margin: 62px 0px;
  box-shadow: 0px 0px 20px #e7e7e79c;
  padding: 0px;
  border-radius: 15px;
  border: 1px solid #ff800070;
  background: #fff7ec;
}
.detail-heading {
  background: #ff8000;
  color: #fff;
  padding: 5px;
  border-radius: 10px 10px 0px 0px;
  font-size: 14px;
}
.usr-data ul{
  margin:0px;
  padding:20px;
}
.usr-data ul li {
  margin: 10px 0px;
  padding: 5px;
  color: #434342;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.usr-data ul li span{
  width: 50%;
  float: left;
}
.edit-p-btn {
  display: flex;
  margin: 11em auto 0;
  text-align: center;
  justify-content: space-evenly;
}
.feed-back-btn {
  background: #fff5f0;
  border-radius: 5px;
  color: #ff8000;
  border: 1px solid #f9d89d;
  text-align: center;
  text-align: center;
  font-size: 16px;
  padding: 11px 31px;
}
.edit-btn {
  background: #fc7e00;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 16px;
  padding: 11px 31px;
  /* text-transform: uppercase; */
}
.manage-account {
  color: #434342;
  font-size: 30px;
  font-weight: 100;
}
/*---feedback foem */
.feedbackmodal {
  padding: 28px 82px !important;
  text-align: center;
}
.feedback-heading{
  font-size: 28px;
  padding: 0px;
  color: #ff7200;
  font-weight: 600;
  margin: 0px 0px 10px;
}

.feedbackmodal p {
  font-size: 15px;
  line-height: 1.5;
  color: #747474;
  margin: 0px 0px 15px;
}
.emji-feedback {
  display: flex;
  width: 100%;
  background: #ffffff;
  padding: 13px;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin: 2em 0em;
  box-shadow: 0px 2px 6px #ff800024;
  border-radius: 9px;
}
.solution-by-cc {
  text-align: center;
}
.cc-selector input{
  margin:0;padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

.cc-selector {
  z-index: 2;
  display: block;
  width: calc(100%/4);
  text-align: center;
}
.bad-ff {  
background-image: url(../image/icon/angry-icon.png);
  width: 100%;
  height: 58px;
  background-size: 39px;
  background-repeat: no-repeat;
  margin: 0px 17px;
  background-position-y: 10px;
  position: relative;
  background-position: center;
  transition-timing-function: linear;
  -webkit-transition: all 100ms ease-in;
     -moz-transition: all 100ms ease-in;
          transition: all 100ms ease-in;
          -webkit-filter: brightness(1.1) grayscale(1) opacity(.7);
     -moz-filter: brightness(1.1) grayscale(1) opacity(.7);
          filter: brightness(1.1) grayscale(1) opacity(.7);
          border-bottom: none;
}
.ok-ok{
background-image: url(../image/icon/average.png) !important;
}
.good-a{
background-image:url(../image/icon/good-emo.png) !important;
}
.awesome-emo{
background-image: url(../image/icon/awesome-emo.png) !important;
}
.bad-ff::before {
  position: absolute;
  width: 44px;
  content: '';
  height: 4px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  top: 28px;
  right: -23px;
  left: auto;
  margin: 0 auto;
  z-index: 1;
}

.cc-selector:last-child .bad-ff::before{
display: none;
}
.emji-feedback label {
  display: block;
  margin: 0px 0px;
  padding: 0px;
  font-size: 13px;
  color: #b5b4b3;
  transition: all ease-in 0.5ms;
}
.emji-feedback .bad-ff:checked, .emji-feedback .ok-ok:checked, .emji-feedback .ok-ok:focus{
filter:brightness() !important;
background-size: 50px;
border-bottom: none;
outline: none;
}

.emji-feedback .bad-ff:hover{
-webkit-filter: brightness(1.1) grayscale(.1) opacity(.9);
     -moz-filter: brightness(1.1) grayscale(1) opacity(.9);
          filter: brightness(1.1) grayscale(1) opacity(.9);
}
.emji-feedback .bad-ff:checked ~ label{
color: #ff8000;
}
.solutio-heaind {
  color: #434342;
  font-weight: 600;
  font-size: 17px;
  margin: 0px;
  padding: 0px;
}
.check-list-box-ss {
  background: #fff9f6;
  border-radius: 10px;
  padding: 9px;
  margin: 31px 0px;
  display: block;
  border: 2px solid #fc7e0021;
  text-align: left;
  font-size: 13px;
  line-height: 2;
}
.check-list-box-ss input[type="checkbox"] {
  margin-left: 0px !important;
  margin-right: 10px !important;
  padding: 9px;
  margin-top: 2px;
  border: 1px solid #ff8000;
}
.check-list-box-ss input[type="checkbox"]:checked{
background-color: #ff8000;
}
.own-reson-cx {
  background: #fff2e6;
  border-radius: 100px;
  padding: 10px;
  color: #ff7200;
  font-size: 14px;
  width: 50%;
  margin: 18px auto;
  border: 1px solid #ff8000;
  text-align: center;
}
.userreview-seen-box {
  background: #fff7ec61;
  border: 1px solid #afafaf42;
  border-radius: 10px;
  margin: 33px auto;
  padding: 16px;
  display: block;
  width: 76%;
}
.given-stage {
  background: #f5f5f59c;
  margin: 0px 0px 10px;
  padding: 7px 27px;
  border-radius: 100px;
  font-size: 14px;
  color: #434342;
}
.given-stage img {
  width: 29px;
  min-width: 29px;
}
.given-stage p {
  margin-bottom: 0px;
  font-size: 13px;
}
/*-- end feedback --*/

.popup-signform input[type=name], .popup-signform input[type=text], .popup-signform input[type=email], .popup-signform input[type=password] {
  border: 2px solid #ffcb99d6 !important;
  border-radius: 6px !important;
  padding: 15px !important;
  width: 100%;
  margin: 15px 0px;
  font-size: 10px;
  color: #434342;
}
.cancel-btn-profle, .update-btn-profile:hover {
 background: #fff5f0;
  border-radius:0;
  color: #ff8000;
  border: 1px solid #f9d89d;
  text-align: center;
  text-align: center;
  font-size: 14px;
  padding: 7px 20px;
  text-transform: uppercase;
}

.update-btn-profile, .cancel-btn-profle:hover{
background: #fc7e00;
  border-radius:0;
  color: #ffffff;
  border: 1px solid #f9d89d;
  text-align: center;
  font-size: 14px;
  padding: 7px 20px;
  text-transform: uppercase;
}
.tab-name {
  width: 100%;
  background: #fff5f0;
  padding: 20px;
  margin: 33px 0px;
  color: #ff8000;
}
.panel-order-list {
  /* display: flex; */
  padding: 10px 10px;
  background: #fff;
  margin: 32px 0px;
  box-shadow: 0px 0px 20px #e5e5e5;
  border-radius: 5px;
  /* justify-content: space-between; */
}
.pr-img-myorder {
  width: 100%;
  height: 180px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  margin: 0px;
}

.pr-img-myorder img{
width:100%;
height: 100%;
border-radius: 10px;
}
.pp-title-panel {
  font-size: 26px;
  font-weight: 600;
  color: #434342;
  margin: 10px 0px;
  
}
.my-panel-order-detail {
  /* width: 100%; */
  margin: 0px 17px;
}

.pp-title-panel span{
font-size: 12px;
  color: #b1b1b1;
}
.price--order {
  display: flex;
  justify-content: start;
  align-items: center;
}
.real-amm {
  font-size: 22px;
  font-weight: 600;
  color: #ff8000;
  margin-right: 10px;
}
.dis-amm {
  font-size: 20px;
  color: #959595;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
}
.off-amm {
  color: #1ecb09;
  font-size: 15px;
  font-weight: 600;
}
.pp-deatil-para {
  color: #979797;
  font-size: 14px;
  margin: 10px 0px;
}
.delivery-add-detil {
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
}
.delivery-add-detil li {
  margin: 0px 0px;
  padding: 4px 0px;
  font-size: 14px;
  color:#afafaf;
}
.info-order {
  margin: 35px 0px 0px;
}
.panel-order-id {
  background: #fff5f0;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 15px;
  color: #ff8000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 13px;
}
.bill-head {
  background: #f7f7f7;
  padding: 11px;
  color: #434342;
}
.bill-detail-down .card{
border:none;
box-shadow:none;
}
.table-borderless {
  font-size: 13px;
  color: #9b9b9b;
}
.table-borderless .bill-sec {
  font-weight: 600;
}
.table-borderless tbody tr{
display: flex;
justify-content: space-between;
}

.bill-total-sub {
  border-top: 1px solid #8d8d8d;
  background: #f7f7f7;
  padding: 10px;
}
.bill-total-sub td {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 14px;
  color: #525252;
}
.free-tag {
  color: #1ecb09;
  font-weight: 600;
}



/*--- track order-order page css-----*/
.track-order-search {
  border-radius: 100px !important;
  border: none;
  box-shadow: 0px 5px 20px #8241004f;
  padding: 11px !important;
}
.track-order-search::placeholder{
  font-size: 14px;
  color: #8f8f8f;
}
.track-order-search-btn {
  background: #fc7e00;
  border-radius: 100px;
  padding: 10px 14px;
  font-size: 17px;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
}
.box-details {
  background: #fff;
  width: 70%;
  max-width: 70%;
  height: fit-content;
  margin: 5em auto;
  border-radius: 25px;
  padding-bottom: 45px;
  box-shadow: 0px 5px 20px #cccccc40;
}
  .box-details .track-heading{
      background:#ff8000;
      border-radius: 25px 25px 0px 0px;
      padding: 1em 0em;
      color: #fff;
      text-align: center;
      font-size: 20px;

  }
  .box-details .track-heading .order-id{
      font-weight: 600;
  }
  .dd-time-box {
  width: 298px;
  padding: 1em 1em;
  margin: 2em 1em;
  background: #fff7ec;
  border: 1px solid #ff8000;
  text-align: center;
  border-radius: 11px;
}
.dd-time-box p, .dd-time-box .shipp-date {
  font-size: 13px;
  color: #686868;
  margin: 9px 0;
  line-height: 1;
  font-weight: 600;
}
.dd-time-box2 {
  width: 444px;
  padding: 1em 1em;
  margin: 2em 1em;
  background: #fff7ec;
  border: 1px solid #ff8000;
  text-align: left;
  border-radius: 11px;
  min-height: 213px;
}
.dd-time-box2 ul{
  margin:0;
  padding:0;
 list-style: none;
}

.dd-time-box2 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #41464b;
  font-size: 12px;
  text-align: left;
  line-height: 2;
}
.list-title {
  width: 40%;
}
.list-detail {
  width: 60%;
}
p.ready-btn {
  background: #ff8000;
  padding: 1em;
  color: #fff;
  border-radius: 100px;
  margin: 17px auto;
  width: 176px;
}
  .tick-icon2 i{
  background: #fff7ec;
  border-radius: 100px;
  padding: 13px;
  color: #ff8000;
  font-size: 20px;
  border: 2px solid;
  box-shadow: 0px 5px 11px #9343037a;
  margin: 10px 0px;
}
.download-btn {
  background: #fff7ec;
  border: 2px dashed #ff8000;
  border-radius: 100px;
  padding: 10px 20px;
  color: #ff8000;
  font-weight: 600;
  font-size: 16px;
}
.view-pdf {
  color: #434342;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}
.steps {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 300px;
}
.steps li{
display: flex;
align-items: center;
justify-content: start;
}
.cirlce-step {
  background: #cfcccc;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  border: 6px solid #efefef;
  margin: 1em;
  position: relative;
}
.cirlce-step:after {
  position: absolute;
  content: '';
  bottom: -84px;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #f1f1f1;
  width: 3px;
  height: 77px;
}
.cirlce-step i {
  color: #fbfafa;
  font-size: 14px;
  padding: 10px 0px 0px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.steps li:nth-last-child(1) .cirlce-step:after {
  display: none;
}
.cirlce-step.active.step-1{
background: #ff0000;
border-color: #ffdddd;
}
.cirlce-step.active.step-2{
  background: #ffc000;
  border-color: #ffeebc;
}
.cirlce-step.active.step-3{
  background: #ff6000;
  border-color: #ffdeca;
  
}
.cirlce-step.active.step-4{
  background: #0dcaf0;
  border-color: #d3f8ff;
}
.cirlce-step.active.step-5{
  background: #ea78ff;
  border-color: #fbe5ff;
}
.cirlce-step.active.step-6{
  background: #2dcd03;
  border-color: #d3ffc7;
}

 /*--- track order-order page css end-----*/
/*------- productpage css----*/
.product-bed-banner {
  background: #fff;
  overflow-x: visible;
  border-bottom: 1px solid #efefef;
  height: 60vh;
  min-height: 60vh;
}
.bed-banner-img {
  position: absolute;
  top: 0;
  right: -66px;
  z-index: 1;
}
.bed-banner-img img {
  max-width: 93%;
  min-width: 100%;
}
.product-box-tab {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #ddd;
  padding: 20px;
  margin: 35px 8px;
  min-height: 339px;
  min-width: 222px;
}
.box-1-tab{
  background: url(../image/product-box-tab1-img.png) no-repeat bottom right;
  background-size: auto;
}
.box-2-tab{
  background: url(../image/product-box-tab2-img.png) no-repeat bottom right;
  background-size: auto;
}
.box-3-tab{
  background: url(../image/product-box-tab3-img.png) no-repeat bottom right;
  background-size: auto;
}
.box-4-tab{
  background: url(../image/product-box-tab4-img.png) no-repeat bottom right;
  background-size: auto;
}
.box-5-tab{
  background: url(../image/product-box-tab5-img.png) no-repeat bottom right;
  background-size: auto;
}
.product-box-tab .box-heading {
  color: #fc7400;
  font-size: 15px;
  font-weight: 600;
}
.product-box-tab ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
.product-box-tab ul li {
  line-height: 1.2em;
  padding: 2px 0px; 
  display: flex;
  align-items: center;
}
.product-box-tab ul li i{
  color:#fc7400;
  font-size: 4px;
  margin-right: 10px;
}
.product-box-tab ul li a{
  font-size: 12px;
  color: #434342;
}
.best-item-box{
  background:#fff;
  display: block;
  position: relative;
  margin:28px;
}
.best-item-nm{
  color:#000;
  font-size: 25px;
  font-weight: 600;
  position:absolute;
  top:20px;
  left:20px;
  z-index: 2;
}
.best-item-box .best-item-img{
  width: 100%;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
}
.best-item-box .best-item-img img{
  height: 100%;
  width: 100%;
  -webkit-transition: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.bb-item-box {
  display: block;
  margin: 0px 0px;
  width: 97px;
  padding: 0px 10px;
}
.best-item-box .best-item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.best-item-box .best-item-content{
margin: 10px 0px;
} 
.best-item-box .best-item-content p{
  color:#434342;
  font-size: 14px;
}
.new-arrival-sec{
  background:#fff6ed;
  padding: 2em 0em;
  margin: 2em 0em;
}
.new-arrival-box{
  display: block;
  margin:20px;
  position: relative;

}
.new-arrival-box .new-arrival-img{
  min-height: 300px;
  width: 100%;
}
.new-product-dd {
margin: 0px;
padding: 26px;
text-align: start;
color: #fff;
position: absolute;
bottom: 0;
width: 100%;
background: linear-gradient(360deg, black, transparent);
}
.new-product-dd .new-pp-name{
  font-size: 20px;
  font-weight:600;
}
.new-product-dd p{
  font-size: 13px;
  line-height: 1.7em;
  color: #fff;
}
.new-product-dd .new-sdhop-btn{
background: none;
color:#fff;
font-size: 15px;
border: 2px solid #fff;
padding:5px 20px;
max-width: 10px;

}
/*----- product categories--*/
#divAnim {
  background-color: #FFF;
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 5px;
  /* border: solid 1px #CCF; */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0 auto;
  /* display: flex;
  justify-content: space-around; */
}
      #divAnim label {
          width:100%; 
          color:#009872; 
          font-size:14px; 
          padding:10px; 
      }
      #divAnim input {
  padding: 3px 2px;
  color: #ff8000;
  cursor: pointer;
  position: absolute;
  right: 14em;
  top: 27px;
  width: 91px;
  height: 27px;
  z-index: 999;
  border: none;
  background: none;
  font-size: 13px;
}
#divAnim div {
  display: none;
  padding: 0px 0px;
}
#btHide {
  bottom: -25px;
  top: auto !important;
  right: 0 !important;
}
.table-price-pp {
  background: #f6f6f6;
  font-size: 13px;
}
.table-price-pp td, .table-price-pp th {
  padding: 16px 7px;
}
.font-table-heading{
font-size: 16px;
color:#434342;
font-weight: 700;
}

.pp-box-cat {
  width: 200px;
  border: 1px solid #ececec;
  height: 200px;
  text-align: center;
  position: relative;
  padding: 0px;
  margin: 27px 10px;
  border-radius: 5px;
}
.pp-box-cat.active2{
  box-shadow: 0px 0px 20px #cccc;
}
/* .pp-box-cat.active2 > div .check-out-pp:disabled{
border: 1px solid #999999;
background-color: #cccccc;
color: #666666;
cursor: disable;
} */
.img-pp-cat {
  padding: 3px;
  margin: 19px 0px;
}
/* .img-pp-cat img{
  width: 100%;
} */
.con-pp-cat {
  font-size: 13px;
  color: #434342;
  display: flex;
  justify-content: space-around;
}
.con-pp-cat i {
  color: #ff8000;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, #ffc107, #ff9b00);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.check-out-pp {
  background: #ff8000;
  padding: 3px 9px;
  font-size: 12px;
  width: 90%;
  display: block;
  margin: 12px auto;
  color: #fff;
}
.check-out-pp:hover{
color:#fff;
}
.fillter-mob-sec {
  background: #fff3e7;
  border-radius: 6px;
  margin: 0px 0px 27px;
  padding: 8px;
  box-shadow: 0px 9px 20px #cd67023d;
  border: 1px solid #fdd0a2;
  display: none;
}
.fillter-mob-sec h6{
margin:0px;
padding: 0px;
font-size: 16px;
color:#ff8000;
}
.fillter-mob-sec .filter-button {
  background: linear-gradient(45deg, #ff8000, #ffe598);
  padding: 4px 10px;
  box-shadow: 0px 9px 20px #cd67023d;
  border: none;
  color: #fff;
}



.filter-box {
  border: 1px solid #ededed;
  padding: 20px;
  position: sticky;
  top: 9px;
  display: block;
}

.accordion-item-filter {
  margin-bottom: 27px;
  border:none !important; 
  border-radius: 0 !important;
  box-shadow:none !important;
  background: #fff;
  width: 100%;
}
.accordion-item-filter .accordion-button {
  color: #434342;
  background-color: #f3f3f3;
  border-radius: 100px !important;
  padding: 10px !important;
  font-size: 15px;
  font-weight: 500;
}
.accordion-item-filter .accordion-button:focus{
border:none !important;
box-shadow: none !important;
}
.accordion-item-filter .accordion-button:not(.collapsed) {
  color: #434342;
  background-color: #f3f3f3;
  border-radius: 100px !important;
  padding: 10px !important;
}
.accordion-item-filter .accordion-body{
padding: 0px;
}
.accordion-item-filter .accordion-body  ul{
margin:0px;
padding:0px;
}
.centered {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 6px;
  padding-top: 10px 
}
.accordion-item-filter .accordion-body  ul{
margin:0px;
padding:0px;
}
.accordion-item-filter .accordion-body li {
  margin: 10px 0px 10px 14px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.filter-switch, .filter-switch2{
display: flex !important;
justify-content: space-around;
align-items: center;
}
.filter-switch > .form-check-input:checked {
  background-color: #fc7e00 !important;
  border: 3px solid #fdce9f !important;
  background-image: none !important;
}
.filter-switch .form-check-input
{   width: 15px;
  height: 15px;
  border: 1px solid #ff8000 !important;
  border-radius: 100px;

}
.filter-switch > .form-check-input:focus{
box-shadow:none !important;
}

.filter-switch > label.form-check-label {
  font-size: 14px;
  color: #100b0bdd;
  padding: 0px;
  margin-left: 10px;
  margin-top: 0.3em;
}

.filter-switch2 > .form-check-input:checked {
  background-color: #fc7e00 !important;
  border: 3px solid #fdce9f !important;
  /* background-image: none !important; */
}
.filter-switch2 .form-check-input
{   width: 15px;
  height: 15px;
  border: 1px solid #ff8000 !important;
  border-radius: 5px;

}
.filter-switch2 > .form-check-input:focus{
box-shadow:none !important;
}

.filter-switch2 > label.form-check-label {
  font-size: 14px;
  color: #100b0bdd;
  padding: 0px;
  margin-left: 10px;
  margin-top: 0.3em;
}
.filter-sec-heading {
  margin: 15px;
  font-weight: 600;
  font-size: 16px;
}

/* HIDE RADIO */
.radio-list-finish {
  margin: 5px;
  border-radius: 1px;
  width: 20px;
  height: 20px;
}
.radio-list-finish:first-child{
margin-left: 0;
}
.radio-list-finish input[type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
.radio-list-finish input[type=radio] + img {
  cursor: pointer;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/* CHECKED STYLES */
.radio-list-finish input[type=radio]:checked + img {
  outline: 2px solid #ffc107;
}

/*--- prduct-box-img*/

.pd-deatils-sec {
  padding: 0px 0px 26px;
  display: block;
}
.product-box-img {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  position: relative;
}
.product-box-img:hover {
  box-shadow: 0px 12px 20px rgb(0 0 0 / 26%);
}

.product-box-img:hover .pd-img-in .overlay-pd  {
opacity: 1;
}
.button-pd {
  position: absolute;
  top: 9px;
  right: 11px;
  z-index: 1;
  display: flex;
  transition: all ease-in 0.5s;
  opacity: 0;
}
.shop-nowb-btn{
  background: #fc7e00;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 6px 4px;
  transition: all 0.5s ease-in;
  border: 1px solid #fc7e00;
  z-index: 1;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
  top: auto;
  opacity: 0;
  bottom: 0;
  display: block;
  position: absolute;
  height: fit-content;
  /* transition: 1s all-ease-in-out; */
  
}
.product-box-img:hover .button-pd{
opacity: 1;
}
.product-box-img:hover .shop-nowb-btn{
  opacity: 1;
  }
  
.like-heart {
  color: #ffb66d;
  background: #ffffff;
  border: 1px solid #ffc891;
  border-radius: 100px !important;
  display: block;
  padding: 2px 4px;
  width: 27px;
  height: 27px;
}
.like-heart i{
color: #e3e3e3;
  font-size: 16px;
  text-align: center;
}
#share {
  color: #fc7e00;
  background: #ffffff;
  border: 1px solid #ffc891;
  border-radius: 100px !important;
  display: block;
  padding: 2px;
  width: 27px;
  height: 27px;
}
#share i{
color: #e3e3e3;
  font-size: 16px;
  text-align: center;
}
.pd-share{
display: block;
}
.pd-share i {
  color: #ff7c02;
  background: #ffffff;
  border: 1px solid #ffc891;
  border-radius: 100px !important;
  display: block;
  padding: 5px;
  width: 27px;
  height: 27px;
  font-size: 13px;
  margin: 8px 0px;
}
.pd-img-in {
    height: 296px;
    width: 100%;
    border: 4px solid #fff;
    position: relative;
}
.overlay-pd {
  width: 100%;
  background-color: #0000003b;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  transition: all ease-in-out 0.5ms;
}
.pd-img-in img{
width: 100%;
height: 100%;
}
.pp-detail-boxx {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.product-box-img hr{
  margin: 0px !important;
}
.pd-name a{
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0px;
  color:#434342;
}
.pd-config {
  color: #fc7e00;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
}
.pd-creater {
  color: #b5b2b2;
  font-size: 13px;
  padding: 5px 0px;
}
.availibility-pd {
  color: #fc7e00;
  font-size: 11px;
  line-height: 1.7em;
  font-weight: 500;
  text-align: end;
  display: block;
}
.color-feature-check {
  display: block;
  float: right;
}
.pricing-pd {
  display: block;
  width: 60%;
}
.badgerating {
  color: #fff;
  background: #09ae24;
  padding: 0.5em;
  font-size: 10px !important;
}
.starr-rate {
  font-size: 8px;
}

.likes {
  color: #b5b5b5;
  font-size: 10px !important;
  margin: 0px 10px;
  font-weight: 500;
}
/* .amt-box-2 {
  display: inline-flex;
  align-items: center;
} */
.pd-offers {
  margin: 0px;
  padding: 0px;
  width: 40%;
  /* float: right; */
}
.pd-offers ul{
padding:0px;
margin:0px;
list-style: none;
float: right;
}
.pd-offers ul li {
  padding: 0px;
  margin: 5px 0px;
  font-size: 13px;
  color: #b1aeae;
  display: flex;
  align-items: center;
}
.pd-offers ul li i {
  background: #ddd;
  color: #434342;
  font-size: 6px;
  text-align: center;
  border-radius: 100px;
  padding: 3px;
  margin-right: 10px;
}
.pd-amount {
  font-size: 20px;
  color: #ff8000;
  font-weight: 500;
  margin: 0px 10px 0px 0px;
  float: left;
}
.cut-ammount {
  color: #a9a9a9;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
  float: left;
}
.bridge-offer {
  background: #0076da;
  padding: 5px;
  line-height: 0.7em;
  margin: 0px 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 10px !important;
  font-weight: 100;
}

/*-- signup strip banner--*/
.signup-banner-strip {
  background: url(../image/sign-strip-banner-bg.jpg) top 35px center;
  background-size: cover;
  height: 232px;
  width: 100%;
  margin: 0;
  padding: 0;
  /* border: 1px solid; */
  background-repeat: repeat-x;
  padding-top: 16px;
  margin: 0px 0px 43px;
}
.sign-banner-con{
text-align: start;
margin-top: 17px;

}
.sign-banner-con h5{
font-size: 40px;
color:#434342;
font-weight: 700;
text-transform: uppercase;
margin:0px;
}
.sign-banner-con p{
  font-size: 30px;
color:#434342;
margin:0px;
padding:0px;
}
.sign-banner-con h6{
font-size: 30px;
color:#434342;
font-weight: 500;
margin:0px;
text-transform: uppercase;
}
.banner-strip-location {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(45deg, #ffa200, #ffdf94);
  padding: 30px;
  border-radius: 39px;
  height: 300px;
}
.image-forloaction {
  position: relative;
  width: 50%;
}
.img-location-ceative {
  position: relative;
  width: 554px;
  height: 354px;
}
.img-location-ceative img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -84px;
  right: -40px;
}
.shop-find-btn{
background: #ffffff00;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px 30px;
  transition: all 0.5s ease-out;
  border: 2px solid #ffffff;
  border-radius:5px;
}



/*--- add to cart page -----*/
.shopping-pp-detail {
  background: #fff;
  border: 1px solid #ffffff;
  /* box-shadow: 0px 0px 20px #ddd; */
  display: flex;
  /* padding: 4px; */
}
.side-bnner-11 {
  width: 15.2%;
  height: auto;
}
.side-bnner-11 img{
width: 100%;
height: 100%;
}
.pp-dd-21 {
  display: block;
  margin: 0px 0px 0px 18px;
  width: 82.5%;
  height: 689px;
  min-height: 689px;
  overflow: hidden;
  overflow-y: auto;
}
.bestseller-tag- {
  background: #ffefee;
  font-size: 13px;
  border-radius: 25px;
  padding: 3px 20px;
  margin: 4px 0px 7px;
  display: inline-block;
  color: #ff8000;
  font-weight: 500;
}
.pp-heading-line{
  font-size: 26px;
  font-weight: 600;
  color: #434342;
  margin: 0px;
  line-height: 1;
}
.pp-about {
  font-size: 13px;
  color: #b1b1b1;
}
.price--order {
  display: flex;
  justify-content: start;
  align-items: center;
}
.real-amm {
  font-size: 18px;
  font-weight: 600;
  color: #ff8000;
  margin-right: 10px;
}
.dis-amm {
  font-size: 18px;
  color: #959595;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
}
.off-amm {
  color: #1ecb09;
  font-size: 15px;
  font-weight: 600;
}
.rating-pp-ad-shoping{
display: flex;
align-items: center;
}
.rating-pp-ad-shoping .rr-start{
color:#ffd200;
font-size: 15px;
}
.feature-box {
  background: #fffbf7;
  border-radius: 10px;
  padding: 1px;
  align-items: center;
  display: flex;
  border: 1px dashed #ffc386;
}
.feature-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}
.feature-box ul li {
  float: left;
  color: #6e6e6e;
  font-size: 14px;
  width: calc(100% / 3);
  padding: 0px 2px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 13px 5px;
 justify-content: flex-start;
}
.feature-box ul li img {
  height: 26px;
  margin-right: 8px;
}
.search-form-dd{
  position: relative;
}
.search-form-delivery{
  border-radius: 20px 0px 0px 20px;
  padding: 10px 50px 10px 10px;
  height: 45px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 50%;
}
.search-form-delivery:focus-visible {
  outline: none;
  outline-offset: 0px;
}
.search-devlivery-btn {
  position: relative;
  /* top: 2px; */
  bottom: 0;
  /* right: 0; */
  color: #fc7e00;
  background: #fc7e00;
  transition: width 1s;
  width: 79px;
  height: 45px;
  border-radius: 0px;
  border: none;
  color: #fff;
  border-radius: 0px 26px 26px 0px;
}
/* .search-devlivery-btn:hover {
  background: #fc7e00;
  width: 100px;
  color: #fff;
} */
/* .search-devlivery-btn i{
z-index: 2;
} */

.check-t-c-pop {
  color: #0590fb;
}
.list-of-t-c{
position:absolute;
width: 300px;
height: 300px;
scroll-behavior: smooth;
overflow-y: auto;
overflow-x: hidden;
font-size:12px;
line-height: 1;
color:#434342;
display: none;
}
.offer-avil-list{
margin: 0px;
padding:0px;
}
.offer-avil-list li {
  font-size: 14px;
  color: #545454;
  margin: 10px 0px;
}
.offer-avil-list li i{
color:#0590fb;
}

/* .form-check-finish:checked[type=radio] {
  background-image: url('../10-1-23/assets/image/icon/checked-icon.png') !important;
} */
.form-check-finish:checked {
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
  background-image: url(../image/icon/checked-icon.png) !important;
  background-size: 10px;
  
}
.form-check-finish:checked label{
  color:#000;
}
.form-check-finish[type=radio], .form-check-finish[type=checkbox] {
  border-radius: 5px !important;
  border:1px solid #ff8000;
  width: 15px;
    height: 15px;
    padding: 0px;
}
.add-tocart-check-2 label {
  font-size: 14px;
  color: #434342;
}
.form-check-finish:focus{
  box-shadow: none !important;
}
.add-to-cart-btn {
  border: 1px solid #ff8000;
  text-decoration: none;
  background: #fff;
  color: #ff8000;
  padding: 8px 60px;
  font-size: 15px;
  margin-right: 25px;
  transition: all ease-in 5.ms;
  cursor: pointer;
}
.add-to-cart-btn:hover{
background: #ff8000;
color: #ffffff;
}
.buy-now-btn-pp{
border: 1px solid #ff8000;
  text-decoration: none;
  background: #ff8000;
  color: #ffffff;
  padding: 8px 60px;
  font-size: 15px;
  margin:0px;
  transition: all ease-in 5.ms;
  cursor: pointer;
}
.buy-now-btn-pp:hover{
background: #ffffff;
color: #ff8000;
}
.qty-select-drop {
  width: 81px !important;
  margin-right: 25px;
  border: 1px solid #a4e1ed;
  border-radius: 0px;
}

.btn-to-open {
  padding: 10px;
  background: #fff;
  height: 10px;
  display: block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #dddd;

}
.btn-to-open::after {
  position: absolute;
  content: '';
  background: #000;
  height: 12px;
  width: 1px;
  top: 4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: width 0.5s, height 0.5s, transform 0.5s;

}
.btn-to-open::before {
  position: absolute;
  content: '';
  background: #000;
  height: 1px;
  width: 13px;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  /* transition: all ease-in-out 0.5ms; */

}
/* .btn-to-open.btn-to-open:hover::after{
transform: rotate(90deg);
} */

.pp-with-together {
  display: flex;
  border: 1px solid #a5a5a53d;
  background: #fff;
  margin-bottom: 20px;
}
.pp-2-img {
  width: 60%;
  height: 231px;
}
.pp-2-img img{
  width: 100%;
  height: 100%;
}
.pp-together-content {
  padding: 7px 6px;
  width: 40%;
}
.buy-now-together {
  background: #fc7e00;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 4px 21px;
  transition: all 0.5s ease-out;
  border: 1px solid #fc7e00;
  border-radius: 100px;
  margin: 2em 0em 0em;
}
.buy-now-together:hover{
  color: #fc7e00;
  background: none;
  /* box-shadow: 0px 20px 20px rgb(0 0 0 / 9%); */
}
.pp-heading-line2 {
  font-size: 16px;
  font-weight: 600;
  color: #434342;
  margin: 0px;
  line-height: 1.5;
  margin-top: 0px;
}
.off-amm-together {
  color: #1ecb09;
  font-size: 9px;
  font-weight: 600;
  background: #d4f7d0;
  padding: 4px 8px;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: -7em;
}
.info-pills {
  margin: 0px;
  padding: 0px;
  border: 1px solid #ccc;
  background:#fff;
}
.info-pills .nav-link.active{
background: none!important;
color:#ff8000 !important;

}
.info-pills .nav-link {
  font-size: 16px;
  border-right: 1px solid #ccc;
  padding: 10px 26px;
}

li.nav-link:nth-last-child(1){
border-right: none;
}
li:nth-last-child(1) .nav-link {
border-right: none;
}
.info-pills-content  {
  margin: 0px;
  padding:0px 10px;
}
.info-pills-content span {
  font-size: 14px;
}
.info-pills-content p{
  font-size: 14px;
  /* line-height:2; */
  position: relative;
  padding-left:20px;
  color: #a9a9a9;
  margin-bottom: 5px;
}
.info-pills-content ol li {
  margin-bottom: 10px;
  color: #a9a9a9;
}
.info-pills-content ol strong, .info-pills-content h2{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
  /* box-sizing: border-box; */
}

.info-pills-content  small {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.write-rew {
  border: 1px solid #ff8000;
  text-decoration: none;
  background: #ff8000;
  color: #ffffff;
  padding: 7px 12px;
  font-size: 15px;
  transition: all ease-in 0.5ms;
  cursor: pointer;
  margin: 3em auto;
  display: block;
  width: 35%;
  text-align: center;
}
.write-rew:hover {
  background: #ffffff;
  color: #ff8000;
}
.info-pills-content p::before {
  position: absolute;
  content: '\f054';
  color: #ff8000;
  width: 4px;
  height: 32px;
  left: 0;
  top: 3px;
  background-size: cover;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}
.comments-sec{
background: #fff;
border:1px solid #c5c1c161;
border-radius: 20px;
}
.comments-sec .pp-rating-graph {
  background: #fff;
  border: 1px solid #ccc6;
  box-shadow: 0px 6px 20px #c5c1c161;
  border-radius: 10px;
  margin: 1em 0em;
  padding: 10px;
}

.rating-num{
color:#02a71d;
font-size: 50px;
font-weight: 900;
align-items: center;
display: inline-flex;

}
.rating-num i{
font-size: 25px;
}
.tol-rate-review{
color:#ddd;
font-size: 10px;
}
.rate-pro-point {
  width: 30%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding:  0px;
}
.progress-bat-sec {
  width: 70%;
}

.meter {
  background: #efefef;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgb(255 255 255 / 30%);
  display: block;
  height: 9px;
  padding: 0px;
  position: relative;
  width: 65%;
}
.meter  > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(to top, rgb(134, 251, 255) 37%, rgb(28, 202, 255) 69%);
  box-shadow :inset 0 2px 9px rgba(255,255,255,0.3) inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  transition: width 2s ease-out;
}


.yellow > span {
  background-color: rgb(255, 208, 0);
  background-image: linear-gradient(to bottom, orange, rgb(253, 238, 154));
}
.orange  > span {
  background-color: orangered;
  background-image: linear-gradient(to bottom, orange, orangered);
}


.red  span {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}


.green  >span {
  background-color: cadetblue;
  background-image: linear-gradient(to top, rgb(54, 214, 97) 37%, #02a71d 69%);
}
.progress-bar-name {
  font-size: 14px;
  color: #6c757d;
  width: 15%;
}
.progress-bar-nums {
  font-size: 11px;
  color: #9d9d9d;
  width: 15%;
  text-align: right;
}
.view-rew {
  background: #fff7f0;
  font-size: 14px;
  font-weight: 400;
  color: #ff8000;
  border: none;
  padding: 10px;
  border-radius: 7px;
}

.com-sec-box-scroll {
  min-height: 486px;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.scroll-text::-webkit-scrollbar {  
  width: 2px;  
}  
.scroll-text::-webkit-scrollbar-track {  
  background-color: #ffffff
}  
.scroll-text::-webkit-scrollbar-thumb {  
 background-color: rgb(206, 237, 245);
border: 1px solid rgb(233, 246, 255);
border-radius: 10px;
}  
.scroll-text::-webkit-scrollbar-thumb:hover {  
  background-color: #ffffff;  

}  

.client-review-cc {
  border: 1px solid #e9e9e9;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  margin-bottom: 20px;
}
.boc-ckient-rew {
  width: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cutom-detail {
  display: flex;
}
.user-dp {
  width: 44px;
  height: 43px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.user-dp img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.cc-name-title {
  font-size: 15px;
  color: #434342;
  font-weight: 600;
  margin: 0px 10px;
}
.customer-rating {
  font-size: 12px;
  background: #cefbd5;
  border-radius: 100px;
  padding: 3px 10px;
  color: #00ab5c;
  margin: 0px 7px;
}
.post-date {
  color: #bdbdbd;
  font-size: 11px;
}
.certified-tick {
  font-size: 12px;
  color: #afafaf;
  margin: 0px;
  display: flex;
  align-items: center;
}
.certified-tick i {
  color: #ffffff;
  background: #0590fb;
  padding: 2px;
  border-radius: 100px;
  font-size: 5px;
  margin: 0px 8px;
}
.likes-for-pp {
font-size: 14px;
color:#ddd;
}
.likes-for-pp i{
padding: 5px;
border-radius: 50%;
font-size: 10px;
border:1px solid;
}
.com-sec-wrote {
  font-size: 14px;
  color: #434342;
  line-height: 30px;
  margin: 17px 0px 0px;
  text-align: justify;
}
.clien-rew-img {
display: block;
}
.clien-rew-img ul {
margin: 0px;
padding: 0px;
}
.clien-rew-img ul li {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 10px;
  margin: 10px 27px 10px 0px;
  border:1px solid #e7e7e7;
}
.clien-rew-img ul li img{
width: 100%;
height: 100%;
border-radius:10px;
}
.heading-nrm{
font-size: 18px;
text-transform: uppercase;
}
.rating-header {
  margin-top: -10px;
  margin-bottom: 10px;
}

#rating-ability-wrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#rating-ability-wrapper label
{
 width: 100%;
  text-align: center;
}
#rating-ability-wrapper .field-label-header {
  width: 36%;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.rating-header span, .rating-header small{
font-size: 2rem;
}
.com-logo {
  display: block;
  margin: 0 auto;
}
.com-logo img{
width: 150px;
}
#offcanvasRightr-view {
  width: 750px;
}

/*---- upload review image ----*/

.up {
  margin: 0 auto;
  /* text-align: center; */
  margin-top: 0px;
}

/* input[type="file"] {
  display: none;
} */

.fileName {
  margin-top: 20px;
  color: #6c757d;
  display: inline-block;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #ffffff00;
  border: none;
  width: 100%;
  border: 1px dashed #ffd1a7;
  min-height: 200px;
  max-height: fit-content;
  height: fit-content;
}
.custom-file-upload {
  font-size: 11px;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 7px 10px;
  border-radius: 25px;
  cursor: pointer;
  background-color: #fc7e00;
  border: none;
}

.file-search-button {
  margin-top: 20px;
  display: inline-block;
}
.clear-btn {
  background: #f75252;
  font-size: 12px;
  color: rgb(255, 255, 255);
  display: none;
  border-radius: 17px;
  padding: 3px 10px;
  border: none;
}

.image-preview canvas {
  display: inline-flex;
  float: left;
  margin: 10px;
}
.table-borderless2 {
  font-size: 13px;
  color: #9b9b9b;
}
.table-borderless2 tbody tr {
  display: table-row;
  /* justify-content: flex-start; */
  width: 100%;
}
/*---- end add to cart page ---*/

/*---- custom furniture page ----*/
.popup-close2 {
  background: transparent;
  padding: 2px;
  border: none;
  width: 30px;
  height: 30px;
  color: #ff8000;
  position: absolute;
  right: 0;
  top:0;
  z-index: 999999;
}
.modal-content .modal-header {
  background: none;
  padding: 0px;
  border: none;
}
.popup_content {
  border-radius: 10px;
  width: 1000px !important;
  height: 64vh !important;
  display: flex;
  max-width: 1000px !important;
}
.popup_content .modal-content{
  border-radius: 10px;
}
.popup_content .modal-body{
    background: #fff5f0;
    background: #fff5f0;
    border: 1px solid #ffbd94;
    border-radius: 10px;
}
.popup-slider .carousel {
    position: relative;
    height: 600px;
}
.popup-slider .carousel-item {
    height: 600px;
}
.popup_content .modal-content .shop-now {
    background: #fc7e00;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 22px;
    transition: all 0.5s ease-out;
    border: 1px solid #fc7e00;
    border-radius: 20px;
    position: absolute;
    right: 40px;
    bottom: 19px;
}
.popup-slider .carousel-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px 0px 0px 12px;
}
.from-header h6 {
    font-size: 30px;
    color: #434342;
    font-weight: 100;
    line-height: 1.2em;
}
.from-header h6 span{
  color: #ff7e00;
  font-weight: 700;
}
.from-header p{
  font: size 20px;
  color:#434342;
}
.popup-slider .carousel-indicators [data-bs-target] {
    border-radius: 100%;
    background: #feddcb;
    opacity: 1;
    width: 6px;
    height: 6px !important;
    border: none;
}
.popup-slider .carousel-indicators .active {
   background: #ff7e00;
}
.signin-form-popup {
    width: 92%;
    background: #fff5f0;
    padding: 20px;
    margin: 31px 0px;
    box-shadow: 0px 0px 20px #fc7e003b;
}
.popup-signform input[type=name],
.popup-signform input[type=text],
.popup-signform input[type=email],
.popup-signform input[type=password] 
{
    border: 2px solid #ffcb99d6 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    width: 100%;
    margin: 15px 0px;
    font-size: 10px;
    color: #434342;
}
.popup-signform input::placeholder{
  font-size: 14px;
  color:#fcb97f;
}
#togglePassword {
   cursor: pointer;
   position: absolute;
    top: 34px;
    right: 26px;
    font-size: 12px;
    color: #ff8920;
}
.login-btn-popup, .login-guest:hover {
    background: #ff8920;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 38px;
    transition: all 0.5s ease-out;
    border: 1px solid #ff8920;
    display: block;
    margin: 0 auto;
    font-weight: 100;
    text-transform: uppercase;
}
.login-guest, .login-btn-popup:hover{
    color: #ff8920;
    background: none;
    padding: 8px 38px;
    border: 1px solid #ff8920;
    display: block;
    margin: 0 auto;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    /* box-shadow: 0px 20px 20px rgb(0 0 0 / 9%); */
}
p #registerbtn{
  background: none!important;
  border: none;
  padding: 0!important;
  color: #ff8000;
  font-weight: 600;
  border-bottom: solid 1px #ffa07f;
  text-decoration: none;
  cursor: pointer;
}
.forget-pass {
    color: #787878;
    font-size: 11px;
    text-align: center;
    display: block;
    line-height: 3;
}
.line {
    width: 6em;
    height: 1px;
    border-bottom: 1px solid #ffb973;
    display: flex;
}
.or-way-tolog{
  padding:0;
  margin: 0 10px;
  font-size: 12px;
  color: #ff7e00;
}
.dont-accont{
  color: #434342;
  font-size:14px
}
.dont-accont a{
  color: #ff7e00;
  font-weight: 500;
  border:none;


}
.dont-accont a:hover{
  background: none;
  color: #ff7e00;

}

 
.notification-container {
  display: block;
  overflow: hidden;
  z-index: 999;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.notification-container2 {
  display: none;
  overflow: hidden;
  z-index: 999;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.selected {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;

}

.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;

}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

.shareidea-img-bg{
  background: url(../image/shareideaimg-bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  padding: 10px;
}
.content-share-heading {
background: #000000bd;
padding: 10px;
color: #fff;
font-size: 40px;
font-weight: 200;
text-transform: uppercase;
margin-top: 7em;
text-align: center;
position: relative;
}
.content-share-heading::after {
position: absolute;
content: '';
right: -10rem;
top: 0;
width: 160px;
height: 100%;
background: #000000bd;
}
.content-share-heading::before {
position: absolute;
content: '';
left: -10rem;
top: 0;
width: 160px;
height: 100%;
background: #000000bd;
}
.share-idea-form {
background: #fff;
padding: 46px;
border-radius: 3px;
border: 1px solid #0dcaf038;
box-shadow: 0px 0px 20px #0dcaf021;
margin: 20px 0px;
width: 85%;
float: right;
}
.share-idea-form .cstm {
  margin-bottom: 10px;
}
.share-idea-form label {
font-weight: 600;
font-size: 15px;
color: #41464b;
}
.share-idea-form label sup{
color:red;
}
.share-idea-form input[type=text], 
.share-idea-form input[type=email], 
.share-idea-form input[type=name], 
.share-idea-form textarea {
border: 1px solid #c2f9ff !important;
border-radius: 5px !important;
padding: 7px !important;
}
.share-idea-form .form-select{
border: 1px solid #c2f9ff;
border-radius: 5px;
padding: 15px;
}
.share-idea-form input::placeholder, .share-idea-form textarea::placeholder{
color:#ccc;
font-size: 13px;
}
.upload-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: block;
}
.upload-container input {
  /* border: 1px solid #92b0b3; */
  background: rgb(237 245 255 / 25%);
  outline: 2px dashed #0daffd;
  outline-offset: 0px;
  padding: 13px 0px;
  text-align: center !important;
  width: 95%;
  border-radius: 12px;
  margin: 10px auto;
}
.upload-container button{
color: #fff;
background: #4e7bff;
border: none;
outline: none;
padding:7px 20px;
border-radius: 8px;
margin-top: 20px;
cursor: pointer;
box-shadow: px 0px 20px #000000;
}

.upload-container input:hover {
  background: #ddd;
}   
/* .upload-container:before {
  position: absolute;
  bottom: 50px;
  left: 245px;
  content: " (or) Drag and Drop files here. ";
  color: #3f8188;
  font-weight: 900;
}    */
.upload-btn {
  margin-left: 300px;
  padding: 7px 20px;
}
.customitem{
float: left;
width: 50%;
} 
.customitem img{
  width: 100%;
  max-width: 100%;

}
.mySlides {display:none;}
.mySlides2{
  display:none;
}
.compaire-slider{
  overflow: hidden;
}


.whatchatmobile {
z-index: 2;
}
.whatchatmobile img{
  width: 100%;
}
.out-whats {
background: #f9f9f9;
border-radius: 0px 17px 17px 0px;
padding: 42px 42px 42px 0px;
margin-top: 2rem;
position: relative;
z-index: 1;
}
.out-whats:after {
position: absolute;
content: '';
background-color: #f9f9f9;
width: 189px;
height: 100%;
left: -182px;
top: 0;
z-index: -1;
}
.custom-heading-whts{
  color: #434342;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}
.whatsouter {
position: relative;

}
.whatsouter:after {
position: absolute;
content: '';
background-color: none;
height: 75%;
width: 1px;
top: 10px;
border-right: 1px solid #cfcfcf;
right: -25px;
}
.whatappcontant{
  display: flex;
  justify-content:space-around;
}
.conforchat {
background: #eefcff;
border: 2px solid #c3f0ff;
border-radius: 10px;
padding: 20px;
width: 100%;
margin: 4rem 0px 0px;
}
.conforchat h5{
color: #707070;
font-size: 18px;
font-weight: 600;
}
.conforchat ul{
margin:0;
padding: 0;
list-style: none;
}
.conforchat ul li{
padding:0px;
margin: 14px 0px;
font-size: 14px;
color:#434342;
font-weight: 600;
}
.conforchat ul li i{
color: #fc7e00;
}
.whatsappnotify {
background-color: #ffffff;
border: 3px solid #d1f0fb;
box-shadow: 0px 0px 20px #5be6ff29;
padding: 25px 20px;
margin: 15px 23px 0px;
}
.whatsappnotify h5{
color: #14a17e;
font-size: 30px;
font-weight: 700;
}
.whatsappnotify .cstm{
  margin-bottom: 10px;
}
.whatsappnotify input[type=text] {
border: 2px solid #c2f9ff !important;
border-radius: 30px !important;
}
.whatsappnotify input::placeholder{
font-size: 14px;
}
.whatsappnotify .form-select {
border: 2px solid #c2f9ff !important;
border-radius: 30px !important;
padding: 10px;
font-size: 14px;
}
.whatsappnotify .form-control{
margin: 15px 0px;
}
.whatsappnotify .newlabel {
position: absolute;
content: '';
background: #fff;
color: #434342;
font-size: 13px;
font-weight: 600;
top: 6px;
left: 2rem;
height: fit-content;
margin: 0;
padding: 0 7px;
}
.whatsappnotify .submit-number {
background: #fc7e00;
font-size: 18px;
color: #fff;
text-decoration: none;
text-align: center;
padding: 5px 30px;
transition: all 0.5s ease-out;
border: 1px solid #fc7e00;
border-radius:20px;
}
.whatsappnotify .submit-number:hover {
color: #fc7e00;
background: none;
/* box-shadow: 0px 20px 20px rgb(0 0 0 / 9%); */
}
.styling_box {
  margin: 0 auto;
  width: 80%;
  height: fit-content;
  border: 1px solid #f1f1f1;
  border-radius: 150px 150px 129px 129px;
  background: #fffefd;
  box-shadow: 0px 2px 0px #ffca91;
  padding: 10px;
  position: relative;
}
.styling_box:after {
  position: absolute;
  content: '';
  top: 220px;
  right: -53px;
  width: 1px;
  height: 226px;
  background: url(../10-1-23/assets/image/gradien-lines.png) no-repeat top center;
}
.col-md-3:nth-last-child(1) .styling_box:after {
  display: none;
}

.pr-img {
  border-radius: 100%;
  box-shadow: 0px 0px 0px 25px #ffefdd;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.pr-img img {
  border-radius: 100%;
  box-shadow: 0px 5px 20px #00000063;
  width: 100%;
  max-width: 100%;
}
.coupon-box-buton{
  border:1px solid #ccc;
  border-radius:10px;
  padding:16px;
  margin:10px 0px;
  font-size: 14px;
  color:#434342;
}
.coupon-box-buton-applied {
  border: 1px dashed #33C300;
  border-radius: 10px;
  padding: 16px;
  margin: 10px 0px;
  font-size: 14px;
  color: #058549;
  background: #f3ffef;
  stroke-dasharray: 606;
  stroke-dashoffset: 606;
  animation: line-animation2 7s linear infinite;
}
@keyframes line-animation2 {
  to {
      stroke-dashoffset: 0;
  }
}

@keyframes fill {
  from {
      fill: transparent;
  }
  to {
      fill: #33C300;
  }
}
.coupon-box-buton img{
width:5%;
}
.coupon-box-buton i{
font-size:16px;
}

.order-summary-box {
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.summary-heading {
    font-size: 16px;
    margin: 15px 7px;
    color: #ff8000;
    font-weight: 600;
}
.summary-heading span{
  color:#6a6a6a;
  font-size: 13px;
}
.order-summary-box table tr {
border-bottom: 1px dashed #ccc;
padding: 10px 0px ;
font-size: 14px;
font-weight: 400;
}
.order-summary-box table tr:last-child{
  border-bottom: none;
}
.order-summary-box2{
margin-top: 30px;
}

.final-biil{
  background: #f7f7f7;
    padding: 10px;
}
.final-biil td{
font-size: 16px;
font-weight: 700;
}
.save-ammt-con{
  color:#14cda8;
  font-size: 16px;
  text-align: center;
  margin:10px auto;
  font-weight: 600;
}

.procced-next-button{
  background: #ff8000;
  padding: 10px;
  text-align: center;
  color: #fff;
  border:none;
  width: 80%;
  margin: 20px auto;
  display: block;
  transition: all ease-in-out 0.5s;
}


.procced-next-button:hover{
  box-shadow:0px 0px 20px #ddd ;
}
.we-accpt-pay {
    background: #f1f1f1;
    padding: 10px 10px;
}
.pay-way-box {
    display: inline-block;
    width: calc(100%/8);
    margin: 11px 9px;
    border: 1px solid #f1f1f1;
}
.heading-acpt {
    padding: 0px;
    margin: 10px;
    color: #434342;
    font-weight: 600;
}

.copyright-2 {
    color: #a3a3a3;
    font-size: 14px;
    text-align: center;
    margin: 1em 0em;
}

.step-for-checkout {
    padding: 0px;
    background: #fffaf5;
    border-radius: 100px;
    width: 46px;
    height: 46px;
    position: relative;
    color: #e1e1e1;
    font-size: 30px;
    text-align: center;
}
.step-for-checkout:hover {
color:#ffc387;
}
.step-for-checkout-scuss {
    padding: 0px;
    background: #fffaf5;
    border-radius: 100px;
    width: 46px;
    height: 46px;
    position: relative;
    color:#fc7e00;
    font-size: 30px;
    text-align: center;
    background: -webkit-linear-gradient(116deg, #f32595, #fc7e00);
    background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
  .stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard-outer {
    background: #fffaf5;
    padding: 14px 0px;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.step-for-checkout::after {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 268px;
    height: 2px;
    background: linear-gradient(116deg, #f32595, #fc7e00);
    z-index: 1;
    right: 0;
    left: 48px;
    margin: 0 auto;
}

.col-xs-3:last-child .step-for-checkout::after {
  display: none;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
/* .btn-circle {
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    color:#fc7e00
}  */


.enter-pin-btn{
  width: 200px;
  border:1px solid #ff8000;
  padding: 5px 10px;
  font-size: 1em;
  color:#ff8000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
input.form-control.search-pincode-input {
  border: 1px solid #ddd;
  border-radius: 100px;
}
input.form-control.search-pincode-input:focus{
  box-shadow: none;
  border-color: #bbb;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.search-pincode-btn-modal {
    float: right;
    padding: 8px 12px;
    background: linear-gradient(1deg, #ff8000, #ffe084);
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 15px;
    border-radius: 100px;
}
.out-active-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff7ee;
    padding: 10px 30px;
    margin: 16px 0px;
    border-radius: 5px;
}
.log-n-con {
    color: #434342;
    font-weight: 600;
}
.login-fot-being-user {
    color: #ff8000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.act-btn-list{
  margin:0px;
  padding:0px;

}

.act-btn-list li{
  float: left;
  border-right:1px solid #ccc;
  padding: 0px 10px;
}
.act-btn-list li:last-child{
  border-right:none;
}
.rem-list {
    background: none;
    border: none;
    color: #434342;
    font-weight: 600;
}
.couppon-apply {
    font-size: 14px;
    color: #434342;
}
.couppon-apply:hover{
  color:#ff8000;
}
.chec--do- {
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 5px 20px 0px 0px;
}
.enter-coupon-input{
  border:1px solid #ff7e00;
  border-radius:0px !important;
  padding: 10px ;
  background: none;
}
.enter-coupon-input::placeholder{
  color:#ff8b35;
  font-size: 14px;
}
.button-apply-coupon-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #6a6a6a;
  font-size: 13px;
}
.login-sideslash{
  background: #fff;
  border-radius:50px;
  padding: 10px 20px;
  margin:30px 0px;

}
.login-sideslash a{
  font-size: 14px;
  color:#ff8000;
  text-transform: uppercase;
  text-decoration: underline;
}
.login-sideslash span{
  color:#ddd;
  font-size: 12px;
}
.coupon-box {
    background: #fff9f6;
    border: 1px solid #ff8000;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 27px;
    box-shadow: 0px 12px 20px #d36b0247;
    margin:2em 0em;
}
.coupon-box img {
    max-width: 58px;
    width: 50px;
    margin-right:10px
}
.coupon-content {
    padding: 0px 20px;
}
.avail-coupon{
font-size: 20px;
color:#434342;
font-weight: 800;
}
.aplly-coupon-btn{
  color:#ff8000;
  font-size: 14px;
  text-transform: uppercase;
  border:none;
  background:none

}
.coupon-content p{
  font-size: 12px;
  color: #6a6a6a;
  margin: 10px 0px 0px;
}
.avail-coupon-details {
    color: #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background: none;
    font-weight: 600;
    margin-top: 15px;
}
.circle--cc {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    right: -19px;
    background: #ffe8dbde;
    border: 1px solid #ff8000;
    border-radius: 100px;
    margin-bottom: 10px;
}
.circle--cc::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background: #ffe7dbf7;
    right: -1px;
    top: -1px;
}

.detail-box-for-coupon{
  background: none;
  border:none;
  box-shadow: none;
}
.c-deatil-heading{
  font-size: 13px;
  color:#434342;
  font-weight:600;
  margin:10px 0px ;
}
.c-detail-list{
  margin:0px;
  padding:0px;
}
.c-detail-list li{
  margin:10px 0px;
  padding:0px;
  font-size: 12px;
}
.c-detail-list li i{
  font-size: small;
}

.dont-accont2 {
  color: #434342;
  font-size: 13.5px;
  background: #fef3ea;
  border-radius: 20px;
  padding: 4px;
  border: 1px solid #f2e8de;
  width: 80%;
  margin: 7px auto;
}
.dont-accont2 a{
color:#ff8000;
font-weight:600;
}
.dont-accont2 a:hover{
background: none;
color:#ff8000;
}

.tab-address{
background: #ccc;
height: 200px;
display: none;
}
.tab-address .on{
display: block;
}

.Biiling.Haeding {
  margin-top: 10px;
  padding: 20px 0px;
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  margin-bottom: 28px;
}
.radio-test{
margin-top: 10px;
margin-bottom: 30px;
}
.label-00{
margin-right:10px;
margin-top: 0px;
} 
/* #test-1:checked ~ #label-test-1 {
background: pink;
} */

/* #test-2:checked ~ #label-test-2 {
background: pink;
} */

.content {
display: none;
/* background: pink; */
}

#test-1:checked ~ #content-test-1 {
display: block;
}

#test-2:checked ~ #content-test-2 {
display: block;
}
#delivery-2:checked ~ #content-delivery-2 {
display: block;
}
.billing-from input[type=text], .billing-from input[type=email], .billing-from input[type=name], .billing-from select {
  border: 1px solid #dfdfdf !important;
  border-radius: 4px !important;
  padding: 14px !important;
}

.save-continue-btn {
  background: #ff8000;
  padding: 10px;
  text-align: center;
  color: #fff;
  border: none;
  width: 44%;
  margin: 2px auto 35px;
  display: block;
  transition: all ease-in-out 0.5s;
}
.apaymentmode-box {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #f9f9f9;
  padding: 3rem;
  border-radius: 10px;
  /* text-align: center; */
}
.save-continue-btn2 {
  background: #ff8000;
  padding: 1em 8em;
  text-align: center;
  color: #fff;
  border: none;
  margin: 2px auto 35px;
  /* display: block; */
  transition: all ease-in-out 0.5s;
}
.pay-now-btn {
  background: #ff8000;
  padding: 10px;
  text-align: center;
  color: #fff;
  border: none;
  /* width: 44%; */
  /* margin: 2px auto 35px; */
  float: right;
  display: block;
  transition: all ease-in-out 0.5s;
}
/*----========= abouts- page ========---*/
.v-m-img {
    width: 100%;
    text-align: center;
    position: relative;
}
.side-box {
  padding: 8em 0em 0em;
}
.heading-2-text {
  background: -webkit-linear-gradient(#ffc107, #ff8000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  margin-bottom: 0.5em;
}
.floating-sofa {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: auto;
  bottom: 11px;
  transition: transform 250ms;
}
.m-v-sec:hover .floating-sofa{
  transform: translateY(-60px);
}
.con-benifit {
  position: relative;
}
.con-benifit .bb-text-1 {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 87px;
  color: #5c3201;
  font-weight: 600;
  z-index: 2;
}
.con-benifit .bb-text-2 {
  left: 132px;
  right: auto;
  top: 170px;
}
.con-benifit .bb-text-3 {
  right: 132px;
  left: auto;
  top: 170px;
}
.con-benifit .bb-text-4 {
  left: 48px;
  right: auto;
  top: 384px;
}

.con-benifit .bb-text-5 {
  right: 48px;
  left: auto;
  top: 384px;
}
.con-benifit .bb-text-1 p {
  color: #ffffff;
  font-size: 11px;
  background: #00000024;
  border-radius: 10px;
}
.con-benifit .bb-text-1:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.con-benifit .bb-text-1:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80px;
  background-color: #fff;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.one-stop {
  background: url(../image/one-stop-bg.jpg) no-repeat center center;
  background-size: 100%;
  padding: 6em 0em 3em;
  margin: 2em 0em 0em;
}

.heading-3-text {
  padding: 5em;
}
.heading-3-text h5{
  font-size: 68px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
}
.heading-3-text span{
  font-size: 68px;
  color: #fff;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
}

.cloud-1, .cloud-2{
  position: relative;
 ;
}

.cloud-1 img {
    position: absolute;
    width: 192px;
    top: 3em;
  -webkit-animation: linear infinite;
  animation:linear infinite;
  -webkit-animation-name: cloud-1 ;
  animation-name: cloud-1 ;
  -webkit-animation-duration: 5s;
  animation-duration:5s
}
.cloud-2 img {
  position: absolute;
  width: 273px;
  top: -4em;
  right: 0;
  filter: brightness(1.1);
  -webkit-animation: linear infinite;
  animation:linear infinite;
  -webkit-animation-name: run;
  animation-name: run;
  -webkit-animation-duration: 5s;
  animation-duration:5s
}

@keyframes cloud-1 {
  0% {
    left: 0;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 0;    
  }
}
@keyframes run {
  0% {
    right: 0;
  }
  50% {
    right: 10%;
  }
  100% {
    right: 0;    
  }
}

.map-box-2 {
  width: 40%;
  margin: 0 auto;
}
.map {
  width: fit-content;
  margin: 0 auto;
}

.review-item {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 700px;
  /* background: #ddd; */
}
.g-review-box {
  width: 314px;
  height: 273px;
  background: #fff;
  box-shadow: 0px 0px 20px #c3c3c338;
  border: 2px solid #e3e3e35c;
  border-radius: 19px;
  padding: 14px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 1.5;
  position: absolute;
  top: 3em;
  left: 7em;
}
.g-user-name{
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.user-dp-g{
  width: 90%;
}
.google-icon-review {
  width: 10%;
}
.g-review-box2{
  top: 6em;
  right: 8em;
    left: auto;
}
.g-review-box3 {
  top: 27em;
  left: 4em;
}
.g-review-box4 {
  top: 30em;
  right: 11em;
  left: auto;
}
.client-heading{
  color: #434342;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.tim-g-review {
  margin: 0px 10px;
}
.glad-msg-us {
  margin: 0em 0em;
  padding: 2em 2em;
  position: relative;
}
.glad-msg-us::after {
  position: absolute;
  content: '\f10d';
  width: 30px;
  height: 30px;
  top: 0;
  left: -55px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 69px;
  color: #ff8000;
}
.glad-msg-us p {
  font-size: 16px;
  font-style: italic;
  line-height: 3;
}
/* .g-review-box .g-user-name img{
 width: 70%;
} */
.g-content-review {
  background: #f7f7f782;
  padding: 19px;
  margin: 4px 0px 16px;
  min-height: 106px;
  height: 138px;
  overflow-x: hidden;
  overflow-y: auto;
  
}
.g-content-review::-webkit-scrollbar {
  width: 20px;
}
.g-content-review::-webkit-scrollbar-track {
  background-color: transparent;
}
.g-content-review::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.g-star-rating{
  display: block;
}
.g-star-rating ul{
  margin:0px;
  padding: 0px;
}
.g-star-rating ul li{
  float: left;
}
.g-star-rating ul li i{
  font-size: 13px;
  color:#ffc107;
}

.text-pp {
  font-size: 34px;
  color: #ff8000;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#ffc107, #ff8000);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
  text-align: center;
  margin: 10px 0px;
}
.sr-no-ex {
  background: linear-gradient(45deg, #fc7e00, #ffc107);
  padding: 10px 0px;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border: 4px solid #ebebeb;
  box-shadow: 6px 5px 11px 0px #2c2c2c6e;
  margin: 0px 0px 19px;
}
.ex-subheading{
  font-size: 26px;
  color: #ff8000;
  font-weight: 600;
  margin: 10px 0px ;
}
.list-thing{
  margin: 0px ;
  padding: 0px;
}
.list-thing li{
  margin-bottom: 10px;
  font-size: 16px;
  color:#434342;
}
.list-thing li i{
  font-size: 5px;
  color:#ccc
}
.box--2 {
  width: 20%;
  text-align: start;
  margin: 20px 0px 20px 33px;
  background: #fff;
  box-shadow: 0px 0px 15px #dfdfdf6b;
  padding: 21px;
  border-radius: 13px;
}
.img-bulk {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.outer-help-center {
  width: 70% !important; 
  margin: 0 auto;
}
.outer-xx {
  border-bottom: 1px solid #f3f3f3;
}
.contact-us-heading {
  font-size: 20px;
  color: #434342;
  font-weight: 600;
}
.order-sec {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: 40%;
  text-align: start;
  border:1px solid #f3f3f3;
  padding: 11px;
  align-items: center;
  color: #727272;
}
.order-sec i{
  font-size: 20px;
  color:#ff8000;

}
.order-sec span {
  font-size: 12px;
  color: #c9c9c9;
  margin-left: 10px;
}
.mang-order-btn {
  background: #ff7200;
  padding: 10px;
  color: #fff;
}
.sidebar-helpcenter {
  border-right:1px solid #f3f3f3;
  padding: 10px;
}
.sidebar-helpcenter ul{
  margin: 0px;
  padding: 0px;
}
.sidebar-helpcenter ul li{
  border-bottom: 1px dashed #ddd;
  padding: 10px;
  margin: 10px 0px;
}
.sidebar-helpcenter ul .active-sidebar a, .sidebar-helpcenter ul .active-sidebar i{
color:#ff8000;
}
.sidebar-helpcenter ul li:last-child{
  border-bottom: none;
}
.sidebar-helpcenter ul li a{
  color:#434342;
  font-size: 19px;
}
.help-list i {
  font-size: 25px;
  color: #434342;
  margin-right: 19px;
}
.faq-accordian{
  padding: 20px 0px;
  margin: 0px;
}
.faq-accordian .accordion-item{
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0px !important;
  box-shadow: none;
}
.faq-accordian .accordion-item .accordion-button{
  font-size: 16px;
  padding: 10px !important;
  border-radius: 0px !important;
}
.faq-accordian .accordion-item .accordion-body{
  font-size: 13px;
  color:#434342
}
.faq-accordian .accordion-item .accordion-button:not(.collapsed){
  background: none;
  color:#434342;
  /* box-shadow: none; */
  
}
.faq-accordian .accordion-item .accordion-button:not(.collapsed)::after{
  color:#ff8000 !important;
  background-image: url(../image/icon/arrow-active-icon.png);
}
.faq-accordian .accordion-item .accordion-button:focus{
  box-shadow: none;
}

.contact-customer-form {
  padding: 20px 0px;
}
.contact-customer-form h6 {
  font-size: 20px;
  color: #434342;
  font-weight: 600;
  margin-bottom: 2em;
}
.contact-customer-form .form-control{
  border-radius: 0px;
}
.conts-box {
  background: #fff;
  padding: 21px;
  border: 2px solid #efeeee;
  margin: 1em 0em;
}
.out-cc-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #434342;
}
.icon-for-cc {
  display: block;
  float: left;
  background: -webkit-linear-gradient(#ffc107, #ff8000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    width: 65px;
}
.bb-namer-heading {
  color: #434343;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.out-cc-bx span {
  font-size: 15px;
  color: #999;
  font-weight: 400;
}
.chat-live a{
  background: #ff8000;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  border-radius: 25px;
  font-weight: 100;
}
.submit-button {
  border: none;
  padding: 8px 20px;
  background: #ff8000;
  color: #fff;
}
/*-- all review apge --*/
.client-content-all{
  width: 100%;
}
.bner-star{
  margin: 10px 0px;
  padding: 0px;
  width: fit-content;
}
.bner-star li{
  background: #ff8000;
  border-radius: 4px;
  text-align: center;
  margin: 0px 3px;
  display: inline-block;
  padding: 5px 5px;
  color: #fff;
  font-size: 15px;
}
.bner-star li:first-child{
  margin-left: 0px;
}
.bner-star li:last-child{
  margin-right: 0px;
}
.client-box2 .client-img {
  border-radius: 10px;
  left: 0px;
  width: 100%;
  height: 300px;
}
.client-box2 .client-img img{
   max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 200px;
    height: 200px;
}
.secect-filter-review{
  background: #fff;
  padding:10px;
}

.secect-filter-review {
  background: #fff;
  padding: 41px;
  box-shadow: 0px 0px 20px #ccc;
  border-radius: 10px;
  margin-top: -4em;
  margin-bottom: 6em;
}
.seclect-box-filter {
  position: relative;
  margin: 0px 10px;
  width: calc(100% /3);
}
.seclect-box-filter label {
  position: absolute;
  top: -25px;
  font-size: 13px;
  font-weight: 600;
  color: #ff8000;
}
.seclect-box-filter .form-select {
  border-radius: 0px;
  font-size: 14px;
  padding: 10px ;
}
/*----- forgot password-----*/
.forget-pass-sec {
  background: #fffbf5;
  padding: 8em;
  width: 80%;
  display: block;
  margin: 10em auto;
}
.forget-pass-sec h2 {
  font-size: 85px;
  color: #434342;
  font-weight: 100;
  line-height: 1.3em;
}
.forget-pass-sec h2 span{
  font-weight: 700;
  color:#ff8000;
}
.forget-pass-sec p{
  color:#434342;
  font-size: 18px;

}
.fotgot-form {
  background: #fff;
  padding: 3em;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #ffb06141;
  position: relative;
  width: 100%;
  display: block;
}
.fotgot-form-in label{
  font-size: 16px;
  color:#434342;
  margin-bottom: 1em;
}
.fotgot-form-in input[type="email"]{
border-radius: 5px;
border:1px solid #ffad5a;
padding:10px;
font-size: 14px;
color:#ff8000;
}
.fotgot-form-in input[type="email"]:focus{
  box-shadow: none;
}
.step-button{
  color:#7e7e7e;
  font-size: 30px;
}
.submit-forgot-btn {
  background: linear-gradient(45deg, #ff8000, #ffdf80);
  border: 0px;
  padding: 13px 52px;
  border-radius: 100px;
  color: #fff;
  box-shadow: 0px 7px 20px #ff800085;
  font-size: 17px;
}
.submit-forgot-btn i{
  font-weight: 600;
}
.submit-forgot-btn:hover {
  color:#fff
}
.mail-sent-box {
  width: 100%;
  text-align: center;
}
.mail-sent-box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  background: #fff;
  padding: 47px;
  height: 100%;
  margin: 0 auto;
  left: 0;
  /* overflow: hidden; */
  border-radius: 10px;
}
.mail-sent-box i {
  font-size: 10em;
  color: #ff8000;
  text-align: center;
  font-weight: 900;
  margin-bottom: 14px;
}
/*----- end forgot password ----*/
/*---- otp page -----*/
.otp-input input {
  font-size: 18px;
  width: 49px;
  height: 49px;
  line-height: 1;
  text-align: center;
}
.otp-input input:last-child{
  margin-right: 0;
}
.otp-input input:first-child
{
  margin-left: 0;
}
.otp-input input:focus{
  box-shadow: none !important;
  box-shadow: none !important;
}
.otp-text {
  border: 2px solid #ff800033;
  margin: 0px 12px;
  border-radius: 9px;
  box-shadow: inset 0px 1px 6px 0px #db6f0447;
}

/*---- end otp page ---*/



/* .success-popup-outer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 200px;
  top: 0;
  transform: translate(0px, -160px);
} */
.success-popup {
  background: #e9f9e2;
  position: fixed;
  top: 10px;
  right: -400px;
  width: 327px;
  max-width: 369px;
  height: 76px;
  border-radius: 100px 0px 0px 100px;
  text-align: start;
  display: flex;
  justify-content: space-around;
  align-items: center;
  animation: myfirst-alert 4.5s 1;
  z-index:11111;
}
.success-popup2 {
  background: #ffeeee;
  position: fixed;
  top: 10px;
  right: -400px;
  width: 327px;
  max-width: 369px;
  height: 76px;
  border-radius: 100px 0px 0px 100px;
  text-align: start;
  display: flex;
  justify-content: space-around;
  align-items: center;
  animation: myfirst-alert 4.5s 1;
  z-index:111111;
}
@keyframes myfirst-alert {
0%   {right: -400px;}
25%  {right: -0px; }
50%  {right: 0px;}
75%  {right: 0px; }
100% {right: -400px; }
}
.success-popup p {
  color: #3aa515;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.success-popup h6 {
  color: #2a9106;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.warrning-text{
  width:80%
  }
  .warrning-svg{
  width:20%;
  }
.success-popup2 p {
  color: red;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.success-popup2 h6 {
  color: red;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
#smile {
  position: absolute !important;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  animation: fill 0.5s ease forwards .9s;
  box-shadow: 0px 5px 20px #3ad70085;
  border-radius: 100%;
}

#smile path:nth-child(1){
  stroke-dasharray: 606; /* space */
  stroke-dashoffset: 606; /* position */
  animation: line-animation 7s ease forwards;
 
}
@keyframes line-animation {
  to {
      stroke-dashoffset: 0;
  }
}

@keyframes fill {
  from {
      fill: transparent;
  }
  to {
      fill: #33C300;
  }
}
#smile2 {
  position: absolute !important;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  animation: fills 0.5s ease forwards .9s;
   box-shadow: 0px 5px 20px #ffc2c2; 
  border-radius: 100%; 

}

#smile2 path:nth-child(1){
  stroke-dasharray: 606; /* space */
  stroke-dashoffset: 606; /* position */
  animation: line-animations 7s ease forwards;
 
}
@keyframes line-animations {
  to {
      stroke-dashoffset: 0;
  }
}

@keyframes fills {
  from {
      fill: transparent;
  }
  to {
      fill: red;
  }
}

/*---- site map css--- */
.heading-forpage {
  font-size: 17px;
  color: #434342;
  font-weight: 600;
  margin: 19px 0px;
  display: block;
}
.sitemap-box {
  border-radius: 10px;
  background: #fbfbfbce;
  padding: 21px;
  box-shadow: 0px 0px 20px #e7e7e7a1;
  margin: 19px 0px;
}
.sitemap-box ul {
  margin: 0px;
  padding: 0px 0px 0px 23px;
  border-left: 1px dashed #ff800091;
  border-radius: 0px 0px 0px 0px;
  /* border-bottom: 1px dashed #ff8000; */
}
.sitemap-box ul li {
  margin: 5px 0px;
  display: block;
  position: relative;
  padding: 0px 0px 0px 52px;
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
}

.sitemap-box ul li::before {
  content: '';
  position: absolute;
  width: 47px;
  height: 1px;
  border-bottom: 1px dashed #d46b0b;
  top: 13px;
  margin: 0 auto;
  left: -23px;
}
.sitemap-box ul li::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px dashed #d46b0b;
  border-radius: 100px;
  left: 24px;
  top: 9px;
  /* background: #fc7e0000; */
}
.sitemap-box ul li span {
  background: #ffe9c1;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  margin: 0px 12px 0px 0px;
  /* margin: 0 auto; */
  display: inline-flex;
  align-items: center;
  position: relative;
}
.sitemap-box ul li span svg {
  color: #ff8000;
  text-align: center;
}
.sitemap-box ul li a{
  color:#434342;
  font-size: 14px;
  
}
.count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #a9ffd7;
  font-size: 8px;
  border-radius: 100px;
  padding: 0px 4px;
  color: #0f8b00;
  border: 1px solid #aef5ca;
}

/*--- end cssse of site map *---*/

/*--- delivery  location page *-----*/

.list-out-of-delivery
{
  display: block;
  width: 100%;

}
.list-inn {
  border-bottom: 2px solid #cccccc40;
  padding: 5px 0px;
  display: flex;
  width: 100%;
  height: fit-content;
  align-items: center;
}
.list-inn ul{
  margin:0;
  padding:0;
}
.list-inn ul li {
    float: left;
    padding: 0px 0px;
    margin: 0px;
}
.list-inn ul li:last-child a{
  border: none;
}
.list-inn ul li a {
    color: #434342;
    font-size: 14px;
    border-right: 1px solid #ddd;
    padding: 0px 10px;
}
.d-city-name {
    font-size: 15px;
    color: #ff8000;
    margin: 7px 0px;
}
/*---- bulk order-page --*/
.banner-for-bulk{
  width: 100%;
  height: fit-content;
}
.banner-for-bulk img{
  width: 100%;
  height:100%;
}
.area-ss-box {
  background: #fff5ea;
  border-radius: 13px;
  padding: 16px;
  font-size: 16px;
  color: #434342;
  margin: 1em 2em;
  width:200px;
  height: 200px;
  text-align: center;
}
.para-bb {
  flex-flow: column;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 14px;
  margin-top: 21px;
  width: 100%;
  margin: 19px auto 0px;
  height: 37px;
}
.area-ss-box
.icon-svg{
animation: fill2 0.5s ease forwards .9s;
}

.icon-svg path:nth-child(1){
stroke-dasharray: 606; /* space */
stroke-dashoffset: 606; /* position */
animation: line-animation2 7s ease forwards;

}
@keyframes line-animation2 {
to {
    stroke-dashoffset: 0;
}
}

@keyframes fill2 {
from {
    fill: transparent;
}
to {
    fill: #34c30000;
}
}

.create-pack {
  position: relative;
  z-index: 2;
  margin: 6em 0em 2em;
}
 .create-pack::after {
  position: absolute;
  content: '';
  background: gray;
  background: linear-gradient(357deg, #fc7e00, #ffdb8e);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  box-sizing: content-box;
  border-radius: 50px;
  z-index: -1;
}
.bulk-form-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 5em 0em;
}
.btn-forbulk-form {
  font-size: 15px;
  color: #fff;
  border-radius: 100px;
  background: transparent;
  border: 2px solid #fff;
  padding: 9px 42px;
  margin: 1em 0px;
  display: inline-block;
}
.list-_ul-2 {
  margin: 0px auto;
  padding: 0px;
  /* float: left; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.call_source_button {
  background: #fff;
  border-radius: 21px;
  padding: 9px 2rem;
  margin: 10px 0px 10px 18px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  right: 0;
  color: #5a5c59;
  float: left;
  cursor: pointer;
}
.call_source_button a {
  color: #5a5c59;
  font-size: 16px;
  text-decoration: none;
}
.women-insofa{
margin:-3em 0em;
}
.devider2 {
  text-align: center;
  width: 53%;
  margin: 13px auto;
  color: #fff;
}
.devider2::after {
  position: absolute;
  content: '';
  border-top: 1px solid #fff;
  background: transparent;
  left: 104px;
  width: 92px;
  top: 13px;
}
.devider2::before {
  position: absolute;
  content: '';
  border-top: 1px solid #fff;
  background: transparent;
  right: 104px;
  width: 92px;
  top: 13px;
}
.portfolio-card{
  width: 100%;
}
.portfolio-card .work-img{
  width: 100%;
  height: 100%;
  min-height:200px;
}
.portfolio-card .work-img img{
  width: 100%;
  height: 100%;

}
.portfoliowtext h6{
  font-size:20px;
  padding:1em 0em 0em;
  font-weight: 600;
  color:#434342;
}
.portfoliowtext  p{
  font-size: 14px;
  text-align: justify;
}

/*-- range price slider --*/
.price-input{
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
  }
  .price-input .field{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
  }
  .field input[type="number"]::-webkit-outer-spin-button,
  .field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider-range{
    height: 5px  !important;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider-range .progress {
      height: 100%;
      left: 0%;
      right: 25%;
      position: absolute;
      border-radius: 5px;
      background: #ff8000;
  }
  .range-input{
    position: relative;
  }
  .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .range-input input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #ff8000;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }
  .range-input input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #ff8000;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }
  .ui-slider {
    height : 5px !important;
  }
  .ui-slider .ui-slider-range {
    
    background: #ff8000 !important;
}
.ui-slider .ui-slider-handle {
  height: 17px !important;
  width: 17px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #ff8000 !important;
  pointer-events: auto !important;
  -moz-appearance: none !important;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05) !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em !important;
}
.ui-widget.ui-widget-content{
  border: none !important;
  background-color: #ddd;
}
.rangeslider {
  margin-bottom: 20px;
  padding: 10px;
}
  
  /*-- end range price slider --*/
  /*---- order thank you page -----*/
#tick {
  animation: fill 0.5s ease forwards .9s;
  stroke-dasharray: 606; /* space */
  stroke-dashoffset: 606; /* position */
  animation: line-animation 5s ease forwards;
  width: 150px;
 
}

@keyframes line-animation {
  to {
      stroke-dashoffset: 0;
  }
}

@keyframes fill {
  from {
      fill: transparent;
  }
  to {
      fill:#33C300;
  }
}
.for-anyquery {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.view-order-btn {
  font-size: 16px;
  background: #198754;
  text-align: center;
  color: #fff;
  border: 1px solid #198754;
  border-radius: 6px;
  padding: 0.4em 0.6em;
  margin: 0 10px;
}
.ask-q-btn {
  font-size: 16px;
  background:#0a58ca;
  text-align: center;
  color: #fff;
  border: 1px solid #0a58ca;
  border-radius: 6px;
  padding: 0.4em 0.6em;
  margin: 0 10px;
}

/*---- end order thank you page -----*/
/*------ thank you page ----*/
.qu-sec.py-2.thank-sec {
  background: #ffffff;
}
.thank-box {
  background: #fff5f0;
  width: 65%;
  height: 600px;
  text-align: center;
  padding: 8em 1em;
  box-shadow: 0px 40px 54px #fc7e003b;
  margin: 7em auto;
  border-radius: 51px;
  border: 2px solid #ffe0c1;
}

.thank-heading {
  font-size: 67px;
  font-weight: 800;
  color: #fc7e00;
  margin: 0em 0em 0em;
}
.thank-box p{
  font-size: 20px;
}

/*------ end thnnk you page ----*/
/*---- media query screen responsive ---*/
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1700px) 
  and (max-device-width: 1800px) 
  and (-webkit-min-device-pixel-ratio: 1)

    {
      .step-for-checkout::after {
        width: 235px;
    }
      .navbar-nav li.nav-item {
            margin: 0px 19px !important;
        }
                .bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
          height: 248px !important;
      }

    }

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1)

    {
           .price-input .field {
        height: 36px;
    }
    .field input {
      font-size: 16px;
  }
      .bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
        height: 215px !important;
    }
    .pp-2-img img{
      height: 180px !important;
    }
      .client-img {
        height: 136px;
    }
      .client-box {
        margin: 1rem 2rem;
    }
    .secect-filter-review {
      margin-bottom: 0em;
  }
      .best-item-box .best-item-img {
        height: 312px;
    }
    .new-arrival-box {
      margin: 0px;
  }

      .help-list i {
        font-size: 19px;
        margin-right: 9px;
    }
    .sidebar-helpcenter ul li a {
      font-size: 17px;
  }
      .share-idea-form {
        width: 100%;
        padding: 20px;
    }
    .row2 {
      margin: 0px 0px 10px 0px;
  }
      .thank-box {
        padding: 5em 1em;
        margin: 5em auto;

    }
    .thank-heading {
      font-size: 55px;
  }
      .ex-subheading {
        font-size: 18px;
    }
      /* .side-bnner-11 {
        width: 20%;
        height: 100%;
    }
    .pp-dd-21 {
      width: 99%;
      height: 542px;
      min-height: 542px;
  } */
    
.item-box3 img {
    margin-top: 1em;
}
      .client-name p {
        font-size: 16px;
    }
        .bbb_image {
            height: 225px;
        }
     .outer-img-show {
            margin-bottom: 30rem;
        }
    .navbar-nav li.nav-item {
        margin: 0px 0px;
    }
  .customfurniture-breadcrumb h6 {
    font-size: 73px;
}
.box-details {
  background: #fff;
  width: 90%;
  max-width: 90%;
  margin: 2em auto;
}
  .progress-bar-name {
    font-size: 13px;
    width: 20%;
}
.meter {
  width: 60%;
}
.progress-bar-nums {
  width: 20%;
}
.write-rew {
  padding: 7px 6px;
  font-size: 13px;
}
  .panel-order-id {
    font-size: 13px;
}
.pp-title-panel {
  font-size: 20px;
  margin: 3px 0px;
}
.delivery-add-detil li {
  font-size: 13px;
}
.pp-dd-21 {
  width: 80%;
  height: 546px;
  min-height: 546px;
}
  .feature-box ul li {
    font-size: 12px;
    padding: 0px 2px;
    padding: 6px 3px;
}
.add-to-cart-btn {
  padding: 8px 13px;
  font-size: 14px;
}
.buy-now-btn-pp {
  padding: 8px 26px;
  font-size: 14px;
}
.rating-pp-ad-shoping .rr-start {
  color: #ffd200;
  font-size: 10px;
}
.search-devlivery-btn {
  width: 79px;
  height: 38px;
}
.search-form-delivery {
  height: 38px;
}
.offer-avil-list li {
  font-size: 13px;
  margin: 4px 0px;
}
.side-bnner-11 {
  width: 14.5%;
}
.zoomWrapper {
  height: 550px !important;
}
.pp-heading-line {
  font-size: 18px;
}
.bestseller-tag- {
  font-size: 11px;
}
.pp-2-img {
  height: 180px;
  width: 50%;
}
.pp-together-content {
  width: 50%;
}
.buy-now-together {
  font-size: 11px;
  padding: 4px 18px;
  margin: 1em 0em 0em;
}
.info-pills .nav-link {
  font-size: 14px;
  padding: 10px 16px;
}
  .pd-amount {
    font-size: 16px;
}
.cut-ammount {
  font-size: 14px;
}
  .pd-img-in {
    height: 238px;
}.availibility-pd {
  font-size: 10px;
}
.pd-name a {
  font-size: 14px;
}
  .img-location-ceative img {
    width: 97%;
    top: -61px;
    right: 15px;
}
.radio-list-finish {
  margin: 4px;
  width: 15px;
  height: 15px;
}
.pd-config {
  font-size: 12px;
}
.image-forloaction {
  width: 60%;
}
.sign-banner-con h6 {
  font-size: 25px;
}
.sign-banner-con h5 {
  font-size: 25px;
}
.img-location-ceative {
  position: relative;
  width: 529px;
  height: 330px;
}
  #divAnim input {
    top: 52px;
}
  .item-img {
    height: 240px;
    min-height: 240px;
}
  .in-img-box4 {
    height: 352px;
    min-height: 252px;
    max-height: 252px;
}
.con-benifit .bb-text-2 {
  left: 44px;
}
.con-benifit .bb-text-4 {
  left: -59px;
  top: 321px;
}
.con-benifit .bb-text-5{
 right: -60px;
  top: 321px;
}
.con-benifit .bb-text-3
{
  right: 44px;
}
.heading-2-text {
  font-size: 24px;
}
.heading-3-text {
  padding: 0em;
}
.in-img-box2 {
  height: 258px;
  min-height: 258px;
  max-height: 258px;
}
.insta-sec {
  background: url(../image/circlebg.png) top 0px right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
  .line_hr {
    margin: 7px auto;
    padding: 0px 0px;
}
.trends {
  padding-top: 40px;
  padding-bottom: 40px;
}
.global-price-amount {
  font-size: 20px;
}
.insta-sec {
  margin-top: 20px;
}
  .client-comment p {
    font-size: 13px;
}
  .client-box{
    padding: 7px;
  }
  .bbb_item4 {
    height: 303px;
}
.bbb_next2, .bbb_next1, .bbb_next3 {
    right: -15px;
}
.bbb_content {
  margin-top: 0px;
  padding: 9px;
}
.trending-product-box .product_img {
    height: 230px;
    min-height: 230px;
}
.bbb_name a {
  font-size: 16px;
}
  .qa-list li i {
    height: 15px;
    width: 15px;
    font-size: 9px;
}
  .pp-price h6 {
    font-size: 18px;
}
.pp-name span {
  font-size: 10px;
}
.pp-name p {
  font-size: 12px;
}
  .product-content .p_item-name a {
    font-size: 15px;
}
.sale-badge {
  font-size: 10px;
}
.p_item-amount_ {
  font-size: 18px;
}
.p_item-amount_ i {
  font-size: 21px;
}
.p_item-price p {
  font-size: 13px;
}
  .cart-p-name {
    font-size: 13px;
}
.carousel-item {
  height: 353px;
}
.cp-with {
  height: 329px;
}
.qu_box_heading {
  font-size: 13px;
}
.my-cart-price {
  font-size: 14px;
}
.my-cart-price i {
  font-size: 13px;
}
  .forget-pass-sec {
    width: 90%;
}
.tab-popup button {
  padding: 5px 0px;
  font-size: 11px;
  width: 17%;
}
.forget-pass-sec h2 {
  font-size: 70px;
}
  .g-review-box {
    width: 247px;
    height: 247px;
    top: 1em;
    left: 0em;
}
.g-review-box2 {
  right: 4em;
  left: auto;
top:5em;
}
.g-review-box4 {
  right: 3em;
  top:29em;
  left: auto;
}
.g-review-box3 {
  top: 24em;
  left: 1em;
}
  .client-heading {
    font-size: 55px;
}
  .step-for-checkout::after {
    left: 45px;
  position: absolute;
  content: " ";
  width: 159px !important;
}
  .real-amm {
    font-size: 17px;
}
.off-amm {
  font-size: 12px;
}
.cart-deatils {
  margin: 0px 5px;
}
.pp-img-cart {
  width: 102px;
  height: 102px;
}
.dis-amm {
  font-size: 13px;
}
.location-box {
    width: 100%;
}
.tab-ul ul {
    width: 85% !important;
    height: 268px !important;
}
.cp-with h3 {
    font-size: 70px;}
    .cp-with p{
      font-size: 40px;
    }
  
.pp-item-box {
   width: 100%;
}
.item-name {
    padding: 3px 5px;
}

.pg-heading {
  font-size: 27px;
}
.bg-custom:after {
    right: -9rem;

}
 
  .query_man {
    margin: 0rem -111px 0px 0px;
    width: 70%;
}
.call_to_action_sec {
    margin: 10rem 0px 0rem;
}

.navbar-nav li.nav-item {
    margin: 0px 0px !important;
}
.nav-link {
    font-size: 14px !important;
}

.custom-heading-whts {
  font-size: 28px;

}
.conforchat {
  margin: 0rem 0px 0px;
}
.whatsappnotify {
  padding: 17px 10px;
  margin: 11px 8px 0px;
}
.whatsappnotify h5 {
  font-size: 22px;
}
.out-whats {
  padding: 6px 8px 1px 0px;
  margin-top: 1.5rem;

}
.whatsappnotify .form-control {
  margin: 7px 0px;
}
.whatsappnotify .newlabel {
  top: -3px;
}
.whatsappnotify .form-select {
  border-radius: 30px !important;
}
.out-whats:after {
  width: 165px;
  left: -149px;

}
.whatchatmobile {
  z-index: 2;
  margin-top: 10px;
}
.bed-banner-img {
  right: -46px !important;

}
.bed-banner-img img {
  max-width: 85% !important;
  min-width: 85% !important;
  float: right;
}
.breadcrumb-content {
  padding: 6rem 0px;
  width: 50%;
}
/* .pp2-item-box .item-img {
  height: 383px;
  min-height: 383px;
} */
.pp-price h6 {
  font-size: 18px;
}
.pp-name-title {
  font-size: 16px;
}
.customfurniture-breadcrumb {
  width: 56%;
}
.forget-pass-sec {
  padding: 6em;
  margin: 2em auto;
}

.sitemap-box ul li {
  padding: 0px 0px 0px 20px;
}

.sitemap-box ul li::before {
  width: 26px;
  left: -23px;
}
.sitemap-box ul li::after {
  left: 3px;
  top: 8px;

}
.sitemap-box {
  padding: 9px;
}
.con-detail h5 {
  font-size: 18px;
}
.query_man {
  margin: -7rem -71px 0px 0px;
  width: 58%;
}
.home-slider-control-next, .home-slider-control-prev {
  width: 30px !important;
  height: 30px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.MultiCarousel .lead {
  font-size: 1rem;
}
.otp-input input {
  width: 38px;
  height: 38px;
}
.fotgot-form {
  padding: 2em;
}
.off_badge {
  font-size: 10px;
}
}
@media only screen 
  and (min-device-width: 1400px) 
  and (max-device-width: 1500px) 
{
  .pp-2-img {
    width: 60%;
}
.bbb_slider5 .owl-item img {
    width: 248px;
    height: 180px;
}

  }
  @media only screen 
  and (min-device-width: 1300px) 
  and (max-device-width: 1400px) 
{

.pp-together-content {
  width: 40%;
}
.pp-2-img {
  height: 180px;
  width: 60%;
}
}
@media only screen 
and (min-device-width: 1200px) 
and (max-device-width: 1100px) 
{
  .bbb_slider5 .owl-item img {
    width: 259px;
}
.pp-together-content {
  width: 50%;
}
.pp-2-img {
  height: 180px;
  width: 50%;
}
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .p_item-amount_ i {
      font-size: 20px;
  }
  .p_item-amount_ {
    font-size: 17px;
}
.product-content .p_item-name a {
  font-size: 16px;
}
.pp-name-title {
  font-size: 16px;
}
.pp-price h6 {
  font-size: 16px;
}
.pp-name p {
  font-size: 14px;
}
    .bbb_content {
      margin-top: 0px;
  }
  .bbb_name a {
    font-size: 16px;
  }
    .popup_content {
      width: 789px !important;
      max-width: 853px !important;
  }
/* @media only screen and (max-width: 1200px) {*/
 
    .sign-banner-con{
        text-align: center;
        }
    .col-width-1024{
        width: 100% !important;
    }
    .field input {
        font-size: 15px;
        margin-left: 2px;
    }
    .pd-img-in {
        height: 230px;
    }
    
    .accordion-item-filter .accordion-body li {
        margin: 10px 0px 10px 0px;
    }
    .filter-switch2 > label.form-check-label {
        font-size: 14px;
        margin-left: 4px;
    }

.client-name p {
  font-size: 15px;
}
.rating span i{
  font-size: 13px;
}
.see-product-btn {
  font-size: 13px;
  margin: 5px 0px;
  padding: 4px 13px;
}
  .customfurniture-breadcrumb h6 {
    font-size: 60px;
}
.breadcrumb-sec {
  height: 40vh;
  min-height: 40vh;
}
  .panel-order-id {
    padding: 6px 10px;
}
  .buy-now-btn-pp {
    padding: 8px 34px;
    font-size: 14px;
}
  .radio-list-finish {
    margin: 1px;
}
  
  .area-ss-box {
    margin: 1em 1em;
}
  .con-benifit .bb-text-1 {
    top: 28px;

}
.g-review-box {
  width: 220px;
}
.con-benifit .bb-text-3 {
  right: 43px;
  left: auto;
  top: 100px;
}
.con-benifit .bb-text-2 {
  left: 29px;
  top: 100px;
}
.con-benifit .bb-text-4 {
  left: -40px;
  right: auto;
  top: 263px;
}
.con-benifit .bb-text-5 {
  right: -47px;
  top: 264px;
}
  .pp-name span {
    display: block;
}
  .bed-banner-img {
    right: 0px !important;

}

  .step-for-checkout::after {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 118px !important;
}

    .item-box3 {
      height: 138px !important;
      margin: 30px 8px !important;
  }
  .product-box-tab {
    padding: 20px;
    margin: 35px 8px;
    min-width: 193px;
}
.customfurniture-breadcrumb {
  padding: 2rem 0px;
  width: 60%;
}
.box-details {
  width: 100%;
  max-width: 100%;
}


 .carousel-item {
    height: 301px;
}
.cp-with{
      height: 301px;
}
.bg-custom {
    padding: 2rem 0rem 2rem 6rem;
 
}
.query_man {
    margin: -4rem -46px 0px 0px;
}
  .container-custom {
    min-width: 100%;
    width: 190%;
}
.offer-box {
    width: 97% !important;
}
.cp-with h3 {
    font-size: 44px;}
    .cp-with p {
    font-size: 20px;
}


.pg-heading {
    font-size: 35px;
}
.qu_box_heading {
  font-size: 14px;
}

.call_to_action_sec:after {
    width: 100%;
}
.product-content{
padding: 7px 7px;
}
.navbar-nav li.nav-item {
    margin: 0px 0px !important;
    padding: 0px !important;
}
.nav-link {
    font-size: 12px !important;

}
.breadcrumb-content h6 {
    font-size: 75px;
}


.image-forloaction {
  width: 51%;
}
.sign-banner-con h5 {
  font-size: 30px;
}
.sign-banner-con h6 {
  font-size: 24px;
}
.img-location-ceative img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -5px;
  right: 34px;
}
.img-location-ceative {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: auto;
  }
.image-forloaction {
  width: 57%;
}
.owl-theme .owl-nav .owl-next {
  right: 2em;
}
.owl-theme .owl-nav .owl-prev {
  left: 2em;
  right: auto;
}
.order-sec {
  width: 62%;
}
.outer-help-center {
  width: 90% !important;
}
.sidebar-helpcenter ul li a {
  font-size: 16px;
}
.help-list i {
  font-size: 19px;
}
.one-stop {
  margin: 2em 0em;
}
.heading-3-text span {
  font-size: 56px;
}
.heading-3-text h5 {
  font-size: 54px;
}
.heading-3-text {
  padding: 1em;
}
#divAnim input {
  top: auto;
  bottom: 0;
  right: 0em;
}

} 
/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
    .bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
      height: 198px !important;
  }
  .item-img {
    height: 199px;
    min-height: 199px;
}
    #offcanvasRight2 {
      width: 50%;
  }
    .pr-img-myorder {
      height: 170px;
  }
    .breadcrumb-content {
      padding: 2rem 0px;
      width: 50%;
  }
  .breadcrumb-content h6 {
    font-size: 46px;
}
    .new-arrival-box {
      margin: 0px;
  }
  .bg-custom {
    padding: 2rem 0rem 2rem 6rem;
}
.pg-heading {
  font-size: 35px;
}
.call_to_action_sec:after {
  width: 100%;

}
.call_to_action_sec {
  margin: 3rem 98px 0rem;
}
    .bed-banner-img {
      right: -30px !important;
  }
  .bed-banner-img img {
    max-width: 74% !important;
    min-width: 74% !important;
    float: right;
}
    .best-item-box {
      margin: 0px;
  }
    .help-list i {
      font-size: 16px;
      margin-right: 10px;
  }
  .sidebar-helpcenter ul li a {
    font-size: 16px;
}
.sidebar-helpcenter {
  padding: 0px;
}
    .customfurniture-breadcrumb h6 {
      font-size: 52px;
  }
  .customfurniture-breadcrumb {
    padding: 0rem 0px;
  }
  .breadcrumb-sec {
    height: 40vh;
    min-height: 40vh;

}
    .thank-box {
      width: 80%;
      padding: 6em 1em;
      margin: 4em auto;

  }
    .step-for-checkout::after {
      width: 144px;
    }
    .filter-switch > label.form-check-label, .filter-switch2 > label.form-check-label {
      font-size: 16px;
  }
    .otp-input input {
      width: 38px;
      height: 38px;
    }
    .fotgot-form {
      padding: 2em;
    }
    .forget-pass-sec h2 {
      font-size: 70px;
  }
  .otp-text {
    margin: 0px 6px;
}
    .zoomWrapper {
      height: 460px !important;
  }
  .pp-dd-21 {
    height: 460px;
    min-height: 460px;
    margin: 0px 0px 0px 5px;
}
.write-rew {
  padding: 5px 9px;
  font-size: 14px;
  width: 54%;
}
.heading-nrm {
  font-size: 14px;
}
.progress-bar-name {
  width: 15%;
}
.progress-bar-name{
  width: 20%;
}
.meter{
  width:55%;
}
.progress-bar-name {
  width: 27%;
  font-size: 13px;
}
.rating-num {
  font-size: 39px;
}
.progress-bar-nums {
  width: 15%;
}
.clien-rew-img ul li {
  width: 100px;
  height: 100px;
}
.img-location-ceative img {
  top: -63px;
  right: 0px;
}
.image-forloaction {
  width: 50%;
}
.img-location-ceative {
  width: 100%;
}
.sign-banner-con h6 {
  font-size: 24px;
}
.sign-banner-con h5 {
  font-size: 24px;
}
.sign-banner-con p {
  font-size: 24px;
}

.add-to-cart-btn {
  padding: 8px 13px;
  font-size: 14px;
  margin-right: 18px;
}
.buy-now-btn-pp {
  padding: 7px 39px;
  font-size: 14px;
}
.pp-heading-line {
  font-size: 19px;
}
.search-form-delivery {
  padding: 10px 0px 10px 10px;
  height: 39px;
  width: 59%;
}
.search-devlivery-btn {
  height: 39px;
}
.offer-avil-list li {
  font-size: 13px;
}
.rating-pp-ad-shoping .rr-start {
  font-size: 10px;
}
.dis-amm {
  font-size: 15px;
}

    .item-box3 {
      height: 170px;
  }
  .item-box3 img {
    margin-top: 0em;
    margin-bottom: 1em;
}
    .call_source_button a {
      font-size: 14px;
  }
  .call_source_button {
    padding: 9px 0.5rem;
    justify-content: center;
    font-size: 14px;
}
.trending-product-box .product_img {
        height: 180px;
        min-height: 180px;
    }
    .popup_content {
      width: 770px !important;
      max-width: 770px !important;
  }
    .call_source_button {
        padding: 9px 1rem;
    }
    .outer-img-show {
        margin-bottom: 0rem;
     margin-top: -4rem; 
  }
  .client-box {
    margin: 1rem 2rem;
}
    .call_source_button {
      float: none;
      justify-content: center;
  }
  .nav-link {
    font-size: 11px !important;
}
.navbar-nav li.nav-item {
  margin: 0px 0px !important;
  padding: 5px;
}
}
/* ----------- iPad 1, 2, Mini and Air ----------- */



@media screen and (max-width: 1150px){
  .price-input .field {
    height: 37px;

}
#divAnim input {
  right: 7em;
  bottom: 0;
  top: auto;
}
.price-input .separator {
  width: 66px;
}
.field input{
  font-size: 15px;
}
  .bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
    height: 249px
}
  .client-img {
    height: 104px;
}
  .secect-filter-review{
    margin-bottom: 0px;
  }
  .breadcrumb-content h6 {
    font-size: 46px;
}
  .outer-img-show {
    margin-bottom: 6rem;
    margin-top: -7rem;
}
  .call_to_action_sec {
    margin: 6rem 98px 0rem;
}
  .product-box-tab {
    min-width: 189px;
}
  .best-item-box {
    margin: 0px;
}
.bed-banner-img {
  right: -40px !important;
}
.bed-banner-img img {
  float: right;
  
}
.breadcrumb-content {
  padding: 2rem 0px;
  width: 50%;
}
  .out-whats {
    padding: 10px 10px 10px 0px;
    margin-top: 1rem;
}
.out-whats:after {
  left: -64px;
}
  .custom-heading-whts {
    font-size: 28px;
}
.whatsappnotify h5 {
  font-size: 22px;
}
.conforchat {
  margin: 0rem 0px 0px;
}
.whatsappnotify {
  padding: 17px 10px;
  margin: 11px 8px 0px;
}
.whatsappnotify h5 {
  font-size: 22px;
}
.whatsappnotify .newlabel {
  top: -3px;
}
.whatsappnotify .form-control {
  margin: 7px 0px;
}
.whatchatmobile {
  z-index: 2;
  margin-top: 10px;
}
  .share-idea-form {
    padding: 9px;
    width: 100%;
}
  .forget-pass-sec {
    padding: 3em;
    width: 95%;
    margin: 8em auto;
}
  .cp-with {
    height: 290px;
}
.carousel-item {
  height: 292px;
}
.qu_box_heading {
  font-size: 14px;
}
  .img-location-ceative img {
    top: -84px;
    right: 0px;
}
.image-forloaction {
  width: 59%;
}
.item-box3 {
  width: 235px;
  margin: 21px 10px;
}
.pd-img-in {
  height: 177px;
}
.radio-list-finish {
  margin: 0px;
  width: 14px;
  height: 14px;
}
  .client-name p {
    font-size: 16px;
}
.pg-heading {
  color: #434342;
  font-size: 25px;
}
.bg-custom {
  padding: 1rem 0rem 2rem 4rem;

}
.onsale_badge {
  font-size: 11px;
  padding: 3px 12px;
}
.MultiCarousel .lead {
  font-size: 1rem;
}
}
/* Portrait and Landscape */
 @media only screen and (max-width:1024px) { 
  .bed-banner-img {
    right: 0px !important;
}
.in-img-box4 {
  height: 244px;
  min-height: 244px;
  max-height: 244px;
}
.in-img-box2 {
  height: 226px;
  min-height: 226px;
  max-height: 226px;
}
  #tick {
    width: 106px;
}
.thank-box {
  width: 90%;
  height: 443px;
  padding: 2em 1em;
  margin: 5em auto;
}
  .delivery-add-detil li {
    font-size: 13px;
    margin: 0px 0px;
}
.pr-img-myorder {
  width: 100%;
  height: 160px;
}
.pp-deatil-para {
  font-size: 13px;
  margin: 8px 0px;
}
.btn.btn-check-bill {
  width: 20px;
  height: 20px;
  padding: 3px;
  font-size: 13px;
  line-height: 1;
}
  .panel-order-id {
    font-size: 12px;
}
.client-img {
  width: 21%;
}
.client-img {
  height: 160px;
}
.pp-title-panel {
  font-size: 18px;
}
  .filter-side--web{
    display: none;
  }
    .fillter-mob-sec{
        display: block;
    }
   
  .price-input .separator {
    width: 21px;
    font-size: 12px;
}
/* .pd-img-in {
  height: 163px;
} */
.shop-nowb-btn {
  font-size: 13px;
  padding: 5px 8px;
  width: 105px;
  top: 16%;
}
.pd-deatils-sec {
  padding: 0px 0px 0px;
}
.item-box3 img {
  margin-top: 1em;
  margin-bottom: 0em;
}
  .bbb_next2, .bbb_next1, .bbb_next3 {
    right: 9px;
}
.item-img {
  height: 199px;
  min-height: 199px;
}

  #footer .footer-top .social-links a {
    width: 28px;
    height: 28px;
}
.accordion-button {
  padding: 14px 13px !important;
}
.accordion-item {
  width: 86%;
  margin-bottom: 20px;
}
.query_man {
  margin: -4rem -86px 0px 0px;
}
.con-info {
  margin: 1rem 0px;
}
.con-detail h5 {
  font-size: 16px;
}
.price-input .field {
  height: 32px;
}
  .call_source_button {
    padding: 9px 0.5rem;
    margin: 10px 0px 10px 6px;
  }
  .carousel-item {
    height: 278px;
}
/* .bbb_item {
  height: 324px;
} */
.cp-with {
  height: 280px;
}
.pg-heading {
  font-size: 25px;
}
.item-name {
  font-size: 12px;
}
.item-name span {
  border-top: 24px solid #000000a3;
}
.trending-product-box .product_img {
  height: 199px;
  min-height: 199px;
}
/* .bbb_image {
  width: 100%;
  height: 240px;
} */

/* 
@media only screen and (max-width: 992px) { */
  .radio-list-finish {
    margin: 0px;
    width: 13px;
    height: 13px;
}
  .heading-para {
    font-size: 13px;
}
  .heading-nrm {
    font-size: 14px;
}
  .clien-rew-img ul li {
    width: 100px;
    height: 100px;
    margin: 10px 13px 10px 0px;
}
  .banner-for-add{
    display: none;
  }
  .panel-order-id {
    padding: 6px 6px;
}
  .side-bnner-11 {
    width: 14%;
}
  .off_badge {
    right: 54px;
    font-size: 10px;
}

  .websitelogo {
    width: 65%;
  }
  .breadcumb-navigation {
    padding: 0px;
}
  .area-ss-box {
    margin: 1em 0.5em;
}
  .pp-box-cat {
    width: 163px;
    height: 188px;
    margin: 27px 6px;
}
  .fotgot-form {
    padding: 2em;
}
.forget-pass-sec {
  padding: 2em;
  margin: 6em auto;
  
}
.forget-pass-sec h2 {
  font-size: 61px;
}

  .feedbackmodal {
    padding: 16px 16px !important;
}
  .review-item {
    width: 65%;
    display: block;
    margin: 0 auto;
}
  .heading-3-text {
    padding: 0em;
}
.heading-3-text span {
  font-size: 50px;
}
  .side-box {
    padding: 0em 0em 0em;
}
.con-benifit .bb-text-3 {
  right: 149px;
  top: 100px;
}
.con-benifit .bb-text-2{
  left: 149px;
  top: 100px;
}
.con-benifit .bb-text-4 {
  left: 86px;
}
.con-benifit .bb-text-5 {
  right: 86px;
}
  .customfurniture-breadcrumb h6 {
    font-size: 49px;
}
.breadcrumb-sec {
  margin-top: 0em;
  background-size: 100% 100% !important;
}
.customfurniture-breadcrumb {
  padding: 0rem 0px;
  width: 60%;
}
  .bed-banner-img img {
    max-width: 65% !important;
    min-width: 68% !important;
}
.product-bed-banner {
  height: 46vh !important;
  min-height: 46vh !important;
}
  .qu-sec {
    margin-top: 0em;
}
  .best-item-box {
    margin: 0px;
}
.best-item-box .best-item-img {
  height: 239px;
}
  .addtocart-mob-carousel {
    height: 648px;
    width: 71% !important;
    margin: 0 auto 21px;
}
.addtocart-mob-carousel-indicator [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
border-radius: 100%;
}

  .whatchatmobile img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
  .out-whats {
    padding: 20px 40px 20px 40px;
}
  .share-idea-form {
    padding: 20px;
    margin: 20px 0px;
    width: 100%;

}
.steps-for-cutom{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.upload-container input {
  width: 100%;

}
.styling_box {
  width: 93%;
  margin: 0px auto 37px;
}
.content-share-heading::after, .content-share-heading::before{
  display: none;
}
  .stepwizard {
    width: 62% !important;

}
.chec--do- {
  margin: 5px 9px 0px 0px;
}
.couppon-apply {
  font-size: 11px;
  color: #434342;
}
.btn-list-cart {
  display: flex;
  width: 100%;
}
.quantity-bar {
  width: 100%;
  display: flex;
}
.pp-img-cart {
  width: 86px;
  height: 86px;
  padding: 0.7em 8px;
}
    /*---- new addtion--*/
    .item-box3 img {
      margin-top: 0em !important;
      margin-bottom: 0em !important;
  }
  .image-forloaction {
    width: 100%;
}
  .img-location-ceative img {
    position: relative;
    width: 60%;
    height: 100%;
    top: 7px;
    right: 0px;
    left: 0;
    text-align: center;
    margin: 0 auto;

  }
  .banner-strip-location {
    margin-top: 32px;
    padding: 10px;
    border-radius: 11px;
    display: block;
    height: fit-content;
}

.shop-find-btn {
  font-size: 16px;
  padding: 5px 15px;

}

.availibility-pd {
  font-size: 9px;
}
  /*---- new addtion--*/

  .product-box-tab {
    min-width: 113px;
    min-height: 247px;
}
.box-1-tab, .box-2-tab, .box-3-tab, .box-4-tab, .box-5-tab{
  background-size: 75%;
  padding: 11px;
}
.dd-time-box2 {
  width: 100%;
  margin: 2em 0em;
}
  .request-from {
    margin: 0 0 !important;
}
.breadcrumb-content h6 {
  font-size: 60px;
}
/* .breadcrumb-content p {
    font-size: 11px;
} */
  .breadcrumb-nav {
    padding: 0px 35px;
    margin: 2em 0;
}
/* .breadcrumb-sec {
  height: 38vh;
    margin-top: 3rem;
    min-height:38vh;
} */

  .requestcall {
    font-size: 11px !important;
    width: 153px !important;
    height: 39px !important;
}

  .imgs-show-grid {
    margin: 0 auto;
    position: relative;
}
.outer-img-show {
  margin-top: -4rem;
  margin-bottom: 14px;
}
  .call_to_action_sec {
    margin: 2rem 0px 0rem;
}
  #footer {
    margin: 0rem 0 0;
}
  .qu_box_heading {
    font-size: 14px;
}
  .MultiCarousel .lead{
    font-size: 1em;
  }
  .query_man {
    margin: -8rem 0px 0px 0px;
    width: 37%;
}

#footer .footer-newsletter {
    width: 96% !important;
    margin: 0px auto 0px !important;
    padding: 15px !important;
  }


 .bg-custom {
    border-radius: 3rem 0rem 0rem 3rem;
    padding: 1rem 0rem 1rem 3rem;
    margin: 1rem 0px;
}
.bg-custom:after {
    width: 143px;
    right: -8rem;
}
.custom_btn {
    padding: 5px 20px;
    font-size: 15px;
}
.insta-image{
  text-align: center;
    margin: 12px auto;
/*    float: left;*/
    display: flex;
    width: 100%;
  }
.in-img-box1 {
    margin:10px 0px;
   height: auto;
    }
.in-img-box3 {
    margin: 10px 0px;
    width: auto;
    height:auto;
}

  .call_to_action_sec:after{
    width:100%;
  }
  
/*.imgs-show-grid {
    width: 40%;
    }*/

.list-_ul {
    margin: 0px;
    padding: 0px;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.call_source_button {
    float: none;
}
.bbb_prev1 {
    left: -6px;
    right: auto;
}
.bbb_next1 {
    left: auto;
    right: -6px;
}
.cp-with p {
    font-size: 19px !important;
}
.cp-with h3 {
    font-size: 45px !important;
}
.offer-box {
  margin: 3px auto;
}
.off-bb-1 h6 {
    font-size: 22px;
}
.off-bb-1 span {
    font-size: 14px;
}


.item-name {
    padding: 3px 7px;
    font-size: 12px;
}
.item-name span {
    border-top: 24px solid #000000a3; 
}
.accordion-item{
  width: 100%;
}
.query-sec{
  margin: 8rem 0px 0rem 0rem;
}

.offer-box { width: 76%;}
 /* .item-img {
    width: 100%;
    height: 400px;
    min-height: 400px;
} */

.pg-heading {
    font-size: 26px;
}
.bbb_prev1, .bbb_prev2, .bbb_prev3, .bbb_prev4{
    left: 0px;
    right: auto;
}
.bbb_item4{width: 100%;
    height: 378px;
    transition: 1s ease all;
  }
  .wdith-25-sm{
  width: 30% !important;
}
.tophead-link-2 li {
    margin: 5px 11px 5px 0px !important;
}
/*.leftmenutrigger {
    margin: 7px 21px 7px 26px !important;
}*/
.search-form {
  position: relative;
  align-items: center;
  padding: 1rem 0px 1rem;
}
.search-btn {
    bottom: auto !important;
  
}
.navbar-nav.side-nav {
    top: 61px !important;
    width: 33% !important;
}
.tab-ul ul .nav-item {
    width: 32% !important;
}
.tab-ul ul .nav-item .nav-link p {
    font-size: 10px !important;
}
.edit-p-btn {
  margin: 0em auto 0;
}
.modal-for-profile-edit {
  width: 96% !important;
  max-width: 96% !important;
}
#rating-ability-wrapper .field-label-header{
  width: 100%;
  font-size: 15px;
}
.write-rew {
  padding: 7px 8px;
  font-size: 14px;
  width: 54%;
}
.glad-msg-us::after {
  top: 0;
  left: 0px;
  font-size: 54px;
}
.client-heading {
  font-size: 35px;
}
.client-heading {
  font-size: 25px;
}
.map-box-2 {
  width: 100%;
}
.box--2 {
  width: 27%;
}
.copyright {
  width: 53%;
}
.ex-subheading {
  font-size: 18px;
}
.list-thing li {
  font-size: 14px;
}
.heading-2-text, .text-pp{
  font-size: 30px;
}

.devider2::after {
  left: 55px;
  width: 92px;
}
.devider2::before {
  right: 55px;
  width: 92px;
}
}
@media screen and (max-width: 992px)
and (min-width: 800px)
{

.pp-2-img {
  width: 60%;
  height: 198px;
}
.pp-together-content {
  width: 40%;
}
.bbb_slider5 .owl-item img {
  width: 227px;
  height: 199px;
}
.pd-img-in {
  height: 299px;
}
}
@media screen and (max-device-width: 992px) {
  .item-box3 h6 {
    font-size: 12px;
}
.breadcumb-navigation {
  margin-top: 4em;
}
  .bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
    height: 215px;
}

.price--order {
  display: block;
}
  #demo .carousel-inner {
    margin-top: 4.2em;
}
  .in-img-box2 {
    margin: 10px 0px;
     width: auto;
     height: 330px;
     min-height: 330px;
     max-height: 330px;
   }
   .in-img-box4 {
    margin: 10px 0px;
     width: auto;
     height: 330px;
     min-height: 330px;
     max-height: 330px;
   }
  .banner-for-bulk {
    width: 100%;
    margin-top: 4.2em;
  }
  .breadcrumb-sec {
    margin-top: 3rem;
}
  .tab-ul ul {
    width: 80%;
    height: 243px;
}
  .top-sel-content {
    width: 94%;
}
.top-sel-title {
  font-size: 14px;
}
.cost-pro {
  font-size: 15px;
}


  .customfurniture-breadcrumb {
    padding: 1rem 0px;
  }

  .curstom-furniturebanner {
    margin-top: 3em;
}
.trackorder-banner {
  margin-top: 3em;
}
  .steps-for-cutom .stepbutton {
    width: 86% !important;
}
  .thank-box p {
    font-size: 17px;
}
  .breadcrumb-content h6 {
    font-size: 34px;
}
.breadcrumb-content {
  padding: 4rem 0px;
  width: 50%;
}
.breadcrumb-content p {
  font-size: 13px;
}
.cloud-2 img {
  width: 164px;
  top: -4em;
}
.cloud-1 img {
width: 97px;
top: 0em;
}
.g-review-box {
top: 3em;
left: 0em;
}
.g-review-box2 {
top: 6em;
right: 0em;
left: auto;
}
.g-review-box3 {
top: 27em;
left: 0em;
}
.g-review-box4 {
top: 30em;
right: 1em;
left: auto;
}
.g-review-box {
  width: 278px;
}
}
/* ----------- Galaxy Tab 2 ----------- */
@media 
  (max-device-width: 800px) {
    .client-box {
      margin: 1rem 0rem;
  }
    .product-bed-banner {
      height: 32vh !important;
      min-height: 33vh !important;
  }
  .bed-banner-img img {
    max-width: 60% !important;
    min-width: 60% !important;
}
    .heading-3-text span {
      font-size: 40px;
  }
    .add-to-cart-btn {
      padding: 8px 13px;
      font-size: 14px;
      margin-right: 18px;
  }
  .buy-now-btn-pp {
    padding: 7px 39px;
    font-size: 14px;
  }
    .pd-img-in {
      height: 268px;
  }
  .pp-dd-21 {
    height: 100%;
  }
  .img-location-ceative img {
    width: 100%;
  }
    /* .bbb_image {
      height: 200px;
  } */
    .categories-pp {
        width: 100%;
        /* aspect-ratio: 3/1; */
        margin: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        /* white-space: nowrap; */
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 20px;
        height: fit-content;
    }
   
    .bbb_next2, .bbb_next1, .bbb_next3 {
      right: 0px;
  }
}
/* @media only screen and
  (max-device-width: 800px) 
  and  (min-device-width:700px){
  
  } */

@media only screen and (max-width: 768px){
  .categories-p2 {
    width: 100%;
    /* aspect-ratio: 3/1; */
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    height: fit-content;
}
.item-box3 {
  padding: 10px !important;
  width: 35% !important;
  margin: 22px 7px !important;
  display: inline-block;
  height: 133px;
}
  .bbb_slider5 .owl-item img {
    width: 206px;
    height: 173px;
}
.pp-2-img {
  width: 50%;
  height: 196px;
}
.pp-together-content {
  width: 50%;
}
  #demo .carousel-inner {
    margin-top: 3.7em;
}
  .wdith-50-sm-ff {
    width: 50% !important;
    display: inline-block;
    margin: 20px 0px;
}
  .categories-ff {
    width: 100%;
    /* aspect-ratio: 3/1; */
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    height: fit-content;
  }
  .categories-best{
      width: 100%;
      /* aspect-ratio: 3/1; */
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 20px;
      height: fit-content;
  
  }
 .wdith-50-sm-2 {
    width: 31% !important;
    /* display: flex; */
    float: left;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5px;
    padding: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .product-box-tab {
    min-width: 109px;
    margin: 6px 6px;
}
  .bed-banner-img {
    top: 61px;
}
  .order-sec {
    width: 100%;
}
.cont-box-in{
  width: 70%;
}
.chat-live {
  width: 30%;
}
  .box-details {
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
}
  .thank-heading {
    font-size: 59px;
  
  }
  .whatchatmobile img {
    width: 40%;
  }
  .thank-box {
    width: 90%;
  }
  .step-for-checkout::after {
    width: 181px;
}
  .pr-img-myorder {
    width: 150px;
    height: 127px;
}
  .view_all_btn {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    display: block;
}

    .sign-banner-con {
    text-align: center;
   
    }
  .global-price-amount {
    font-size: 18px;
    text-align: center;
}
  .user-detail-box {
    margin: 27px 0px;
}
.user-panel-box {
  box-shadow: none;
  padding: 0px;

}
  .item-box3 img {
    width: 40px;
}

.otp-input input {
  width: 40px;
  height: 40px;
}
  .popup_content {
    height: auto!important;
}
  .categories-for-bulk {
    width: 100%;
    /* aspect-ratio: 3/1; */
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    height: fit-content;
}
  .list-inn {
    display: inline-block;
}
.d-city-name {
  font-size: 13px;
}
.list-inn ul li a {
  font-size: 13px;
  padding: 0px 4px;
}

  .forget-pass-sec p {
    font-size: 13px;
}
  .success-popup-outer {
    transform: translate(0px, -80px);
}
  .forget-pass-sec {
    margin: 5em auto;
}

  .heading-2-text, .text-pp {
    font-size: 26px;
}

  .ex-subheading {
    font-size: 16px;
}
.list-thing li {
  font-size: 12px;
}
  .review-item {
    width: 80%;
}
  .con-benifit .bb-text-2 {
    left: 86px;
}
.one-stop {
  background-size: cover;
}
.con-benifit .bb-text-3 {
  right: 87px;
}
.con-benifit .bb-text-4 {
  left: 11px;
}
.con-benifit .bb-text-5 {
  right: 22px;
}
  .breadcrumb-content h6 {
    font-size: 37px;
}
  .breadcrumb-content {
      padding: 3rem 0px;
      width: 54%;
  }
  .breadcrumb-sec {
    height: 30vh;
    min-height: 30vh;
}

.pp-2-img {
  width: 60%;
  height: 145px;
}
.buy-now-together {
  font-size: 11px !important;
  padding: 4px 17px !important;
  margin: 1em 0em 0em;
}
.pp-together-content {
  width: 50%;
  padding: 5px 6px;
}

  .shopping-pp-detail{
    box-shadow: none;
  }
  .customfurniture-breadcrumb ul {
    margin: 12px 0px;
    padding: 0;
}
.customfurniture-breadcrumb ul li {
  font-size: 15px;
}
  .product-bed-banner {
    height: 37vh !important;
    min-height: 37vh !important;
}
  .bb-item-box {
    width: 33% !important;
}
.best-item-box .best-item-img {
  height: 200px;
}
.best-item-nm {
  top: 6px;
  left: 0px;
  background: #f5f5f569;
  width: 100%;
}
  .addtocart-mob-carousel {
    height: 504px;
}

  .whatappcontant {
    display: flex;
    justify-content: center;
}
.whatsouter:after{
  display: none;
}
  .step-carousel-inner{
    height: 443px;
}
  .styling_box {
    width: 70%;
  }
  .stepwizard {
    width: 100% !important;
}
.steps-for-cutom .stepbutton {
  margin: 0 auto !important;
  display: block !important;
}
.dd-time-box {  
  width: 100%;
  margin: 2em 0em;
}
.customfurniture-breadcrumb h6 {
  font-size: 28px;
}
    /*---- new addtion--*/
   
    .filter-box {
      padding: 4px;
      top: 9px;
  }
  .filter-switch > label.form-check-label {
    font-size: 13px;
}
.filter-switch2 > label.form-check-label {
  font-size: 13px;
}
  .accordion-item-filter .accordion-button {
    padding: 7px !important;
    font-size: 13px;
}
    .signup-banner-strip {
      background: url(../image/sign-strip-banner-bg.jpg) top 0 center;
      height: fit-content;
   
  }
    .img-fluid {
      margin: 0 auto;
      display: block;
  
  }
  .imgs-show-grid img {
    width: 60%;
}
  .sign-banner-con h6 {
    font-size: 20px;
}
  /*---- new addtion--*/


    .view-m {
    position: relative !important;
    bottom: -38px !important;
}
.box-1-tab, .box-2-tab, .box-3-tab, .box-4-tab, .box-5-tab {
  padding: 7px;
}
  .bottom-content p {
    font-size: 10px;
}
.bottom-content h5 {
    font-size: 14px;
}
  .listing-bb li {
    width: 100%;
    float: none;
    font-size: 13px;
    margin: 0px 0px;
}
.location-box {
    background: #fff9f7;
    width: 100%;
    margin: 4em auto;
    /* padding: 1rem; */
}
  .tab-ul ul {
    width: 100% !important;
}
  .trending-product-box .product_img {
    height: 230px;
    min-height: 230px;
}
.qu-box ._box_icon {
  width: 55px;
  height: 55px;
}
.qu-box {
  padding: 0px;
  min-height: 9em;
  width: 69px;
  border-radius: 100px;
}
.cp-with{
  display: none;
}
.slider-img{
  width: 100%;
  }
  .call_source_button {
    float: none;
    width: 56%;
}

  .query-sec {
    padding: 40px 40px 0px 21px;

}
  .icon-2 {
    margin-right: 0px;
}
/*  .pg-heading {
    font-size: 30px;
}*/
.item-name span{
      right: -22px;
}
.bg-custom {
    border-radius: 0rem 2rem 0rem 2rem;
}
.bg-custom:after {
   display: none;
}
.custom_btn {margin: 0 auto;
    text-align: center;
    width: 200px;
    display: block;
}
.copyright {
    padding: 4px;
    margin: 9px auto 0;
    width: 93%;
}
#footer .footer-newsletter{
  border-radius: 10px;
  display: block;
}
.call_source_button {
 display: initial;
/*  width: 40%;*/
}


.pp-price h6 {
  font-size: 15px;
}
.line {
  width: 2em;
}
.signin-form-popup {
  width: 100%;
  padding: 20px;
  margin: 20px 0px;
}
.float-right-btn{
    float: none;
  }

  .pg-heading {
    font-size: 20px;
    text-align: center;
}
.heading-para{
  text-align: center;
}

.home-slider-control-next, .home-slider-control-prev {
    background: #ffc68d !important;
    width: 34px !important;
    height: 34px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
}
.home-slider-control-prev {
    left: auto !important;
    right: 65px !important;
}

  .call_to_action_sec {
    margin: 1rem 0px 0rem;
}
.slider-img{
  height: auto;
}
.carousel-item {
    height: 214px;
}
.cover-wrapper a {
    font-size: 16px !important;
}
#offcanvasRightr-view {
  width: 100%;
}
.act-btn-list {
  display: inline-block !important;
  margin: 10px auto !important;
  text-align: center;
  width: 100%;
}
.out-active-user {
  font-size: 12px;
  line-height: 1.95;
}
.out-active-user img{
width: 20%;
}
.enter-pin-btn {
  margin: 15px auto;
}
form .form--field {
  width: 22%;
  height: 138px;
  margin: 0 auto;
}
.popup_content {
  width: 682px !important;
  max-width: 682px !important;
}
.heading-nrm {
  font-size: 15px;
}
/* .owl-carousel .owl-stage-outer {
  padding: 0px 10px;
} */
.qu_box_heading {
  font-size: 12px;
}
.pp-title-panel {
  font-size: 16px;
}
.header-user {
  padding: 6px;
}
.usr-data ul li {
  font-size: 13px;
}
.box--2 {
  padding: 9px;
}
.list-_ul-2 {
  display: block;
}
.women-insofa {
  margin: -3em 3em;
}
.devider2::before {
  right: 2px;
  width: 66px;
}
.devider2::after {
  left: 2px;
  width:66px;

}
.product-content .p_item-name a {
  font-size: 14px;
}
.img-location-ceative {
    width: auto;
}
.img-location-ceative img {
    width: 80%;
}
.sign-banner-con h5, .sign-banner-con p {
    font-size: 25px;
}
.wdith-50-rw{
  width: 50% !important;
  display: inline-block;
}
.client-box2 .client-img {
  height: 260px;
}
.secect-filter-review {
  padding: 30px 22px;
}
}
@media only screen and (max-width:630px) {
  .pp-with-together {
    display: block;
}
.pp-2-img {
  width: 100%;
  height: 192px;
}
.bbb_slider5 .owl-item img {
  width: 100%;
  height: 192px;
}
.pp-together-content {
  width: 100%;
  padding: 5px 6px;
}
.off-amm-together {
  top: -40px;
  left: 1em;
}

}
@media only screen and (max-width: 576px) {
  .pp-2-img {
    height: 180px;
}
.bbb_slider5 .owl-item img {
  height: 180px;
}
  .bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
    height: 198px;
}
  .client-img {
    height: 139px;
    left: -10px;
    width: 28%;
}
  .client-box2 .client-img {
    height: 213px;
}
  .wdith-50-sm-ff {
    width: 75% !important;
    margin:0px;
}
  .breadcrumb-content h6 {
    font-size: 28px;
}
.product-bed-banner .breadcrumb-content {
  padding: 4rem 0px 0px;
  width: 53%;
}
.product-bed-banner .breadcrumb-content p{
  display: block;
}
  .wdith-50-sm-2{float: none;}
  .categories {
    width: 100%;
    /* aspect-ratio: 3/1; */
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    height: fit-content;
}
  .thank-box {
    height: 380px;
    padding: 0em 1em;
    margin: 4em auto;
}
.thank-heading {
  font-size: 42px;
}
  .step-for-checkout::after {
    width: 131px;
}
  .apaymentmode-box {
    padding: 2rem;
}
.save-continue-btn2 {
  padding: 0.5em 4em;
}
  .g-review-box {
    width: 248px;
}
  div#accordionExample {
    padding: 10px 10px;
}
  .off-amm-together {
    top: -29px;
    left: auto;
    right: 0px;
}
  /* .bbb_item {
    height: 276px;
} */
/* .bbb_image {
  height: 140px;
} */
.bbb_content {
  margin-top: 0px;
}
.pp2-item-box {
  height: 290px;
}
/* .bbb_item {
  width: 83%;
} */
  .progress-bat-sec {
    width: 100%;
}
  .pp-with-together {
    display: block;
}

  .custom_btn {
    margin: 9px auto;
}
  /* .bbb_item {
    height: 240px;
} */
  .p_item-amount_ {
    display: block;
  }
.p_item-price {
  display: block;
}
.p_item-amount_, .p_item-amount_ i {
  font-size: 15px;
}
.trending-product-box .product_img {
  height: 150px;
  min-height: 150px;
}
  .websitelogo {
    width: 87%;
}
.trending-product-box .product_img {
  height: 170px;
  min-height: 170px;
}
  .fotgot-form {
    padding: 1em;
}
  #divAnim input {
    right: 0;
    top: auto;
    left: 0;
    margin: 0 auto;
}
  .forget-pass-sec h2 {
    font-size: 35px;
}
.forget-pass-sec {
  padding: 3em 0em;
  text-align: center;
}
  .review-item {
    width: 100%;
}
.g-review-box2 {
  right: 0em;
}
.g-review-box4 {
  right: 1em;
}
  .con-benifit .bb-text-1 {
    display: none;
}
.p_item-amount_, .p_item-amount_ i {
  font-size: 15px;
}
  .qu-box {
    width: 81px;
}
.bed-banner-img img {
  max-width: 60% !important;
  min-width: 60% !important;
}
  .product-box-tab {
    min-width: 134px;
    min-height: 246px;
    height: 95px;
}

.product-box-tab, .bb-item-box{
  display: inline-block
}
.new-arrival-box .new-arrival-img {
  min-height: 229px;
}
.new-arrival-box {
  margin: 6px;
  width: 100%;
}
.new-product-dd {
  margin: 0px;
  padding: 9px;
}
.new-product-dd .new-pp-name {
  font-size: 16px;
  font-weight: 600;
}
.new-product-dd p {
  display: none;
}
.new-product-dd .new-sdhop-btn {
  font-size: 13px;
  border: 1px solid #fff;
  padding: 4px 15px;

}
.bbb_name a {
  font-size: 16px;
}
.bbb_price {
  float: none;
  font-size: 16px;
}
.global-price-amount {
  font-size: 20px;
  text-align: center;
}
.bbb_category {
  float: none;
}
.item-img {
  height: 180px;
  min-height: 180px;
}
.item-content{
  text-align: center;
  display: block;
  max-height: 75px;
  height: 75px;
}

.pp-price h6 {
  font-size: 15px;
}
.pp-name-title {
  font-size: 14px;
  display: block;
  text-align: center;
}
.pp-name p{
  font-size: 10px;
}
.off_badge {
  right: 7px;
  background: #fc7e00;
  font-size: 9px;
  padding: 7px 6px;
}
.pp-name span {
  font-size: 10px;
  display: block;
}
.pp-price {
  text-align: center;
}
  .best-item-nm {
    font-size: 13px;
  }
  .best-item-box .best-item-content p {
    font-size: 11px;
    text-align: justify;
}
.outer-img-show {
  width: 73%;
  margin: 0 auto;
}
  .side-bnner-11{
    display: none;
  }
  .pp-dd-21 {
    margin: 0px 0px 0px 0px;
    width: 100%;
}
  .addtocart-mob-carousel {
    height: 377px;
}
 .customfurniture-breadcrumb p {
   display: none;
}
  .popup_content {
    width: auto !important;
    /* max-width: 773px !important; */
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
.signin-form-popup {
  width: 88%;
  padding: 20px;
  margin: 30px auto;
}
 .width-30{
display: none;
  }
  .width-70{
    width: 100% !important;
      }

  #demo2 .carousel-item {
    height: auto !important;
}
  .custom-select {
    width: 100%;
    float: none;
}
  .loc-tab-content {
    margin: 28px 0px 0px !important;
    padding: 2rem 1rem 2rem !important;
}
  .tab-ul ul .nav-item .nav-link p {
    display: none;
}
.tab-ul .nav-tabs .nav-item.show .nav-link, .tab-ul .nav-tabs .nav-link.active {
    padding: 12px 8px 0px !important;
    top: -16px !important;
}
.tab-ul .nav-tabs .nav-item.show .nav-link, .tab-ul .nav-tabs .nav-link.active h6 {
    font-size: 13px !important;
}
.tab-icon {
    margin: 0px 0px;
}
.tab-ul ul .nav-item .nav-link h6 {
    color: #fff;
    font-size: 13px !important;
}
.tab-ul ul {
    height: 164px !important;
}
.request-from {
    margin: 0rem 0 0 !important;
    padding: 1rem !important;
}
  .breadcrumb-nav {
    padding: 0px 0px;
}
.breadcrumb-content p{
  display: none;
}
.breadcrumb-sec {
  height: 23vh;
  min-height: 23vh;
}
.breadcrumb-content {
  padding: 3rem 0px 0px;
  width: 100%;
}
.navbar-nav.side-nav {
    width: 59% !important;

}
  #footer .footer-newsletter {
    width: 93% !important;
    display: block
    
}
.view_all_btn {
  padding: 5px 15px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
  .trends {
    padding-top: 28px;
    padding-bottom: 28px;
}
.line_hr {
    margin: 11px auto;
    padding: 9px 0px;
}
  .heading-para {
    font-size: 13px;
}

.con-info{
  margin: 0;
}
.accordion-header {
    margin-bottom: 0;
    padding: 0px 0px;
}
.accordion-item {
    margin-bottom: 10px;
}

  .bg-custom {
    padding: 1rem 0rem 1rem 0rem;
}
  
.owl-carousel.owl-drag .owl-item{
    width: 100%;
  }
.bbb_next {
    right: 0px;
}

.call_source_button {
  margin: 10px 0px 10px 0px;
  width: 100%;
}
.call_to_action_sec {
    margin: 1rem;
}
.onsale_badge{
  right:0;
}
.pp-on-sale {
    margin: 0px 0px 0px 0px;
}
.price-sec{
  display: block;
  text-align: center;
}

.store_branch {
    background: linear-gradient(to top, #fff6ed 78%, white 40%);
}
.qa-list li {
  font-size: 14px;
  }

#footer .footer-newsletter form input[type="submit"]{
  padding: 0px 12px;
}
/*.view_all_btn {
    font-size: 13px;
    width: 55%;
}*/
.query-sec {
    margin: 2rem 0px 0rem 0rem;
  display: block;
    padding: 40px 20px 0px 20px;
}
.query_man {
  width: 40%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.con-detail h5{
  font-size: 18px;
}
.wdith-50-sm{
  width: 50% !important;
  display: inline-block;
}


.home-slider-control-next, .home-slider-control-prev{
  bottom: 16px;
  width: 22px !important;
  height: 22px !important;
}
.home-slider-control-next {
    right: 15px !important;
}
.home-slider-control-prev {
    left: auto !important;
    right: 40px !important;
}
#footer {
    margin: 0rem 0 0;
}
.carousel-item {
    height: 462px;
}
.btn.requestcall {
    top: 52% !important;
  }
  .out-active-user {
    display: block !important;
  }
  .search-form-delivery {
    padding: 10px 4px 10px 10px;
    width: 76%;
}
.buy-now-btn-pp{
  padding: 8px 29px;
  font-size: 13px;
}
.add-to-cart-btn {
  padding: 8px 14px;
  font-size: 13px;
}
.offer-avil-list li {
  font-size: 13px;
}
.progress-bar-name{
  font-size: 12px;
  width: 25%;
}
.meter{
  width: 54%;
}
.header {
  display: block;
}
.likes-for-pp {
  font-size: 14px;
  margin: 10px 0px;
}
.pp-heading-line {
  font-size: 20px;
}
.sign-banner-con h6 {
  font-size: 18px;
}
.sign-banner-con p {
  font-size: 16px;
}
.sign-banner-con h5 {
  font-size: 21px;
}
.pd-img-in {
  height: 300px;
}
.order-sec {
  width: 100%;
}
.order-sec {
  font-size: 11px;
  padding: 6px;
}
.floating-sofa {
  bottom: -2px;
  width: 73%;
}
.userreview-seen-box {
  padding: 5px;
  width: 100%;
}
.given-stage {
  padding: 6px 3px;
  border-radius: 0px;
}
.forget-pass-sec {
  width: 100%;
}

.forget-pass-sec p {
  font-size: 13px;
}
.submit-forgot-btn {
  padding: 5px 43px;
}
.step-button {
  font-size: 24px;
}
.qa-list li {
  margin: 16px 0px 0px;
}
.success-popup, .success-popup2 {
  width: 258px;
  max-width: 257px;
  height: 58px;
}
.success-popup p, .success-popup2 p{
  font-size: 13px;
}
.dis-amm {
  font-size: 15px;
  margin-right: 0px;
}
.real-amm {
  font-size: 15px;
}
.owl-carousel .owl-stage-outer {
  padding: 0px 0px;
}
}

@media only screen and (max-width: 450px) {
  .navbarcontainerbottom {display:block !important;}
  .search-btn {
    right: 0px;
}
  .bbb_nav {
    width: 22px;
    height: 22px;
}
.bbb_nav i {
  line-height: 22px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  padding: 2px 6px;
}
  .seclect-box-filter {
    margin: 0px 4px;
}
.item-img {
  height: 140px;
  min-height: 140px;
}
.bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
  height: 140px;
}
.seclect-box-filter .form-select {
  font-size: 11px;
  padding: 5px;
}
.secect-filter-review {
  padding: 30px 8px;
}
.secect-filter-review {
  margin-top: -1em;

}
  .wdith-50-rw {
    width: 100% !important;
    display: block;
}
  .location-box {
    padding: 3rem 1rem;
}
  .product-bed-banner .breadcrumb-content p {
    display: none;
}
  .outer-help-center {
    width: 100% !important;
    margin: 0 auto;
}
  .curstom-furniturebanner {
    margin-top: 3.7em;
}
  .call-oofcancavs ul {
    margin: 0 auto;
    display: inline-block;
}

.buy-now-btn {
  font-size: 10px;
  padding: 3px 12px;
  margin: 0 11px;
  font-size: 10px !important;
}
  .btn-plus {
    margin-left: 0px;
    font-size: 7px;
}
.btn-minus {
  margin-right:0px;
  font-size: 7px;
}
  #tick {
    width: 83px;
}
  .view-order-btn {
    font-size: 13px;
}
.ask-q-btn {
  font-size: 13px;
}
  .thank-box {
    width: 100%;
}
.thank-box p {
  font-size: 14px;
}
  .dont-accont2 {
    font-size: 13px;
    width: 100%;

}
  .pr-img-myorder {
    width: 92px;
    height: 92px;
}
  /* .bbb_item {
    width: 100%;
} */
  .slick-initialized .slick-slide
{
    display: block;
    text-align: center;
}
.client-content {
  width: 100%;
}
.client-img {
  left: 0;
  width: 50%;
  right: 0;
  margin: 0 auto;
}
  .write-rew {
    padding: 7px 7px;
}
.pp-2-img {
  height: 150px;
}
.bbb_slider5 .owl-item img {
  height: 150px;
}
  .otp-text {
    margin: 0px 6px;
}
.otp-input input {
  width: 29px;
  height: 29px;
}
.step-button {
  font-size: 18px;
}
.submit-forgot-btn {
  padding: 2px 30px;
}
  .feedback-heading {
    font-size: 21px;
}
  .own-reson-cx {
    width: 90%;
}
.solutio-heaind {
  font-size: 14px;
}
.feedbackmodal p {
  font-size: 13px;
}
.emji-feedback {
  padding: 2px;
}
.emji-feedback label {
  font-size: 11px;
}
.bad-ff::before {
  width: 32px;
  right: -17px;
}
  .shareidea-img-bg {
    background-color: #fff;
    background-image: none;

}
.g-review-box {
  width: 181px;
}
.g-content-review {
  padding: 0px;
  margin: 4px 0px 16px;
  font-size: 11px;
}
.g-star-rating ul li i {
  font-size: 9px;
}
.tim-g-review {
  margin: 0px 7px;
}
.row2 {
  margin: 10px 0px 10px 0px;
}
.drag-area p {
  font-size: 11px;
  margin: 0px 0px 0px 0px;
}
.outer-drag-n-drop {
  display: block;
}
  #footer .footer-newsletter {
    width: 96% !important;
}
  .bed-banner-img img {
    max-width: 70% !important;
    min-width: 70% !important;
}
.bbb_category a {
  font-size: 10px;
}
.product-bed-banner .breadcrumb-content {
  padding: 7rem 0px 0px;
}
.product-bed-banner {
  height: 29vh !important;
  min-height: 29vh !important;
}
  .item-box3 {
    width: 40% !important;   
    height: 125px;
}
.item-box3 p {
  font-size: 11px;
}
  .out-whats {
    padding: 20px 9px 20px 9px;
}
.conforchat {
  padding: 8px;
}
.whatchatmobile img {
  width: 80%;
}
  .signin-form-popup {
    width: 94%;
    padding: 10px;
    margin: 10px auto;
}
.from-header h6 {
  font-size: 19px;
}
  .feature-box ul li {
    font-size: 11px;
}
/* .feature-box ul li img{
  max-width: 100px !important;
  width: 100px !important;
} */
.clien-rew-img ul li {
  width: 92px;
  height: 92px;
  margin: 10px 11px 10px 0px;
}
.view-rew{
  margin-bottom: 18px;
}
.progress-bat-sec {
  width: 100%;
}
.form-check-inline {
  margin-right: 0rem !important;
}
.add-to-cart-btn {
  padding: 8px 11px;
  margin-right: 14px;
}
.buy-now-btn-pp {
  padding: 8px 21px;
}
.qty-select-drop {
  width: 78px !important;
  margin-right: 10px;
}
  .addtocart-mob-carousel {
    height: 398px;
    width: 100% !important;
}
  .out-whats:after{
    display: none;
 
  }
 
.bbb_name a {
  font-size: 14px;
}

.bbb_content {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}
.bbb_price {
  font-size: 18px;
  float: none;
}
  .line {
    width: 3em;
}

  .out-whats{
    border-radius: 0px;
  }
  .whatsappnotify {
    margin: 11px 0px 0px;
}
  .steps-for-cutom .stepbutton {
    width: 100% !important;
}
.step-carousel-inner {
  height: 306px;
}
.content-share-heading {
  font-size: 22px;
  margin-top: 1em;

}
  form .form--field {
    width: 50%;
}
.user-panel {
  margin-top: 69px;
}
  .step-for-checkout::after {
    position: absolute;
    content: " ";
    width: 73px !important;
}
.edit-p-btn {
  display: block;
}
.edit-btn {
  font-size: 14px;
  margin: 10px 0px;
}
.feed-back-btn {
  font-size: 14px;

}
  /*---- new addtion--*/
  .breadcumb-navigation {
    padding: 4px;
}

/* .qu-sec {
  margin-top: 4em;
} */
.breadcumb-navigation .breadcrumb-item {
  padding: 0px 9px;
  font-size: 11px;
}
.breadcumb-navigation .breadcrumb-item a {
  font-size: 11px;
}
.img-location-ceative {
  width: auto !important;
  height: 171px !important;
}
.img-location-ceative img {
  height: 86% !important;
  top: 33px;
    width: 60%;
}
  /*---- new addtion--*/
  .accordion-body {
    font-size: 1em;
}
.accordion-button{
  font-size: .9rem !important;
}
  .requestcall span {
    padding: 4px 7px!important;
    font-size: 12px !important;
    width: 10px!important;
    height: 10px !important;
}
.requestcall {
  font-size: 11px !important;
  width: 145px !important;
  height: 29px !important;
}
  .location-box {
    margin: 2em auto;
}
  .pg-heading {
    font-size: 16px;
}
.breadcrumb-sec {
  height: 18vh;
  min-height: 18vh;
}
.breadcrumb-content h6 {
  font-size: 23px;
}
.customfurniture-breadcrumb h6 {
  font-size: 20px;
}
.view_all_btn {
  font-size: 12px;
  padding: 5px 9px;
}
.customfurniture-breadcrumb h6 {
  font-size: 20px;
}
.track-order-search {
  padding: 6px !important;
}
.track-order-search-btn {
  padding: 9px 13px;
  font-size: 12px;
}

.slider-img {
    width: 100%;
    height: 100%;
     padding: 0rem 0rem;
}
.carousel-item {
    height: 41vh;
}

.slider-img img {
     float:none; 
}
.qu-box {
    padding: 1px;
    min-height: 8em;
      width: 65px;
      border-radius: 100px;
      margin: 10px 5px 10px;
}
.qu-box ._box_icon {
    width: 45px;
    height: 45px;
        padding: 10px 10px;
}
.qu_box_heading {
    font-size: 10px;
}
.pp-item-box {
  margin: 12px auto;
}
.review-item {
  height: 583px;
}
.glad-msg-us p {
  font-size: 14px;
  line-height: 2;
}
.g-review-box3 {
  top: 23em !important;
}
.g-review-box4 {
  top: 25em;
  left: auto;
}
.heading-3-text span {
  font-size: 33px;
}
.cloud-2 img {
  width: 190px;
  top: -4em;
}
.cloud-1 img {
  width: 117px;
  top: 1em;
}
.heading-3-text h5 {
  font-size: 35px;
}

.one-stop {
  padding: 3em 0em 3em;
}

.box--2 {
  padding: 6px;
  width: 41%;
  margin: 20px 0px 20px 14px;
}
.ex-subheading {
  font-size: 14px;
}

.text-pp,.heading-2-text {
  font-size: 16px;

}
.pp-heading-line2 {
  font-size: 14px;
}
.women-insofa {
  margin: -3em 0em;
}
.tim-g-review {
  margin: 0px 7px;
  font-size: 9px;
}
.g-review-box4 {
  top: 23em !important;
}
.g-review-box {
  width: 190px;
  top:0;
}
.g-review-box2 {
  top: 0em;}

.sr-no-ex {
  width: 40px;
  height: 40px;
}
.heading-3-text {
  margin-bottom: 4em;
}
.one-stop {
  padding: 2em 0em 2em;
}
.trending-product-box .product_img {
  height: 110px;
  min-height: 110px;
}
.trending-product-box {
  min-height: 238px;
}
.new-arrival-box .new-arrival-img {
  min-height: 188px;
}
}

@media only screen and (max-width: 360px) {
  .pp-2-img {
    height: 140px;
  }
  .bbb_slider5 .owl-item img {
    height: 140px;
  }
  .add-to-cart-btn {
    padding: 5px 7px;
    margin-right: 7px;
}
.buy-now-btn-pp {
  padding: 6px 16px;
}
  .bbb_item {
    height: 236px;
}
.bbb-slider1 .owl-item img, .bbb_slider2 .owl-item img, .bbb_slider3 .owl-item img, .bbb_slider4 .owl-item img {
  height: 113px;
}
  .clien-rew-img ul li {
    width: 77px;
    height: 77px;
}
  .best-item-box .best-item-img {
    height: 170px;
}
  .out-cc-bx {display: block;}
  .cont-box-in {
    width: 100%;
    display: inline-block;
}
.chat-live {
  width: 100%;
  display: block;
}
  .step-for-checkout::after {
    width: 56px !important;
}
  .g-review-box {
    width: 160px;
}
.item-img {
  height: 115px !important;
  min-height: 115px !important;
}
.pp2-item-box {
  min-height: 250px;
  height: 250px;
}
.g-review-box3 {
  top: 21em;
  left: 0em;
}
.g-review-box4 {
  right: 0em;
  top: 25em;
  left: auto;
}
.glad-msg-us {
  margin: 0em 0em;
  padding: 1em 0em;
}
.client-heading {
  font-size: 30px;
}

.glad-msg-us::after {
  width: 19px;
  height: 19px;
  top: -40px;
  left: -6px;
  font-size: 41px;

}

.addtocart-mob-carousel {
  height: 297px;
  margin: 0 auto 0px;
}
.write-rew {
  width: 100%;
}
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

    
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
.zoom{
  margin: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.zoom:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}

.zoom img {
  cursor: pointer;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.zoom .tooltiptext {
    visibility: hidden;
    width: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    font-size:10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 999999999999;
    top: 20px;
    left: -10px;
}

.zoom:hover .tooltiptext {
    visibility: visible;
}