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

/* Document Information
  -Version: 1.0
  -Author:
*/

/* Directory
  1. =RESPONSIVE
  2. =PRIMARY
  3. =HEADER
  4. =SIDEBAR
  5. =FOOTER
  6. =MISC
*/

/* =========== 1. =RESPONSIVE ====== */


/* =========== 2. =PRIMARY ========= */


/* =========== 3. =HEADER ========== */


/* =========== 4. =SIDEBAR ========= */


/* =========== 5. =FOOTER ========== */


/* =========== 6. =MISC ============ */

/* prevent hover zoom on product grid page */
.product-element-top:hover .hover-img {
    transform: none !important;
}

/* increase price calculator field */
#price_calculator input {
    width: 100px;
}

/* Hide add to cart button on product grid */
.wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
    display: none !important;
}

/* Hide "plugify_sample_texttt" from cart/shop */
li.variation-plugify_sample_texttt .item-variation-name {
    display: none;
}

@media print {a:link:after, a:visited:after {content: "";}}
