/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-before-add-to-cart {
  margin-bottom: 0px;
}

.wd-before-add-to-cart p {
  display: none
}

.khuyen-mai-wrap .wpb_raw_code.wpb_raw_html.wpb_content_element {
  margin-bottom: 20px;
}

.khuyen-mai {
  background: #f1f8e9;
  border-radius: 4px;
  border: 1px dashed #2e942b;
  padding: 10px;
}

.khuyen-mai h4 {
  color: rgb(36,126,161);
  text-align: left;
  margin-bottom: 5px;
}

.khuyen-mai li {
  list-style: none;
  color: #3a3a3a;
  font-size: 14px;
  background: url(./images/check@2x.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position-y: 3px;
  padding-left: 20px;
  text-align: left;
}

.product_title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700 !important;
  color: rgb(36,126,161);
}

.entry-content .wc-tab-inner {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.entry-content .wc-tab-inner h2,
.entry-content .wc-tab-inner p {
  margin-bottom: 10px;
}

.entry-content .wc-tab-inner ul li {
  margin-bottom: 5px;
}

.single-breadcrumbs-wrapper {
  margin-bottom: 10px;
}

.amount {
  color: red;
}

.cart-table-section th.product-quantity,
.cart-table-section td.product-quantity{
    display: none;
}

.whb-sticky-prepared .whb-main-header {
    position: relative !important;
	background-color: #21779e;
  	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.themewp_banner h1 {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .05em;
}

.themewp_banner p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18.4px;
  color: #f1f1f1;
  line-height: 1.6;
}

.searchform {
  width: 50%;
  margin: 0 auto;
}

.whb-color-dark:not(.whb-with-bg),
.whb-color-light:not(.whb-with-bg),
.copyrights-wrapper {
  border-top: 1px solid var(--brdcolor-gray-300);
  background: rgba(0,115,160,.91) !important;
}

.single_add_to_cart_button.button.alt,
.wd-buy-now-btn.button.alt{
  width: 49%;
}

.post-single-page.entry-content h2,
.post-single-page.entry-content h3,
.post-single-page.entry-content h4 {
  font-weight: 700;
}

@media (min-width: 1025px) {
    .single-product .whb-overcontent:not(.whb-custom-header) {
        padding-top: 0 !important;
    }
}