/*
 Theme Name:   Poolax Child  
 Theme URI:    https://themeholy.com/wordpress/poolax
 Description:  This is a child theme for Poolax - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     poolax
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  poolax-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.poolax-add-to-cart .button,
.poolax-add-to-cart .added_to_cart {
  width: 100%;
  border: 0px;
  background: #3ab7b5;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.poolax-add-to-cart .button:hover {
  background-color: #2fa6a3;
}
.poolax-add-to-cart .added {
  display: none;
}
