/**
* Theme Name:        avanam-medico
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-medico
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/
.product-actions .woosc-btn .woosc-btn-text, .product-actions .woosc-btn .woosq-btn-text, .product-actions .woosc-btn .woosw-btn-text, .product-actions .woosq-btn .woosc-btn-text, .product-actions .woosq-btn .woosq-btn-text, .product-actions .woosq-btn .woosw-btn-text, .product-actions .woosw-btn .woosc-btn-text, .product-actions .woosw-btn .woosq-btn-text, .product-actions .woosw-btn .woosw-btn-text {
    display: none;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a, .woocommerce ul.products li.product .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product .product-thumbnail .product-actions button {
    background: var(--global-palette9);
    color: var(--global-palette3);
    padding: 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: rgba(0,0,0,0.16) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.16) 0px 1px 3px;
}
.product-actions .woosc-btn.woosc-btn-has-icon, .product-actions .woosc-btn.woosq-btn-has-icon, .product-actions .woosc-btn.woosw-btn-has-icon, .product-actions .woosq-btn.woosc-btn-has-icon, .product-actions .woosq-btn.woosq-btn-has-icon, .product-actions .woosq-btn.woosw-btn-has-icon, .product-actions .woosw-btn.woosc-btn-has-icon, .product-actions .woosw-btn.woosq-btn-has-icon, .product-actions .woosw-btn.woosw-btn-has-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: var(--global-palette7);
    color: var(--global-palette3);
}
.woosw-icon-5:before {
    content: "\e90d";
}
.woosc-icon-1:before {
    content: "\e929";
}
.woosc-btn.woosc-btn-added:before {
  content: '\2713';
  margin-right: 5px;
}
.woosq-icon-1:before {
    content: "\e923";
}
.woocommerce ul.products .product-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}