/*
 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
*/

* {
	transition: all 0.3s ease-in-out;
}

.aws-container .aws-search-form .aws-form-btn {
	border: 1px solid #1c60d4;
  background: #1c60d4;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  color: white;
}

.aws-container .aws-search-form .aws-form-btn:hover {
  background: #e52427;
}

.aws-container .aws-search-field {
  border: 1px solid #1c60d4;
}

.jet-filter-items-dropdown__label {
  font-size: 16px;
}

:where(:root) * {
  border-color: #1c60d4 !important;
}

.woocommerce .button {
    align-items: center;
    background-color: #1c60d4;
    border-width: 0;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
}

.woocommerce .button:hover {
    background-color: #e52427;
}

.zoom-out:hover {
	transform: scale(1.05);
}