/*
 Theme Name:   Store2Door Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/**
WooCommerce Custom CSS Classes
**/

.hide-variation-label dl.variation dt {
    display: none !important;
}


/* RESORT AJAX POPUP CSS */

.resort-ajax-popup {
    max-width: 500px;
    align-items: flex-end;
}

.resort-ajax-popup .brxe-icon {
    font-size: 20px !important;
}


.resort-ajax-popup :focus-visible{
    outline: none;
}

