/*
Theme Name: Hello Biz Child Custom
Theme URI: https://elementor.com/themes/hello-biz/
Description: Child theme for Hello Biz containing the custom code moved out of the parent theme.
Author: OpenAI for site owner
Template: hello-biz
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hello-biz-child-custom
*/

.vi-wpvs-option-wrap-default {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design 
.vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset;
}

.vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset !important;
    outline: 1px solid #000 !important;
    outline-offset: 0 !important;
}
.elementor-add-to-cart .ppc-button-wrapper{
	    display: none;
}
.wc-block-components-button:not(.is-link) {
    background: #284267;
	border-radius: 30px;}
.wc-block-components-button:not(.is-link):hover {
    background: #3B66A1
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: -webkit-fill-available;
    position: absolute;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    
}