:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(30,64,175);
	--wd-text-font-size: 16px;
	--wd-title-font: "Fredoka", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(30,64,175);
	--wd-entities-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 800;
	--wd-entities-title-color: rgb(30,64,175);
	--wd-entities-title-color-hover: rgb(255, 214, 10);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 800;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(30,64,175);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 800;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,214,10);
	--wd-alternative-color: rgb(15,31,92);
	--btn-default-bgcolor: rgb(15,31,92);
	--btn-default-bgcolor-hover: rgb(30,64,175);
	--btn-accented-bgcolor: rgb(30,64,175);
	--btn-accented-bgcolor-hover: rgb(255,214,10);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(16,185,129);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,214,10);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(30,64,175);
	--wd-link-color-hover: rgb(255,214,10);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://blinkogamez.com/wp-content/uploads/2021/11/scool-popup-opt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(30,64,175);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* ==================================
   BOUTONS QUANTITÉ +/- COULEUR BLINKO
   ================================== */

/* Style des boutons + et - */
.quantity .plus,
.quantity .minus,
.wd-quantity .plus,
.wd-quantity .minus,
.woodmart-quantity .plus,
.woodmart-quantity .minus {
    background-color: #1E40AF !important;
    color: #FFFFFF !important;
    border-color: #1E40AF !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

/* Effet au survol (hover) */
.quantity .plus:hover,
.quantity .minus:hover,
.wd-quantity .plus:hover,
.wd-quantity .minus:hover,
.woodmart-quantity .plus:hover,
.woodmart-quantity .minus:hover {
    background-color: #FFD60A !important;
    color: #0F1F5C !important;
    border-color: #FFD60A !important;
    transform: scale(1.05);
}

/* Style du champ nombre au milieu */
.quantity input.qty,
.wd-quantity input.qty,
.woodmart-quantity input.qty {
    background-color: #FFFFFF !important;
    color: #0F1F5C !important;
    border-color: #1E40AF !important;
    font-weight: 700 !important;
}

/* Symboles + et - plus visibles */
.quantity .plus:before,
.quantity .minus:before,
.wd-quantity .plus:before,
.wd-quantity .minus:before {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

/* Au survol, les symboles deviennent bleu foncé */
.quantity .plus:hover:before,
.quantity .minus:hover:before,
.wd-quantity .plus:hover:before,
.wd-quantity .minus:hover:before {
    color: #0F1F5C !important;
}