/*
 Theme Name:   Rotron
 Theme URI:    Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:  Child Theme for the Hello Elementor Theme
 Author:       VISTECH
 Author URI:   http://www.vistech.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/


label span.required{
    display:inline-block;
    margin-left:4px;
    color:#ff0000;
}

.search-result-family-detail{
    gap:24px;
}

.search-result-filter-container label{
   margin-bottom:8px; 
}

.vti-wait::after{
    content:" ";
    background-color:rgba(255, 255, 255, .85);
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:999;
    cursor:default;
}

.vti-wait::before{
    content:" ";
    position: fixed;
    background-image:url("https://catalog-rotron-stg.solsuite.vistech.com/wp-content/themes/Rotron/img/wait_spinner.png");
    background-repeat: no-repeat;
    background-size:35px;
    background-position:center;
    top:calc(50% - 24px);
    left:calc(50% - 24px);
    width:48px;
    height:48px;
    z-index:1000;
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% {transform:rotate(360deg);} }






