/*
Theme Name: Astra Child 02
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.0.1747110965
Updated: 2025-05-13 06:36:05

*/

.d-out-screen {
	position: absolute !important;
	margin-left: -1000px !important;
}

input#wps_booking_single_calendar_form_ {
	width: 300px;
	background: #e98300;
	border: 1px #FD9800 solid;
	border-radius: 10px;
	height: 50px;
	color: #ffffff;
	font-weight: 600;
	font-family: inherit;
	font-size: large;
}

.mwb-mbfw-total-area {
	display: block: !important;
}

.mbfw-date-picker-section {
	flex: 0 0 100%;
	max-width: inherit !important;
}

.mbfw-date-picker-section input::-moz-placeholder {
  text-transform: capitalize;
  letter-spacing: 1.2px;
  color: #ffffff;
}

.mbfw-date-picker-section input:-ms-input-placeholder {
  text-transform: capitalize;
  letter-spacing: 1.2px;
  color: #ffffff;
}

.mbfw-date-picker-section input::placeholder {
  text-transform: capitalize;
  letter-spacing: 1.2px;
  color: #ffffff;
}

.wp-block-woocommerce-add-to-cart-form .variations_button > .single_add_to_cart_button, .wp-block-woocommerce-add-to-cart-form form.cart > .single_add_to_cart_button {
	-ms-grid-column-align: start;
	-ms-grid-column-span: 1;
	-ms-grid-column: 2;
	grid-column: 1/3;
	justify-self: start;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
	margin-bottom: 0;
}

/* Style pour le widget de produit aléatoire */
.widget-produit-aleatoire {
    text-align: center; /* Centre le contenu */
    border: 1px solid #eee; /* Ajoute une légère bordure */
    padding: 15px;
    border-radius: 5px;
}

.widget-produit-aleatoire a {
    text-decoration: none; /* Enlève le soulignement du lien */
    color: inherit; /* Le texte garde la couleur par défaut */
}

.widget-produit-aleatoire .image-produit img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Espace entre l'image et le titre */
}

.widget-produit-aleatoire .nom-produit {
    font-size: larger;
	font-weight: bold;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	color: var(--ast-global-color-4) !important;
	background: var(--ast-global-color-1);
}

/* Style pour le widget de produit aléatoire */
.widget-produit-aleatoire {
    position: relative; /* Nécessaire pour bien positionner le bouton */
    padding-bottom: 40px; /* Espace pour le bouton en bas */
}

/* Conteneur du produit qui sera rechargé */
#random-product-container {
    transition: opacity 2s ease-in-out;
}

/* Style du bouton de rechargement */
#reload-random-product-btn svg {
	width: 40px;
	height: 40px;
	box-sizing: content-box;
	transform: rotate(0deg);
	fill: #FD9800;
	filter: drop-shadow( 0px 0px 0px #00000070 );
}
/*
#reload-random-product-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.2s;
}

#reload-random-product-btn:hover {
    background-color: #e0e0e0;
    transform: translateX(-50%) scale(1.1);
}
*/
#reload-random-product-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}