@charset "UTF-8";
body {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  overflow-x: hidden; }
  body p, body span, body a, body li, body ul, body h1, body h2, body h3, body h4, body strong, body div {
    font-family: "Assistant", sans-serif; }
  body h1 {
    font-size: 45px; }
  body h2 {
    font-size: 30px; }
  body h3 {
    font-size: 20px; }
  body a {
    color: #000; }
    body a:hover, body a:visited, body a:focus {
      color: #000; }

*:focus {
  outline: 0 !important; }

article div, article p, article span, article a {
  font-size: 18px;
  line-height: 29px; }

.underlay {
  z-index: 222;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(119, 119, 119, 0.9);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s; }

.full-screen-back {
  background: url(http://smartxsb.com/wp-content/uploads/2016/12/loginBG.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%; }

.blink {
  animation: blinker 3s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

@media (min-width: 1024px) and (max-width: 1280px) {
  body {
    overflow-x: hidden; } }

header.site-header {
  width: 100%;
  z-index: 55;
  height: 98px;
  position: sticky;
  top: 0;
  background: #fff; }
  header.site-header.sticky {
    background: #fff;
    box-shadow: 1px 2px 20px 0 rgba(0, 0, 0, 0.3); }
  header.site-header .top-bar:before, header.site-header .top-bar:after {
    content: " ";
    display: table; }
  header.site-header .top-bar:after {
    clear: both; }
  header.site-header .site-branding {
    float: right;
    margin-top: 15px; }
  header.site-header .affix-logo {
    display: none; }
  header.site-header a, header.site-header i, header.site-header span {
    color: #000;
    font-size: 18px; }
  header.site-header .top-menu {
    float: right;
    margin-top: 45px; }
    header.site-header .top-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header.site-header .top-menu ul li {
        display: inline-block;
        padding: 0 10px; }
        header.site-header .top-menu ul li a {
          text-decoration: none;
          font-weight: 600; }
  header.site-header .left-side {
    float: left;
    margin: 25px 25px 0 0; }
  header.site-header .user-login a, header.site-header .user-login i {
    margin-left: 10px;
    color: #000;
    font-weight: 600; }
  header.site-header .user-login .bmd-myaccount {
    font-weight: 600;
    color: #8f8969; }
  header.site-header .shopping-cart {
    position: relative;
    float: right;
    font-weight: 600; }
    header.site-header .shopping-cart span, header.site-header .shopping-cart a, header.site-header .shopping-cart i {
      color: #8d5242; }
    header.site-header .shopping-cart .shopping-cart-content {
      display: none;
      position: absolute;
      background: #e8e8e8;
      z-index: 10000;
      padding: 5px;
      width: 340px;
      left: -88px;
      text-align: right;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    header.site-header .shopping-cart:hover .shopping-cart-content {
      display: block; }

/* Affix */
header.affix, header.sticky {
  background: #fff;
  position: fixed; }

.logged-in nav.navbar.navbar-default {
  margin: 30px 50px 23px 0; }

nav.navbar.navbar-default {
  border: 0;
  min-height: inherit;
  margin: 30px 24px 23px 0;
  background: rgba(255, 255, 255, 0.78);
  padding: 0;
  position: relative;
  float: right;
  -webkit-box-shadow: inset 0 1px 0 #221c13, 0 1px 5px rgba(0, 0, 0, 0.88);
  box-shadow: inset 0 1px 0 #221c13, 0 1px 5px rgba(0, 0, 0, 0.88); }
  nav.navbar.navbar-default .bmd-nav {
    padding: 0; }
  nav.navbar.navbar-default ul li {
    padding: 10px 20px;
    border-left: 1px solid #000; }
    nav.navbar.navbar-default ul li:last-of-type {
      border-left: 0; }
    nav.navbar.navbar-default ul li.current-menu-item {
      background: transparent; }
      nav.navbar.navbar-default ul li.current-menu-item a:hover {
        background-color: transparent;
        color: #fff; }
      nav.navbar.navbar-default ul li.current-menu-item a {
        color: #8d5242;
        background-color: transparent; }
    nav.navbar.navbar-default ul li:hover {
      background-color: #8d5242; }
      nav.navbar.navbar-default ul li:hover a {
        color: #fff; }
    nav.navbar.navbar-default ul li a {
      font-size: 18px;
      color: #1e1913;
      font-weight: 600;
      padding: 0; }

.logged-in header .left-side {
  margin: 13px 15px 0 0; }

@media (max-width: 1024px) {
  header.site-header {
    padding: 0 15px; }
    header.site-header .left-side {
      margin: 0;
      position: absolute;
      left: 15px;
      top: 64px; }
  header.site-header.affix {
    height: 98px; }
    header.site-header.affix nav.navbar.navbar-default {
      margin: 15px 0 10px; }
  .top-menu {
    float: none; }
  .site-branding {
    float: none;
    margin: 18px 0 0 15px !important; }
    .site-branding img {
      width: 175px; }
  nav.navbar.navbar-default {
    margin: 15px 0 10px;
    position: absolute;
    left: 15px;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff; }
    nav.navbar.navbar-default .navbar-toggle, nav.navbar.navbar-default .navbar-toggle:hover, nav.navbar.navbar-default .navbar-toggle:focus {
      border: 0;
      margin: 0;
      box-shadow: none;
      background: #8d5242; }
      nav.navbar.navbar-default .navbar-toggle span, nav.navbar.navbar-default .navbar-toggle:hover span, nav.navbar.navbar-default .navbar-toggle:focus span {
        color: #fff; }
      nav.navbar.navbar-default .navbar-toggle span.icon-bar, nav.navbar.navbar-default .navbar-toggle:hover span.icon-bar, nav.navbar.navbar-default .navbar-toggle:focus span.icon-bar {
        background-color: #fff;
        width: 29px; }
    nav.navbar.navbar-default .bmd-nav {
      padding: 0;
      position: absolute;
      background: #fff;
      z-index: 99999;
      left: 0;
      width: 180px;
      border: 1px solid #000;
      border-radius: 1px;
      margin-top: 2px; }
    nav.navbar.navbar-default ul li {
      border-left: 0; }
  .logged-in nav.navbar.navbar-default {
    margin: 15px 0 10px; }
  .user-login {
    display: none; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  header.site-header {
    padding: 0 15px; }
    header.site-header .left-side {
      margin: 0;
      position: absolute;
      left: 15px;
      top: 64px; }
  nav.navbar.navbar-default {
    margin: 15px 0 10px;
    position: absolute;
    left: 15px;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff; }
    nav.navbar.navbar-default .navbar-toggle, nav.navbar.navbar-default .navbar-toggle:hover, nav.navbar.navbar-default .navbar-toggle:focus {
      border: 0;
      margin: 0;
      box-shadow: none;
      background: #8d5242; }
      nav.navbar.navbar-default .navbar-toggle span, nav.navbar.navbar-default .navbar-toggle:hover span, nav.navbar.navbar-default .navbar-toggle:focus span {
        color: #fff; }
      nav.navbar.navbar-default .navbar-toggle span.icon-bar, nav.navbar.navbar-default .navbar-toggle:hover span.icon-bar, nav.navbar.navbar-default .navbar-toggle:focus span.icon-bar {
        background-color: #fff;
        width: 29px; }
    nav.navbar.navbar-default .bmd-nav {
      padding: 0;
      position: absolute;
      background: #fff;
      z-index: 99999;
      left: 0;
      width: 180px;
      border: 1px solid #000;
      border-radius: 1px;
      margin-top: 2px; }
    nav.navbar.navbar-default ul li {
      border-left: 0; }
  .user-login {
    display: none; } }

footer.site-footer {
  background: #333;
  min-height: 300px; }
  footer.site-footer div[class^="footer-"] {
    padding: 0 15px; }
  footer.site-footer .wpcf7 {
    direction: rtl; }
    footer.site-footer .wpcf7 input, footer.site-footer .wpcf7 textarea, footer.site-footer .wpcf7 select {
      width: 100%;
      margin-bottom: 5px;
      border-radius: 0; }
    footer.site-footer .wpcf7 input[type='submit'] {
      width: 90px;
      border-radius: 0;
      padding: 10px 0;
      box-shadow: none;
      border: 0;
      font-size: 16px;
      background-color: #8d5242;
      color: #fff;
      font-weight: 600;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      footer.site-footer .wpcf7 input[type='submit']:hover {
        background-color: #D39936;
        color: #333 !important; }
    footer.site-footer .wpcf7 .alert-warning {
      background-color: transparent;
      border-color: transparent;
      color: #cf2e34;
      padding: 0; }
    footer.site-footer .wpcf7 .wpcf7-mail-sent-ok {
      border: 0;
      padding: 0;
      background: transparent;
      color: #398f14;
      font-size: 18px;
      margin: 0; }
    footer.site-footer .wpcf7 .wpcf7-validation-errors, footer.site-footer .wpcf7 .wpcf7-mail-sent-ng {
      border: 0;
      padding: 0;
      background: transparent;
      color: #cf2e34;
      font-size: 18px;
      margin: 0; }
    footer.site-footer .wpcf7 .wpcf7-form-control-wrap + br {
      display: none; }
    footer.site-footer .wpcf7 .mc4wp-checkbox {
      display: none; }
  footer.site-footer h2.widget-title {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    padding-bottom: 15px; }
  footer.site-footer ul {
    list-style-type: none; }
    footer.site-footer ul.product-categories {
      margin: 0; }
    footer.site-footer ul > li a {
      color: #fff;
      font-weight: 600; }
      footer.site-footer ul > li a:focus {
        color: #D39936; }
      footer.site-footer ul > li a:visited {
        color: #fff; }
    footer.site-footer ul > li:hover > a {
      color: #D39936; }

article footer {
  background: transparent;
  min-height: inherit; }

.latest-guides ul {
  margin: 0;
  padding: 0 10px 0 0; }
  .latest-guides ul li a {
    color: #fff; }
    .latest-guides ul li a.guide-title {
      color: #D39936; }

/*
* Defaults
*/
.section-title {
  text-align: right;
  margin: 0 0 45px;
  font-weight: 600;
  display: inline-block;
  position: relative; }
  .section-title:before {
    content: "";
    width: 100px;
    height: 3px;
    display: inline-block;
    background: #d7953e;
    position: absolute;
    bottom: -15px; }

.section-desc {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600; }

/*
* Top Video
*/
.video-container {
  max-height: 585px;
  position: relative;
  overflow: hidden;
  margin-top: -3px; }
  .video-container .video-caption {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5; }
    .video-container .video-caption h1 {
      color: #FFF;
      margin: 0;
      font-size: 50px; }
      .video-container .video-caption h1 strong {
        font-size: 65px; }
  .video-container .embed-responsive:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

i.arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  color: #fff;
  font-size: 55px;
  z-index: 9999; }

/*
  * Order Wood Section
  */
.wood-by-order {
  background-repeat: repeat; }
  .wood-by-order .hr {
    height: 12px;
    position: relative; }
    .wood-by-order .hr .line {
      position: relative;
      left: 0;
      right: 0;
      margin-top: -1px;
      height: 1px;
      background: black;
      -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.61);
      -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.61);
      box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.61); }
    .wood-by-order .hr .triangle {
      position: absolute;
      width: 0;
      height: 0;
      border-bottom: 8px solid black;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid transparent;
      top: 1px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: -1px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .wood-by-order .hr .triangle .inner {
        position: absolute;
        top: -4px;
        left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid transparent; }

.select-wood {
  text-align: center;
  margin-bottom: 50px; }
  .select-wood span {
    font-size: 15px;
    font-weight: 700;
    color: #8d5242; }
  .select-wood img {
    position: relative;
    top: 20px;
    left: -4px; }

.wood-form {
  margin: 60px auto; }
  .wood-form .pic {
    background-size: cover;
    background-image: url(http://localhost/bemida/wp-content/uploads/2017/01/wood-order-thumb.jpg);
    height: 465px; }
  .wood-form h1 {
    text-align: center;
    color: #8d5242;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px; }
  .wood-form h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600; }
  .wood-form h2 {
    color: #8d5242;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px; }
  .wood-form .toggle-type.current {
    -webkit-box-shadow: 0px -1px 7px 5px #D39936;
    -moz-box-shadow: 0px -1px 7px 5px #D39936;
    box-shadow: 0px -1px 7px 5px #D39936;
    color: #fff; }
  .wood-form .first-choice, .wood-form .wood-choice {
    text-align: center;
    margin-bottom: 20px; }
    .wood-form .first-choice button, .wood-form .wood-choice button, .wood-form .wood-choice a  {
      width: 170px;
      height: 170px;
      border-radius: 50%;
      margin-left: 40px;
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
      padding: 5px 15px;
      color: #000;
      border: 0;
      background-image: url(../images/wood-1108307_1920.jpg) ;
      -webkit-box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.5);
      box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.5);
      -webkit-transition: border 0.2s ease-in-out;
      -moz-transition: border 0.2s ease-in-out;
      -ms-transition: border 0.2s ease-in-out;
      -o-transition: border 0.2s ease-in-out;
      transition: border 0.2s ease-in-out; }
      .wood-form .first-choice button.selected, .wood-form .wood-choice button.selected {
        -webkit-box-shadow: 0px -1px 7px 5px #D39936;
        -moz-box-shadow: 0px -1px 7px 5px #D39936;
        box-shadow: 0px -1px 7px 5px #D39936;
        color: #fff; }
      .wood-form .first-choice button:focus, .wood-form .first-choice button:active, .wood-form .wood-choice button:focus, .wood-form .wood-choice button:active {
        border: 0; }
      .wood-form .first-choice button span, .wood-form .wood-choice button span {
        margin-left: 0;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.57);
        padding: 0 5px;
        color: #fff;
        font-weight: 600; }
    .wood-form .first-choice span, .wood-form .wood-choice span {
      font-size: 20px; }
  .wood-form .demo-wood {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: relative;
    margin: 60px auto; }
    .wood-form .demo-wood .wrapper {
      opacity: 0.3; }
    .wood-form .demo-wood p.soon {
      font-size: 40px;
      font-weight: 700;
      position: absolute;
      top: 50px;
      left: 50%;
      color: #8d5242;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 999; }
    .wood-form .demo-wood.clicked form.demo {
      opacity: 0.2;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
    .wood-form .demo-wood.clicked .images {
      opacity: 0.2;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
    .wood-form .demo-wood.clicked:before {
      content: "יש לבחור סוג עץ תחילה";
      font-weight: 600;
      font-size: 32px;
      color: #8d5242;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 999; }
  .wood-form .chosen-wood {
    margin: 70px auto 0; }
    .wood-form .chosen-wood i {
      font-size: 60px;
      color: #8d5242;
      margin: 45px auto 0;
      display: block;
      text-align: center; }
    .wood-form .chosen-wood .popover-sign {
      position: absolute;
      top: 0;
      left: 0; }
      .wood-form .chosen-wood .popover-sign i {
        font-size: 20px;
        margin: 0; }
    .wood-form .chosen-wood .popover .arrow {
      display: none !important; }
    .wood-form .chosen-wood .popover.right {
      margin-right: 0;
      margin-top: -10px; }
  .wood-form .help-box {
    border-top: 3px solid #d7953e; }
    .wood-form .help-box h2 {
      font-size: 25px;
      font-weight: 700;
      color: #d7953e;
      padding-top: 15px; }
    .wood-form .help-box p {
      font-size: 16px; }
    .wood-form .help-box a {
      font-size: 16px;
      text-decoration: underline;
      color: #8d5242; }
      .wood-form .help-box a:hover, .wood-form .help-box a:visited, .wood-form .help-box a:focus {
        color: #8d5242; }
  .wood-form .woocommerce .summary {
    margin: 30px auto !important;
    float: none !important;
    width: inherit !important; }
    .wood-form .woocommerce .summary h1.product_title {
      display: none; }
    .wood-form .woocommerce .summary p.price {
      display: none; }
  .wood-form .woocommerce .woocommerce-tabs {
    display: none !important; }
  .wood-form .woocommerce form.cart:before, .wood-form .woocommerce form.cart:after, .wood-form .woocommerce form.demo:before, .wood-form .woocommerce form.demo:after {
    content: " ";
    display: table; }
  .wood-form .woocommerce form.cart:after, .wood-form .woocommerce form.demo:after {
    clear: both; }
  .wood-form .woocommerce form.cart .col-sm-8, .wood-form .woocommerce form.demo .col-sm-8 {
    padding-left: 30px; }
  .wood-form .woocommerce form.cart .variations td.label, .wood-form .woocommerce form.demo .variations td.label {
    text-align: right;
    width: 125px;
    display: table-cell; }
  .wood-form .woocommerce form.cart label, .wood-form .woocommerce form.demo label {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    width: 48%;
    padding-bottom: 5px;
    margin-left: 10px;
    position: relative; }
    .wood-form .woocommerce form.cart label:nth-of-type(odd), .wood-form .woocommerce form.demo label:nth-of-type(odd) {
      float: right; }
  .wood-form .woocommerce .related {
    display: none; }
  .wood-form .woocommerce .sku_wrapper {
    display: none; }

.home .wood-form .woocommerce .images {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .home .wood-form .woocommerce .images {
      float: left;
      width: 33.33333%; } }
  .home .wood-form .woocommerce .images img {
    display: block;
    margin: 0 auto; }

.home .wood-form .woocommerce .help-box {
  float: left;
  margin-top: 25px;
  width: 33%;
  padding: 0 15px; }

#kant-type {
  width: 300px; }

.wood-diagram {
  display: none;
  width: 125px;
  margin: 25px 0;
  height: 125px;
  position: relative; }
  .wood-diagram .wood-side-n {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: #8d5242; }
    .wood-diagram .wood-side-n.selected {
      background: #D39936; }
  .wood-diagram .wood-side-e {
    position: absolute;
    top: 0;
    right: 0;
    height: 125px;
    width: 3px;
    background: #8d5242; }
    .wood-diagram .wood-side-e.selected {
      background: #D39936; }
  .wood-diagram .wood-side-s {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #8d5242; }
    .wood-diagram .wood-side-s.selected {
      background: #D39936; }
  .wood-diagram .wood-side-w {
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    width: 3px;
    background: #8d5242; }
    .wood-diagram .wood-side-w.selected {
      background: #D39936; }
  .wood-diagram div[id^="wood-side-button"] {
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    background: #8d5242;
    font-weight: 600;
    font-size: 18px;
    border-radius: 100%; }
    .wood-diagram div[id^="wood-side-button"]:hover {
      background: #D39936;
      cursor: pointer; }
    .wood-diagram div[id^="wood-side-button"].selected {
      background: #D39936; }
  .wood-diagram #wood-side-button-n {
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wood-diagram #wood-side-button-s {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wood-diagram #wood-side-button-e {
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .wood-diagram #wood-side-button-w {
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .wood-diagram .width-label {
    position: absolute;
    bottom: -30px;
    right: 20px;
    font-weight: 600; }
/*   .wood-diagram .height-label {
    position: absolute;
    top: 0px;
    left: -30px;
    font-weight: 600; } */
  .wood-diagram .height-label {
    position: absolute;
    top: 50px;
    left: -90px;
    font-weight: 600; }

/*
* Our Wood Section
*/
.our-wood {
  padding: 100px 0; }
  .our-wood div[class^="col-sm-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 7.5px; }

/**
* Wood Guide Slider
*/
.guide-slider {
  position: relative; }
  .guide-slider .bmd-slider-prev, .guide-slider .bmd-slider-next {
    background: #8d5242;
    padding: 8px 14px;
    position: absolute;
    top: -33px;
    cursor: pointer; }
    .guide-slider .bmd-slider-prev i, .guide-slider .bmd-slider-next i {
      color: #fff; }
  .guide-slider .bmd-slider-prev {
    left: 7px; }
  .guide-slider .bmd-slider-next {
    left: 45px; }
  .guide-slider .wood-slide img {
    margin: 5px auto;
    -webkit-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61); }

.wood-slide-wrapper {
  position: relative; }
  .wood-slide-wrapper .wood-slide-title {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 3px 5px;
    z-index: 6;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
    .wood-slide-wrapper .wood-slide-title span {
      font-size: 18px;
      font-weight: 600; }

/*
* Knowledge Center
*/
.knowledge-center {
  padding: 100px 0;
  background: #efefef; }
  .knowledge-center .knowledge-slider {
    position: relative; }
    .knowledge-center .knowledge-slider .bmd-slider-prev, .knowledge-center .knowledge-slider .bmd-slider-next {
      background: #D39936;
      padding: 8px 14px;
      position: absolute;
      top: -38px;
      cursor: pointer; }
      .knowledge-center .knowledge-slider .bmd-slider-prev i, .knowledge-center .knowledge-slider .bmd-slider-next i {
        color: #fff; }
    .knowledge-center .knowledge-slider .bmd-slider-prev {
      left: 10px; }
    .knowledge-center .knowledge-slider .bmd-slider-next {
      left: 48px; }
  .knowledge-center .article {
    padding: 0 10px; }
    .knowledge-center .article .article-inner {
      min-height: 450px;
      max-width: 285px;
      margin: 0 auto;
      background: #fff;
      -webkit-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
      -moz-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
      box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
      position: relative; }
    .knowledge-center .article .read-more {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #000;
      padding: 5px 10px; }
      .knowledge-center .article .read-more a {
        color: #fff; }
        .knowledge-center .article .read-more a:hover, .knowledge-center .article .read-more a:visited, .knowledge-center .article .read-more a:focus {
          text-decoration: none;
          color: #fff; }
    .knowledge-center .article img {
      margin: 0 auto; }
    .knowledge-center .article h2 {
      font-size: 24px;
      font-weight: 600;
      padding: 0 10px;
      margin: 15px 0; }
    .knowledge-center .article p {
      text-align: justify;
      padding: 0 10px; }
    .knowledge-center .article a {
      color: #000; }
      .knowledge-center .article a:hover, .knowledge-center .article a:visited, .knowledge-center .article a:focus {
        text-decoration: none;
        color: #000; }

/*
* Newsletter
*/
.newsletter {
  padding: 50px 0;
  background: url("../images/dark_wood.png");
  background-repeat: repeat; }
  .newsletter h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 30px; }
  .newsletter .wpcf7 {
    text-align: center;
    direction: rtl; }
    .newsletter .wpcf7 label {
      color: #fff;
      font-size: 18px;
      margin: 0 10px; }
      .newsletter .wpcf7 label input {
        margin-top: 5px;
        border: 1px solid #000;
        border-radius: 0px;
        background: #d39936; }
    .newsletter .wpcf7 input[type="submit"] {
      border: 1px solid #000;
      border-radius: 0;
      background: #d39936;
      color: #000;
      font-size: 16px;
      margin-top: 10px;
      font-weight: 600; }
    .newsletter .wpcf7 .wpcf7-mail-sent-ok {
      border: 0;
      padding: 0;
      background: transparent;
      color: #398f14;
      font-size: 20px;
      margin: 0; }
    .newsletter .wpcf7 .wpcf7-validation-errors, .newsletter .wpcf7 .wpcf7-mail-sent-ng {
      border: 0;
      padding: 0;
      background: transparent;
      color: #cf2e34;
      font-size: 20px;
      margin: 0; }
    .newsletter .wpcf7 .mc4wp-checkbox {
      display: none; }

@media (max-width: 767px) {
  .video-container .video-caption {
    width: 100%; }
    .video-container .video-caption h1 {
      font-size: 22px; }
      .video-container .video-caption h1 strong {
        font-size: 42px; }
  i.arrow-down {
    bottom: 5px;
    color: #fff;
    font-size: 35px; }
  .wood-form {
    padding: 0 20px;
    margin: 20px auto; }
    .wood-form h1 {
      margin-bottom: 15px; }
    .wood-form .demo-wood {
      margin: 0; }
    .wood-form .wood-choice button {
      margin-left: 7px;
      margin-right: 7px;
      margin-bottom: 7px;
      width: 140px;
      height: 140px; }
      .wood-form .wood-choice button span {
        font-size: 16px; }
    .wood-form .chosen-wood {
      margin: 30px auto 0; }
  .woocommerce .custom-sizes label input {
    margin-left: 20px;
    width: 140px !important; }
  .our-wood {
    padding: 50px 10px; }
  .section-desc {
    margin-right: 0; }
  .knowledge-center {
    padding: 50px 10px; }
    .knowledge-center .article h2 {
      font-size: 19px; }
  .newsletter {
    padding: 50px 20px; }
    .newsletter h2 {
      font-size: 24px; }
  .home .wood-form .woocommerce .images {
    display: none; }
  .home .wood-form .woocommerce .help-box {
    float: none;
    width: 100%; }
  .home .section-header {
    margin-bottom: 50px; }
    .home .section-header a:hover, .home .section-header a:visited, .home .section-header a:focus {
      text-decoration: none; } }

@media (min-width: 768px) and (max-width: 769px) {
  .guide-slider {
    margin-top: 35px; } }

@media (max-width: 769px) {
  .wood-form .woocommerce form.cart label, .wood-form .woocommerce form.demo label {
    width: 100%;
    margin-left: 0; }
  .wood-form .woocommerce form.cart .col-sm-8, .wood-form .woocommerce form.demo .col-sm-8 {
    padding: 0; } }

@media (max-width: 1200px) {
  .wood-form .wood-choice button {
    margin-bottom: 40px; } }

@media (max-width: 1450px) {
  .video-container {
    max-height: 500px; } }

.page-header-image {
  background-size: cover;
  background-image: url(https://bemida.co.il/wp-content/uploads/2017/01/wood-page-header.jpg);
  background-position: 0;
  height: 165px;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1; }
  .page-header-image .container {
    height: 165px;
    position: relative; }
  .page-header-image h1.entry-title {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    color: #8d5242;
    font-weight: 700;
    font-size: 38px;
    padding: 13px 20px 16px;
    background: #fff; }

.page header, .single header {
  -webkit-box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.21);
  margin-bottom: 2px; }

.page article, .single article {
  padding: 30px 0; }
  .page article .entry-content h2, .single article .entry-content h2 {
    font-weight: 600;
    margin-top: 0; }
  .page article .entry-content ol li, .single article .entry-content ol li {
    margin-bottom: 10px; }

#post-224 article div, #post-224 article p, #post-224 article span, #post-224 article a {
  font-size: 16px;
  line-height: inherit; }

.contact-us {
  padding: 100px 0; }
  .contact-us .wpcf7 {
    direction: rtl; }
    .contact-us .wpcf7 input, .contact-us .wpcf7 textarea, .contact-us .wpcf7 select {
      width: 100%;
      margin-bottom: 5px;
      border-radius: 0; }
    .contact-us .wpcf7 input[type='submit'] {
      width: 90px;
      border-radius: 0;
      padding: 10px 0;
      box-shadow: none;
      border: 0;
      font-size: 16px;
      background-color: #8d5242;
      color: #fff;
      font-weight: 600;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .contact-us .wpcf7 input[type='submit']:hover {
        background-color: #D39936;
        color: #333 !important; }
    .contact-us .wpcf7 .alert-warning {
      background-color: transparent;
      border-color: transparent;
      color: #cf2e34;
      padding: 0; }
    .contact-us .wpcf7 .wpcf7-mail-sent-ok {
      border: 0;
      padding: 0;
      background: transparent;
      color: #398f14;
      font-size: 18px;
      margin: 0; }
    .contact-us .wpcf7 .wpcf7-validation-errors, .contact-us .wpcf7 .wpcf7-mail-sent-ng {
      border: 0;
      padding: 0;
      background: transparent;
      color: #cf2e34;
      font-size: 18px;
      margin: 0; }
    .contact-us .wpcf7 .wpcf7-form-control-wrap + br {
      display: none; }
    .contact-us .wpcf7 .mc4wp-checkbox {
      display: none; }

@media (max-width: 769px) {
  .contact-us {
    padding: 30px 0; } }

.wood-product-link {
  padding: 50px 0; }
  .wood-product-link a {
    font-size: 24px;
    font-weight: 600;
    color: #8d5242;
    text-decoration: underline; }
    .wood-product-link a:hover, .wood-product-link a:visited, .wood-product-link a:focus {
      color: #8d5242; }

.page-template-template-knowledge-center .knowledge-wrapper .article {
  margin-bottom: 10px; }

.knowledge-search {
  margin-bottom: 15px;
  padding: 0 10px; }
  .knowledge-search input.search-term {
    width: 200px;
    -webkit-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61); }
  .knowledge-search input[type="submit"] {
    font-size: 14px;
    padding: 7px 15px;
    -webkit-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.61);
    font-weight: 600;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc; }

.search h1.page-title {
  font-weight: 600;
  font-size: 28px; }

.search h2.entry-title {
  font-weight: 600;
  font-size: 20px; }

.search article:before, .search article:after {
  content: " ";
  display: table; }

.search article:after {
  clear: both; }

.page-template-template-wood-guide .post-content {
  font-size: 16px;
  padding: 0 10px; }

.wood-wrapper:before, .wood-wrapper:after {
  content: " ";
  display: table; }

.wood-wrapper:after {
  clear: both; }

.wood-box-title {
  margin-bottom: 15px; }
  .wood-box-title h3 {
    font-size: 20px;
    font-weight: 600; }
  .wood-box-title a:hover, .wood-box-title a:visited, .wood-box-title a:focus {
    text-decoration: none; }

.contact-us {
  padding: 100px 0; }
  .contact-us .wpcf7 {
    direction: rtl; }
    .contact-us .wpcf7 input, .contact-us .wpcf7 textarea, .contact-us .wpcf7 select {
      width: 100%;
      margin-bottom: 5px;
      border-radius: 0; }
    .contact-us .wpcf7 input[type='submit'] {
      width: 90px;
      border-radius: 0;
      padding: 10px 0;
      box-shadow: none;
      border: 0;
      font-size: 16px;
      background-color: #8d5242;
      color: #fff;
      font-weight: 600;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .contact-us .wpcf7 input[type='submit']:hover {
        background-color: #D39936;
        color: #333 !important; }
    .contact-us .wpcf7 .alert-warning {
      background-color: transparent;
      border-color: transparent;
      color: #cf2e34;
      padding: 0; }
    .contact-us .wpcf7 .wpcf7-mail-sent-ok {
      border: 0;
      padding: 0;
      background: transparent;
      color: #398f14;
      font-size: 18px;
      margin: 0; }
    .contact-us .wpcf7 .wpcf7-validation-errors, .contact-us .wpcf7 .wpcf7-mail-sent-ng {
      border: 0;
      padding: 0;
      background: transparent;
      color: #cf2e34;
      font-size: 18px;
      margin: 0; }
    .contact-us .wpcf7 .wpcf7-form-control-wrap + br {
      display: none; }
    .contact-us .wpcf7 .mc4wp-checkbox {
      display: none; }

@media (max-width: 769px) {
  .contact-us {
    padding: 30px 0; } }

.woocommerce form.cart .quantity {
  float: right; }
  .woocommerce form.cart .quantity input {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.woocommerce form.cart select {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0.57em 1em;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .woocommerce form.cart select.flash-border {
    border-color: #D39936 !important; }

.woocommerce form.cart label {
  font-weight: 600 !important;
  color: #1e1913;
  font-size: 18px;
  padding-bottom: 15px;
  margin-top: 6px; }

.woocommerce form.cart button {
  float: right;
  background: #D39936;
  color: #1e1913;
  padding: 0.57em 1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .woocommerce form.cart button:hover {
    background: #8d5242; }

.woocommerce form.cart button.button.alt, .woocommerce form.cart button.button.alt.disabled {
  background: #8d5242 !important; }

.woocommerce p.input-description {
  color: #777; }

.woocommerce .custom-sizes {
  margin-bottom: 15px; }
  .woocommerce .custom-sizes label {
    font-size: 18px; }
    .woocommerce .custom-sizes label input {
      margin-right: 20px;
      width: 160px; }

.woocommerce .wood-sqm-price {
  font-size: 16px;
  margin: 25px 0 30px; }

.woocommerce .woocommerce-Price-amount {
  font-size: 18px;
  color: #483b27;
  font-weight: 600; }

.reset_variations {
  display: none !important; }

.single-product.woocommerce .wood-form {
  margin: 0px auto; }
  .single-product.woocommerce .wood-form .help-box {
    float: right;
    width: 100%;
    margin-top: 30px; }
  .single-product.woocommerce .wood-form form.cart {
    margin-top: 25px; }

.single-product.woocommerce #content .product .summary {
  width: 68%;
  float: right;
  margin: 0 0 30px; }
  .single-product.woocommerce #content .product .summary h1 {
    font-weight: 600;
    color: #483b27;
    font-size: 47px;
    text-align: right;
    margin-bottom: 10px; }

.single-product.woocommerce #content .product .images {
  width: 30%;
  float: left; }

.single-product.woocommerce form.cart:before, .single-product.woocommerce form.cart:after, .single-product.woocommerce form.demo:before, .single-product.woocommerce form.demo:after {
  content: " ";
  display: table; }

.single-product.woocommerce form.cart:after, .single-product.woocommerce form.demo:after {
  clear: both; }

.single-product.woocommerce form.cart .col-sm-8, .single-product.woocommerce form.cart .col-sm-4, .single-product.woocommerce form.demo .col-sm-8, .single-product.woocommerce form.demo .col-sm-4 {
  width: 100% !important; }

.single-product.woocommerce form.cart .col-sm-8, .single-product.woocommerce form.demo .col-sm-8 {
  padding-left: 30px; }

.single-product.woocommerce form.cart .variations td.label, .single-product.woocommerce form.demo .variations td.label {
  text-align: right;
  width: 125px;
  display: table-cell; }

.single-product.woocommerce form.cart label, .single-product.woocommerce form.demo label {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  width: 48%;
  padding-bottom: 5px; }
  .single-product.woocommerce form.cart label:nth-of-type(even), .single-product.woocommerce form.demo label:nth-of-type(even) {
    float: left; }

@media (max-width: 767px) {
  .single-product.woocommerce #content .product .summary {
    width: 100%; }
  .single-product.woocommerce #content .product .images {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 769px) {
  .single-product.woocommerce #content .product .images {
    float: left; } }

.bemida-shop {
  margin: 50px 0; }
  .bemida-shop h1.page-title {
    display: none; }
  .bemida-shop .sidebar {
    margin-left: 25px;
    padding: 20px;
    border-radius: 3px;
    border: 2px solid #000;
    min-height: 600px; }
    .bemida-shop .sidebar h2 {
      font-size: 20px;
      font-weight: 600;
      margin: 0 0 10px; }
    .bemida-shop .sidebar ul.product-categories {
      list-style-type: none;
      padding: 0 10px 0 0;
      margin: 0; }
      .bemida-shop .sidebar ul.product-categories li a {
        padding-right: 5px;
        color: #000; }
        .bemida-shop .sidebar ul.product-categories li a:before {
          content: "\f067";
          font-family: FontAwesome;
          margin-left: 5px; }
      .bemida-shop .sidebar ul.product-categories ul.children {
        padding: 0 30px 5px 0;
        list-style-type: none; }
        .bemida-shop .sidebar ul.product-categories ul.children li a:before {
          content: "";
          margin: 0; }
    .bemida-shop .sidebar .widget_price_filter .ui-slider .ui-slider-range {
      background-color: #8d5242; }
    .bemida-shop .sidebar .widget_price_filter .ui-slider .ui-slider-handle {
      background-color: #535353; }
    .bemida-shop .sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
      background-color: #b9b9b9; }

@media (max-width: 767px) {
  .bemida-shop {
    padding: 0 20px; }
    .bemida-shop .bemida-shop .sidebar {
      margin-left: 0;
      min-height: 290px; } }

table.shop_table {
  text-align: right !important; }
  table.shop_table td {
    padding: 11px 12px 6px; }

.woocommerce td.product-name a {
  font-weight: 700;
  color: #8d5242;
  font-size: 20px; }

.woocommerce td.product-name dl.variation {
 /* margin: 0.85em 0 0; */
   margin: 0px 0 0;
}
  .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    text-align: right;
    color: #000; }
    .woocommerce td.product-name dl.variation dd:first-of-type, .woocommerce td.product-name dl.variation dt:first-of-type {
      display: none; }
    .woocommerce td.product-name dl.variation dd:nth-of-type(2), .woocommerce td.product-name dl.variation dt:nth-of-type(2) {
      display: none; }
  .woocommerce td.product-name dl.variation dt {
    font-weight: 700; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #8d5242 !important; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #D39936 !important; }

.woocommerce .cart-collaterals .cart_totals {
  float: right; }

.woocommerce-page .cart-collaterals .cart_totals {
  float: right; }

.woocommerce table.shop_table {
  text-align: right !important; }

.woocommerce label {
  font-weight: inherit; }

.woocommerce-checkout.woocommerce-page .woocommerce #payment ul.payment_methods li {
  text-align: right; }

.woocommerce-checkout.woocommerce-page .woocommerce #payment #place_order {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #8d5242; }
  .woocommerce-checkout.woocommerce-page .woocommerce #payment #place_order:hover {
    background-color: #D39936;
    color: #333 !important; }

.woocommerce-checkout.woocommerce-page .woocommerce form .form-row .input-checkbox {
  position: relative; }

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
  float: right; }

.woocommerce-account #main {
  padding-bottom: 78px; }

.woocommerce-account .addresses .title h3 {
  float: none; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right; }

.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
  margin-left: 5px; }

header.title {
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff; }

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
  float: left; }

@media (max-width: 767px) {
  .woocommerce-account #main {
    padding: 0 20px; } }

.woocommerce #customer_login h2 {
  font-size: 19px;
  margin-bottom: 0; }

.woocommerce #customer_login form.login, .woocommerce #customer_login form.register {
  margin: 1em 0;
  text-align: right; }

.woocommerce #customer_login form.register {
  border: 2px solid #8d5242; }

.woocommerce #customer_login form.login {
  border: 2px solid #D39936; }

.woocommerce .woocommerce-LostPassword {
  float: left;
  margin-top: -12px; }
  .woocommerce .woocommerce-LostPassword a {
    color: #8d5242; }
    .woocommerce .woocommerce-LostPassword a:hover, .woocommerce .woocommerce-LostPassword a:visited, .woocommerce .woocommerce-LostPassword a:focus {
      color: #8d5242; }

.woocommerce input.woocommerce-Button.button, .woocommerce a.button {
  background-color: #8d5242;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .woocommerce input.woocommerce-Button.button:hover, .woocommerce a.button:hover {
    background-color: #D39936;
    color: #333 !important; }

.custom-success a {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  border-radius: 3px;
  right: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #8d5242;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body .woocommerce-message {
  padding: 1em 3.5em 0.1em 2em;
  font-size: 17px; }
  body .woocommerce-message a.button {
    position: relative;
    top: -9px; }
/*30-12-2020 start*/
#wood_width , #wood_height{
	font-weight: bold !important;
}
@media (max-width: 767px) {
	.woocommerce table.shop_table_responsive .wood_width, .wood_height {
		text-align: right!important;
	}
}
/*30-12-2020 end*/


