/*
Theme Name: hello elementor child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


/* for product position switch */
/* 1st, 3rd, 5th reverse */
.pos-switch .e-loop-item:nth-child(odd) .e-con-inner{
    flex-direction: row-reverse !important;
}

/* 2nd, 4th, 6th normal */
.pos-switch .e-loop-item:nth-child(even) .e-con-inner{
    flex-direction: row !important;
}


/* for add to cart button svg */
.butn-plus-svg .button.add_to_cart_button{
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.butn-plus-svg .button.add_to_cart_button::after{
    content:"+";
    font-size:35px;
    font-weight:300;
    line-height:1;
    color:#fff;
}


