/* 
Theme Name: Gueper (Hello Elementor Child)
Theme URI: https://gueper.com.br/
Description: Customizações para a Gueper
Author: Frederico de Castro
Author URI: https://www.fredericodecastro.com.br
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

.cross_sell_thumbs {
    display: flex;
    gap: 20px;
}

.cross_sell_thumbs .cross_sell_thumb {
    flex: 0 1 60px;
    overflow: hidden;
}

.cross_sell_thumbs .cross_sell_thumb a {}

.cross_sell_thumbs .cross_sell_thumb a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}

.single-product .wpcsc-size-charts-list {}

.single-product .wpcsc-size-charts-list .wpcsc-btn {
    color: black;
    font-size: 15px;
}

.mfp-wrap {
    width: 100vw;
}