.hide {
  display: none;
}

/*//Border Radius
@mixin border-radius($border-radius){
    -moz-border-radius: $border-radius;
    -webkit-border-radius: $border-radius;
    -khtml-border-radius: $border-radius;
    border-radius: $border-radius;
}*/
/*@function calculateRem($size) {
  $remSize: $size / 16px;
  @return $remSize * 1rem;
}

@mixin font-size($size) {
  font-size: calculateRem($size);
} */
/*@mixin placeholder {
    &.placeholder { @content }
    &:-moz-placeholder { @content }
    &::-moz-placeholder{@content}
    &:-ms-input-placeholder{@content}
    &::-webkit-input-placeholder { @content }
}*/
/*@mixin size($width, $height: $width){ 
    width: $width;
    height: $height;  
}*/
/*
//Keyframes auto smooth animated arrow
@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}*/
.row:after {
  display: block;
  clear: both;
  content: "";
}

.row + .row {
  margin-top: 2%;
}

[class^=col-] {
  float: left;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class^=col-]:last-child {
  margin-right: 0%;
}

.col-1 {
  width: 6.5%;
}

.col-2 {
  width: 15%;
}

.col-3 {
  width: 23.5%;
}

.col-4 {
  width: 32%;
}

.col-5 {
  width: 40.5%;
}

.col-6 {
  width: 49%;
}

.col-7 {
  width: 57.5%;
}

.col-8 {
  width: 66%;
}

.col-9 {
  width: 74.5%;
}

.col-10 {
  width: 83%;
}

.col-11 {
  width: 91.5%;
}

.col-12 {
  width: 100%;
}

.col-md-1 {
  width: 6.5%;
}

.col-md-2 {
  width: 15%;
}

.col-md-3 {
  width: 23.5%;
}

.col-md-4 {
  width: 32%;
}

.col-md-5 {
  width: 40.5%;
}

.col-md-6 {
  width: 49%;
}

.col-md-7 {
  width: 57.5%;
}

.col-md-8 {
  width: 66%;
}

.col-md-9 {
  width: 74.5%;
}

.col-md-10 {
  width: 83%;
}

.col-md-11 {
  width: 91.5%;
}

.col-md-12 {
  width: 100%;
}

.row {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.figure, .decor-section .decor-wrpr figure, .grid-block .right-grid figure, .banner-slider .bannerSlider figure, .slider-section figure,
.shop-category figure, .furniture-slider figure {
  overflow: hidden;
  position: relative;
}
.figure img, .decor-section .decor-wrpr figure img, .grid-block .right-grid figure img, .banner-slider .bannerSlider figure img, .slider-section figure img,
.shop-category figure img, .furniture-slider figure img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.figure::before, .decor-section .decor-wrpr figure::before, .grid-block .right-grid figure::before, .banner-slider .bannerSlider figure::before, .slider-section figure::before,
.shop-category figure::before, .furniture-slider figure::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.headingOnline {
  text-align: center;
  margin-top: 40px;
  font-family: "pangramregular";
}
.headingOnline .headingbold {
  margin: 0 auto;
}
.headingOnline .headingbold h1 {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 24px;
}
.headingOnline .more-content {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  width: 67%;
  margin: auto;
  color: #646464;
}
.headingOnline .more-content b {
  font-family: "pangrammedium";
  color: #333333;
}
.headingOnline .more-content.more {
  height: auto;
}
.headingOnline .more-content.more .moreButton {
  right: unset;
}
.headingOnline .more-content.more .moreButton::before {
  content: "Less";
}
.headingOnline .moreButton {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #e57200;
  padding-left: 5px;
  cursor: pointer;
}
.headingOnline .moreButton:before {
  content: "Read More..";
  display: inline-block;
}

.furniture-slider {
  margin: 0 auto;
  min-height: 372px;
}
.furniture-slider figure:before {
  padding-top: 31%;
}

.slider-section figure:hover img,
.shop-category figure:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider-section a,
.shop-category a {
  display: block;
}

.shop-category {
  margin-top: 20px;
  padding-bottom: 30px;
}
.shop-category .top-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 10px;
}
.shop-category .top-list a {
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.shop-category .top-list a:hover .name {
  color: #e57200;
}
.shop-category .top-list a:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.shop-category .top-list .name {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  white-space: normal;
  padding: 0;
}
.shop-category .top-list figure::before {
  padding-top: 86%;
}
.shop-category .top-list figure img {
  border-radius: 3px;
}

.banner-slider {
  padding: 30px 0;
}
.banner-slider .bannerSlider a {
  padding: 0 10px;
  display: block;
}
.banner-slider .bannerSlider a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.banner-slider .bannerSlider figure::before {
  padding-top: 86%;
}
.banner-slider .bannerSlider figure img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.headingNew {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-family: "pangrammedium";
  text-transform: capitalize;
  padding: 0 0 30px;
}
.headingNew .subheading {
  font-size: 15px;
  line-height: 18px;
  font-family: "pangramregular";
  color: #646464;
  padding: 5px 0 0;
}

.grid-block {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.grid-block .headingbold {
  font-size: 1.5rem;
  line-height: 28px;
  font-family: "pangrammedium";
  width: 50%;
  position: relative;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.grid-block .headingbold::before {
  content: "";
  border-top: 2px solid #d7d7d7;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 15%;
}
.grid-block .left-grid figure::before {
  padding-top: 88%;
}
.grid-block .right-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 15px;
}
.grid-block .right-grid figure:before {
  padding-top: 83%;
}
.grid-block .right-grid .name {
  font-family: "pangrammedium";
  font-size: 0.9375rem;
}
.grid-block .right-grid a img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.grid-block .right-grid a:hover .name {
  color: #e57200;
}
.grid-block .right-grid a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.slider-section {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f1f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.slider-section::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 55%;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}
.slider-section .top-selling {
  margin-top: 30px;
  margin-bottom: 20px;
}
.slider-section .top-selling .slick-next,
.slider-section .top-selling .slick-prev {
  background: #fff;
  width: 32px;
  height: 32px;
  top: 42%;
}
.slider-section .top-selling .slick-prev {
  left: 0;
  z-index: 1;
}
.slider-section .top-selling .slick-next {
  right: 8px;
}
.slider-section .top-selling li {
  margin-right: 10px;
}
.slider-section .top-selling figure::before {
  padding-top: 86%;
}
.slider-section .top-selling.decor-slider figure::before {
  padding-top: 100%;
}
.slider-section .top-selling .price {
  color: #646464;
}

.headingbold {
  font-size: 1.5rem;
  line-height: 28px;
  font-family: "pangrammedium";
  letter-spacing: 0.02em;
  position: relative;
  width: 50%;
  color: #333333;
}

.view-more {
  font-family: "pangramregular";
  color: #515151;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #646464;
  padding: 8px 10px;
  max-width: 125px;
  border-radius: 3px;
}
.view-more svg {
  vertical-align: bottom;
  display: inline-block;
}
.view-more:hover {
  color: #e57200;
  border: 1px solid #e57200;
}
.view-more:hover svg path {
  stroke: #e57200;
}

.decor-section {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 40px 10px;
}
.decor-section .decorHeading {
  font-family: "pangrammedium";
  text-align: center;
  color: #333333;
  font-size: 1.625rem;
  line-height: 28px;
}
.decor-section .decorHeading p {
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "pangramregular";
  color: #515151;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
.decor-section .decor-wrpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.decor-section .decor-wrpr .decor-list {
  width: 19%;
  background: #fff;
  padding: 4px;
  margin: 0 auto 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.decor-section .decor-wrpr .decor-list:hover {
  margin-top: -5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.decor-section .decor-wrpr .decor-list:hover .name {
  color: #e57200;
}
.decor-section .decor-wrpr figure::before {
  padding-top: 88%;
}
.decor-section .decor-wrpr .name,
.decor-section .decor-wrpr .category-name {
  padding: 8px;
  font-family: "pangrammedium";
  text-align: center;
  margin: 0;
  color: #333333;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
.decor-section .decor-wrpr .name span,
.decor-section .decor-wrpr .category-name span {
  display: block;
  font-size: 0.875rem;
  line-height: 18px;
  font-family: "pangramregular";
  color: #515151;
}

.name {
  font-size: 0.9375rem;
  line-height: 20px;
  color: #333333;
  letter-spacing: 0.02em;
  font-family: "pangrammedium";
  margin: 5px 0 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 25px;
}

.price {
  font-family: "pangrammedium";
  color: #333333;
  font-size: 14px;
}
.price .off-price {
  font-family: "pangramregular";
  color: #646464;
  font-size: 13px;
  margin: 0 4px;
}
.price .discount-off {
  color: #4CAF4F;
  font-size: 13px;
  font-family: "pangramregular";
}

.buying-guide {
  background: none;
}
.buying-guide .buyGuide {
  margin-top: 20px;
}
.buying-guide .buyGuide figure::before {
  padding-top: 65%;
}
.buying-guide .buyGuide li a {
  margin: 0 10px;
}
.buying-guide .buyGuide li a .name {
  font-size: 0.9375rem;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "pangrammedium";
}
.buying-guide .buyGuide li a:hover .name {
  color: #F3601E;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.Emisection {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Emisection li {
  display: inline-block;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-family: "pangramregular";
  letter-spacing: 0.02em;
}
.Emisection li svg {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
.Emisection .iconbg {
  background: #fff0e9;
  border-radius: 50%;
  width: 52px;
  padding: 10px;
  height: 52px;
  margin: 0 auto 8px;
}

.subheading {
  font-size: 12px;
  line-height: 16px;
  color: #646464;
  font-family: "pangramregular";
  margin: 0 0 20px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1280px) {
  .furniture-slider {
    min-height: 366px;
  }
}
@media screen and (max-width: 1099px) {
  .furniture-slider {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .furniture-slider {
    min-height: 230px;
  }
  .shop-category {
    padding: 20px 0 0;
    margin-top: 20px;
  }
  .shop-category .top-list a {
    margin: 0 auto 20px;
  }
  .shop-category .top-list .name {
    white-space: normal;
    font-size: 0.8125rem;
    padding: 0;
    letter-spacing: 0;
  }
  .headingNew {
    font-size: 1.125rem;
    line-height: 20px;
  }
  .headingNew .subheading {
    font-size: 14px;
  }
  .grid-block {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .grid-block .headingbold {
    font-size: 1.125rem;
    line-height: 21px;
  }
  .view-more {
    font-size: 13px;
    padding: 6px;
  }
  .slider-section .headingbold,
  .decor-section .headingbold {
    font-size: 1.125rem;
    line-height: 21px;
  }
  .slider-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gray-bg {
    background: #fff;
  }
  b,
  strong {
    font-family: "pangrammedium";
    font-weight: normal;
    color: #333333;
  }
  .container-1200 {
    padding: 0 10px;
  }
  .ws-scroll {
    display: block;
  }
  .furniture-slider {
    min-height: 255px;
  }
  .shop-category {
    margin: 0;
    padding: 15px 10px;
  }
  .shop-category .top-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
  }
  .shop-category .top-list a {
    margin: 0;
  }
  .furniture-slider figure::before {
    padding-top: 71%;
  }
  .headingbold {
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
  }
  .headingOnline {
    margin: 25px auto 0px;
  }
  .headingOnline .more-content {
    width: 100%;
    font-size: 13px;
  }
  .grid-block .headingbold {
    width: 100%;
    margin-bottom: 15px;
  }
  .grid-block .headingbold::before {
    display: none;
  }
  .grid-block .left-grid {
    margin-bottom: 10px;
  }
  .grid-block .left-grid a {
    display: block;
  }
  .grid-block .right-grid .name {
    font-size: 0.8125rem;
    line-height: 18px;
    padding: 0;
  }
  .view-more {
    position: unset;
    margin: 20px auto 5px;
    display: block;
    max-width: 150px;
    padding: 8px;
  }
  .slider-section {
    background: 0;
    margin-top: 0;
  }
  .slider-section::before {
    display: none;
  }
  .slider-section.buying-guide a {
    width: 70%;
  }
  .slider-section.buying-guide a figure:before {
    padding-top: 66%;
  }
  .slider-section a {
    display: inline-block;
    width: 46%;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .slider-section .top-selling {
    margin-top: 20px;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: -10px;
  }
  .slider-section .top-selling::-webkit-scrollbar {
    display: none;
  }
  .slider-section .top-selling .price {
    font-size: 0.75rem;
    font-family: "pangramregular";
    line-height: 18px;
  }
  .slider-section .top-selling .price .off-price {
    font-size: 0.75rem;
  }
  .slider-section .top-selling .price .discount-off {
    font-size: 0.75rem;
  }
  .slider-section .top-selling .name {
    font-size: 0.8125rem;
    letter-spacing: 0;
    margin: 5px 0 0;
  }
  .slider-section .view-more {
    display: block;
    width: 100%;
    margin: 20px auto 5px;
  }
  .decor-section {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .decor-section .decor-wrpr {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: -10px;
    margin-top: 15px;
  }
  .decor-section .decor-wrpr::-webkit-scrollbar {
    display: none;
  }
  .decor-section .decor-wrpr .name {
    padding: 5px;
    line-height: 18px;
    font-size: 0.8125rem;
    font-family: "pangramregular";
  }
  .decor-section .decor-wrpr .name span {
    font-size: 0.75rem;
  }
  .decor-section .decor-wrpr .decor-list {
    display: inline-block;
    width: 44%;
    margin-right: 10px;
  }
  .headingNew {
    padding: 0;
  }
  .Decor-category {
    padding: 30px 10px;
    text-align: center;
  }
  .Decor-category .decor-list {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: -10px;
  }
  .Decor-category .decor-list a {
    background: #fff;
    border-radius: 6px;
    display: inline-table;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    width: 45%;
    margin-right: 10px;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 10px;
  }
  .Decor-category .decor-list .name,
  .Decor-category .decor-list .category-name {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: "pangrammedium";
    text-transform: capitalize;
    padding: 6px 3px 8px;
    letter-spacing: 0.02em;
    margin: 0;
  }
  .Decor-category .decor-list .name span,
  .Decor-category .decor-list .category-name span {
    font-size: 13px;
    line-height: 18px;
    color: #646464;
    display: block;
    font-family: "pangramregular";
  }
}
/*# sourceMappingURL=furniture-new.css.map */