/*
 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
*/
.banner-link-container .single-banner-link:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.banner-link-container .single-banner-link h3 {
  transition: transform 0.4s ease;
}

.banner-link-container .single-banner-link:hover h3 {
  transform: translateX(8px);
}

.banner-link-container .single-banner-link .brxe-gmqmzr {
  display: flex;
  justify-content: flex-end;
}

.banner-link-container .single-banner-link .line {
  width: 30px;
  transition: width 0.4s ease;
}

.banner-link-container .single-banner-link:hover .line {
  width: 60px;
}

/* HEADER SCROLL */
#brx-header .brxe-logo img {
  transform-origin: center center;
  transition: transform 0.4s ease;
}

#brx-header.scrolling .brxe-logo img {
  transform: scale(0.7);
}

#brx-header .brxe-section{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  transition: padding 0.4s ease !important;
}

#brx-header.scrolling .brxe-section {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.woocommerce-mini-cart__buttons{
    display: flex;
    flex-direction: column;
}
.woocommerce-mini-cart__buttons a{
    font-weight: 200 !important;
}
.woocommerce-mini-cart__buttons a:not(.checkout){
    background-color: #fff !important;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
.woocommerce-mini-cart__buttons a.checkout{
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
}
body.woocommerce-cart .alignwide,
body.woocommerce-checkout .alignwide{
    margin: auto !important;
}
body.woocommerce-cart #brx-content,
body.woocommerce-checkout #brx-content{
    padding: 100px 20px;
}
body.woocommerce-cart .wc-block-cart__submit-button{
    background-color: var(--primary);
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 300 !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button{
    background-color: var(--primary);
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 300 !important;
}
.woocommerce-tabs{
    border-top: 0 !important;
}
.woocommerce-tabs > ul{
    justify-content: center;
}
body > article.wordpress{
    padding-top: 200px;
    padding-bottom: 100px;
}
.gform_fields{
    gap: 10px !important;
}
.gform_fields input{
    border-radius: 0 !important;
    background-color: #414A5F !important;
    color: var(--secondary) !important;
}
.gform_fields label{
    color: var(--secondary) !important;
}
.gform_fields a{
    font-weight: bold;
}
.gform_button{
    background-color: var(--secondary) !important;    
    color: var(--primary) !important;
    text-transform: uppercase !important;
}
.ginput_complex label{
    display: none !important;
}
.gfield select{
    background-color: #414A5F;
    color: #fff !important;
}
.bg--primary .product-card h3{
    color: var(--secondary) !important;
}
.bg--primary .product-card .brxe-button{
    border-color: var(--secondary);
    color: var(--secondary);
}
.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td,
.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th{
    padding: 10px;
    border-style: solid;
    border-width: 1px;
}
#avp-popup h2{
    color: #fff;
}
#avp-overlay{
    background-color: var(--primary);
    opacity: 0.99;
}
.avp-warning{
    display: none !important;
}
#avp-yes{
    background-color: var(--primary);
}
#avp-no{
    background-color: var(--secondary);
    color: var(--primary);
}
.vini-home .product-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}