/*!
Theme Name: cvio child
Theme URI: https://cvio.bslthemes.com/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Cvio - Resume / CV WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: cvio
Text Domain: cvio-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options 
*/
figure {
    max-width: 100%;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-js ul.products li.product h3 {
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/*  whats app start*/
.whatsapp img {
    width: 60px;
    height: 60px;
    background-color: #1bd741;
    border-radius: 50%;
    padding: 8px
}
.whatsapp {
    display: block;
    position: fixed;
    bottom: 75px;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-animation: pulse-animation-whatsapp 2s infinite;
    animation: pulse-animation-whatsapp 2s infinite;
}
.whatsapp.right{
    right: 80px;
}
.whatsapp.left{
    left: 80px;
}
/*  whats app end*/