/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.option-group-wrapper .option-group-options.cards {
  grid-template-columns: repeat(3, 1fr) !important;
}


/* Steps numbers alignment */
.staggs-full .staggs-configurator-steps-nav ul {
    justify-content: space-evenly !important;
}

.staggs-configurator-steps-nav ul a .step-number {
    margin-right: 0px !important;
}

/* Desktop adjustment to work with RTL: */
.staggs-configurator-full .staggs-configurator-main.align-right .staggs-product-view {
    right: auto !important;
    left: 0 !important;
}


html, body {
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    overscroll-behavior: none;
    -webkit-text-size-adjust: 100%;
}

input, select, textarea {
    font-size: 16px !important;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
}