/*
 Theme Name:   Bricks 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
*//*
 Theme Name:   Shift8 Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Shift8
 Author URI:   https://shift8web.ca/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.distributor-search {
    margin:0 auto;
}

.distributor-country-filter select {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");
    background-position: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px;
    background-color: #F6F6F3 !important;
    border: 1px solid #99B2B7 !important;
    display:block;
    width:25%;
}
.distributor-search input {
    background-color: #F6F6F3 !important;
    border: 1px solid #99B2B7 !important;
    width:25%;
    margin-bottom:25px;
    display:block;
}
.distributor-country-filter label, .distributor-search label {
    font-size:25px;
    line-height: 35px;
    letter-spacing: .5px;
    color: #095285;
}

.shift8-address-suggestions {
    background: #ffffff;
    border: 1px solid #99B2B7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    width: min(100%, 520px);
    z-index: 20;
}

.shift8-address-suggestion {
    background: #ffffff;
    border: 0;
    color: #0a2d4a;
    cursor: pointer;
    display: block;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}

.shift8-address-suggestion:hover,
.shift8-address-suggestion:focus {
    background: #f6f6f3;
}
