/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


html body,
body p,
body a,
body td,
body th,
body p strong,
body em,
body li,
body input[type=text],
body input[type=email],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=url],
body input[type=tel],
body input[type=date],
body select,
body textarea,
body .woocommerce-breadcrumb .breadcrumb-last,
body .woodmart-products-per-page .per-page-title,
body .woodmart-text-block-wrapper .woodmart-text-block,
body .title-after_title {
  font-family: 'Cocomat Pro' !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .woocommerce-billing-fields > h3,
body .cart-totals-inner h2,
body #order_review_heading,
body #ship-to-different-address label,
.main-page-wrapper .page-title .entry-title,
body .widget-heading .widgettitle,
body .widget-heading .widgettitle a,
body .widget-heading .widget-title,
body .widget-heading .widget-title a,
body .sidebar-widget .widget-title,
body .product_list_widget>li .product-title,
body .woodmart-title-container.font-primary,
body .woodmart-title-container.font-primary strong  {
  font-family: 'Cocomat Pro' !important;
}

.woodmart-text-block-wrapper .woodmart-text-block p:first-child:empty~p:last-child {
  display: block !important;
}


.website-wrapper{
  padding: 0 40px;
}

.scrollToTop.button-show{
  z-index: 9999;
}

.website-wrapper:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  background-color: #DEEEF0;
  z-index: 999;
}

.website-wrapper:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  background-color: #DEEEF0;
  z-index: 999;
}

.main-page-wrapper{
  padding-top: 0 !important;
}

.btn.btn-scheme-dark{
  text-transform: none;
}

/*
@media (max-width:767px) {
  body {
    display: none !important;
  }
} */

@media (max-width: 991px){
  .website-wrapper:before,
  .website-wrapper:after{
    width: 20px;
  }
}


.post-date.woodmart-post-date {
  display: none;
}