.breadcrumbs li:nth-last-child(-n + 1):after,
.hide {
  display: none;
}

.about-woodenstreet h2,
.about-woodenstreet h3,
.about-woodenstreet p a,
.common-text h2,
.common-text h3,
.common-text p a,
.menu ul li a:hover,
.menu ul li.menu-hover>a,
header .login,
header .login a,
header .top a:hover {
  color: #e57200;
}

* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    segoe ui,
    Roboto,
    Ubuntu,
    Arial,
    helvetica neue,
    sans-serif;
}

body,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: robotoregular;
  font-size: 14px;
  line-height: normal;
}

blockquote {
  margin: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

b,
h1,
h2,
h3,
h4,
strong {
  padding: 0;
  font-weight: 400;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  border: none;
  background: 0 0;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: none;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* @font-face {
    font-family: robotobold;
    src: url(../fonts/roboto-bold-webfont.woff) format("woff"), url(../fonts/roboto-bold-webfont.eot) format("eot"), url(../fonts/roboto-bold-webfont.ttf) format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap
} */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
  left: -28px;
}

.slick-next:before,
.slick-prev:before {
  display: block;
  background: url('https://www.woodenstreet.com/images/client/CaretLeft.svg');
  width: 40px;
  height: 40px;
  background-size: 32px;
  background-repeat: no-repeat;
}

.slick-next:before {
  background: url('https://www.woodenstreet.com/images/client/CaretRight.svg');
  background-size: 32px;
  background-repeat: no-repeat;
}

.slick-next {
  right: -28px;
  left: inherit;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}

.slick-dots li button:before {
  background: #000;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  text-align: center;
  content: '';
}

.slick-dots li.slick-active button:before {}

.homeslide .slick-next,
.homeslide .slick-prev,
.interior-design .slick-next,
.interior-design .slick-prev {
  z-index: 1;
  left: 0;
  background: rgba(243, 243, 243, 0.8);
  opacity: 1;
  width: 43px;
  height: 79px;
  border-radius: 0 3px 3px 0;
  text-align: center;
}

.homeslide .slick-next:hover,
.homeslide .slick-prev:hover,
.interior-design .slick-next:hover,
.interior-design .slick-prev:hover {
  background: #f3f3f3;
}

.homeslide .slick-next,
.interior-design .slick-next {
  right: 0;
  left: inherit;
  border-radius: 3px 0 0 3px;
}

.customer-slider .slick-dots,
.slider-for .slick-dots {
  margin: auto;
  text-align: center;
}

.customer-slider .slick-dots li button:before,
.slider-for .slick-dots li button:before {
  border-radius: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.customer-slider .slick-dots li.slick-active button:before,
.slider-for .slick-dots li.slick-active button:before {
  background: #f37920;
  border: 1px solid transparent;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.disocunt-strip {
  background: #f9f8f2;
  padding: 12px 14px;
  color: #4a4a4a;
  font-size: 0.875rem;
  line-height: normal;
  z-index: 9999;
  position: relative;
}

.disocunt-strip .closebtn {
  float: right;
  color: #fff;
}

.disocunt-strip i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -1px 5px 0;
}

.disocunt-strip i.store {
  width: 20px;
  height: 20px;
}

.disocunt-strip strong {
  font-weight: 400;
  color: #e57200;
}

.disocunt-strip label {
  color: #e57200;
}

.disocunt-strip .container-1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.disocunt-strip ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}

.disocunt-strip ul li:first-child {
  margin-left: 0;
}

.disocunt-strip ul li a {
  color: #4a4a4a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.disocunt-strip ul li a:hover {
  color: #e57200;
}

.disocunt-strip ul li:nth-child(n + 2) {
  border-left: 1px solid #b3b3b3;
  padding-left: 10px;
}

.disocunt-strip .left-strip {
  position: relative;
  font-size: 13px;
}

.disocunt-strip .left-strip svg {
  vertical-align: sub;
  height: 19px;
  width: 19px;
}

.disocunt-strip .left-strip .hedertext {
  text-transform: capitalize;
}

.disocunt-strip .left-strip b {
  color: #333;
  font-family: robotomedium;
  font-size: 14px;
  margin-left: 3px;
}

.disocunt-strip .left-strip .store-distance {
  margin-left: 4px;
  color: #333;
}

.disocunt-strip .left-strip .edit-storebtn {
  cursor: pointer;
  display: inline-block;
}

.disocunt-strip .left-strip .storeWrpr {
  background: #fff;
  position: absolute;
  z-index: 99999;
  overflow: visible;
  width: 375px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 3px;
  display: none;
  left: 0;
  top: 30px;
}

.disocunt-strip .left-strip .storeWrpr .field__label {
  color: #333;
}

.disocunt-strip .left-strip .storeWrpr .field__input {
  height: 45px;
}

.disocunt-strip .left-strip .storeWrpr .field__input:disabled {
  cursor: not-allowed;
}

.disocunt-strip .left-strip .close-wrpr {
  display: block;
  text-align: right;
  cursor: pointer;
  margin: 0 0 10px;
}

.disocunt-strip .left-strip .update-pin {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: #f3601e;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.01em;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
}

.disocunt-strip .left-strip .relate-store {
  margin-top: 20px;
}

.disocunt-strip .left-strip .relate-store .storeBox {
  padding-top: 12px;
}

.disocunt-strip .left-strip .relate-store .storeBox li {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 6px;
  padding: 0 0 6px;
  display: block;
  border-left: 0;
}

.disocunt-strip .left-strip .relate-store .storeBox li svg {
  vertical-align: middle;
  margin-bottom: 9px;
  float: left;
}

.disocunt-strip .left-strip .relate-store .storeBox li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.disocunt-strip .left-strip .relate-store .storeBox li:last-child a {
  color: #f3601e;
  margin-left: 20px;
}

header {
  line-height: normal;
  z-index: 999;
  position: relative;
  background: #fff;
  padding-top: 30px;
}

header .container {
  max-width: 1240px;
}

header .top {
  padding: 15px 0 0;
  text-align: right;
}

header .top li {
  display: inline-block;
  font-size: 0.8125rem;
  vertical-align: top;
  position: relative;
}

header .top li:nth-last-child(-n + 3) {
  border-left: 1px solid #e5e5e5;
}

header .top a {
  color: #5d5853;
  padding: 0 8px;
}

header .top i {
  margin-right: 7px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

header .support-dropdown {
  display: none;
  position: absolute;
  left: -50px;
  top: 100%;
  text-align: left;
  width: 225px;
  z-index: 99;
  overflow: inherit !important;
}

header .support-option {
  position: relative;
  background: #fff;
  padding: 5px 0;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  margin-top: 10px;
}

header .support-option li {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  border-left: none !important;
}

header .support-option li:last-child {
  border-bottom: none;
}

header .support-option a {
  font-size: 0.8125rem;
  color: #5d5853;
  padding: 10px 12px;
  display: block;
  margin: 0;
  text-transform: capitalize;
}

header .support-option:after,
header .support-option:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
  top: -8px;
  content: '';
  width: 0;
  height: 0;
  clear: both;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

header .support-option:after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #efefef;
  top: -11px;
  z-index: 8;
}

header .bottom {
  padding: 0 0 5px;
}

header .logo {
  float: left;
  margin: -15px 0 10px;
}

header .header-search {
  width: 500px;
  position: relative;
  float: right;
}

header .form-control {
  width: 100%;
  height: 40px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #efefef;
  border-radius: 3px;
  padding: 0 40px 0 15px;
  font-size: 0.875rem;
  color: #202020;
}

header .form-control.placeholder {
  color: #7d7d7d;
}

header .form-control:-moz-placeholder {
  color: #7d7d7d;
}

header .form-control::-moz-placeholder {
  color: #7d7d7d;
}

header .form-control:-ms-input-placeholder {
  color: #7d7d7d;
}

header .form-control::-webkit-input-placeholder {
  color: #7d7d7d;
}

header .btn-search {
  position: absolute;
  padding: 0;
  border: none !important;
  right: 14px;
  outline: none;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

header .cart {
  font-size: 0.75rem;
  float: right;
  color: #4a4a4a;
  line-height: 17px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

header .cart i {
  display: block;
  text-align: center;
}

header .cart #cart {
  display: none;
}

header .header-right {
  display: none;
}

header .top-login {
  float: right;
  margin: 0 10px;
}

header .top-login .my_account {
  position: relative;
  margin-top: 15px;
}

header .top-login .my_account:before {
  position: absolute;
  right: 2px;
  top: -2px;
  background: #fff;
  font-size: 1.25rem;
}

header .top-login li {
  color: #000;
  text-align: center;
  font-size: 0.75rem;
}

header .top-login a {
  font-size: 0.75rem;
  color: #4a4a4a;
  margin-right: 0;
}

header .top-login i {
  display: block;
}

header .store,
header .whislist-cart {
  float: right;
  line-height: 17px;
  margin-left: 10px;
  margin-right: 10px;
  color: #4a4a4a;
  position: relative;
  font-size: 0.75rem;
}

header .store i,
header .whislist-cart i {
  display: block;
  text-align: center;
}

header .store {
  padding-left: 20px;
}

header .ready-ship img {
  width: 20px;
  height: 22px;
}

header .cart i,
header .store i,
header .top-login i,
header .whislist-cart i {
  height: 26px;
}

header .store {
  margin: 0 15px;
}

header .store i {
  height: 25px;
}

.mobile-search {
  display: none;
}

.my_account,
.without-login {
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
  line-height: normal;
}

.my_account .sub,
.without-login .sub {
  background: #fff;
  position: absolute;
  z-index: 99999;
  width: 230px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: -90px;
  top: 40px;
}

.my_account .sub.dropbox,
.without-login .sub.dropbox {
  top: 55px;
}

.my_account .sub.dropbox .signIn-box,
.without-login .sub.dropbox .signIn-box {
  padding: 20px 0 0;
}

.my_account .sub.dropbox .signIn-box:hover .login-btn,
.without-login .sub.dropbox .signIn-box:hover .login-btn {
  background: #e57200;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.my_account .sub-options li+li,
.without-login .sub-options li+li {
  border-top: 1px solid #e7e7e7;
}

.my_account .sub-options li .login-btn,
.without-login .sub-options li .login-btn {
  background: #333;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 7px 40px;
  font-family: robotomedium;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.my_account .sub-options li .login-btn:hover,
.without-login .sub-options li .login-btn:hover {
  color: #fff;
}

.my_account .sub-options li p,
.without-login .sub-options li p {
  text-transform: capitalize;
  color: #515151;
  margin: 15px auto;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.my_account .sub-options li p a,
.without-login .sub-options li p a {
  display: inline-block;
  color: #f3601e;
  margin: 0;
  padding: 5px 10px;
}

.my_account .sub-options li p a:hover,
.without-login .sub-options li p a:hover {
  color: #f3601e;
}

.my_account .sub-options li a,
.without-login .sub-options li a {
  padding: 12px 15px 12px 30px;
  display: block;
  text-transform: capitalize;
  text-align: left;
  color: #515151;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}

.my_account .sub-options li a .header-icon,
.without-login .sub-options li a .header-icon {
  position: absolute;
  left: 15px;
  top: 10px;
}

.my_account .sub-options li a .header-icon svg,
.without-login .sub-options li a .header-icon svg {
  width: 22px;
  height: 22px;
}

.my_account .sub-options li a:hover,
.without-login .sub-options li a:hover {
  background: #f5f5f5;
}

.my_account .orange,
.without-login .orange {
  display: inline-block;
  vertical-align: top;
  width: 72px;
  height: 18px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: animatetop 0.3s;
  animation: animatetop 0.3s;
}

.fixed-header+.space51 {
  padding-top: 51px;
}

@-webkit-keyframes animatetop {
  0% {
    top: -90px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  0% {
    top: -90px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.app-install-strip {
  display: none;
}

.footer-new {
  background: #fff;
}

.footer-new .media-slider {
  margin: 15px auto;
}

.footer-new .media-slider .slick-slide {
  margin: 0 15px;
}

.footer-new .media-slider span {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-new .media-slider span img {
  margin: 0 auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.footer-new .media-slider span img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footer-new .media-slider span :root img.loading,
.footer-new .media-slider span _:-ms-fullscreen {
  width: auto;
}

.footer-mid {
  background: #f5f5f5;
  color: #333;
  padding: 46px 0 15px;
  font-family: pangramregular;
}

.footer-mid article {
  width: 25%;
}

.footer-mid article a {
  font-size: 0.875rem;
  line-height: 34px;
  font-family: pangramregular;
  color: #333;
  letter-spacing: 0.02em;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer-mid article a:hover {
  color: #e57200;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer-mid article .footer-head {
  text-transform: uppercase;
  color: #131313;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  display: block;
  font-family: pangrammedium;
}

.footer-mid .social-link {
  display: block;
}

.footer-mid .social-link a {
  display: inline-block;
  margin: 0 14px 0 0;
  vertical-align: text-bottom;
}

.footer-mid .social-link a:last-child {
  margin: 0;
}

.footer-mid .footer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-mid .delivery-wrpr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 0;
  margin-top: 35px;
  color: #333;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-mid .delivery-wrpr .label {
  font-size: 14px;
  line-height: 22px;
  font-family: pangramregular;
  display: block;
  padding: 0 0 0 5px;
  letter-spacing: 0.02em;
}

.footer-mid .delivery-wrpr .delivery-city {
  width: 42%;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.footer-mid .delivery-wrpr .delivery-city b {
  font-size: 0.9375rem;
  line-height: 20px;
  font-family: pangrammedium;
  margin: 0 5px 0 0;
}

.footer-mid .delivery-wrpr .delivery-city a {
  color: #e57200;
}

.footer-mid .delivery-wrpr .accept-cards {
  width: 34%;
  margin: 0 30px 0 0;
}

.footer-mid .delivery-wrpr .download-wrpr {
  width: 24%;
}

.footer-mid .delivery-wrpr .download-wrpr span {
  padding: 0;
}

.footer-mid .delivery-wrpr .download-wrpr a {
  display: inline-block;
  margin: 5px 10px 0 0;
}

.footer-mid .delivery-wrpr .download-wrpr a:last-child {
  margin: 0;
}

.footer-mid .delivery-wrpr .download-wrpr a img {
  max-width: 120px;
}

.footer-mid .bottom {
  padding: 25px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-mid .bottom .other-links {
  margin: 0 0 0 25px;
}

.footer-mid .bottom .other-links a {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  font-family: pangramregular;
  border-right: 1px solid #333;
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer-mid .bottom .other-links a:hover {
  color: #e57200;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer-mid .bottom .other-links a:nth-last-child(2) {
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-mid .bottom .other-links span {
  display: block;
  color: #515151;
  font-size: 13px;
  line-height: 20px;
  font-family: pangramregular;
  margin: 6px 0 0;
}

.footer-mid .bottom .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.TextCommon,
.footer-common {
  font-family: pangramregular;
  display: block;
  text-align: left;
  padding: 20px 15px;
  background: #fff;
  color: #646464;
}

.TextCommon h2,
.TextCommon h3,
.TextCommon h4,
.TextCommon h5,
.footer-common h2,
.footer-common h3,
.footer-common h4,
.footer-common h5 {
  padding: 10px 0 5px;
  margin: 0;
  text-align: left !important;
  letter-spacing: 0.015em;
  width: 100%;
}

.TextCommon b,
.TextCommon h2,
.TextCommon h3,
.TextCommon h4,
.TextCommon h5,
.TextCommon strong,
.footer-common b,
.footer-common h2,
.footer-common h3,
.footer-common h4,
.footer-common h5,
.footer-common strong {
  color: #333;
  font-family: pangrammedium;
}

.TextCommon h2,
.footer-common h2 {
  font-size: 1.1875rem;
  line-height: 23px;
}

.TextCommon h3,
.footer-common h3 {
  font-size: 1.0625rem;
  line-height: 21px;
}

.TextCommon h4,
.TextCommon h5,
.footer-common h4,
.footer-common h5 {
  font-size: 0.9375rem;
  line-height: 18px;
}

.TextCommon a,
.footer-common a {
  color: #e57200;
  cursor: pointer;
}

.TextCommon ol li,
.TextCommon p,
.TextCommon ul li,
.footer-common ol li,
.footer-common p,
.footer-common ul li {
  font-size: 0.9375rem;
  line-height: 22px;
  margin: 0 0 10px;
  color: #515151;
  text-align: justify;
  font-family: pangramregular;
  letter-spacing: 0.5px;
}

.TextCommon b,
.TextCommon strong,
.footer-common b,
.footer-common strong {
  font-size: 1rem;
}

.TextCommon .data-update,
.footer-common .data-update {
  font-size: 13px;
  line-height: 15px;
  color: #333;
  font-family: pangrammedium;
}

.TextCommon .detailtable,
.footer-common .detailtable {
  margin: 0 0 0 30px;
  float: right;
  max-width: 420px;
  width: 100%;
}

.TextCommon .detailtable table,
.footer-common .detailtable table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 420px !important;
}

.TextCommon .detailtable table td,
.footer-common .detailtable table td {
  padding: 6px;
  border: 1px solid #c1c1c1;
  color: #8b8b8b;
  font-family: pangramregular;
  font-size: 12px;
  line-height: 15px;
}

.TextCommon .detailtable table td:nth-child(2),
.footer-common .detailtable table td:nth-child(2) {
  width: 80px;
  color: #515151;
}

.TextCommon .detailtable table th,
.footer-common .detailtable table th {
  font-family: pangrammedium;
  padding: 6px;
  border: 1px solid #c1c1c1;
  font-weight: 400;
  font-size: 13px;
}

.TextCommon .detailtable .video,
.footer-common .detailtable .video {
  position: relative;
  margin-top: 30px;
}

.TextCommon .detailtable .video:before,
.footer-common .detailtable .video:before {
  content: '';
  display: block;
  padding-top: 56%;
}

.TextCommon .detailtable .video iframe,
.footer-common .detailtable .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.TextCommon table,
.footer-common table {
  margin: 0 0 10px;
  padding: 0;
  border-collapse: collapse;
}

.TextCommon table td,
.footer-common table td {
  padding: 6px;
  border: 1px solid #c1c1c1;
  color: #8b8b8b;
  font-family: pangramregular;
  font-size: 13px;
  line-height: 15px;
}

.TextCommon table td:nth-child(2),
.footer-common table td:nth-child(2) {
  width: 80px;
  color: #515151;
}

.TextCommon table th,
.footer-common table th {
  font-family: pangrammedium;
  padding: 6px;
  border: 1px solid #c1c1c1;
  font-weight: 400;
  font-size: 14px;
}

.strip-list {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.strip-list .list-box {
  padding: 30px 0;
  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;
}

.strip-list .list-box .single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.strip-list .list-box .single-box .strip-logo {
  margin-right: 15px;
}

.strip-list .list-box .single-box .strip-logo svg {
  height: 48px;
}

.strip-list .list-box .single-box .box-text {
  font-family: pangramregular;
  color: #515151;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 15px;
}

.strip-list .list-box .single-box .box-text b {
  font-size: 1.375rem;
  line-height: 24px;
  color: #333;
}

.footer-links {
  background: #ededed;
  padding: 40px 0;
}

.footer-links .links-block {
  margin-bottom: 15px;
}

.footer-links .links-block .link-head {
  font-size: 1.03125rem;
  line-height: 26px;
  font-family: pangrammedium;
  color: #333;
  letter-spacing: 0.02em;
}

.footer-links .links-block .link-list {
  color: #515151;
}

.footer-links .links-block .link-list .link {
  color: #515151;
  font-size: 0.8125rem;
  line-height: 24px;
  font-family: pangramregular;
  letter-spacing: 0.01em;
}

.footer-links .links-block .link-list .link:hover {
  color: #e57200;
}

@media (max-width: 1024px) {

  .footer-mid .delivery-wrpr .accept-cards,
  .footer-mid .delivery-wrpr .download-wrpr {
    width: 28%;
  }

  .footer-mid .bottom .other-links {
    margin: 0 0 0 15px;
  }

  .footer-mid .bottom .footer-left a img {
    max-width: 150px;
  }

  .footer-common .detailtable table {
    width: 400px !important;
  }
}

@media screen and (max-width: 768px) {
  .strip-list .list-box {
    padding: 20px 0;
  }

  .strip-list .list-box .single-box {
    display: block;
    width: 19%;
    text-align: center;
  }

  .strip-list .list-box .single-box .box-text b {
    display: block;
    font-size: 17px;
    font-family: pangrammedium;
  }

  .strip-list .list-box .single-box .box-text br {
    display: none;
  }

  .strip-list .list-box .single-box .strip-logo {
    margin-right: 0;
    display: block;
  }

  .strip-list .list-box .single-box .strip-logo svg {
    height: 35px;
  }
}

.menu-hover .main_menu {
  display: block !important;
}

.menu-overlay.overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 991;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main_menu {
  display: none;
}

nav ul li a {
  text-transform: capitalize !important;
}

.menu .menu-show .salemenus span {
  position: absolute;
  background: #ff4343;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 3px;
  left: 32px;
  top: 7px;
}

.menu {
  padding-top: 8px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.menu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul {
  list-style: none;
  padding: 0;
  position: relative;
  text-transform: capitalize;
}

.menu ul li {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.menu ul li a {
  text-decoration: none;
  padding: 5px 0 15px;
  margin: 0 10px;
  display: inline-block;
  color: #535353;
  position: relative;
  text-decoration: none !important;
}

.menu ul li a:hover:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 2px;
  width: 100%;
  background: #e57200;
}

.menu ul li.decor {
  position: relative;
  background: #fff;
}

.menu ul li.decor .main_menu {
  width: 150px;
  min-height: initial !important;
  padding-bottom: 0;
}

.menu ul li.decor .main_menu article {
  margin-top: 15px;
  width: auto;
}

.menu ul li.decor .decor {
  padding: 0;
  margin: 0;
}

.menu ul li.stores {
  display: none;
}

.menu ul li.franchisee {
  display: none;
}

.menu ul li.custom {
  display: none;
}

.menu ul li.bulk {
  display: none;
}

.menu ul li ul li {
  font-size: 0.8125rem;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul li ul li a {
  display: block;
  padding: 4px 0;
}

.menu ul li ul li a:before {
  display: none;
}

.menu ul li:first-child a {
  margin-left: 0;
}

.menu ul li:last-child a {
  margin-right: 0;
}

.menu ul .last-menu a {
  color: #e57200;
}

.menu ul li.menu-hover>a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 2px;
  width: 100%;
  background: #e57200;
}

.menu .Office-menu,
.menu .decor-menu {
  margin-top: 10px;
}

.menu .Office-menu i,
.menu .decor-menu i {
  height: 55px;
}

.menu i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  float: left;
  margin-top: -2px;
}

.menu .heading {
  display: block;
  text-transform: uppercase !important;
  color: #000;
  margin-bottom: 7px;
  font-family: robotomedium;
}

.menu .heading:hover {
  color: #535353 !important;
}

.menu .heading img {
  display: block;
}

.menu article {
  padding: 0 2% 20px;
  margin: 25px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu article.decor-flex {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}

.menu article.decor-flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu article.decor-flex .col {
  width: 50%;
}

.menu article+article {
  border-left: 1px solid #eae4e2;
  min-height: 245px;
}

.menu figure {
  float: right;
  width: 310px;
  margin: 0;
  padding: 35px 40px 0 0;
  text-align: right;
}

.menu figure.width-one {
  width: 310px;
}

.menu figure img {
  height: auto;
}

.menu figure.width-two {
  width: 223px;
}

.menu figure.width-two a {
  padding-top: 0;
}

.menu figure.width-three {
  width: 650px;
}

.menu figure.width-decor {
  width: auto;
}

.menu .options {
  width: 25%;
  border: none;
  color: #333;
  text-align: center;
}

.menu .options .title {
  font-size: 1rem;
  padding-top: 5px;
}

.menu .options .title span {
  font-family: robotomedium;
  font-size: 1rem;
}

.menu .options span {
  font-size: 1.5625rem;
  font-family: robotobold;
}

.menu .options small {
  font-size: 0.8125rem;
  display: block;
  margin-top: 5px;
}

.menu .options .btn-view {
  border: 1px solid #a1a1a1;
  padding: 10px 0;
  margin-top: 15px;
}

.menu .options a:hover {
  color: inherit;
}

.menu .mattress ul {
  padding-bottom: 10px;
}

.menu .mattress article {
  width: 200px;
  padding: 0 20px 20px;
  min-height: 240px;
}

.menu .mattress .last {
  width: 220px;
}

.menu .mattress .main_menu {
  min-height: auto;
}

.menu .mattress .width-one {
  width: 320px;
  padding: 15px 15px 0;
}

.menu .mattress .width-one a {
  display: inline-block;
}

.menu .mattress img {
  margin: 0;
}

.menu .mattress figure a {
  margin-left: 10px;
  padding: 0;
}

.menu>ul>li .main_menu .bospace {
  margin-top: 20px;
}

.menu>ul>li>ul {
  width: 100%;
  top: 100%;
  background: #fff;
  padding: 0 0 10px;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: none;
  -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
}

.menu ul li ul li img {
  margin-bottom: 10px;
}

.main_menu {
  min-height: 190px;
}

.main_menu .boicon-space {
  margin-top: 28px;
}

.main_menu.package {
  padding-bottom: 0;
  min-height: 380px;
}

.menu>ul>li .mattress_nav,
.menu>ul>li .sofa_nav,
.menu>ul>li .study_nav {
  width: 80%;
}

.menu>ul>li .mattress_nav,
.menu>ul>li .study_nav {
  left: 9%;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .menu .menu-show .salemenus span {
    left: 0;
    top: -6px;
    padding: 0 4px;
  }
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

.about-woodenstreet,
.common-text {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin: 30px 0;
  height: 160px;
  overflow: auto;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin-left: 0;
  text-align: justify;
}

.about-woodenstreet h2,
.common-text h2 {
  color: #e07a32;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 3px;
  text-align: center;
  display: block;
  padding-top: 3px;
}

.about-woodenstreet p,
.common-text p {
  font-size: 0.75rem;
  color: #646464;
  line-height: 20px;
  padding: 8px 0;
  text-align: justify;
}

.about-woodenstreet a,
.common-text a {
  color: #e57200;
}

.about-woodenstreet h2,
.about-woodenstreet h3,
.common-text h2,
.common-text h3 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
}

.about-woodenstreet h3,
.common-text h3 {
  text-align: left;
  font-size: 1rem;
}

.about-woodenstreet ol,
.about-woodenstreet ul,
.common-text ol,
.common-text ul {
  padding: 0;
  list-style-position: inside;
  color: #646464;
}

.about-woodenstreet ol li,
.about-woodenstreet ul li,
.common-text ol li,
.common-text ul li {
  display: block;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
  font-family: pangramregular;
  font-size: 13px;
}

.about-woodenstreet ol li:before,
.about-woodenstreet ul li:before,
.common-text ol li:before,
.common-text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #646464;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}

.about-woodenstreet ol a,
.about-woodenstreet ul a,
.common-text ol a,
.common-text ul a {
  color: #e57200;
}

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 4px 10px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
}

.autocomplete-suggestion b {
  font-weight: 400;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.request-call {
  position: fixed;
  right: 0;
  top: 0;
  top: 230px;
  width: 65px;
  outline: none;
  z-index: 9;
}

.small-fixed-popup {
  position: fixed;
  bottom: 10px;
  left: 1px;
  z-index: 9;
  cursor: pointer;
}

.small-fixed-popup .close-btn {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 23px;
  height: 23px;
  background: url(https://www.woodenstreet.com/images/common/close.png) no-repeat;
  cursor: pointer;
}

.reg-call {
  background: #fff;
  padding: 25px 20px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-radius: 5px;
  text-align: center;
  width: 500px !important;
}

.reg-call .lead {
  color: #596470;
  padding: 2px 0 5px;
  font-size: 14px;
}

.reg-call .number {
  font-size: 20px;
  color: #435471;
  font-family: robotomedium;
  font-weight: 400;
  padding-bottom: 17px;
}

.reg-call .number:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: '';
  margin-right: 8px;
  vertical-align: middle;
}

.reg-call i {
  background: #fff;
  font-size: 13px;
  font-family: robotomedium;
  color: #b8c0c9;
  font-weight: 400;
  padding: 0 8px;
  display: block;
  font-style: normal;
  margin: auto;
  z-index: 9;
  position: relative;
  width: 34px;
}

.reg-call hr {
  margin: 0;
  border-top: 1px solid #dbdee3;
  height: 0;
  margin-top: -13px;
}

.reg-call span {
  font-size: 20px;
  color: #1d2228;
  font-weight: 400;
  display: block;
}

.reg-call form {
  margin: 0 -1%;
}

.reg-call .field {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 15px 1% 0;
  border-radius: 3px;
  text-align: left;
}

.reg-call .field__input {
  color: #000;
  border: 1px solid #d9d9d9;
}

.reg-call .field__input::-webkit-input-placeholder {
  color: #707070;
}

.reg-call .field__input::-moz-placeholder {
  color: #707070;
}

.reg-call .field__input:-ms-input-placeholder {
  color: #707070;
}

.reg-call .field__input::-ms-input-placeholder {
  color: #707070;
}

.reg-call .field__input::placeholder {
  color: #707070;
}

.reg-call .full {
  width: 98%;
}

.reg-call .full .field__input {
  height: 70px;
  padding-top: 10px;
  resize: vertical;
}

.reg-call [type='button'],
.reg-call [type='submit'] {
  border: 0;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto 0;
  padding: 13px 0;
  background: #e57200;
  color: #fff;
  font-size: 1.125rem;
  font-family: robotomedium;
  font-weight: 400;
  width: 98%;
  border-radius: 3px;
  margin: 15px 0 0;
}

.reg-call [type='button'].buttonload:before,
.reg-call [type='submit'].buttonload:before {
  top: 15px;
}

.reg-call .red-placeholder {
  border: 1px solid red !important;
}

.reg-call .red-placeholder.placeholder {
  color: red;
}

.reg-call .red-placeholder:-moz-placeholder {
  color: red;
}

.reg-call .red-placeholder::-moz-placeholder {
  color: red;
}

.reg-call .red-placeholder:-ms-input-placeholder {
  color: red;
}

.reg-call .red-placeholder::-webkit-input-placeholder {
  color: red;
}

.reg-call .request-success {
  color: #00be0d;
  padding: 0;
}

.reg-call .antispam {
  height: auto;
  padding: 0;
}

.reg-call .swpmodal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.reqcall-popup.box-modal {
  background: 0 0;
}

.g-hidden {
  display: none;
}

.call-fixed {
  display: none;
}

#backtop {
  width: 64px;
  height: 64px;
  z-index: 99;
  background: #fff;
  border: 1px solid #acacac;
  position: fixed;
  -webkit-transform: translatey(115px);
  transform: translatey(115px);
  bottom: -115px;
  right: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#backtop .backtotop-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #646464;
  line-height: 12px;
}

#backtop .backtotop-icon {
  margin: 14px 0 0;
}

#backtop.show {
  bottom: 150px;
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#backtop.hide,
.breadcrumbs li#backtop:nth-last-child(-n + 1):after {
  display: inherit;
}

.breadcrumbs li:nth-last-child(-n + 1):after,
.hide {
  display: none;
}

.show {
  display: block;
}

.btn {
  padding: 5px 15px;
  font-size: 0.9375rem;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-warning {
  background: #e57200;
}

.btn-warning:hover {
  background: #bc5e00;
}

.swpmodal-container,
.swpmodal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
}

.swpmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.box-modal {
  position: relative;
  background: #fff;
  color: #000;
}

.box-modal_close {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 20px;
  line-height: 15px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  z-index: 999;
}

.box-modal_close:hover {
  color: #666;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #000;
  display: none;
  opacity: 0.8;
}

#boxes .window {
  display: none;
  z-index: 9999;
}

#boxes #dialog {
  width: 750px;
  height: 550px;
  background: 0 0;
  z-index: 2147483647;
}

#boxes #dialog,
#boxes .window {
  top: 199.5px;
  left: 551.5px;
  position: fixed;
}

.window_popup .email .subs_success {
  color: #00ab04;
}

.small-fixed-popup {
  position: fixed;
  bottom: 10px;
  left: 1px;
  z-index: 9;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {

  .container,
  .container-1200 {
    width: 100% !important;
    max-width: 100%;
  }

  .swpmodal-container,
  .swpmodal-overlay {
    overflow-x: auto;
    overflow-y: scroll;
  }

  .container,
  .container-1200 {
    width: 100% !important;
  }

  .footer-faq {
    padding: 23px 15px;
    background: #fff;
  }

  .footer-faq article .faq_text,
  .footer-faq article p {
    font-size: 0.8125rem;
    line-height: 18px;
    color: #515151;
    text-align: justify;
    margin: 0 0 12px;
    font-family: 'pangramregular';
    word-break: break-word;
  }

  .footer-faq h2,
  .footer-faq h3,
  .footer-faq h4,
  .footer-faq h5,
  .footer-faq b,
  .footer-faq strong,
  .footer-faq .faq_head {
    font-family: 'pangrammedium';
    color: #333333;
    font-weight: normal;
  }

  .footer-faq h2,
  .footer-faq h3,
  .footer-faq h4 {
    margin: 5px 0;
    font-size: 1rem;
    line-height: 20px;
  }

  .footer-faq article .faq_text,
  .footer-faq article p {
    font-size: 0.8125rem;
    line-height: 18px;
    color: #515151;
    text-align: justify;
    margin: 0 0 12px;
    font-family: 'pangramregular';
    word-break: break-word;
  }

  .footer-faq article ul,
  .footer-faq article ol {
    padding: 0 0px 0px 20px;
    margin: 0;
  }

  .footer-faq article ul li,
  .footer-faq article ol li {
    margin: 0 0 5px;
    font-family: 'pangramregular';
  }

  .footer-faq h2,
  .footer-faq h3,
  .footer-faq h4 {
    margin: 5px 0;
    font-size: 1rem;
    line-height: 20px;
  }

  .footer-faq .toggle-more a {
    color: #e57200;
  }
}

img:not([src]) {
  visibility: hidden;
}

@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

.breadcrumbs {
  background: #fff;
  padding: 10px 0;
}

.breadcrumbs a {
  color: #515151;
  font-size: 12px;
}

.breadcrumbs li {
  font-size: 12px;
  display: inline-block;
  text-transform: capitalize;
}

.breadcrumbs li:after {
  content: '\f105';
  margin: 0 7px 0 4px;
  color: #747474;
}

.breadcrumbs li.active a {
  color: #acacac;
}

.breadcrumbs .container {
  max-width: 1200px;
  margin: 0 auto;
}

.customer-reviews {
  background: #f5f5f5;
  padding: 40px 0;
}

.customer-reviews.city-stores .box {
  padding: 0 10px;
}

.customer-reviews.city-stores .box .user {
  display: none;
}

.customer-reviews.city-stores .box .btn-view {
  display: block;
  position: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.customer-reviews.city-stores .box .info {
  text-align: left;
  margin: 10px auto 15px;
}

.customer-reviews.city-stores .box:hover .btn-view {
  text-decoration: underline;
}

.customer-reviews.city-stores .box .bottom {
  margin-top: 15px;
}

.customer-reviews .testimonial-heading {
  font-size: 1.625rem;
  line-height: 30px;
  text-align: center;
  font-family: pangramregular;
  color: #333;
}

.customer-reviews .lead {
  display: block;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #646464;
  margin: 5px 0 0;
  text-align: center;
  font-family: pangramregular;
}

.customer-reviews .customer-slider {
  margin: 40px auto;
}

.customer-reviews .customer-slider .slick-next:before,
.customer-reviews .customer-slider .slick-prev:before,
.customer-reviews .customer-slider1 .slick-next:before,
.customer-reviews .customer-slider1 .slick-prev:before {
  content: '';
  background: url(https://www.woodenstreet.com/css/images/home-new1/CaretLeft.svg) no-repeat #fff;
  width: 30px;
  height: 32px;
  background-size: 30px;
}

.customer-reviews .customer-slider .slick-next,
.customer-reviews .customer-slider1 .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.customer-reviews .in {
  padding: 15px 20px;
  background: #fff;
  display: inline-block;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin: 0 5px 10px;
  text-align: center;
}

.customer-reviews .in:after,
.customer-reviews .in:before {
  display: none;
}

.customer-reviews .in figure {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.customer-reviews .in figure:before {
  display: none;
}

.customer-reviews .in figure img {
  max-height: 100%;
  margin: auto;
}

.customer-reviews .in .text-common {
  padding: 10px 0;
  display: block;
  height: 90px;
  overflow: auto;
  font-family: pangramregular;
  color: #646464;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 8px auto 10px;
}

.customer-reviews .in .text-common::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  padding-right: 10px;
}

.customer-reviews .in .text-common::-webkit-scrollbar-thumb {
  background: #707070;
}

.customer-reviews .in .text-common::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.customer-reviews .in:hover .btn-view {
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.customer-reviews .info {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #848484;
  font-family: pangramregular;
}

.customer-reviews .info span {
  font-size: 13px;
  line-height: 16px;
  color: #515151;
  padding-top: 3px;
  display: block;
}

.customer-reviews .rating-box {
  display: inline-block;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 8px;
}

.customer-reviews .rating-box .star-fill {
  display: inline-block;
  margin: 0 2px;
}

.customer-reviews .rating-box .star-fill.disabled:before {
  background: url(https://www.woodenstreet.com/images/home-new1/star-grey.svg) no-repeat;
}

.customer-reviews .rating-box .star-fill:before {
  content: '';
  background: url(https://www.woodenstreet.com/images/home-new1/star.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}

.customer-reviews .text-center {
  text-align: center;
}

.customer-reviews .view-link {
  color: #333;
  font-family: pangramregular;
  padding: 10px 0 0;
  font-size: 15px;
  display: block;
}

.customer-reviews .view-link svg {
  vertical-align: text-bottom;
  margin-left: 3px;
}

.customer-reviews .view-link:hover {
  color: #e57200;
}

.customer-reviews .view-link:hover svg {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.customer-reviews .view-link:hover svg path {
  stroke: #e57200;
}

.customer-reviews .btn-view {
  display: none;
  border: 0;
  background: #fff;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 180px;
  margin: 0 auto;
  bottom: 8px;
  font-size: 14px;
  padding: 8px 15px;
  font-family: pangramregular;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1280px) {
  .customer-reviews {
    padding: 30px 0;
  }

  .customer-reviews .testimonial-heading {
    font-size: 1.3125rem;
    line-height: 26px;
  }

  .customer-reviews .in .text-common {
    font-size: 0.8125rem;
    padding-top: 0;
  }

  .customer-reviews .lead {
    font-size: 0.875rem;
    line-height: 18px;
    margin: 2px 0 0;
  }

  .customer-reviews .customer-slider {
    margin: 30px auto;
  }
}

@media screen and (max-width: 768px) {
  .customer-reviews .bottom {
    margin-top: 20px;
    padding-top: 0;
  }
}

.signup-thanku {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-thanku .text-bottom {
  padding-top: 60px !important;
}

.signup-thanku #signup_popup_wrapper {
  width: 100%;
  text-align: center;
}

.thanku-success-msg {
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 30px 25px;
  margin: 0 auto;
  position: relative;
}

.thanku-success-msg span {
  display: block !important;
  font-size: 1.5625rem;
  font-family: robotomedium;
  padding: 15px 0 0 !important;
  text-transform: capitalize;
}

.thanku-success-msg p {
  font-size: 0.9375rem;
  color: #000;
  padding: 10px 0;
  line-height: 25px;
}

.thanku-success-msg a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #e57200;
  font-size: 1rem;
  padding: 6px 17px;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
}

.thanku-success-msg .text-bottom {
  font-size: 0.75rem;
  display: block;
  color: #000;
  padding: 15px 0;
}

.thanku-success-msg .swpmodal-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  background: 0 0;
  color: #000;
}

.thanku-success-msg .wallet-btn {
  margin-left: 8px;
}

.buttonload {
  position: relative;
}

.buttonload:before {
  -webkit-animation: 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 11px;
  background: url(https://www.woodenstreet.com/images/spinner-solid.png) no-repeat left center;
  content: '';
  width: 18px;
  height: 18px;
  display: block;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.pincodeloader {
  position: absolute;
  right: 40px;
  top: 2px;
}

.pincodeloader:before {
  background: url(https://www.woodenstreet.com/images/spinner-orange.png) no-repeat left center;
}

.button-disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.7;
}

.error-block {
  font-size: 0.75rem;
  color: #e32526;
  line-height: normal;
  padding-top: 5px;
}

.field {
  position: relative;
}

.field__label {
  color: #4b4a4a;
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  padding: 0 5px;
  text-overflow: ellipsis;
  top: -5px;
  left: 10px;
  display: inline-block;
  text-align: left;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background: #fff;
  z-index: 1;
}

.field__input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #4b4a4a;
  font-size: 0.8125rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.field__input.placeholder {
  color: #4b4a4a;
}

.field__input:-moz-placeholder {
  color: #4b4a4a;
}

.field__input::-moz-placeholder {
  color: #4b4a4a;
}

.field__input:-ms-input-placeholder {
  color: #4b4a4a;
}

.field__input::-webkit-input-placeholder {
  color: #4b4a4a;
}

.field__input.placeholder {
  font-size: 13px;
  color: #a6acb2;
}

.field__input:-moz-placeholder {
  font-size: 13px;
  color: #a6acb2;
}

.field__input::-moz-placeholder {
  font-size: 13px;
  color: #a6acb2;
}

.field__input:-ms-input-placeholder {
  font-size: 13px;
  color: #a6acb2;
}

.field__input::-webkit-input-placeholder {
  font-size: 13px;
  color: #a6acb2;
}

.field--not-empty .field__label {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.field input:-webkit-autofill,
.field input:-webkit-autofill:active,
.field input:-webkit-autofill:focus,
.field input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

.ws-mini-cart {
  width: 450px;
  position: fixed;
  right: -550px;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
}

.ws-mini-cart .loader {
  position: relative;
  background: #f7f7f8;
}

.ws-mini-cart .loader img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.ws-mini-cart .loader:before {
  content: '';
  display: block;
  padding-top: 160%;
}

.ws-mini-cart img {
  vertical-align: bottom;
}

.ws-mini-cart .btn-shop {
  font-size: 0.875rem;
  color: #e57200;
  border: 1px solid #e57200;
  padding: 5px 15px;
  font-family: robotoregular;
}

.ws-mini-cart .mCustomScrollbar {
  max-height: 100vh;
  padding-bottom: 250px;
  display: block;
}

.ws-mini-cart .btn-notification {
  width: 210px;
  margin: 15px auto;
  display: block;
  text-align: center;
}

.ws-mini-cart .btn-notification:hover {
  color: #fff;
  background: #e57200;
}

.mini-cart-top {
  background: #2a3a56;
  padding: 15px 15px 0;
}

.mini-cart-top .title {
  font-size: 1.25rem;
  font-family: robotolight;
  color: #fff;
  margin: 15px 0 20px;
  display: block;
}

.mini-cart-top .mini-cart-back {
  display: inline-block;
  cursor: pointer;
}

.mini-cart-top .mini-cart-back img {
  vertical-align: middle;
}

.mini-cart-tabs {
  text-align: center;
}

.mini-cart-tabs li {
  display: inline-block;
  width: 33.3%;
  font-size: 0.875rem;
  position: relative;
}

.mini-cart-tabs li.active a {
  color: #e57200;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.mini-cart-tabs a {
  display: block;
  color: #fff;
  padding: 10px 0;
}

.mini-cart-tabs .notificationCount {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 0.625rem;
  color: #fff;
  width: 18px;
  height: 18px;
  background: #e57200;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
}

.mini-cart-options {
  display: none;
}

.mini-cart-options .iteam {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 10px 25px 75px;
  position: relative;
}

.mini-cart-options span {
  font-size: 1.25rem;
  color: #373737;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mini-cart-options p {
  font-size: 0.8125rem;
  color: #8b8b8b;
  padding-bottom: 10px;
}

.mini-cart-options .circel {
  width: 51px;
  height: 51px;
  background: #f5f5f5;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 25px;
  left: 10px;
  text-align: center;
  line-height: 35px;
}

.mini-cart-options .btn-close {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.mini-cart-options .btn-clear {
  font-size: 0.875rem;
  color: #e57200;
  text-align: right;
  display: block;
  text-decoration: underline;
  padding-right: 15px;
  padding-top: 10px;
  cursor: pointer;
}

.mini-cart-options.active {
  display: block;
}

.mini-cart-product {
  padding: 0 15px;
  display: none;
}

.mini-cart-product li {
  position: relative;
  padding: 18px 0 18px 95px;
  color: #707070;
  font-size: 0.8125rem;
  border-bottom: 1px solid #e5e5e5;
}

.mini-cart-product li:last-child {
  border-bottom: none;
}

.mini-cart-product img {
  position: absolute;
  left: 0;
  top: 28px;
  width: 82px;
}

.mini-cart-product span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mini-cart-product p {
  display: inline-block;
  width: 49%;
  font-family: robotolight;
  line-height: 18px;
  vertical-align: top;
  padding-top: 5px;
}

.mini-cart-product .right-text {
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
  font-size: 0.6875rem;
}

.mini-cart-product strong {
  font-family: robotoregular;
  font-size: 0.9375rem;
  display: block;
  font-weight: 400;
}

.mini-cart-product .color-orange {
  color: #e57200;
}

.mini-cart-product a {
  font-family: robotolight;
  font-size: 0.8125rem;
  display: inline-block;
  color: #707070;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  text-align: center;
  margin-top: 10px;
  padding: 3px 10px;
  width: 48%;
}

.mini-cart-product a.goToCart,
.mini-cart-product a.goTowishList,
.mini-cart-product a:hover {
  background: #e57200;
  color: #fff;
  border-color: #e57200;
}

.mini-cart-product .btn-move {
  margin-right: 0;
}

.notifications {
  text-align: center;
  padding: 80px 0;
}

.notifications .circel {
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  position: inherit;
}

.notifications span {
  color: #707070;
  display: block;
  margin: 15px auto;
  font-size: 1.25rem;
}

.notifications img {
  position: inherit;
}

.mini-cart-overlay {
  display: none;
}

.mini-cart-overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

.mini-cart-overlay.active .swpmodal-close {
  position: absolute;
  right: 455px;
  top: 5px;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #434343;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 110px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.breadcrumbs li.snackbar:nth-last-child(-n + 1):after,
.snackbar.hide {
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
  display: block;
}

@-webkit-keyframes fadein {
  0% {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 110px;
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 110px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    bottom: 110px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    bottom: 110px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.TopSearchesBox {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  right: 0;
  z-index: 9;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 7px 0.72px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 7px 0.72px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
}

.TopSearchesBox .flex {
  position: relative;
  -webkit-box-shadow: 0 7px 7px 0.72px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 7px 0.72px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
}

.TopSearchesBox #noresult {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  display: block;
}

.TopSearchesBox .left {
  border-right: 1px solid #f3f3f4;
  width: 100%;
}

.TopSearchesBox .right {
  width: 65%;
  padding: 20px;
}

.TopSearchesBox .title {
  font-size: 0.875rem;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.treding .resent-searchs a {
  display: block;
  font-size: 0.8125rem;
  color: #4a4a4a;
  padding: 12px 0;
  position: relative;
}

.treding .resent-searchs a b {
  font-weight: 400;
  font-family: robotomedium;
}

.treding .resent-searchs li {
  padding-left: 45px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.treding .resent-searchs li:before {
  content: '';
  position: absolute;
  background: url(https://www.woodenstreet.com/mobile/images-m/icons/resent.svg) no-repeat;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 15px;
}

.treding .resent-searchs li:hover {
  background: #f5f5f5;
}

.treding .resent-searchs li:hover a {
  color: #e57200;
}

.treding .titlesm {
  font-size: 15px;
  padding: 15px 17px 10px;
}

.mostSearches a {
  display: block;
  font-size: 0.8125rem;
  color: #4a4a4a;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 10px 12px 20px;
  position: relative;
}

.mostSearches a:last-child {
  border: none;
}

.mostSearches a:hover {
  background: #f5f5f5;
  color: #e57200;
}

.mostSearches a b {
  font-weight: 400;
  font-family: robotomedium;
  color: #000;
}

.mostSearches .selected a {
  background: #f5f5f5;
  color: #e57200;
}

.Products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Products-list li {
  width: 31%;
  text-align: center;
  margin-right: 3%;
}

.Products-list li a {
  color: #4a4a4a;
  font-size: 0.8125rem;
}

.Products-list li:nth-child(-n + 3) {
  margin-bottom: 15px;
}

.Products-list li figure {
  margin-bottom: 5px;
}

.Products-list li p {
  margin-top: 5px;
  font-size: 0.75rem;
}

.Products-list li p span {
  text-decoration: line-through;
}

.Products-list li .proname {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Products-list li:nth-of-type(3n) {
  margin-right: 0;
}

.help-you {
  border-top: 1px solid #f3f3f4;
  padding-top: 20px;
}

.help-you .helplinks {
  margin-bottom: 0;
}

.help-you span {
  display: inline-block;
  margin-bottom: 5px;
}

.help-you a {
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  font-size: 0.8125rem;
  padding: 5px 20px;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

.help-you a:hover {
  color: #e57200;
}

.help-you a:first-child {
  margin-right: 3px;
}

@media only screen and (max-width: 992px) {
  .TopSearchesBox {
    width: 400px;
    left: -70px;
  }
}

@media only screen and (max-width: 1099px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }

  .container-1300 {
    width: 960px;
    margin: 0 auto;
  }

  .container-1200 {
    width: 960px;
    margin: 0 auto;
  }

  .container-1170 {
    width: 960px;
    margin: 0 auto;
  }

  header .header-search {
    width: 360px;
  }

  header .container {
    max-width: 1100px;
  }

  .menu ul li a {
    padding: 5px 5px 15px;
    margin: 0;
  }

  .menu ul li a:first-child {
    padding-left: 4px;
  }

  .menu figure {
    width: 432px;
  }

  .menu figure.width-one {
    width: 258px;
  }

  .menu figure.width-two {
    display: none;
  }

  .menu .mattress article {
    width: 180px;
    padding: 0 10px;
  }

  .menu .mattress .last {
    width: 190px;
  }

  .menu .mattress .width-one {
    width: 400px;
  }

  .menu .mattress .width-one img {
    width: 178px;
    height: 238px;
  }

  .request-call {
    display: none;
  }
}

@media (max-width: 1280px) {
  header .container {
    max-width: 1180px;
  }

  .disocunt-strip {
    padding: 8px 14px;
  }

  .disocunt-strip i.store {
    vertical-align: top;
  }

  .container-1200 {
    max-width: 1180px;
  }
}

@media (max-width: 1024px) {
  .menu figure {
    width: 310px;
    padding: 20px 20px 0 0;
  }

  .menu article {
    padding: 0 1% 20px;
    margin: 10px 0 0;
  }

  .disocunt-strip {
    padding: 10px 14px;
  }

  .disocunt-strip i.store {
    width: 16px;
  }

  .disocunt-strip i.store svg {
    margin: 0 0 0 -3px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    width: 730px;
  }

  .container-1300 {
    width: 730px;
  }

  .container-1200 {
    width: 730px;
  }

  .container-1170 {
    width: 730px;
  }

  .disocunt-strip {
    font-size: 0.6875rem;
  }

  header .header-search {
    width: 220px;
  }

  header .logo img {
    width: 178px;
  }

  header .top-login {
    padding-left: 6px;
    margin: 0 7px;
  }

  header .cart {
    margin-left: 10px;
  }

  header .whislist-cart {
    margin-left: 6px;
    margin-right: 6px;
  }

  header .store {
    padding-left: 10px;
    margin: 0 10px;
  }

  .disocunt-strip .container-1200 ul li {
    margin-left: 5px;
    font-size: 12px;
  }

  .disocunt-strip i {
    margin: -1px 1px 0;
  }

  .disocunt-strip .container-1200 ul li svg {
    width: 14px;
    height: 14px;
  }

  .disocunt-strip .container-1200 ul li .store svg {
    width: 17px;
    height: 17px;
  }

  .disocunt-strip ul li:nth-child(n + 2) {
    padding-left: 5px;
  }

  .menu ul li a {
    padding: 5px 4px 10px;
    font-size: 0.75rem;
  }

  .menu figure {
    display: none;
  }

  .menu figure.width-three {
    width: 470px;
    display: block;
  }

  .menu article {
    width: 145px;
    padding: 0 10px 20px;
  }

  .menu article+article {
    padding: 0 10px 20px;
  }

  .footer-mid article a {
    font-size: 0.8125rem;
  }

  .footer-mid .social-link {
    text-align: center;
    margin: 15px 0 0;
  }

  .footer-mid .bottom {
    display: block;
    padding: 25px 0;
  }

  .footer-mid .bottom .footer-left {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .footer-mid .bottom .other-links {
    margin: 0;
  }

  .footer-mid .delivery-wrpr {
    display: block;
    padding: 20px 0;
    margin-top: 25px;
  }

  .footer-mid .delivery-wrpr .accept-cards,
  .footer-mid .delivery-wrpr .download-wrpr {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .footer-mid .delivery-wrpr .accept-cards {
    margin: 0 20px 0 0;
  }

  .footer-mid .delivery-wrpr .delivery-city {
    width: 100%;
    margin: 0 0 15px;
  }

  .footer-new .media-slider {
    width: 700px;
  }

  #backtop {
    display: none;
  }

  .footer-mid article.last {
    padding-left: 15px;
  }

  .footer-common {
    display: block;
    height: 390px;
    position: relative;
    overflow: auto;
  }

  .TextCommon,
  .footer-common {
    margin: 25px auto;
    padding: 15px;
  }

  .TextCommon h2,
  .TextCommon h3,
  .TextCommon h4,
  .footer-common h2,
  .footer-common h3,
  .footer-common h4 {
    font-size: 15px;
  }
}

.chatbox,
.feedback {
  display: none;
  width: 64px;
  height: 64px;
  z-index: 99;
  background: #fff;
  border: 1px solid #acacac;
  position: fixed;
  -webkit-transform: translatey(115px);
  transform: translatey(115px);
  bottom: 202px;
  right: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.chatbox .chatbox-text,
.chatbox .feedback-text,
.feedback .chatbox-text,
.feedback .feedback-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #646464;
  line-height: 12px;
}

.chatbox .chatbox-icon,
.feedback .chatbox-icon {
  margin: 14px 0 0;
}

.chatbox {
  bottom: 140px;
  background: #e7e7e7;
}

#backtop {
  width: 64px;
  height: 64px;
  z-index: 99;
  background: #fff;
  border: 1px solid #acacac;
  position: fixed;
  -webkit-transform: translatey(115px);
  transform: translatey(115px);
  bottom: -115px;
  right: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#backtop .backtotop-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #646464;
  line-height: 12px;
}

#backtop .backtotop-icon {
  margin: 14px 0 0;
}

#backtop.show {
  bottom: 150px;
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#backtop.hide,
.breadcrumbs li#backtop:nth-last-child(-n + 1):after {
  display: inherit;
}

.breadcrumbs li:nth-last-child(-n + 1):after,
.hide {
  display: none;
}

.show {
  display: block;
}

.ask_questions {
  background: #fff;
  padding: 10px 20px 0;
  margin: 10px auto 0;
  width: 100%;
}

.ask_questions .custom-heading {
  text-align: center;
  font-size: 1.5625rem;
}

.ask_questions .custom-heading p {
  font-size: 0.8125rem;
  margin: 10px 0;
}

.ask_questions .custom-heading a {
  color: #000;
}

.ask_questions .custom-heading .btn {
  background: #434343;
  color: #fff;
  padding: 8px 40px;
  border-radius: 3px;
}

.ask_questions .title {
  font-family: pangrammedium;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 23px;
  color: #333;
}

.ask_questions .title:after {
  position: absolute;
  color: #d9d9d9;
  font-size: 1.25rem;
  left: 8px;
  bottom: -16px;
}

.ask_questions p,
.ask_questions span {
  position: relative;
  padding-left: 20px;
  display: block;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: pangramregular;
  color: #515151;
}

.ask_questions p:before,
.ask_questions span:before {
  display: inline-block;
  font-size: 0.875rem;
  color: #000;
  content: 'Q';
  position: absolute;
  left: 0;
  top: 3px;
  font-family: pangrammedium;
  line-height: normal;
}

.ask_questions span {
  color: #515151;
  font-size: 0.9375rem;
  font-family: pangrammedium;
}

.ask_questions p {
  padding-bottom: 10px;
  line-height: 20px;
}

.ask_questions p:before {
  content: 'A';
  top: 1px;
}