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

:root {
  --lg-light-brown: rgba(245, 225, 186, 0.3);
  --lg-gold-20: rgba(197, 152, 47, 0.20);
  --lg-gold: #C49830;
  --lg-light-orange: rgba(246, 226, 186, 0.40);
  --lg-black-20: rgba(34, 34, 34, 0.2);
}
.woocommerce-checkout {
    padding-top: 30px;
}
.woocommerce-variation.single_variation .woocommerce-Price-amount{
    color:var(--lg-gold);
    font-size: 30px;
    font-weight: 800;
}
.woocommerce-Tabs-panel {
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 10px 20px 0 rgb(0, 0, 0, 0.05);
    border: 1px solid var(--lg-light-orange);
}
.added_to_cart, .woocommerce-EditAccountForm .button{
    border:2px solid var(--lg-black-20);
    border-radius: 27px;
    padding-top: 13px;
    padding-right: 40px;
    padding-bottom: 13px;
    padding-left: 40px;
    background-color: #fff;
}
.woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 20px 0 rgba(34, 34, 34, 0.05);
}
.woocommerce-Address address {
    margin-top: 20px;
}
.woocommerce-MyAccount-content .edit {
        padding: 10px;
        background-color: var(--lg-light-orange);
}
#brxe-sttiyy .cart .single_add_to_cart_button{
    margin-right:30px;
    margin-bottom: 20px;
}

.woocommerce-account h1, .woocommerce-cart h1, .woocommerce-checkout h1{
    font-size: 30px;
}
.woocommerce-account  #brx-content {
    margin-bottom: 60px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    padding: 0;
}
/* #comment Wrapper */
.band-selector {
  border: 2px solid var(--lg-gold);
  border-radius: 20px;
  padding: 24px;
}

/* #comment Info box */
.band-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--lg-light-brown);
  border: 1px solid var(--lg-gold-20);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.band-info-icon img{
    height: 20px;
}

/* #comment Titel */
.band-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* #comment Dropdown container */
.band-dropdown {
  position: relative;
}

/* #comment Trigger */
.band-dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.20);
  border-radius: 30px;
  padding: 10px 20px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}

.band-dropdown-trigger:hover {
  border-color: #bbb;
}

/* #comment Pijl */
.band-arrow::after {
  content: "⌄";
  font-size: 16px;
}

/* #comment Dropdown lijst */
.band-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);

  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.2s;
  z-index: 10;
}

/* #comment Open state */
.band-dropdown.open .band-options {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

/* #comment Optie */
.band-option {
  padding: 14px 18px;
  cursor: pointer;
  transition: 0.15s;
}

.band-option:hover {
  background: #f5f5f5;
}

/* #comment Active */
.band-option.active {
  background: #000;
  color: #fff;
}

/* #comment Selected text */
.band-selected {
  color: #333;
}

/* #comment Alleen pa_band select verbergen */
select[name="attribute_pa_band"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.variations th.label {
    display: none;
}

:root .bricks-button[class*="primary"] , form.cart .button.single_add_to_cart_button {
background: #CA9F39;
background: linear-gradient(90deg,rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);
}
.product-wrapper .product-item {
1px solid transparent;
linear-gradient(to right, white, white), 
    linear-gradient(to right, rgba(34, 34, 34, 0.20) 0%,rgba(34, 34, 34, 0.20) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
/*
:root .bricks-button[class*="secondary"], .product-wrapper .product-item:hover{
border: 2px solid transparent;
  border-radius: 27px;
  background: 
linear-gradient(to right, white, white), 
    linear-gradient(to right, #CA9F39 0%, #FFDA84 50%,#DAA938 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
*/

.product-wrapper .product-item:hover{
border-radius:15px;
}

section + section {
  padding-top:70px
}

main section:last-of-type {
  padding-bottom:70px
}

form.cart .quantity .minus, form.cart .quantity .plus, form.woocommerce-cart-form .quantity .minus, form.woocommerce-cart-form .quantity .plus {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-color: var(--lf-orange-50);
}

form.cart .quantity .qty, form.woocommerce-cart-form .quantity .qty {
    border: 0 !important;
    width: 30px;
    height: 30px;
    flex: 0;

}

.custom-qty-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom:20px;
}

label.qty-label {
    margin-bottom:0;
    color:#222222;
    font-weight:bold;
    font-size:16px;
    line-height:20px;
}

.flex-viewport {
    border-radius:20px; 
}

.alignwide {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

/* -- Woocommerce Info -- */
.woocommerce-info {
	background: transparent;
	color: var(--lf-zwart);
	flex-direction: column;
	gap: 16px;
}
.woocommerce-info a {
	border-radius: 99px;
	font-size: 16px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 700;
    padding: 14px 40px;
    white-space: nowrap;
    background-color: white;
	border: 2px solid var(--lf-gold);
	color: var(--lf-zwart);
	border: 2px solid var(--lf-zwart-20);
}

/* -- Shopping cart widget -- */
.cart-detail {
	width: fit-content;
	border: 2px solid var(--lf-zwart-20);
    border-radius: 15px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    min-width: 200px;
    top: 50px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
	border-radius: 99px;
	font-size: 16px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 700;
    padding: 14px 40px;
    white-space: nowrap;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:nth-child(1) {
	background: linear-gradient(90deg, rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:nth-child(2) {
	background-color: white;
	border: 2px solid var(--lf-gold);
}

/* -- Woocommerce Account -- */
.woocommerce-account #brx-content > div {
	margin-top: 32px;
	margin-bottom: 32px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: transparent;
}
.woocommerce-MyAccount-navigation ul li a {
	border-radius: 99px;
}
.woocommerce-MyAccount-navigation ul .is-active a {
	border: 2px solid var(--lf-zwart-20);
}

/* -- Woocommerce Cart -- */
.wc-block-cart__main .wc-block-cart-items td {
	border: none;
}
.wp-block-woocommerce-filled-cart-block {
	margin-top: 32px;
}
.wc-block-cart__submit-container a {
	border-radius: 99px;
	font-size: 16px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 700;
    padding: 14px 40px;
    background: linear-gradient(90deg, rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);
    color:#222;
}
.wc-block-components-quantity-selector {
	border-radius: 99px;
	border-color: var(--lf-gold);
	overflow: hidden;
}
.wc-block-components-quantity-selector button {
	color: var(--lf-gold) !important;
	border: none;
}
#wc-block-components-totals-coupon__input-coupon {
	padding: 14px 20px;
    height: 48px;
    border-color: var(--lf-gold) !important;
    border-radius: 99px;	
}

.wc-block-components-totals-coupon__button {
	border-radius: 99px;
	font-size: 16px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 700;
    padding: 14px 40px;
    background: linear-gradient(90deg, rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);
    color:#222;
}
    
.wc-block-components-totals-coupon__button:disabled {
	opacity: 50%;
}
.wc-block-cart-item__product .wc-block-components-product-name {
	font-weight: bold;
	font-size: 16px !important;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items {
	background-color: white !important;
	padding: 30px;
	border-radius: 30px;
	border: 1px solid hsla(0, 0%, 0%, 0.2);
}
.wc-block-cart-item__image {
	padding-left: 0 !important;
}
.woocommerce-cart #brx-content {
	padding: 0 40px;
	max-width: 1280px !important;
}
@media only screen and (max-width: 768px) {
	.woocommerce-cart #brx-content {
		padding: 0 16px;
	}
	.woocommerce-checkout #brx-content{
    	padding:20px;
	}
	.wc-block-components-totals-wrapper {
    	border-top: 0;
	}
}

/* -- Woocommerce Lege Cart -- */
wc-block-cart__empty-cart__title::before {
	content: none;
}
.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
	display: flex;
	flex-direction: column;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-link {
	flex: 1 !important;
}

/* -- Woocommerce Checkout -- */
.wc-block-components-checkout-place-order-button {
	border-radius: 99px;
	font-size: 16px;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 700;
    padding: 14px 40px;
    background: linear-gradient(90deg, rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);
    color:#000;
}
.wp-block-woocommerce-empty-cart-block h2::before {
	display: none !important;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	padding: 50px auto !important;
}
.wp-block-woocommerce-empty-cart-block hr {
	display: none;
}
.wp-block-woocommerce-empty-cart-block > div {
	margin-top: 40px;
}

.wp-block-woocommerce-empty-cart-block ul .wp-block-button__link {
	border-radius: 99px;
    font-size: 16px !important;
    line-height: 20px;
    font-family: "Inter";
    font-weight: 700;
    padding: 14px 40px;
    color: #222222;
    background: linear-gradient(90deg, rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);	
}


/* -- gravityform -- */
.custom_style_wrapper form.custom_style .gform_fields{
    gap:20px;
}
.custom_style_wrapper form.custom_style input, .custom_style_wrapper form.custom_style textarea{
    border-color: #222;
    background-color: #fff;
    border-width: 1px;
    border-radius: 20px !important;
}


.custom_style_wrapper form.custom_style .gform-footer  input {
    background: linear-gradient(90deg, rgba(202, 159, 57, 1) 0%, rgba(255, 218, 132, 1) 50%, rgba(218, 169, 56, 1) 100%);
    border: 1px solid #222 !important;
    border-radius: 99px;
    color: #222 !important;
    font-size: 18px !important;
    padding: 14px 40px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    border-radius: 50px !important;
}

.price-on-request-product #brxe-adnhje{
    display:none!important;
}