/*
Theme Name: Celina Child Theme
Theme URI: http://demo.yolotheme.com/celina
Author: YoloTheme
Author URI: https://www.facebook.com/Yolotheme/
Description: This is a custom child theme for Celina
Template: celina
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: celina
*/
button.qty-decrease,
button.qty-increase {/* width: 30px; *//* height: 30px; */padding: 9.5px 23px;background: #d7af8c;color: #fff;border: none;}


.gift_card_template_button.variations_button {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
}

.woocommerce .quantity .qty {
    padding: 11.5px 23px;
    height: 2.9em;
}
@media(max-width:768px){
    .gift_card_template_button.variations_button{
        flex-direction:column;
    }
}
.elementor-widget .elementor-icon-list-icon svg {
    height: var(--e-icon-list-icon-size, 1em);
    width: var(--e-icon-list-icon-size, 1em);
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex
;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

footer#yolo-footer-wrapper .elementor-widget .elementor-icon-list-items {    list-style-type: none;
    margin: 0;padding: 0; }
.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px;
    margin-right: 8px;
}
@media(max-width:768px){
    .elementor-widget.elementor-align-right .elementor-icon-list-items{
            justify-content: center;
    }
}