/*
Theme Name: Kayon Child Theme
Theme URI: https://kayon.themerex.net/
Description: Kayon is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.10.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: kayon
Template: kayon
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.add-to-quote-btn {
  background: #001b44 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.add-to-quote-btn:hover {
  opacity: 0.9;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.woocommerce div.product .product_meta {
    margin-top: 20px;
}

.woocommerce ul.products .product_style_plain:not(.product-category) .post_item:hover .wrap-data-hover {
       padding-top: 20px;
 }

