/** {
	hyphens: auto;
}*/

.bio-section {
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;	
}
.top-title {
    box-shadow: 0 0 #00000070;
    padding-top: 3rem;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    row-gap: 10px;
    column-gap: 20px;	
}
button[type='submit'] {
	padding: 0.5rem 1.0rem;
}


/*
 * 
 * LEGAL NOTICES
 * 
 */

.legal-notices h2 {
	font-size: var(--text-xl);
    font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
}
.legal-notices h3 {
	font-size: var(--text-xl);
    font-family: "Open Sans";
	font-weight: 400;
	text-transform: uppercase;
}



/*
 * 
 * RGPD
 * 
 */

.rgpd h2 {
	font-size: var(--text-xl);
    font-family: "Open Sans";
	font-weight: 400;
	text-transform: uppercase;
}
.rgpd h3 {
	font-size: var(--text-xl);
    font-family: "Open Sans";
	font-weight: 700;
	text-transform: lowercase;
}




/*
 * 
 * CART CODE PROMO DISPLAY NONE
 * 
 */

/*.woocommerce-cart.woocommerce-page .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
	display: none;
}*/


/*
 * 
 * FILETS TOP AND BOTTOM
 * 
 */
#brxe-hvxxjc {
    border-bottom: 1px solid #f44336;
}
#brxe-nkpcvg {
    border-top: 1px solid #000;
}




#brx-content {
	background-color: #f1f1f1;
}
.single-product #brx-content button[type="submit"] {
	background-color: #fff;
	border: 0.2rem solid #9b9b9b;
	border-radius: 0.9rem;
	color: #9b9b9b;
}
#brxe-rgexde .flex-viewport {
	background-color: #ffffff;
}
.flex-control-nav.flex-control-thumbs li {
    background-color: #fff;
    padding: 0.5rem;
}
.flex-control-nav.flex-control-thumbs li .flex-active{
	border: 0.2rem solid #c6c6c6;
}
#brxe-rmreby {
	width: 20%;
	height: 36px;
	padding: 1rem;
	border: 0.2rem solid #c6c6c6;
	border-radius: 0.9rem;
	background-color: #fff;
	border: 0.2rem solid #9b9b9b;
	/*box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);*/
	margin-left: 0%;
}
#brxe-rmreby a {
	color: #9b9b9b;
	font-weight: 700;
}




#brxe-qhqutc .related.products li .button {
	background-color: #fff;
  border: 0.2rem solid #9b9b9b;
  border-radius: 0.9rem;
  color: #9b9b9b;
	font-family: "Open Sans";
}


/*
 * 
 * NAV
 * 
 */
.cart-count.show {
	top: 3.2rem;
	background-color: #f44336;
}

/*
 * 
 * EXPOSITIONS ARCHIVE
 * 
 */
#brxe-dattpv p {
	font-family: "Open Sans";
}


/*
 * 
 * EXPOSITIONS SINGLE
 * 
 */
#brxe-imgrti {
	border: initial;
}


/*
 * 
 * CATALOGUE
 * 
 */
#brxe-xyrnij select, #brxe-tqnvcw select {
	background-color: #fff;
  border: 0.2rem solid #ffffff;
  border-radius: 0.9rem;
	font-family: "Open Sans";
	font-size: 1.3rem;
  padding: 5px 41px;
}


#catalog img {
	width: 333px;
	height: 438px;
	object-fit: cover;
}

/*
 * 
 * WOOCOMMERCE ACCOUNT
 * 
 */
.woocommerce-account .woocommerce {
	gap: 0;
}
.woocommerce-MyAccount-navigation {
	background-color: initial;
}
.woocommerce-MyAccount-navigation a {
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
  padding: 0.5rem 3.0rem;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
	background-color: #fff;
  border: 0.2rem solid #9b9b9b;
  border-radius: 0.9rem;
  color: #9b9b9b;
	display: inline-block;
	text-transform: initial;
  padding: 0.5rem 3.0rem;
	line-height: initial;
}
.woocommerce .woocommerce-MyAccount-content {
	background-color: #fff;
  border-radius: 0.9rem;
	padding: 1.5rem 2rem;
}

/*
 * 
 * FOOTER
 * 
 */
#footer-stack-2 button[type='submit'] {
    padding: 0.5rem 1rem;
}

