/*
 Theme Name:   Rosita Chocolat
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.2
 Text Domain:  bricks
*/


.custom-message {
    position: relative;
    max-width: 66.66%;
    width: 100%;
}


@media (max-width: 991px){
	.custom-message {
		display: none;
	}
}

/*@media (max-width: 478px){
.custom-message {
    position: relative;
    max-width: 100%;
    width: 100%;
}*/


.product-image {
    max-width: 100%;
    max-height: 328px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.product-details {
    display: flex;
    justify-content: space-between;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: 'NixieOne';
}

.product-link {
    color: #BDA458;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.product-link svg{
    margin-left: 5px;
    transition: transform 0.3s ease; /* Transition pour un mouvement fluide */
}

.product-link:hover svg{
    transform: translateX(5px); /* Déplace la flèche de 5px vers la droite */
}

.page-numbers.current {
    color: #20140F;
    font-size: 28px;
}

.woocommerce-checkout.checkout .woocommerce-error {
    text-align: center;
}

.woocommerce-checkout.checkout .woocommerce-message {
    text-align: center;
}

.brxe-container.before-checkout {
    margin-top: 120px;
}

.widget_shopping_cart_content {
	max-height:80vh;
	overflow: auto;
}