/*
 Theme Name:   Magneet Agency Child
 Theme URI:    https://bureaumagneet.nl/
 Description:  Thema voor custom code
 Author:       Magneet Agency
 Author URI:   https://bureaumagneet.nl/
 Template:     bricks
 Version:      januari 2024
 Text Domain:  bricks
*/

/* Fonts */
body,
select,
option {
  font-family: "myriad-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}


img{
	object-fit:cover;
}

/*Section aanpassen media*/
.s-bm-media-klein {
width: 100%;
}

.c-bm-media-klein {
width: 100%;
max-width: 1280px;
align-content: center;
	justify-self:center;
	justify-items:center;
}

.wmc-list-currencies{
	display:none !important;
}

.mc-bm-media-klein {
width: 100%;
max-width: 800px;
}

.s-bm-media-groot {
width: 100%;
display: flex;
justify-content: center;
}

.c-bm-media-groot {
width: 100%;
max-width: 1280px;
}

.mc-bm-media-groot {
width: 100%;
}

.s-bm-media-fullscreen {
width: 100%;
}

.c-bm-media-fullscreen {
width: 100%;
}

.mc-bm-media-fullscreen {
width: 100%;
}

.iframe-img-bm-media-klein {
	width:100%;
}

.iframe-img-bm-media-groot {
	width: 100%;
	height: 720px;
}

.iframe-img-bm-media-fullscreen {
	width:100%;
	min-width:100%;
	height:100vh;
}

/*Placeholder*/
.media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-v-play-btn {
    font-size: 10rem;
}

/*Grid classes*/
.twee-items{
	grid-template-columns:repeat(auto-fill, minmax(490px, 1fr));
}

.drie-items{
	grid-template-columns:repeat(auto-fill, minmax(390px, 1fr));
}

.vier-items{
	grid-template-columns:repeat(auto-fill, minmax(290px, 1fr));
}

.bm-grid-items-title {
    background-color: #217ab6;
    color: #fff;
    text-align: center;
    padding: 12px 0px;
    font-family: 'futura-pt';
    text-transform: uppercase;
	font-size:24px;
}
.bm-grid-item {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bm-grid-item:hover .bm-grid-items-title {
    background-color: #165179;
	transition: all 0.2s ease-in;

}

/*Bovenruimte*/
.ge-top{
	padding-top:0rem;
}

.k-top{
	padding-top:clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 1.0417)), 3rem);
}

.m-top{
	padding-top:clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
}

.gr-top{
	padding-top:clamp(5rem, calc(5rem + ((1vw - 0.32rem) * 4.1667)), 9rem);
}
/*Onderruimte*/
.ge-bottom{
	padding-bottom:0rem;
}

.k-bottom{
	padding-bottom:clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 1.0417)), 3rem);
}

.m-bottom{
	padding-bottom:clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
}

.gr-bottom{
	padding-bottom:clamp(5rem, calc(5rem + ((1vw - 0.32rem) * 4.1667)), 9rem);
}

/*CTA*/
.bm-header-cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;	
    gap: 10px;
}

.cta-container {
    display: flex;
    gap: 10px;
	margin-top:2rem;
}

.cta-space {
	margin-top: 2rem;
}

.pri-cta, .sec-cta {
    padding: 6px 12px;
    border: 1px solid #000;
	transition: background-color 0.2s, color 0.2s;
	display: flex;
    align-items: center;
    gap: 5px;
}

.pri-cta {
    background-color: #000;
    color: #fff;
}

.sec-cta {
    background-color: #fff;
    color: #000;
}

.pri-cta:hover, .sec-cta:hover {
    border: 1px solid #000;
    padding: 6px 12px;
}

.pri-cta:hover {
    background-color: #fff;
    color: #000;
}

.sec-cta:hover {
    background-color: #000;
    color: #fff;
}

.button-icon {
    width: 15px;
    height: 15px;
	fill:currentColor;
	display: flex;
}

/* Embed code */
.embed-container { 
    position: relative; 
    overflow: hidden;
    padding-top: 56.25%; /* voor 16:9 verhouding */
    height: 100%;
    width: 100%;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Grid */
.bm-grid-items-container {
	display: grid;
	gap: 30px;
	width:100%;
}

/* Tekst */
/* Standaard styling voor de tekstcontainer */
.bm-t-container {
    /* Andere stijlen die je mogelijk al hebt ingesteld. */
}

/* Als centreren is ingeschakeld */
.bm-t-center {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

/* Als smalle tekst is ingeschakeld */
.bm-t-small {
    max-width: 580px;
}

/* Stijlen om de knoppen te centreren wanneer tekst gecentreerd is */
.bm-t-center .cta-container {
    text-align: center; /* dit is om de knoppen te centreren */
}

/* Tekst met media */

/* Basisopmaak voor de container */
.brxe-container.c-t-img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

/* Standaard opmaak voor afbeeldingen */
.dr-t-img img.t-img {
    width: 100%;
}

/* Als huisstijl is ingeschakeld */
.dr-t-img img.t-img.tidesign {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

/* Standaard order voor kinderelementen */
.brxe-container.c-t-img .dl-t-img {
    order: 0;
}
.brxe-container.c-t-img .dr-t-img {
    order: 1;
}

/* Wanneer de volgorde is veranderd */
.brxe-container.c-t-img.t-img-order .dl-t-img {
    order: 1;
}
.brxe-container.c-t-img.t-img-order .dr-t-img {
    order: 1;
}

/*andere styling voor mobiel*/
@media screen and (max-width: 992px) { /* Pas deze breakpoint aan indien nodig */
    .mobile-order {
        display: flex;
        flex-direction: column;
    }

    .mobile-order .<?php echo $text_class; ?> {
        order: 2;
    }

    .mobile-order .<?php echo $base_class; ?> {
        order: 1;
    }
}

/*Wanneer fullscreen is ingeschakeld*/
.t-m-section-full {
    padding: 0rem!important;
	height:90vh;
}

.t-m-fullscreen {
    width: 100%!important;
	padding: 0rem!important;
	height:100%;
}

.t-m-fullscreen .t-img-text {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.t-m-fullscreen .t-m-fullscreen-center {
    max-width: 500px;
}

.t-m-fullscreen .bm-media{
	height:100%;
	min-height:100%;
}

.t-m-fullscreen .iframe-img-bm-media {
    min-width: 100%;
	min-height:100%;
}

.bm-media{
	height: 100%;
	border-radius: 25px;
	display:flex;
}

/* Zoekresultaten */
.bm-search-results {
    margin: 20px 0;
    padding: 0;
}

.bm-search-result {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.bm-search-result-image {
    flex: 1 1 100px;
    margin-right: 20px;
}

.bm-search-result-image img {
    max-width: 100%;
    height: auto;
}

.bm-search-result-content {
    flex: 1 1 calc(100% - 120px);
}

.bm-search-result-content h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.bm-search-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Overzicht */
.c-ovz h2 {
    margin-bottom: 2rem;
}

.cta-container.ovz-cta {
    width: 100%;
    justify-content: center;
}

.bm-ovz-container {
    display: grid;
	width: 100%;
	gap: 30px;
}

.bm-ovz-img-wrapper .bm-ovz-title h3 {
	font-size: 18px;
}

.bm-ovz-img-wrapper {
    display: block;
    overflow: hidden; /* Voor het geval dat je specifieke styling of extra bescherming tegen overloop wilt toevoegen */
}

.bm-ovz-block:hover .bm-ovz-img {
    transform: scale(1.1); /* Inzoomen met een factor van 1.1 */
}

.bm-ovz-img {
    height: 300px;
	width: 100%;
    object-fit: cover;
    object-position: center;
	transition: transform 0.3s ease; /* Soepele overgang gedurende 0.3 seconden */
    display: block; /* Zorgt ervoor dat de afbeelding zich correct gedraagt tijdens de overgang */
	overflow: hidden;
}
.bm-ovz-content {
    padding: 3rem;
}

.bm-ovz-excerpt {
    margin-bottom: 2rem;
}

p.bm-ovz-excerpt {
    max-width: 375px;
}

.ter-cta {
	font-weight: 700;
	font-style: italic;
	color: var(--bricks-color-suagdr);
    display: inline-block;
    margin-top: 5px; /* wat ruimte tussen de titel en de knop */
}

.bm-ovz-block:hover .ter-cta {
    color: #ff0000;
}

.bm-ovz-block {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    overflow: hidden;
	background-color: #cccccc;
}

.bm-ovz-title {
    margin: 10px 0; /* wat ruimte tussen de afbeelding en de titel */
	font-size: 26px;
}

.bm-ovz-container {
    margin-bottom: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 2.5)), 5rem);
}

.cta-container.ovz-cta-c {
    width: 100%;
    justify-content: center;
}

/*Users*/
.brxe-woocommerce-account-page .woocommerce-MyAccount-navigation, .brxe-woocommerce-account-page .woocommerce-MyAccount-content, .brxe-woocommerce-account-page {
    padding: 2rem 0;
}



/*Media*/
@media screen and (max-width: 992px) {
	
    .iframe-img-bm-media-groot, .iframe-img-bm-media {
        max-height: 300px;
        width: 100%;
    }
	.bm-grid-items-container{
		display:flex;
		flex-direction:column;
	}
}


/* Checkout */

p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
}

a.button {
    border-style: solid;
    border-width: 2px;
    border-color: #217ab6;
}

.woocommerce-mini-cart__buttons a.button.wc-forward {
    background-color: #fff;
}


.woocommerce-mini-cart__buttons a.button.checkout.wc-forward {
    background-color: #217ab6;
    color: #fff;
}

.shipping th {
    display: none;
}

.woocommerce-checkout #order_review .woocommerce-shipping-totals label, .woocommerce-checkout #order_review .woocommerce-shipping-totals li {
    font-weight: 400;
}

/* Frontend inlog */
nav.woocommerce-MyAccount-navigation {
    border-radius: 20px;
}

/* Woocommerce product */
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    flex-direction: column;
}

.prad-block-price.prad-text-upper {
    display: none;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    flex-direction: column;
}

.bm-grid-items-img{
	aspect-ratio: 1/1;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    margin-top: 3rem !important;
}

.product-prijs.brxe-product-price .price ins{
	font-size: clamp(2.5rem, calc(2.5rem + ((1vw - 0.32rem) * 1.5625)), 4rem)!important;
}

/* Disabled variations select */
.variations select:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  background-color: #f3f3f3 !important;
  border-color: #ddd !important;
}

/* Account top container */
.c-acc-top {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left account info (avatar + text) */
.c-acc-top-textcontent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-right: auto;
  width: fit-content;
}

.c-acc-top-textcontent > * {
  margin: 3px 0;
  line-height: 1.1;
  color: #707070;
}

/* Username */
.c-acc-username {
  font-size: 2.8rem;
  font-weight: 600;
}

/* Welcome text centered */
.c-acc-top-welcome {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.4rem;
  color: #707070;
  white-space: nowrap;
  font-weight: 600 !important;
}

.upi-filters button:hover:not(:disabled) {
  background-color: #217ab6 !important;
}

.download-cta.brxe-button{
	background-color: #d1952d !important;
}

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-info {
  background-color: #d1952d;
  color: #fff
}


.woocommerce-message, .woocommerce-info a.button {
  background-color: #d1952d;
  color: #fff;
  border:none;

}

.prad-show-more-btn{
	color: #d1952d !important;
}


.wt-add-to-wishlist.is-disabled{
	display: none;
}

.wt_frontend_wishlist_table{
  background-color: #f5f6f7;
  border: none !important;
}

#brx-content > section.brxe-bzqxlz.brxe-section.s-woo-dash > div > div.brxe-sbytzq.brxe-woocommerce-account-page > div > div > form
{
  background-color: #f5f6f7;
  border-radius: 20px;
  padding: 20px
}
/* Wishlist */
	  button#bulk-add-to-cart {
    background-color: #217ab6 !important;
}

button.button.single-add-to-cart {
    background-color: #217ab6 !important;
    font-size: 16px !important;
}

/* Footer Socials  */

#brxe-xuuave path, #brxe-vbiodg path, #brxe-rstmdi path {
  fill: #fff !important;
}

/* driehoekje terugzetten */
#brxe-xuuave path[fill="#fff"] {
  fill: #000 !important; /* of transparent */
}

.d-footer-socials{
  flex-direction: column;
}

#brxe-xuuave, #brxe-vbiodg, #brxe-rstmdi{
  height: fit-content;
  width: 100px;
}
 

#brxe-uunkqz > a{
  filter: brightness(0) invert(1);
}

#brxe-uunkqz > a > img{
  all: unset;
  width:80px;
}

.d-footer-socials{
  margin-top: 0 !important;
  
 
}

 /* =====================================================
   WooCommerce cart – rustige card-based layout
   ===================================================== */

/* Tabel zonder harde lijnen */
.woocommerce-cart table.shop_table {
  border-collapse: separate !important;
  border-spacing: 0 20px !important;
  background: transparent !important;
}

/* Elke productregel als kaart */
.woocommerce-cart table.shop_table tr.cart_item {
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* Cell padding */
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
  padding: 18px 20px !important;
  vertical-align: middle !important;
  border: none !important;
}

/* Header subtiel houden */
.woocommerce-cart table.shop_table thead th {
  background: transparent !important;
  border-bottom: 1px solid #e5e7eb !important;
  font-weight: 600;
}

/* Product thumbnail iets los */
.woocommerce-cart .product-thumbnail {
  padding-right: 24px !important;
}

/* Productnaam en variaties */
.woocommerce-cart .product-name {
  line-height: 1.5;
}

/* Variaties iets rustiger */
.woocommerce-cart .variation {
  margin-top: 6px;
  color: #555;
}

/* Price / qty / subtotal kolommen netjes uitlijnen */
.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal {
  white-space: nowrap;
}

/* Quantity controls */
.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Remove button subtieler */
.woocommerce-cart .product-remove a {
  color: #999;
}

.woocommerce-cart .product-remove a:hover {
  color: #000;
}

.brxe-product-price > .price{
	font-size: 24px;
}

/* Checkout */
tr.order-total {
    font-size: 24px;
	color: #217ab6;
}

/* productpagina */

/* Total Price rij volledig */
.prad-price-row:has(#prad_option_total_price) {
	margin-top: 2rem;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #217ab6;
}

button.single_add_to_cart_button {
	background-color: #217ab6;
	color: #fff;
}
.single_add_to_cart_button,
.single_add_to_cart_button span {
	text-transform: uppercase;
}

/* Add to cart hover kleur */
.single_add_to_cart_button.button.alt:hover,
.single_add_to_cart_button.button.alt:focus {
    background-color: #1C689B !important;
    border-color: #1C689B;
    color: #ffffff;
}
.woocommerce-variation-price {
    display: none;
}

/* =========================================
   Thank you page (bm-thankyou)
========================================= */

.bm-thankyou {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.6;
}

.bm-thankyou * {
  box-sizing: border-box;
}

.bm-thankyou h2,
.bm-thankyou h3,
.bm-thankyou p,
.bm-thankyou ul,
.bm-thankyou ol,
.bm-thankyou dl,
.bm-thankyou table {
  margin: 0;
}

.bm-thankyou a {
  color: inherit;
}

/* Notice */
.bm-thankyou .woocommerce-thankyou-order-received {
  background: #f4f7f4;
  border: 1px solid #d8e6d9;
  padding: 14px 18px;
  border-radius: 0;
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 18px;
}

/* Grid */
.bm-thankyou-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 28px;
}

@media (max-width: 900px) {
  .bm-thankyou-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Cards */
.bm-thankyou .bm-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 24px;
  box-shadow: none;
}

.bm-thankyou .bm-card + .bm-card {
  margin-top: 16px;
}

.bm-thankyou .bm-card-title,
.bm-thankyou .woocommerce-order-details__title,
.bm-thankyou .woocommerce-column__title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 14px;
}

/* Summary (dl) */
.bm-thankyou .bm-summary-dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 18px;
}

.bm-thankyou .bm-summary-dl dt {
  font-weight: 500;
  color: #666;
  font-size: 16px;
}

.bm-thankyou .bm-summary-dl dd {
  font-weight: 700;
  text-align: right;
  font-size: 16px;
}

.bm-thankyou .bm-payment-instructions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 18px;
  color: #444;
}

/* Invoicee */
.bm-thankyou .bm-card--invoicee address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.65;
  color: #111;
}

.bm-thankyou .bm-card--invoicee .woocommerce-customer-details--phone,
.bm-thankyou .bm-card--invoicee .woocommerce-customer-details--email {
  margin-top: 10px;
  font-size: 16px;
}

/* Buttons */
.bm-thankyou .bm-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.woocommerce .bm-thankyou .bm-actions .button,
.woocommerce .bm-thankyou a.button,
.woocommerce .bm-thankyou button.button {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.woocommerce .bm-thankyou .bm-actions .button:hover,
.woocommerce .bm-thankyou a.button:hover,
.woocommerce .bm-thankyou button.button:hover {
  opacity: 0.9;
  color: #fff;
}

/* =========================================
   Order details table (right)
========================================= */

.bm-thankyou .bm-card--details table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 0 !important;
  margin: 0;
  font-size: 16px;
}

.bm-thankyou .bm-card--details table.shop_table th,
.bm-thankyou .bm-card--details table.shop_table td {
  padding: 16px 0 16px 10px;
  border: 0 !important;
  vertical-align: top;
}

.bm-thankyou .bm-card--details table.shop_table thead th {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-top: 0;
  padding-bottom: 12px;
}

.bm-thankyou .bm-card--details table.shop_table thead th.product-total {
  text-align: right;
}

.bm-thankyou .bm-card--details table.shop_table tbody tr + tr td {
  border-top: 1px solid #efefef !important;
}

/* Product head (name + qty) */
.bm-thankyou .bm-card--details .bm-item-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.bm-thankyou .bm-card--details td.product-name > a,
.bm-thankyou .bm-card--details td.product-name > span {
  font-weight: 700;
  text-decoration: none;
}

.bm-thankyou .bm-card--details td.product-name > a:hover {
  text-decoration: underline;
}

.bm-thankyou .bm-card--details .product-quantity {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  background: #f2f2f2;
  border-radius: 999px;
  vertical-align: middle;
}

.bm-thankyou .bm-card--details td.product-total {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
}

/* =========================================
   Producteigenschappen: eigen tabel bm-item-meta
   - altijd strak 2 kolommen
   - zebra op rijen
   - geen extra borders rondom
========================================= */

.bm-thankyou .bm-card--details .bm-item-meta {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  border: 0 !important;
}

.bm-thankyou .bm-card--details .bm-item-meta th,
.bm-thankyou .bm-card--details .bm-item-meta td {
  padding: 10px 12px;
  border: 0 !important;
  vertical-align: top;
}

.bm-thankyou .bm-card--details .bm-item-meta th {
  width: 180px;
  font-weight: 700;
  color: #666;
  text-align: left;
  white-space: nowrap;
}

.bm-thankyou .bm-card--details .bm-item-meta td {
  color: #111;
  word-break: break-word;
}

/* Zebra rows */
.bm-thankyou .bm-card--details .bm-item-meta tbody tr:nth-child(odd) th,
.bm-thankyou .bm-card--details .bm-item-meta tbody tr:nth-child(odd) td {
  background: #fff;
}

section.woocommerce-order-details.bm-order-details {
    margin-top: 0;
}

@media (max-width: 768px) {

	.variations tr {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.variations th.label,
	.variations td.value {
		width: 100%;
	}

}

/* Add napcap */
.prad-block-content.prad-d-flex.prad-item-center {
    font-size: 18px;
}

/* mini winkelmandje of cart */

.brxe-woocommerce-mini-cart .cart-detail li {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

dl.variation {
    margin-top: 1rem;
}
/* knop positie corrigeren */
a.remove.remove_from_cart_button {
    font-size: 0;
}

/* vuilnisbak icoon */
a.remove.remove_from_cart_button::before {
    content: "\f2ed";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}


/* standaard verbergen */
.prad-variation-container .variation dt.variation-PleasenoteacustomizedgridisoutsideoftheISOASTMstandards,
.prad-variation-container .variation dd.variation-PleasenoteacustomizedgridisoutsideoftheISOASTMstandards {
	display: none;
}

/* tonen als customized grid aanwezig is */
.prad-variation-container .variation:has(dt.variation-GridSize) dt.variation-PleasenoteacustomizedgridisoutsideoftheISOASTMstandards,
.prad-variation-container .variation:has(dt.variation-GridSize) dd.variation-PleasenoteacustomizedgridisoutsideoftheISOASTMstandards {
	display: block;
}
/* Checkout pagina */

.woocommerce-checkout-review-order dl.variation dt,
.woocommerce-checkout-review-order dl.variation dd {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-checkout-review-order dl.variation dt {
    font-weight: 700;
    margin-bottom: 4px;
}

.woocommerce-checkout-review-order dl.variation dd {
    margin-bottom: 14px;
}

.woocommerce-checkout-review-order dl.variation dd p {
    margin: 0;
}

.woocommerce-checkout-review-order .prad-show-more-btn {
    padding-left: 0 !important;
    margin-top: 4px;
}

.woocommerce-checkout-review-order td.product-total {
    vertical-align: top;
}

/* New account pagina */


/* reset password layout */

.c-woo-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

/* form container */

.woocommerce-ResetPassword {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1.5px solid #1d1d1d;
    border-radius: 32px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* labels */

.woocommerce-ResetPassword label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

/* input velden */

.woocommerce-ResetPassword input.input-text {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    transition: all .2s ease;
}


/* -----------------------------
VARIATIONS OPMAAK CART + MINI CART
------------------------------ */

/* cart pagina */

.woocommerce-cart-form .product-name dl.variation {
	display: grid;
	grid-template-columns: 180px 1fr;
	row-gap: 8px;
	column-gap: 12px;
	margin-top: 12px;
}

/* mini cart */

.widget_shopping_cart_content dl.variation {
	display: grid;
	grid-template-columns: 160px 1fr;
	row-gap: 6px;
	column-gap: 10px;
	margin-top: 8px;
}

/* reset WooCommerce defaults */

dl.variation dt,
dl.variation dd {
	float: none;
	margin: 0;
	padding: 0;
}

/* labels */

dl.variation dt {
	grid-column: 1;
	font-weight: 600;
	color: #3a3a3a;
}

/* values */

dl.variation dd {
	grid-column: 2;
	font-weight: 400;
	color: #555;
}

dl.variation dd p {
	margin: 0;
	font-weight: 400;
}

/* --------------------------------
"PLEASE NOTE" TITEL ALTIJD VERBERGEN
-------------------------------- */

dt.variation-PleasenoteacustomizedgridisoutsideoftheISOASTMstandards {
	display: none !important;
}

/* inhoud van die regel wel tonen */

dd.variation-PleasenoteacustomizedgridisoutsideoftheISOASTMstandards {
	grid-column: 1 / -1;
	margin-top: 4px;
	font-weight: 500;
	color: #444;
}

/* --------------------------------
SHOW MORE BUTTON
-------------------------------- */

.prad-show-more-btn {
	margin-top: 10px;
	display: inline-block;
}

.woocommerce-ResetPassword input.input-text:focus {
    outline: none;
    border-color: #BD932F;
    box-shadow: 0 0 0 2px rgba(189,147,47,0.15);
}


/* mobiel */

@media (max-width: 768px) {
	img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		width: 100px;
	}
}


/* password wrapper */

.woocommerce-ResetPassword .password-input {
    width: 100%;
    position: relative;
}

/* eye icon fix */

.woocommerce-ResetPassword .show-password-input {
    background: transparent;
    border: none;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

/* full width button */

.woocommerce-ResetPassword button.woocommerce-Button {
    width: 100%;
    background: #BD932F;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all .2s ease;
}

/* hover */

.woocommerce-ResetPassword button.woocommerce-Button:hover {
    background: #a67f28;
    transform: translateY(-1px);
}

/* required ster */

.woocommerce-ResetPassword .required {
    color: #BD932F;
}

/* velden onder elkaar */

.woocommerce-ResetPassword .form-row-first,
.woocommerce-ResetPassword .form-row-last {
    width: 100%;
}