/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.vr-text-upper {
  text-transform: uppercase;
}

.vr-hide-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

form.wpcf7-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 15px 10px;
  align-items: center;
}
form.wpcf7-form > p {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
form.wpcf7-form > p:last-of-type {
  text-align: center !important;
}
form.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #943A44;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -15px;
  font-size: 0.8rem;
}
form.wpcf7-form .wpcf7-form-control-wrap.recaptcha {
  margin: 20px auto;
}
form.wpcf7-form .wpcf7-form-control-wrap.recaptcha .g-recaptcha > div {
  margin: 0 auto;
}

#cookie-notice .cookie-notice-container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#cookie-notice .cn-button {
  padding: 5px 5px 0;
  font-weight: 400;
  color: black !important;
  box-shadow: none !important;
}

.main-page-wrapper .site-content {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.product-grid-item .wd-product-sku span:last-of-type {
  color: #444;
}

.page-title .title {
  font-size: 31px !important;
}
@media screen and (max-width: 673px) {
  .page-title .title {
    font-size: 25px !important;
  }
}

.vr-video-slide .vidbg-container {
  position: static;
}
.vr-video-slide .vidbg-container video {
  width: 100% !important;
  height: auto !important;
  min-height: 600px !important;
  object-fit: cover;
}
.vr-video-slide .vidbg-container .vidbg-overlay {
  transform: translateY(-50%);
  min-height: 1000px;
}

.vidbg-container {
  border-radius: inherit;
}

.otgs-development-site-front-end {
  display: none !important;
}

body .wd-nav[class*=wd-style-] > li:is(.wd-has-children,.menu-item-has-children) > a:after {
  color: #333 !important;
}

footer.footer-container form.wpcf7-form {
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
@media only screen and (max-width: 673px) {
  footer.footer-container form.wpcf7-form {
    grid-template-columns: minmax(0, 1fr);
  }
}
footer.footer-container form.wpcf7-form .recaptcha {
  margin-bottom: 0;
}
footer.footer-container form.wpcf7-form p {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer.footer-container form.wpcf7-form p:nth-of-type(n + 3) {
  grid-column: span 2;
}
@media only screen and (max-width: 673px) {
  footer.footer-container form.wpcf7-form p:nth-of-type(n + 3) {
    grid-column: span 1;
  }
}
footer.footer-container form.wpcf7-form p span {
  color: #fff;
  vertical-align: middle;
}
footer.footer-container form.wpcf7-form p span a {
  text-decoration: underline;
}
footer.footer-container form.wpcf7-form .wpcf7-response-output {
  grid-column: span 2;
}
@media only screen and (max-width: 673px) {
  footer.footer-container form.wpcf7-form .wpcf7-response-output {
    grid-column: span 1;
  }
}

.vr-sita-offer-form form {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 673px) {
  .vr-sita-offer-form form {
    grid-template-columns: 1fr;
  }
}
.vr-sita-offer-form form p:nth-last-of-type(1), .vr-sita-offer-form form p:nth-last-of-type(2), .vr-sita-offer-form form p:nth-last-of-type(3), .vr-sita-offer-form form p:nth-last-of-type(4) {
  grid-column: span 2;
}
@media only screen and (max-width: 673px) {
  .vr-sita-offer-form form p:nth-last-of-type(1), .vr-sita-offer-form form p:nth-last-of-type(2), .vr-sita-offer-form form p:nth-last-of-type(3), .vr-sita-offer-form form p:nth-last-of-type(4) {
    grid-column: span 1;
  }
}
.vr-sita-offer-form form > span.recaptcha {
  grid-column: span 2;
}
@media only screen and (max-width: 673px) {
  .vr-sita-offer-form form > span.recaptcha {
    grid-column: span 1;
  }
}
.vr-sita-offer-form form .wpcf7-response-output {
  margin-top: 10px;
  grid-column: span 2;
}
@media only screen and (max-width: 673px) {
  .vr-sita-offer-form form .wpcf7-response-output {
    grid-column: span 1;
  }
}

body.home header.whb-header {
  margin-bottom: 0 !important;
}
body.home .vr-img-hotspot-no-desc .wd-more-desc .wd-more-desc-inner {
  display: none;
}
body.home .wd-post-date.wd-style-with-bg {
  display: none !important;
}

.single-product .woocommerce-tabs .wc-tab-inner p, .single-product .woocommerce-tabs .wc-tab-inner ul {
  margin-bottom: 10px;
}
.single-product .woocommerce-tabs .wc-tab-inner p a, .single-product .woocommerce-tabs .wc-tab-inner ul a {
  color: #a52c28 !important;
  text-decoration: underline;
}
.single-product .woocommerce-variation-description .custom-sites-prompt {
  display: none !important;
}

.archive.woocommerce .area-sidebar-shop {
  margin-bottom: 40px;
  background-color: white;
  border-radius: 20px;
  padding: 25px;
}

.vr-contact-form form.wpcf7-form {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media only screen and (max-width: 673px) {
  .vr-contact-form form.wpcf7-form {
    grid-template-columns: minmax(0, 1fr);
  }
}
.vr-contact-form form.wpcf7-form > p:nth-of-type(n + 4) {
  grid-column: span 3;
}
@media only screen and (max-width: 673px) {
  .vr-contact-form form.wpcf7-form > p:nth-of-type(n + 4) {
    grid-column: span 1;
  }
}
.vr-contact-form form.wpcf7-form .wpcf7-response-output {
  grid-column: span 3;
}
@media only screen and (max-width: 673px) {
  .vr-contact-form form.wpcf7-form .wpcf7-response-output {
    grid-column: span 1;
  }
}
.vr-contact-form form.wpcf7-form > span.recaptcha {
  grid-column: span 3;
}
@media only screen and (max-width: 673px) {
  .vr-contact-form form.wpcf7-form > span.recaptcha {
    grid-column: span 1;
  }
}
.vr-contact-form form.wpcf7-form .fancy-select-wrap {
  padding-top: 0;
}
.vr-contact-form form.wpcf7-form .fancy-select-wrap .select2 {
  margin-top: 0;
}
.vr-contact-form form.wpcf7-form .select2-selection.select2-selection--single {
  background-color: rgba(0, 0, 0, 0.04);
}
.vr-contact-form form.wpcf7-form.failed .wpcf7-response-output {
  color: #fff !important;
  background-color: #943A44;
}

/*# sourceMappingURL=style.css.map */
