/*
guides:

bolix:
red: #dc3936
black: #292A2C

new:
brown: dc3936
light brown: F6EFE5

old:
light green (hex): 3da54a
dark green (hex): 103c00
dark green (rgb): 13, 60, 0
gray from logo (hex): 58595b

-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
*/

/* important */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-flex {
  display: flex !important;
}

.width-10px {
  width: 10px !important;
}

.width-22px {
  width: 22px !important;
}

.width-50px {
  width: 50px !important;
}

.width-55px {
  width: 55px !important;
}

.width-75proc {
  width: 75% !important;
}

.width-100proc {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.height-auto {
  height: auto !important;
}

.max-height-40px {
  max-height: 40px !important;
}

.max-height-35px {
  max-height: 35px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mtb10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb-3rem {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt36px {
  margin-top: 36px !important;
}

.mtb1rem {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mtb15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml10px {
  margin-left: 10px !important;
}

.ml0-5rem {
  margin-left: 0.5rem !important;
}

.mr20px {
  margin-right: 20px !important;
}

.mt20px {
  margin-top: 20px !important;
}

.mb-2-5rem {
  margin-bottom: 2.5rem !important;
}

.mr8px {
  margin-right: 8px !important;
}

.position-relative {
  position: relative !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-1-5rem {
  margin-top: 1.5rem !important;
}

.mt25px {
  margin-top: 25px !important;
}

.mt5px {
  margin-top: 5px !important;
}

.mt11px {
  margin-top: 11px !important;
}

.mt-3-4rem {
  margin-top: 3.4rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt10px {
  margin-top: 10px !important;
}

.mt15px {
  margin-top: 15px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.mb-1-75rem {
  margin-bottom: 1.75rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-0-5rem {
  margin-bottom: .5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb10px {
  margin-bottom: 10px !important;
}

.mb-3rem {
  margin-bottom: 3rem !important;
}

.mb25px {
  margin-bottom: 25px !important;
}

.mb-1-5rem {
  margin-bottom: 1.5rem !important;
}

.mb20px {
  margin-bottom: 20px !important;
}

.mb15px {
  margin-bottom: 15px !important;
}

.mr-0-5rem {
  margin-right: .5rem !important;
}

.mr5px {
  margin-right: 5px !important;
}

.mr3px {
  margin-right: 3px !important;
}

.mr15px {
  margin-right: 15px !important;
}

.mr10px {
  margin-right: 10px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml3px {
  margin-left: 3px !important;
}

.ml6px {
  margin-left: 6px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt25px {
  padding-top: 25px !important;
}

.pt2px {
  padding-top: 2px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb-1rem {
  padding-bottom: 1rem !important;
}

.pr0 {
  padding-right: 0 !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plr15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pl15px {
  padding-left: 15px !important;
}

.pl20px {
  padding-left: 20px !important;
}

.pr220px {
  padding-right: 220px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr30px {
  padding-right: 30px !important;
}

.pr50px {
  padding-right: 50px !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pb5px {
  padding-bottom: 5px !important;
}

.top-calc-53proc-plus-14px {
  top: calc(53% + 14px) !important;
}

.color-fff {
  color: #fff !important;
}

.color-3da54a {
  color: #3da54a !important;
}

.color-333 {
  color: #333 !important;
}

.color-e74c3c {
  color: #e74c3c !important;
}

.color-e74c3c-on-hover:hover {
  color: #e74c3c !important;
}

.font-size-12px {
  font-size: 12px !important;
}

.font-size-13px {
  font-size: 13px !important;
}

.font-size-16px {
  font-size: 16px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.font-size-20px {
  font-size: 20px !important;
}

.font-size-0-55rem {
  font-size: 0.55rem !important;
}

.font-size-0-65rem {
  font-size: 0.65rem !important;
}

.font-size-0-85rem {
  font-size: .85rem !important;
}

.font-size-1rem {
  font-size: 1rem !important;
}

.font-size-1-75rem {
  font-size: 1.75rem !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-style-italic {
  font-style: italic !important;
}

.line-height-20px {
  line-height: 20px !important;
}

.line-height-0-85rem {
  line-height: 0.85rem !important;
}

.color-888 {
  color: #888 !important;
}

.color-999 {
  color: #999 !important;
}

.text-align-center {
  text-align: center !important;
}

.text-transform-uppercase {
  text-transform: uppercase !important;
}

.text-transform-none {
  text-transform: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.bg-color-eee {
  background-color: #eee !important;
}

.bg-color-f6f6f6 {
  background-color: #f6f6f6 !important;
}

.border-top-2px-solid-eee {
  border-top: 2px solid #eee !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-1px-solid-eee {
  border-right: 1px solid #eee !important;
}

.border-left-right-1px-solid-rgba-255-255-255-0-25 {
  border-left: 1px solid rgba(255, 255, 255, .25) !important;
  border-right: 1px solid rgba(255, 255, 255, .25) !important;
}

.border-left-right-2px-solid-rgba-255-255-255-0-25 {
  border-left: 2px solid rgba(255, 255, 255, .25) !important;
  border-right: 2px solid rgba(255, 255, 255, .25) !important;
}

.border-left-2px-solid-rgba-255-255-255-0-25 {
  border-left: 2px solid rgba(255, 255, 255, .25) !important;
}

.border-right-2px-solid-rgba-255-255-255-0-25 {
  border-right: 2px solid rgba(255, 255, 255, .25) !important;
}

.border-right-1px-solid-rgba-255-255-255-0-25 {
  border-right: 1px solid rgba(255, 255, 255, .25) !important;
}

.border-bottom-1px-solid-eee {
  border-bottom: 1px solid #eee !important;
}

.border-bottom-1px-solid-f6f6f6 {
  border-bottom: 1px solid #f6f6f6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.background-position-y-100proc {
  background-position-y: 100% !important;
}

.background-position-y-75proc {
  background-position-y: 75% !important;
}

.background-position-y-30proc {
  background-position-y: 30% !important;
}

.background-position-y-90proc {
  background-position-y: 90% !important;
}

.background-position-y-20proc {
  background-position-y: 20% !important;
}

.left-41px {
  left: 41px !important;
}

.flex-1 {
  flex: 1 !important;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

  .plr0-for-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .plr15px-for-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .plr2rem-for-xs {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .pt15px-for-xs {
    padding-top: 15px !important;
  }

  .mt15px-for-xs {
    margin-top: 15px !important;
  }

  .mb1-5rem-for-xs {
    margin-bottom: 1.5rem !important;
  }

  .mb2rem-for-xs {
    margin-bottom: 2rem !important;
  }

  .mb1rem-for-xs {
    margin-bottom: 1rem !important;
  }

  .mt2rem-for-xs {
    margin-top: 2rem !important;
  }

  .mt3rem-for-xs {
    margin-top: 3rem !important;
  }

  .mt2-5rem-for-xs {
    margin-top: 2.5rem !important;
  }

  .mt5px-for-xs {
    margin-top: 5px !important;
  }

  .mt4px-for-xs {
    margin-top: 4px !important;
  }

  .top-0-for-xs {
    top: 0 !important;
  }

  .top-3px-for-xs {
    top: 3px !important;
  }

  .display-inherit-for-xs {
    display: inherit !important;
  }

  .vertical-align-minus-4px-for-xs {
    vertical-align: -4px !important;
  }

  .plr10proc-for-xs {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .pb-calc-36px-minus-1rem-for-xs {
    padding-bottom: calc(36px - 1rem) !important;
  }

  .justify-content-end-for-xs {
    justify-content: end !important;
  }

  .ptb10px-for-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mt-minus-4px-for-xs {
    margin-top: -4px !important;
  }

  .mt20px-for-xs {
    margin-top: 20px !important;
  }

  .mt10px-for-xs {
    margin-top: 10px !important;
  }

  .mb10px-for-xs {
    margin-bottom: 10px !important;
  }

  .mtb10px-for-xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mt-1rem-for-xs {
    margin-top: 1rem !important;
  }

  .text-center-for-xs {
    text-align: center !important;
  }

  .mt-2rem-for-xs {
    margin-top: 2rem !important;
  }

  .mtb-2rem-for-xs {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mtb-2-5rem-for-xs {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mb-3rem-for-xs {
    margin-bottom: 3rem !important;
  }

  .mb-2-5rem-for-xs {
    margin-bottom: 2.5rem !important;
  }

  .mb-1-5rem-for-xs {
    margin-bottom: 1.5rem !important;
  }

  .mb0-for-xs {
    margin-bottom: 0 !important;
  }

  .mb1rem-for-xs {
    margin-bottom: 1rem !important;
  }

  .mb-1rem-for-xs {
    margin-bottom: 1rem !important;
  }

  .mb-2rem-for-xs {
    margin-bottom: 2rem !important;
  }

  .mt1-5rem-for-xs {
    margin-top: 1.5rem !important;
  }

  .pt2rem-for-xs {
    padding-top: 2rem !important;
  }

  .text-align-center-for-xs {
    text-align: center !important;
  }

  .font-size-14px-for-xs {
    font-size: 14px !important;
  }

  .font-size-1-35rem-for-xs {
    font-size: 1.35rem !important;
  }

  .line-height-17px-for-xs {
    line-height: 17px !important;
  }

  .line-height-1-2-for-xs {
    line-height: 1.2 !important;
  }

  .line-height-1-5rem-for-xs {
    line-height: 1.5rem !important;
  }

  .border-bottom-1px-solid-eee-for-xs {
    border-bottom: 1px solid #eee !important;
  }

  .overflow-x-scroll-for-xs {
    overflow-x: scroll !important;
  }

  .max-height-25px-for-xs {
    max-height: 25px !important;
  }
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

  .display-inline-block-for-desktop {
    display: inline-block !important;
  }

  .width-25proc-for-desktop {
    width: 25% !important;
  }

  .mb-0-for-desktop {
    margin-bottom: 0 !important;
  }

  .mb1px-for-desktop {
    margin-bottom: 1px !important;
  }

  .mb3rem-for-desktop {
    margin-bottom: 3rem !important;
  }

  .mt1rem-for-desktop {
    margin-top: 1rem !important;
  }

  .mt15px-for-desktop {
    margin-top: 15px !important;
  }

  .ml10px-for-desktop {
    margin-left: 10px !important;
  }

  .ml0-5rem-for-desktop {
    margin-left: .5rem !important;
  }

  .ml40px-for-desktop {
    margin-left: 40px !important;
  }

  .mt3rem-for-desktop {
    margin-top: 3rem !important;
  }

  .mb-calc-3rem-plus-10px-for-desktop {
    margin-bottom: calc(3rem + 10px) !important;
  }

  .mb-calc-3rem-minus-15px-for-desktop {
    margin-bottom: calc(3rem - 15px) !important;
  }

  .mtb1rem-for-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mtb3rem-for-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mt2rem-for-desktop {
    margin-top: 2rem !important;
  }

  .mt-3rem-for-desktop {
    margin-top: 3rem !important;
  }

  .mt-3-4rem-for-desktop {
    margin-top: 3.4rem !important;
  }

  .mtb-3rem-for-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mb-2rem-for-desktop {
    margin-bottom: 2rem !important;
  }

  .mb-1-5rem-for-desktop {
    margin-bottom: 1.5rem !important;
  }

  .mb-2-5rem-for-desktop {
    margin-bottom: 2.5rem !important;
  }

  .mt-2rem-for-desktop {
    margin-top: 2rem !important;
  }

  .mb-1rem-for-desktop {
    margin-bottom: 1rem !important;
  }

  .mb-3rem-for-desktop {
    margin-bottom: 3rem !important;
  }

  .mb-3-5rem-for-desktop {
    margin-bottom: 3.5rem !important;
  }

  .mb-4rem-for-desktop {
    margin-bottom: 4rem !important;
  }

  .ml5px-for-desktop {
    margin-left: 5px !important;
  }

  .mr5px-for-desktop {
    margin-right: 5px !important;
  }

  .pr4rem-for-desktop {
    padding-right: 4rem !important;
  }

  .pr220px-for-desktop {
    padding-right: 220px !important;
  }

  .pr420px-for-desktop {
    padding-right: 420px !important;
  }

  .pr23rem-for-desktop {
    padding-right: 23rem !important;
  }

  .font-size-1rem-for-desktop {
    font-size: 1rem !important;
  }

  .font-size-1-5rem-for-desktop {
    font-size: 1.5rem !important;
  }

  .font-size-1-75rem-for-desktop {
    font-size: 1.75rem !important;
  }

  .border-right-1px-solid-eee-for-desktop {
    border-right: 1px solid #eee !important;
  }

  .background-position-x-97proc-for-desktop {
    background-position-x: 97% !important;
  }

  .width-80proc-plus-9px-for-desktop {
    width: calc(80% + 9px) !important;
  }

  .max-height-40px-for-desktop {
    max-height: 40px !important;
  }
}

/* general */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.btn-view-cart-a {
  color: #292A2C;
  background-color: #e6e6e6 !important;
  font-size: .85rem;
  line-height: 16px;
  border-radius: 0 !important;
  padding: 10px 20px;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-view-cart-a:hover {
  text-decoration: none;
  color: #292A2C;
  opacity: .7;
}

.btn-go-to-complete-order-a {
  color: #fff;
  width: 100%;
  background-color: #dc3936 !important;
  font-size: .85rem;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 20px;
  border-radius: 0 !important;
  opacity: 1;
  box-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-go-to-complete-order-a:hover {
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  opacity: .7;
}

.facebook-btn {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  margin-top: 1rem;
  margin-left: 0;
  background-color: #4267B2 !important;
  color: var(--btn-shop-color);
  border-radius: var(--btn-shop-brd-radius);
  box-shadow: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.facebook-btn span {
  padding: 12px 20px;
  padding-bottom: 13px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  transition: transform .25s ease, opacity .15s ease;
}

.facebook-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .15s ease, transform .25s ease;
  transform: translateY(100%);
  content: "\f180";
  font-family: "woodmart-font";
}

.facebook-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity .2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.facebook-btn:hover {
  color: var(--btn-shop-color-hover);
  background-color: #4267B2;
  box-shadow: none;
}

.facebook-btn:hover:before {
  transform: translateY(0) translateZ(0);
}

.facebook-btn:hover span {
  transform: translateY(-100%) translateZ(0);
}

.cart-bag-quantity-input {
  display: inline-block;
}

.cart-bag-quantity-input > span {
  background-color: #eee;
  padding: 12px;
  padding-top: 11px;
  padding-top: 11px;
  padding-bottom: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cart-bag-quantity-input > span:hover {
  background-color: #ddd;
}

.cart-bag-quantity-input input::-webkit-outer-spin-button,
.cart-bag-quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.cart-bag-quantity-input input {
  width: 70px;
  font-weight: 600;
  height: 41px;
  color: #292A2C;
  -moz-appearance: textfield;
  margin-left: -5px;
  margin-right: -5px;
  border-color: #eee !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.return-to-shop a {
  background-color: #3da54a !important;
  font-size: .9rem;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  padding: 0.75rem 1.5rem;
}

.return-to-shop a:hover {
  box-shadow: inset 0 0 200px rgb(0 0 0 / 10%) !important;
}

.login-register-btn {
  background-color: #dc3936 !important;
  font-size: .9rem;
  line-height: 16px;
  border-radius: 0 !important;
  opacity: 1;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  padding: 10px 20px;
  width: 100%;
}

.login-register-btn:hover {
  opacity: .7;
  box-shadow: none !important;
}

.page-title-default {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  text-align: center;
}

.page-title-default h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cover-entry-subtitle {
  margin-bottom: 0;
  margin-top: .75rem;
  color: #292A2C;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: none;
}

.cover-entry-subtitle a {
  color: #292A2C;
  text-decoration: none;
}

.cover-entry-subtitle a:hover {
  color: #292A2C;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .page-title-default {
    margin-bottom: 2rem;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .page-title-default h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

/* navigation */

.whb-top-bar {
  background-color: #dc3936;
}

.whb-top-bar .wd-event-hover:hover a {
  color: rgba(255, 255, 255, .6)!important
}

.top-bar-info-text {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.whb-top-bar .woodmart-nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-logo-div {
  width: 265px;
  justify-content: center;
}

.wd-social-icons a {
  color: #fff;
  opacity: 1;
  margin-right: 15px;
}

.wd-social-icons a:hover {
  color: rgba(255,255,255,0.6);
  opacity: 1;
}

.menu-opener-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#menu-main-navigation li a {
  color: #292A2C;
  font-weight: 700;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#menu-main-navigation li:hover a,
#menu-main-navigation li a.active {
  color: #dc3936;
}

.active-item {
  color: #292A2C !important;
  opacity: .6;
}

.nav-login-cart-bag-a > span {
  display: flex;
  align-items: center;
  text-transform: none;
  color: #292A2C;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.nav-login-cart-bag-a:hover > span {
  opacity: .6;
}

.nav-login-cart-bag-a > span i {
  margin-right: 10px;
  font-size: 1.35rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}


/* slides */

.individual-slide {
  height: 418px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/thuja.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.individual-slide > div {
  display: flex;
  height: 100%;
  align-items: center;
}

.individual-slide h2,
.individual-slide h3,
.individual-slide p {
  color: #292A2C;
  font-weight: 700;
  text-transform: uppercase;
}

.individual-slide h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.individual-slide h3 {
  font-size: .85rem;
  line-height: 1.35rem;
  font-weight: 400;
  text-transform: none;
}

.individual-slide p {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.35rem;
  font-weight: 600;
  text-transform: none;
}

.individual-slide button {
  margin-top: 1rem;
  background-color: #dc3936;
  font-size: .9rem;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0;
  font-weight: 700;
}

.btn-cta {
  margin-top: 1rem;
  background-color: #dc3936;
  font-size: .9rem;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0;
  font-weight: 700;
}

.individual-slide button i {
  margin-right: .6rem;
}

.btn-cta i {
  margin-right: .6rem;
}

.btn-cta:hover {
  color: #fff;
  opacity: .6;
}

.individual-slide i:before {
  vertical-align: -2px;
}

.bta-cta i:before {
  vertical-align: -2px;
}

.individual-slide button:hover {
  background-color: #dc3936;
  opacity: .8;
  color: #fff;
}

@media (max-width: 767px) {
  .individual-slide {
    text-align: center;
  }

  .individual-slide > div {
    justify-content: center;
  }

  .individual-slide h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .individual-slide h3 {
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: 400;
    text-transform: none;
  }

  .individual-slide p {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: 700;
    text-transform: none;
  }
}

@media (min-width: 768px) {
  .individual-slide {
    padding-left: 33.33%;
  }
}

/* categories */

.individual-product-category .hover-mask {
  left: auto;
  right: auto;
  top: 53%;
  bottom: auto;
  width: 100%;
}

.individual-product-category h3 {
  width: 100%;
  color: #fff;
  text-align: center;
}

.individual-product-category .more-products {
  width: 100%;
  text-align: center;
}

.individual-product-category .more-products a {
  color: #fff;
  font-weight: 600;
}

.individual-product-category .category-image img {
  visibility: hidden;
}

.individual-product-category .category-image-wrapp {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.individual-product-category:hover .category-image-wrapp {
  background-size: 105%;
}

.individual-product-category .category-image-wrapp:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: .2;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.individual-product-category:hover .category-image-wrapp:before {
  opacity: .4;
}

@media (max-width: 767px) {
  .individual-product-category h3 {
    color: #292A2C;
    font-weight: 600;
  }

  .individual-product-category .more-products a {
    color: #292A2C;
  }
}

/* products */

.product-information {
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-information h3 {
  font-size: 13px !important;
  color: #292A2C;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.product-information .wrapp-product-price {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-information bdi {
  color: #dc3936;
  font-size: 14px;
}

.product-information .wd-more-desc-inner {
  color: #666;
  line-height: 1.4;
  font-weight: 400;
  font-size: .85rem;
}

.product-information .wd-bottom-actions {
  margin-bottom: 5px;
}

.product-information .wd-add-btn a {
  box-shadow: none;
}

/* articles */

.individual-article .post-title {
  font-size: 14px;
  color: #292A2C;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.individual-article .entry-content {
  color: #58595b;
  line-height: 1.5;
  font-weight: 500;
}

.individual-article-excerpt {
  overflow: hidden;
  font-size: 12px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .owl-nav {
    display: none !important;
  }
}

/* cta */

.front-page-cta {
  padding: 4.5rem 0;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
}

.front-page-cta input {
  width: 25%;
  padding: 1.4rem 1rem;
  background-color: rgba(255,255,255,0.85);
  font-size: .9rem;
  color: #292A2C;
  font-weight: 500;
  border: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.front-page-cta input:hover,
.front-page-cta input:focus {
  background-color: rgba(255,255,255,1);
}

.front-page-cta button {
  padding: 0.85rem 2rem;
  margin-left: -4px;
  background-color: #dc3936;
  font-size: .9rem;
  color: #fff;
  font-weight: 700;
}

.front-page-cta button:before {
  vertical-align: -2px;
}

.front-page-cta button:hover {
  background-color: #cc2724;
}

@media (max-width: 767px) {
  .front-page-cta {
    padding: 3rem 2rem;
  }

  .front-page-cta input {
    width: 60%;
  }

  .front-page-cta button {
    width: 20%;
    font-size: 1.1rem;
  }
}

/* footer */

footer {
  background-color: #eee !important;
}

.main-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-logo {
  max-width: 35%;
  margin-bottom: 20px;
  margin-top: 0;
  cursor: pointer;
}

footer h5 {
  color: #292A2C !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
}

footer ul li {
  margin-bottom: 0;
  line-height: 20px;
}

footer ul li a {
  font-weight: 400;
  font-size: .85rem;
  color: #666;
  line-height: 1.4rem;
}

footer ul li a:hover {
  color: #292A2C;
}

.footer-soc-icons li a i {
  width: 21px;
  text-align: left;
  font-size: 14px;
}

.copyrights-wrapper {
  background-color: #fff;
}

.footer-bottom-left {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}

.footer-bottom-left small {
  font-weight: 400;
  font-size: 90%;
  color: #666;
}

.footer-bottom-left small a {
  color: #666;
  text-decoration: none;
}

.footer-bottom-left small a:hover {
  color: #292A2C;
  text-decoration: none;
}

.footer-bottom-right {
  flex: 1 0 66.6666%;
  max-width: 66.6666%;
}

.footer-bottom-right img {
  height: 18px !important;
  width: auto !important;
  margin-right: 1.2rem;
}

.footer-bottom-right img:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .main-footer {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .footer-logo {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .footer-logo img {
    height: 30px;
    width: auto;
  }
}

@media (min-width: 768px) {
  footer {
    background-size: 150px;
    background-repeat: no-repeat;
    background-position-y: 30%;
    background-position-x: 92%;
  }
}

/* products page - categories */

.categories-accordion-on .widget_product_categories .product-categories {
  padding-right: 25px;
  margin-bottom: -5px;
}

.widget_product_categories .children {
  flex: 1 1 auto;
  padding-left: 15px;
  width: 100%;
}

.widget_product_categories .product-categories li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.categories-accordion-on .widget_product_categories .children {
  display: none;
}

.categories-accordion-on .widget_product_categories .product-categories li {
  align-items: flex-start;
}

.widget_product_categories .product-categories li a {
  display: block;
  flex: 1 1 calc(100% - 40px);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  width: calc(100% - 40px);
  text-decoration: none;
  font-weight: 500;
  font-size: .85rem;
  line-height: 1.4;
  color: #666 !important;
}

.widget_product_categories .product-categories li a:hover {
  color: #292A2C !important;
}

.widget_product_categories .product-categories li.current-cat>a {
  color: #dc3936 !important;
  font-weight: 600;
}

.widget_product_categories .woodmart-cats-toggle {
  position: absolute;
  top: 3px;
  right: -25px;
  width: 22px;
  height: 22px;
  border-radius: 0;
  color: #bbb;
  text-align: center;
  line-height: 22px;
  font-size: 8px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.widget_product_categories .woodmart-cats-toggle.toggle-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget_product_categories .woodmart-cats-toggle.toggle-active,
.widget_product_categories .woodmart-cats-toggle:hover {
  background-color: #eee;
  color: #292A2C;
}

.widget_product_categories .woodmart-cats-toggle:after {
  content: "\f129";
  font-family: woodmart-font;
}

/* product general - products */

.shop-loop-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.woodmart-woo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woodmart-woo-breadcrumbs .woocommerce-breadcrumb,
.woodmart-woo-breadcrumbs .yoast-breadcrumb {
  margin-bottom: 1.5rem;
}

.woocommerce-result-count {
  display: none;
  font-size: 14px;
  line-height: 20px;
}

.woodmart-show-sidebar-btn {
  display: none;
  float: left;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 30px;
  color: #292A2C;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}

.woodmart-show-sidebar-btn .woodmart-side-bar-icon {
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}

.woodmart-show-sidebar-btn .woodmart-side-bar-icon,
.woodmart-show-sidebar-btn .woodmart-side-bar-icon::after,
.woodmart-show-sidebar-btn .woodmart-side-bar-icon::before {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #292A2C;
  transition: all .25s ease;
}

.woodmart-show-sidebar-btn span:not(.woodmart-side-bar-icon) {
  vertical-align: middle;
}

.woodmart-show-sidebar-btn .woodmart-side-bar-icon::after,
.woodmart-show-sidebar-btn .woodmart-side-bar-icon::before {
  content: "";
  position: absolute;
  left: 0;
}

.woodmart-show-sidebar-btn .woodmart-side-bar-icon::before {
  top: -6px;
}

.woodmart-show-sidebar-btn .woodmart-side-bar-icon::after {
  top: 6px;
}

.woodmart-products-per-page {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-right: 23px;
  color: #777;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.woodmart-products-per-page .per-page-title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  color: #292A2C;
  vertical-align: middle;
  font-weight: 600;
}

.woodmart-products-per-page .per-page-variation {
  display: inline-block;
  padding: 0 7px;
  color: #777;
  font-weight: 500;
  vertical-align: middle;
}

.woodmart-products-per-page .per-page-variation.current-variation {
  color: #292A2C;
  font-weight: 600;
}

.woodmart-products-per-page .per-page-variation:focus,
.woodmart-products-per-page .per-page-variation:hover {
  color: #292A2C;
}

.woodmart-products-per-page .per-page-border {
  display: inline-block;
  vertical-align: middle;
}

.woodmart-products-per-page .per-page-border:last-child {
  display: none;
}

.woodmart-products-per-page .per-page-border:after {
  content: "/";
}

.woodmart-products-shop-view {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-right: 30px;
  vertical-align: middle;
}

.woodmart-products-shop-view .shop-view {
  display: inline-flex;
  margin-right: 12px;
  vertical-align: middle;
  opacity: .3;
}

.woodmart-products-shop-view .shop-view:hover {
  opacity: .9;
}

.woodmart-products-shop-view .shop-view.current-variation {
  opacity: .9;
  cursor: default;
}

.woodmart-products-shop-view .shop-view:last-child {
  margin-right: 0;
}

.woodmart-products-shop-view .shop-view svg {
  width: 19px !important;
  height: 19px !important;
}

.woocommerce-ordering {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: calc(1.5rem - 6px);
  margin-right: 30px;
  vertical-align: middle;
}

.woodmart-shop-tools div:last-child,
.woodmart-shop-tools form:last-child {
  margin-right: 0;
}

.woocommerce-ordering select {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 30px;
  max-width: 220px;
  height: auto;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-position: right 0 top 50%;
  color: #292A2C;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.woodmart-active-filters {
  margin-top: -15px;
  margin-bottom: 15px;
  min-height: 1px;
}

.cart-widget-side.woodmart-cart-opened,
.login-form-side.woodmart-login-side-opened,
.mobile-nav.act-mobile-menu,
aside.sidebar-container.show-hidden-sidebar {
  -webkit-transform: none;
  transform: none;
}

.wd-cross-button.wd-with-text-left {
  padding-right: 18px;
}

.wd-cross-button[class*=wd-with-text],
.widget_layered_nav_filters ul li a {
  color: #292A2C;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 600;
  font-size: 13px;
}

.widget-heading .close-side-widget {
  flex: 0 0 auto;
}

.wd-cross-button:after,
.wd-cross-button:before,
.widget_layered_nav_filters ul li a:after,
.widget_layered_nav_filters ul li a:before,
.woocommerce-remove-coupon:after,
.woocommerce-remove-coupon:before,
td.product-remove a:after,
td.product-remove a:before {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #292A2C;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.wd-cross-button:before,
.widget_layered_nav_filters ul li a:before,
.woocommerce-remove-coupon:before,
td.product-remove a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wd-cross-button:after,
.widget_layered_nav_filters ul li a:after,
.woocommerce-remove-coupon:after,
td.product-remove a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wd-cross-button.wd-with-text-left:after,
.wd-cross-button.wd-with-text-left:before {
  right: 0;
}

.close-sidebar-before-mr5px a:before {
  margin-right: 5px !important;
}

@media (max-width: 768px) {
  .offcanvas-sidebar-mobile .site-content:not(.col-lg-12) {
    left: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .shop-loop-head {
    margin-top: -15px;
  }

  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .shop-loop-head {
    margin-top: -10px;
  }

  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-shop-tools,
  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-woo-breadcrumbs {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-woo-breadcrumbs {
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
  }

  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-woo-breadcrumbs .woocommerce-breadcrumb,
  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-woo-breadcrumbs .yoast-breadcrumb {
    margin-bottom: 15px;
  }

  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-shop-tools {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-show-sidebar-btn {
    display: inline-flex;
  }

  .woocommerce-ordering {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
  }

  .woocommerce-ordering select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: none;
    background-image: none;
    font-weight: 600;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .woocommerce-ordering:after {
    position: static;
    margin-top: 0;
    color: #292A2C;
    font-size: 16px;
    content: "\f119";
    font-family: woodmart-font;
  }

  .woocommerce-ordering select option {
    font-size: 13px;
    text-transform: none;
  }

  .offcanvas-sidebar-mobile .sidebar-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    width: 300px;
    overflow-y: scroll;
    background-color: #fff;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    transition: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0);
  }

  .offcanvas-sidebar-mobile .sidebar-container .widget-heading {
    display: flex;
  }

  .offcanvas-sidebar-mobile .sidebar-container .woodmart-sidebar-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
  }

  .offcanvas-sidebar-mobile .sidebar-container .widget-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .offcanvas-sidebar-mobile .sidebar-container .woodmart-sidebar-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
  }

  .offcanvas-sidebar-mobile .sidebar-container .sidebar-widget {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1024px) {
  .shop-loop-head {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .woodmart-products-per-page, .woodmart-products-shop-view {
    display: none;
  }
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.bg-color-before::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 5000; /* Specify a stack order in case you're using a different order for other elements */
}

/* services page */

.container-services {
  margin-bottom: 0;
}

.container-services-div > div {
  text-align: center;
  padding: 3rem 3.5rem;
}

.container-services-div > div:nth-child(even) {
  background-color: #eee;
}

.container-services-div > div img {
  width: 60px;
  height: auto;
  margin-bottom: 1.5rem;
}

.container-services-div > div h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #292A2C;
  font-weight: 600;
  line-height: 1.3;
}

.container-services-div > div p {
  font-weight: 500;
  color: #777;
  margin-bottom: 0;
}

.services-contacts-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-contacts-div button {
  padding: .85rem 2rem;
  background-color: #3da54a;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .container-services-div > div {
    padding: 2.5rem 3rem;
  }
}

/* address, map */

.contacts-address-map {
  margin-bottom: 0;
}

.container-address-map-div > div {
  text-align: center;
  padding: 3.5rem;
}

.container-address-map-div > div i {
  color: #3da54a;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.container-address-map-div > div h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #292A2C;
  font-weight: 600;
  line-height: 1.3;
}

.container-address-map-div > div p {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  margin-bottom: 0;
}

.container-address-map-div > div p a {
  color: #777;
}

.container-address-map-div > div p a:hover {
  color: #292A2C;
}

#map {
  height: 400px;
}

/* individual product */

.product-info-container {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.individual-product-main-photo,
.individual-product-main-photo img {
  position: relative;
  width: 100%;
}

.individual-product-main-photo {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: zoom-in;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-main-photo:hover {
  background-size: 105%;
}

.individual-product-main-photo img {
  visibility: hidden;
}

.individual-product-main-photo span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  background-color: rgba(255,255,255,.9);
  border-radius: 50%;
  text-align: center;
  cursor: zoom-in;
  pointer-events: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-main-photo span i {
  font-size: 1.25rem;
  line-height: 45px;
  color: #292A2C;
}

.individual-product-main-photo:hover span {
  background-color: #dc3936;
}

.individual-product-main-photo:hover span i {
  color: #fff;
}

.individual-product-other-photos {
  display: inline-block;
  margin-top: 10px;
}

.individual-product-other-photos div {
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
}

.individual-product-other-photos div:last-child {
  margin-right: 0;
}

.individual-product-other-photos img {
  width: 100px;
  height: auto;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-other-photos .active-photo img,
.individual-product-other-photos img:hover {
  opacity: .6;
}

.individual-product-title {
  color: #292A2C;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.individual-product-tags {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #292A2C;
  font-size: .8rem;
}

.individual-product-price {
  color: #dc3936;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.individual-product-desc p,
.individual-product-desc ul {
  color: #666;
  font-weight: 400;
  font-size: .85rem;
  line-height: 1.35rem;
  margin-bottom: 1rem;
}

.individual-product-desc ul li {
  margin-bottom: 0;
}

.individual-product-desc p:last-child
.individual-product-desc ul:last-child {
  margin-bottom: 1.5rem;
}

.individual-product-variations {
  margin-bottom: 2rem;
}

.individual-product-variations p {
  color: #292A2C;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.individual-product-variations button {
  background-color: #eee;
  margin-right: 10px;
  box-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-variations button:hover,
.individual-product-variations button.active-variation {
  background-color: #3da54a;
  color: #fff;
}

.individual-product-quantity {
  color: #292A2C;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.individual-product-add-to-cart {
  display: block;
}

.mini-cart-individual-product-add-to-cart {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.individual-product-add-to-cart > span {
  background-color: #eee;
  padding: 12px;
  padding-top: 11px;
  padding-top: 12px;
  padding-bottom: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mini-cart-individual-product-add-to-cart > span {
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 9px;
}

.individual-product-add-to-cart > span:hover {
  background-color: #ddd;
}

.individual-product-add-to-cart input::-webkit-outer-spin-button,
.individual-product-add-to-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.individual-product-add-to-cart input {
  width: 60px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #eee !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.individual-product-add-to-cart a {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  margin-left: 10px;
  background-color: #3da54a !important;
  color: var(--btn-shop-color);
  border-radius: var(--btn-shop-brd-radius);
  box-shadow: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.individual-product-add-to-cart a span {
  padding: 12px 20px;
  padding-bottom: 13px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  transition: transform .25s ease, opacity .15s ease;
}

.individual-product-add-to-cart a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .15s ease, transform .25s ease;
  transform: translateY(100%);
  content: "\f123";
  font-family: "woodmart-font";
}

.individual-product-add-to-cart a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity .2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.individual-product-add-to-cart a:hover {
  color: var(--btn-shop-color-hover);
  background-color: #3da54a;
  box-shadow: none;
}

.individual-product-add-to-cart a:hover:before {
  transform: translateY(0) translateZ(0);
}

.individual-product-add-to-cart a:hover span {
  transform: translateY(-100%) translateZ(0);
}

.individual-product-add-to-cart-2 {
  display: block;
}

.individual-product-add-to-cart-2 > span {
  background-color: #eee;
  padding: 12px;
  padding-top: 11px;
  padding-top: 12px;
  padding-bottom: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-add-to-cart-2 > span:hover {
  background-color: #ddd;
}

.individual-product-add-to-cart-2 input::-webkit-outer-spin-button,
.individual-product-add-to-cart-2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.individual-product-add-to-cart-2 input {
  width: 70px;
  font-weight: 600;
  color: #292A2C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: -5px;
  margin-right: -5px;
  border-color: #eee !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.individual-product-add-to-cart-2 a {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  margin-left: 10px;
  background-color: #3da54a !important;
  color: var(--btn-shop-color);
  border-radius: var(--btn-shop-brd-radius);
  box-shadow: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.individual-product-add-to-cart-2 a span {
  padding: 12px 20px;
  padding-bottom: 13px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  transition: transform .25s ease, opacity .15s ease;
}

.individual-product-add-to-cart-2 a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .15s ease, transform .25s ease;
  transform: translateY(100%);
  content: "\f123";
  font-family: "woodmart-font";
}

.individual-product-add-to-cart-2 a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity .2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.individual-product-add-to-cart-2 a:hover {
  color: var(--btn-shop-color-hover);
  background-color: #3da54a;
  box-shadow: none;
}

.individual-product-add-to-cart-2 a:hover:before {
  transform: translateY(0) translateZ(0);
}

.individual-product-add-to-cart-2 a:hover span {
  transform: translateY(-100%) translateZ(0);
}

.individual-add-to-wishlist {
  color: #292A2C;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.individual-add-to-wishlist a {
  cursor: pointer;
}

.individual-add-to-wishlist a i {
  color: #292A2C;
  margin-right: 8px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-add-to-wishlist a:hover {
  color: #dc3936;
}

.individual-add-to-wishlist a:hover i {
  font-weight: 700;
  color: #dc3936;
}

/* individual product - extra info */

.extra-info-container {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.individual-extra-info img {
  height: 50px;
  width: auto;
}

.individual-extra-info h2 {
  color: #292A2C;
  text-transform: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.individual-extra-info p {
  color: #777;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product-info-container {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
  }

  .individual-product-title {
    margin-top: 1.5rem;
  }

  .extra-info-container {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* individual product - related products */

.related-products-div > div:nth-child(3),
.related-products-div > div:nth-child(4) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .related-products-div > div:nth-child(1),
  .related-products-div > div:nth-child(2) {
    margin-bottom: 0;
  }
}

/* portfolio page */

.portfolio-page-section {
  margin-top: 3rem;
  margin-bottom: calc(4rem - 30px);
}

.portfolio-page-section h4 {
  margin-bottom: 3rem;
}

.image-compare-label-div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 60px);
  color: #fff;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  padding: 15px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}

.twentytwenty-container {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .portfolio-page-section {
    margin-top: 2rem;
    margin-bottom: calc(2rem - 15px);
  }

  .portfolio-page-section h4 {
    margin-bottom: 2rem;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }

  .image-compare-label-div {
    font-size: 15px;
  }

  .twentytwenty-container {
    margin-bottom: 20px;
  }
}

/* blog general page */

.blog-general-page-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .blog-general-page-section {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .blog-general-page-section > div > div {
    margin-top: .5rem;
  }

  .blog-general-page-section > div > div:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .blog-general-page-section > div > div {
    margin-top: 2rem;
  }

  .blog-general-page-section > div > div:nth-child(1),
  .blog-general-page-section > div > div:nth-child(2),
  .blog-general-page-section > div > div:nth-child(3) {
    margin-top: 0;
  }
}

/* individual blog page */

.individual-blog-page-section {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.individual-blog-page-section h4 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
}

.individual-blog-page-section p {
  margin-bottom: 1rem;
  color: #777;
  font-weight: 500;
  font-size: .9rem;
}

.individual-blog-page-section p strong,
.individual-blog-page-section p b {
  font-weight: 700;
}

.individual-blog-page-section ul {
  list-style-type: square;
  margin-bottom: 1rem;
  color: #777;
  font-weight: 500;
  font-size: .9rem;
}

.individual-blog-page-section ul li {
  margin-bottom: 0;
}

.individual-blog-page-section ul li::marker {
  color: #3da54a;
}

@media (max-width: 767px) {
  .individual-blog-page-section {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .individual-blog-page-section h4 {
    margin-bottom: 1rem;
    font-size: 19px;
  }

  .individual-blog-page-related-posts {
    margin-top: 2.5rem;
  }

  .individual-blog-page-related-posts > article {
    margin-bottom: .5rem !important;
  }
}

@media (min-width: 768px) {
  .individual-blog-page-related-posts > article {
    margin-top: 1rem !important;
  }

  .individual-blog-page-related-posts > article:first-child {
    margin-top: 0 !important;
  }
}

/* about page */

.about-page-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.about-page-section h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-page-section p {
  font-weight: 500;
  color: #777;
}

.about-page-section p:last-child {
  margin-bottom: 0;
}

.about-us-product-groups {
  margin-bottom: 2rem;
}

.about-us-product-groups > div {
  margin-bottom: 0;
}

.about-us-product-groups i {
  font-size: 1.5rem;
  color: #3da54a;
}

.about-us-product-groups p {
  margin-top: .5rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-page-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .about-page-section h4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }

  .about-us-product-groups > div {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .about-page-section p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-product-groups {
    display: flex;
  }

  .about-us-product-groups > div {
    flex: 1;
  }

  .about-us-product-groups p {
    width: 75%;
  }
}

/* information page */

.information-page-section {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.information-page-section a {
  color: #777;
  text-decoration: underline;
}

.information-page-section a:hover {
  color: #777;
  text-decoration: none;
}

.information-page-section h4 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 22px;
}

.information-page-section h4:first-child {
  margin-top: 0;
}

.information-page-section p {
  margin-bottom: 1rem;
  color: #777;
  font-weight: 500;
  font-size: .9rem;
}

.information-page-section ul {
  list-style-type: square;
  margin-bottom: 1rem;
  color: #777;
  font-weight: 500;
  font-size: .9rem;
}

.information-page-section ul li {
  margin-bottom: 0;
}

.information-page-section ul li::marker {
  color: #3da54a;
}

.information-page-section h4:last-child,
.information-page-section p:last-child,
.information-page-section ul:last-child {
  margin-bottom: 0;
}

.information-page-section p strong,
.information-page-section p b {
  font-weight: 700;
}

.information-page-section table {
  margin-bottom: 2rem;
  color: #777;
  font-weight: 500;
  font-size: .9rem;
}

@media (max-width: 767px) {
  .information-page-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .information-page-section h4 {
    margin-bottom: 1rem;
    font-size: 19px;
  }
}

/* cart bag page */

.cart-bag-page-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cart-bag-table-desktop {
  width: 100%;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #292A2C;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
}

.cart-bag-table-desktop a {
  color: #292A2C;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cart-bag-table-desktop a:hover {
  color: #292A2C;
  opacity: .7;
}

.cart-bag-table-desktop select {
  color: #292A2C;
  border: 0;
  border-radius: 0;
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 45px;
  margin-right: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../images/angle-down.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 75% 50%;
}

.cart-bag-table-desktop td {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
  color: #58595b;
  border-bottom: 2px solid #eee;
}

.cart-bag-table-desktop td img {
  width: 200px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-bag-table-desktop tr:first-child td {
  border-bottom: 2px solid #eee;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-top: 0;
  font-size: .75rem !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #777 !important;
}

.cart-bag-table-desktop tr td:first-child {
  text-align: left;
  padding-left: 0;
  width: 5%;
}

.cart-bag-table-desktop tr td:first-child i {
  cursor: pointer;
  font-size: 14px;
}

.cart-bag-table-desktop tr td:nth-child(2) {
  text-align: center;
  width: 20%;
}

.cart-bag-table-desktop tr td:nth-child(3) {
  text-align: left;
  width: 40%;
  font-size: 18px;
  padding-right: 5%;
}

.cart-bag-table-desktop tr td:nth-child(3) a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: .25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0;
  border-bottom: 0;
  color: #292A2C;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cart-bag-table-desktop tr td:nth-child(3) a:hover {
  opacity: .7;
  color: #292A2C;
}

.cart-bag-table-desktop tr td:nth-child(3) span {
  display: block;
  margin-top: 0;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.25;
  color: #777;
}

.cart-bag-table-desktop tr td:nth-child(4) {
  text-align: center;
  width: 20%;
}

.cart-bag-table-desktop tr:first-child td:nth-child(4) {
  text-align: center;
}

.cart-bag-table-desktop tr td:nth-child(5) {
  text-align: right;
  padding-right: 0;
  width: 15%;
  font-size: 16px;
  color: #dc3936;
  font-weight: 600;
}

.cart-bag-table-desktop tr:first-child td:nth-child(5) {
  text-align: right;
}

.cart-bag-table-mobile {
  width: calc(100% - 2rem);
  border-spacing: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.cart-bag-table-mobile a {
  color: #292A2C;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cart-bag-table-mobile a:hover {
  color: #292A2C;
  opacity: .7;
}

.cart-bag-table-mobile td {
  padding: 2rem 0;
  text-align: center;
  font-size: .85rem;
  border-bottom: 2px solid #eee;
  font-weight: 600;
}

.cart-bag-table-mobile td img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cart-bag-table-mobile tr:first-child td {
  padding-top: 0;
}

.cart-bag-table-mobile tr td div > div:nth-child(2) {
  font-size: 18px;
  margin-top: 1rem;
}

.cart-bag-table-mobile tr td div > div:nth-child(2) a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  border-bottom: 0;
  color: #292A2C;
  display: inline-block;
  line-height: 1.25;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cart-bag-table-mobile tr td div > div:nth-child(2) a:hover {
  opacity: .7;
  color: #292A2C;
}

.cart-bag-table-mobile tr td div > div:nth-child(2) span {
  display: block;
  margin-top: 0;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #777;
}

.cart-bag-table-mobile tr td div > div:nth-child(3) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cart-bag-table-mobile tr td div > div:nth-child(4) {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  color: #dc3936;
  font-weight: 600;
}

.cart-bag-page-buttons {
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  display: flex;
}

.cart-bag-page-buttons > div:first-child {
  flex: 3;
  display: inline-block;
  float: left;
  text-align: left;
}

.order-complete-input-class {
  width: 30% !important;
  color: #292A2C !important;
  border: 2px solid #eee !important;
  border-radius: 0 !important;
  padding: 10px !important;
  margin-bottom: 0 !important;
  font-size: .85rem !important;
  text-align: left !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.apply-coupon-input {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 260px;
  height: auto !important;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 0;
}

.cart-bag-page-buttons a {
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #292A2C;
  background-color: #eee;
  padding: 14.5px 30px;
  display: inline-block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cart-bag-page-buttons a:hover {
  text-decoration: none;
  color: #292A2C;
  opacity: .7;
}

.activation-code-alert {
  font-size: .85rem;
  margin-left: 5px;
  color: #92272e;
}

.cart-bag-page-buttons > div:nth-child(2) {
  flex: 1;
  display: inline-block;
  text-align: right;
}

.cart-bag-page-totals {
  width: 100%;
  padding-right: 0;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-bag-page-totals > div {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.cart-bag-page-totals span {
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
  color: #292A2C;
}

.total-cart-sum {
  margin-right: 10px;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
  color: #292A2C;
}

.complete-order-btn {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  margin-left: 10px;
  background-color: #3da54a !important;
  color: var(--btn-shop-color);
  border-radius: var(--btn-shop-brd-radius);
  box-shadow: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.complete-order-btn span {
  padding: 18px 30px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  transition: transform .25s ease, opacity .15s ease;
}

.complete-order-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 23px;
  transition: opacity .15s ease, transform .25s ease;
  transform: translateY(100%);
  content: "\f123";
  font-family: "woodmart-font";
}

.complete-order-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity .2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.complete-order-btn:hover {
  color: var(--btn-shop-color-hover);
  background-color: #3da54a;
  box-shadow: none;
}

.complete-order-btn:hover:before {
  transform: translateY(0) translateZ(0);
}

.complete-order-btn:hover span {
  transform: translateY(-100%) translateZ(0);
}

@media (max-width: 767px) {
  .cart-bag-page-section {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  .cart-bag-page-buttons {
    display: inline-block;
    width: calc(100% - 2rem);
  }

  .cart-bag-page-buttons div:nth-child(2) {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .cart-bag-page-buttons div:nth-child(3) {
    width: 100% !important;
    display: inline-block; /* !important */
    text-align: center !important;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #eee;
  }

  .apply-coupon-input {
    width: 90% !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .activation-code-alert {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  .cart-bag-page-totals {
    width: calc(100% - 2rem) !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cart-bag-page-totals > div {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .cart-bag-page-buttons {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .cart-bag-page-buttons > div:nth-child(2) {
    float: right;
  }
}

/* complete order page */

.complete-order-form-total-sums {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 0;
}

.complete-order-form-total-sums > div:nth-child(1) {
  width: 55%;
  display: inline-block;
  float: left;
  text-align: left;
}

.order-complete-input-class-new {
  width: 40% !important;
  font-weight: 500 !important;
  height: auto !important;
  color: #292A2C !important;
  border: 2px solid #eee;
  border-radius: 0 !important;
  background-color: #fff;
  padding: 10px !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
  text-align: left !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.order-complete-select-class {
  width: 40%;
  font-weight: 500 !important;
  height: auto !important;
  color: #292A2C;
  border: 2px solid #eee;
  border-radius: 0 !important;
  background-color: #fff !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
  text-align: left !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('../images/angle-down.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: 94% 50%;
}

.order-complete-textarea-class {
  width: calc(80% + 9px) !important;
  color: #292A2C;
  border: 2px solid #eee !important;
  border-radius: 0 !important;
  padding: 10px !important;
  height: 108px !important;
  min-height: 108px !important;
  margin-bottom: 16px !important;
  font-size: .85rem !important;
  text-align: left !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  resize: none !important;
}

.order-complete-input-class::-webkit-input-placeholder,
.order-complete-input-class-new::-webkit-input-placeholder,
.order-complete-select-class::-webkit-input-placeholder,
.order-complete-textarea-class::-webkit-input-placeholder,
.my-account-select-class::-webkit-input-placeholder {
  color: #999;
}

.order-complete-input-class::-moz-placeholder,
.order-complete-input-class-new::-moz-placeholder,
.order-complete-select-class::-moz-placeholder,
.order-complete-textarea-class::-moz-placeholder,
.my-account-select-class::-moz-placeholder {
  color: #999;
}

.order-complete-input-class:-ms-input-placeholder,
.order-complete-input-class-new:-ms-input-placeholder,
.order-complete-select-class:-ms-input-placeholder,
.order-complete-textarea-class:-ms-input-placeholder,
.my-account-select-class::-ms-input-placeholder {
  color: #999;
}

.order-complete-input-class:-moz-placeholder,
.order-complete-input-class-new:-moz-placeholder,
.order-complete-select-class:-moz-placeholder,
.order-complete-textarea-class:-moz-placeholder,
.my-account-select-class::-moz-placeholder {
  color: #999;
}

.label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-top: -7px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  color: #5b574e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eaeaea;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.label-container:hover input ~ .checkmark {
  background-color: #ddd;
}

.label-container input:checked ~ .checkmark {
  background-color: #ddd;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-container input:checked ~ .checkmark:after {
  display: block;
}

.label-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #262628;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.complete-order-form-total-sums > div:nth-child(2) {
  width: 45%;
  display: inline-block;
  float: right;
  text-align: right;
  font-size: .85rem;
  font-weight: 600;
  color: #292A2C;
}

@media (max-width: 767px) {
  .complete-order-form-total-sums {
    width: calc(100% - 2rem) !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .complete-order-form-total-sums > div:nth-child(1) {
    width: 100% !important;
    float: none !important;
  }

  .complete-order-form-total-sums > div:nth-child(2) {
    width: 100% !important;
    border-top: 2px solid #eee !important;
    padding-top: 25px !important;
    margin-top: 30px !important;
    text-align: center !important;
  }

  .order-complete-input-class-new,
  .order-complete-select-class,
  .order-complete-textarea-class {
    width: 100% !important;
  }
}

.added-to-cart-alert {
  display: inline-block;
  padding: 10px 20px;
  background-color: #eee;
  margin-top: 1rem;
  margin-bottom: .5rem;
  color: #292A2C;
  font-weight: 500;
  font-size: .9rem;
}

.added-to-cart-alert a {
  color: #292A2C;
  text-decoration: underline;
}

.added-to-cart-alert a:hover {
  color: #292A2C;
  text-decoration: none;
}

.mini-cart-size-span {
  display: inline-block;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.25;
  font-size: .85rem;
}

.total-different-products-in-cart-nav-span {
  display: inline-block !important;
}

.input-error {
  border-color: #e74c3c !important;
}

.input-error-background {
  background-color: rgba(248, 201, 196, 0.85) !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.input-error-background:hover {
  background-color: rgba(248, 201, 196, 1) !important;
}

.login-registration-alert-p {
  font-weight: 600;
  color: #e74c3c;
}

.login-registration-success-p {
  font-weight: 600;
  color: #3da54a;
}

/* my account */

.my-account-page-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-account-fields-div {
  text-align: left;
}

.my-account-fields-div p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .my-account-page-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .my-account-fields-div {
    display: flex;
  }

  .my-account-fields-div p {
    flex: 1;
  }

  .my-account-fields-div p:first-child {
    margin-right: 15px;
  }

  .my-account-fields-div p:nth-child(2) {
    margin-left: 15px;
  }
}

.my-account-select-class {
  width: 100%;
  font-weight: 600 !important;
  height: auto !important;
  color: #58595b;
  border: 2px solid #eee !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  padding: 10px 15px !important;
  margin-bottom: 0 !important;
  font-size: .85rem !important;
  text-align: left !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('../images/angle-down.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: 94% 50%;
}

.view-product-btn {
  padding: 10px 20px !important;
  width: 100% !important;
  font-size: .85rem !important;
  line-height: 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.view-product-btn:hover {
  opacity: .7 !important;
}

.view-product-btn i:before {
  vertical-align: -2px;
}

.search-results-div-ajax {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 46px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  z-index: 99;
  padding: 0;
  border: 2px solid rgba(129, 129, 129, .20);
  border-top: 0;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #58595b;
}

.search-results-div-ajax > div {
  display: flex;
  flex: 50%;
  max-width: 50%;
  cursor: pointer;
  border-right: 2px solid rgba(129, 129, 129, .20);
  border-bottom: 2px solid rgba(129, 129, 129, .20);
  background-color: #fff;
  vertical-align: top;
  padding: 15px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.search-results-div-ajax > div:hover {
  background-color: #f6f6f6;
}

.search-results-div-ajax > div:nth-child(even) {
  float: right;
  border-right: 0;
}

.search-results-div-ajax > div:last-child {
  border-bottom: 0;
}

.search-results-div-ajax > div > div:nth-child(1) {
  flex: 1;
}

.search-results-div-ajax img {
  width: 100%;
  height: auto;
}

.search-results-div-ajax > div > div:nth-child(2) {
  flex: 3;
  padding-left: 10px;
}

.search-results-div-ajax h3 {
  font-size: 15px;
  color: #292A2C;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: .375rem;
}

.search-results-div-ajax p {
  color: #3da54a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}

.no-products-search-ajax {
  display: inline-block;
  padding: 10px 15px;
}

.search-more-products {
  flex: 100% !important;
  max-width: 100% !important;
  border-right: 0 !important;
  justify-content: center;
}

/* orders history */

.orders-history {
  width: 100%;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #292A2C;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
}

.orders-history td {
  padding: 15px;
  padding-left: 0;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
  color: #58595b;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.orders-history tr:hover td {
  background-color: #f6f6f6;
}

.orders-history tr:first-child td {
  border-bottom: 2px solid #eee;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-top: 0;
  background-color: #fff !important;
  cursor: default !important;
  font-size: .75rem !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #777 !important;
}

.orders-history tr td:first-child {
  text-align: left;
  padding-left: 0;
}

.orders-history tr td:nth-child(4) {
  text-align: right;
  padding-right: 0;
}

.orders-history span.order-status {
  padding: 8px 12px;
  font-size: .85rem;
}

.orders-history span.order-not-paid {
  background-color: #f8c9c4;
}

.orders-history span.order-in-process {
  background-color: #fce6c4;
}

.orders-history span.order-delivered {
  background-color: #c3f2d7;
}

.no-orders-p {
  font-weight: 600;
}

.individual-order-modal {
  max-width: 750px;
}

.individual-order-modal h3 {
  font-size: 18px;
  color: #292A2C;
  text-transform: uppercase;
  font-weight: 600;
}

.individual-order-modal-totals {
  margin-top: 15px;
  text-align: right;
  font-size: .85rem;
  font-weight: 600;
  color: #292A2C;
}

@media (max-width: 767px) {
  .fancybox__nav .carousel__button.is-next,
  .fancybox__nav .carousel__button.is-prev {
    display: none
  }
}

/* quick preview modal */

.quick-preview-modal h3 {
  font-size: 20px;
  color: #292A2C;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.quick-preview-modal img {
  width: 100%;
  height: auto;
}

.quick-preview-modal > div {
  flex: 1;
}

@media (max-width: 767px) {
  .quick-preview-modal > div:nth-child(2) {
    padding-top: 36px;
  }
}

@media (min-width: 768px) {
  .quick-preview-modal {
    display: flex;
    flex-wrap: wrap;
    width: 750px;
  }

  .quick-preview-modal > div:nth-child(2) {
    padding-left: 36px;
    max-height: 357px;
    overflow-y: scroll;
  }
}

.added-to-wishlist i {
  color: #3da54a !important;
  font-weight: 700;
}

.added-to-cart-table tr:nth-child(2) td {
  border-top: 2px solid #eee;
}

@media (min-width: 768px) {
  .added-to-cart-cta-div {
    display: flex;
    gap: 20px;
    text-align: center;
  }

  .added-to-cart-cta-div > div {
    flex: 1;
  }
}

.added-to-cart-continue-shopping {
  position: relative;
  padding: 12px 20px;
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #292A2C;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ddd;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.added-to-cart-continue-shopping:hover {
  opacity: .7;
}

.added-to-cart-view-cart {
  position: relative;
  padding: 12px 20px;
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #3da54a;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.added-to-cart-view-cart:hover {
  color: #fff;
  opacity: .7;
}

.contacts-cta-div i {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2rem;
}

.contacts-cta-div a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
}

.contacts-cta-div a:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 767px) {
  .contacts-cta-div > div {
    margin-bottom: 1rem;
  }

  .contacts-cta-div > div:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .contacts-cta-div {
    display: flex;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-cta-div > div {
    flex: 1;
  }
}

/* cookie bar */

.cookies-bar {
  position: fixed;
  display: flex;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  align-items: center;
  z-index: 9999;
  background-color: #eee;
  color: #666;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.3;
}

.cookies-bar a {
  color: #666;
  text-decoration: underline;
}

.cookies-bar a:hover {
  color: #666;
  text-decoration: none;
}

.cookies-bar button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #dc3936;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.cookies-bar button:hover {
  background-color: #cc2724;
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .cookies-bar {
    display: block;
    text-align: center;
  }

  .cookies-bar div:nth-child(2) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cookies-bar {
    padding: 1.5rem 2rem;
  }

  .cookies-bar div:nth-child(1) {
    flex: 9;
    padding-right: 2rem;
  }

  .cookies-bar div:nth-child(2) {
    flex: 2;
  }
}

.cart-bag-total-products {
  position: absolute;
  top: -2px;
  left: 32px;
  height: 20px;
  width: 20px;
  background-color: #dc3936;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: .75rem;
}

.change-quantity-div-class {
  display: flex;
}

.change-quantity-div-class div {
  height: 30px;
  width: 30px;
  background-color: #eee;
  line-height: 30px;
  text-align: center;
  font-size: .75rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.change-quantity-div-class div:hover {
  background-color: #e6e6e6;
}

.change-quantity-div-class div:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.change-quantity-div-class div:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.top-manufacturers-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}

.top-manufacturers-div > div {
  width: calc(100% / 6);
  padding: 0 40px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}

.certificates-div > div {
  cursor: default;
}

.top-manufacturers-div > div > img {
  width: auto;
  max-height: 40px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.certificates-div > div > img {
  width: auto;
  max-height: 100%;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.top-manufacturers-div > div:hover img {
  opacity: .6;
}

.certificates-div > div:hover > img {
  opacity: 1;
}

@media (max-width: 767px) {
  .top-manufacturers-div > div {
    width: calc(100% / 2);
    padding: 0 30px;
    margin-bottom: 0;
  }

  .top-manufacturers-div > div:first-child,
  .top-manufacturers-div > div:nth-child(2) {
    margin-bottom: 2rem !important;
  }

  .certificates-div > div {
    width: calc(100% / 3);
  }

  .certificates-div > div:nth-child(3) {
    margin-bottom: 2rem !important;
  }

}

.advantages-div {
  flex-wrap: wrap;
  gap: 2rem;
}

.advantages-div > div {
  background-color: #eee;
  flex: 1;
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .advantages-div > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.advantages-div i {
  font-size: 2rem;
  color: #292A2C;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0;
}

.advantages-div img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
  margin-top: 0;
}

.advantages-div h3 {
  font-size: .9rem;
  color: #292A2C;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.advantages-div p {
  font-size: .85rem;
  line-height: 1.35rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .advantages-div {
    display: flex;
  }
}

.cta-block-btn {
  background-color: #fff !important;
  font-size: .85rem !important;
  line-height: 16px;
  border-radius: 0 !important;
  opacity: .85;
  color: #292A2C !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  padding: 15px 30px !important;
  width: auto;
}

.cta-block-btn:hover {
  background-color: #fff !important;
  opacity: 1;
  box-shadow: none !important;
}

.subtitle-p-class {
  color: #292A2C;
  line-height: 1.4;
  font-weight: 500;
  font-size: .85rem;
  text-transform: uppercase;
  display: block !important;
}

.service-img-class {
  width: 15% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cta-block-h4 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .cta-block-h4 {
    width: 90%;
    font-size: 18px;
    line-height: 26px;
  }
}

.front-page-individual-service {
  text-align: center;
}

.front-page-individual-service h3 {
  margin-top: 25px;
  font-size: 14px;
  color: #292A2C;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.front-page-individual-service h3:hover {
  opacity: .6;
}

.front-page-individual-service p {
  font-weight: 500;
  margin-bottom: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.front-page-individual-service > a {
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.front-page-individual-service > a:hover {
  opacity: .6;
}

/* testimonials */

.front-page-individual-testimonial {
  text-align: center;
}

.front-page-individual-testimonial h3 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 14px;
  color: #292A2C;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.front-page-individual-testimonial p {
  width: 90%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  font-size: 12px;
  font-weight: 500;

}

.front-page-individual-testimonial i {
  font-size: 2rem;
  color: #dc3936;
}

.price_label > span:first-child {
  padding-right: 5px;
}

.price_label > span:last-child {
  padding-left: 5px;
}

.filter-by-age-group li {
  margin-bottom: .75rem;
}

.filter-by-age-group li:last-child {
  margin-bottom: 0;
}

.filter-by-age-group a {
  color: #666;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.filter-by-age-group a:hover {
  color: #292A2C;
}

.individual-product-new-quantity-add-to-cart {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.individual-product-new-quantity-add-to-cart > span {
  display: flex;
  flex: 1;
  padding: 10px 12px;
  text-align: center;
  background-color: #eee;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-new-quantity-add-to-cart > span:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.individual-product-new-quantity-add-to-cart > span:nth-child(3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.individual-product-new-quantity-add-to-cart > span:hover {
  background-color: #e6e6e6;
}

.individual-product-new-quantity-add-to-cart input {
  flex: 2;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto;
  text-align: center;
  border-color: #eee !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #292A2C;
}

.individual-product-new-quantity-add-to-cart input::-webkit-inner-spin-button,
.individual-product-new-quantity-add-to-cart input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.individual-product-new-quantity-add-to-cart > a {
  flex: 3 !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  margin-left: 1rem;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 700;
  overflow: hidden;
  background-color: #dc3936;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-new-quantity-add-to-cart > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .15s ease, transform .25s ease;
  transform: translateY(100%);
  content: "\f123";
  font-family: "woodmart-font";
}

.individual-product-new-quantity-add-to-cart > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity .2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.individual-product-new-quantity-add-to-cart > a span {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  transition: transform .25s ease, opacity .15s ease;
}

.individual-product-new-quantity-add-to-cart > a:hover {
  color: #fff;
  background-color: #dc3936;
  box-shadow: none;
}

.individual-product-new-quantity-add-to-cart > a:hover:before {
  transform: translateY(0) translateZ(0);
}

.individual-product-new-quantity-add-to-cart > a:hover span {
  transform: translateY(-100%) translateZ(0);
}

@media (max-width: 767px) {
  .individual-product-new-quantity-add-to-cart {
    width: 100%;
  }
}

/* */

.specifications-div {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 0;
}

.specifications-div td {
  padding: 10px;
  color: #666;
  font-weight: 500;
  font-size: .85rem;
  border-bottom: 1px solid #ddd;
}

.specifications-div td:first-child {
  font-weight: 500;
  padding-left: 0;
  width: 50%;
}

.specifications-div td:last-child {
  padding-right: 0;
  width: 50%;
}

/* instagram */

.instagram-div {
  flex-wrap: wrap;
  gap: 0;
}

.instagram-div > div {
  background-color: #eee;
  flex: 1;
  border-radius: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.instagram-div img {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.instagram-div img:hover {
  opacity: .6;
}

@media (max-width: 767px) {
  .instagram-div {
    display: flex;
    flex-wrap: wrap;
  }

  .instagram-div > div {
    flex: 1 1 calc(100% / 3);
  }
}

@media (min-width: 768px) {
  .instagram-div {
    display: flex;
  }
}

.inner-page-h1-title {
  font-size: 1.75rem !important;
  line-height: 2rem !important;
  color: #292A2C !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

@media (max-width: 767px) {
  .inner-page-h1-title {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
}

.breadcrumb-arrow {
  font-size: 13px;
  margin-left: 6px;
  margin-right: 6px;
  color: #666;
}

.main-category-icon {
  font-size: 1.4rem;
  text-align: center;
  color: #292A2C;
  width: 60px;
}

.properties-a {
  color: #777;
  text-decoration: underline;
}

.properties-a:hover {
  color: #777;
  text-decoration: none;
}

.usual-href {
  color: #777;
  text-decoration: underline;
}

.usual-href:hover {
  color: #777;
  text-decoration: none;
}

/* privacy policy */

.privacy-policy-content-div a {
  color: #777;
  text-decoration: underline;
}

.privacy-policy-content-div a:hover {
  color: #777;
  text-decoration: none;
}

.privacy-policy-content-div ul {
  list-style-type: square;
}

.privacy-policy-content-div ul li {
  margin-bottom: 0;
}

.privacy-policy-content-div p:last-child,
.privacy-policy-content-div ul:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .privacy-policy-content-div {
    margin-bottom: 3rem;
  }
}

.individual-product-new-quantity-ask-for-product {
  width: 25% !important;
}

.individual-product-new-quantity-ask-for-product a {
  margin-left: 0 !important;
}






























/* */
