/*
 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);
}

.jet-add-to-store.in-store,
.jet-listing-dynamic-link__link.in-store {
  background-color: #e52427 !important;
}

.jet-add-to-store.in-store .jet-listing-dynamic-link__icon,
.jet-listing-dynamic-link__link.in-store .jet-listing-dynamic-link__icon {
  background-color: #e52427 !important;
}

#brxe-kfzlty .bricks-nav-menu .sub-menu > li > a {
	color: #ffffff !important;
}

@media (max-width: 676px){
  .splide__pagination{ display:none !important; }
  .splide, .splide__track, .splide__list{ margin-bottom:0 !important; }
}

.lex-scope .toplink {
  display: none !important;
}

.woocommerce-privacy-policy-text {
	display: none !important;
}