/* ************************************************************************** */
/*                                                                            */
/*                                                 ___ ___ ______   ___ ___   */
/*   style_vt.css                                 |   Y   |   _  \ |   Y   |  */
/*                                                |   1   |.  |   \|.  |   |  */
/*   By: victor <victor@youdemus.fr>               \_   _/|.  |    |.  |   |  */
/*                                                  |:  | |:  1    |:  1   |  */
/*   Created: 2019/04/30 15:55:01 by victor         |::.| |::.. . /|::.. . |  */
/*   Updated: 2020/01/31 16:15:13 by victor         `---' `------' `-------'  */
/*                                                                            */
/* ************************************************************************** */


body, html, html body {
	font-family: "Rubik";
}

body .block-menu-bar .menu-bar span:nth-child(2) {
	width: 100%;
}

body #catapult-cookie-bar{
	background-color : rgba(0, 27, 216, 0.6)
}

body button#catapultCookie {
	background-color : rgba(0, 0, 0, 0.6)
}

.center_element {
	display: flex;
	justify-content: center;
	align-items: center;
}

.square_item {
	position: relative;
}

.square_item::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.square_item > .square_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.ult-spacer[data-height="30"] {
	height: 30px;
}

body .compare.button {
	display: none;
}

/* body:not(.woocommerce-cart) .add-to-cart {
	display: none !important;
} */

header .dropdown_ball > div > img {
	max-height: 40px;
}

body .product-inner .group-button div.add-to-cart {
	display: block;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 7px;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	top: 0;
}

body.woocommerce-cart .yith-wcwl-add-to-wishlist {
	display: none !important;
}

.header .header-nav {
	margin-top: 0 !important;
}

body .product-inner:hover .group-button div.add-to-cart{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.woocommerce-breadcrumb {
	display: none;
}

.shop-page,
body.single-product .main-container {
	background: white !important;
}

.azirspares-products li.product-item:not(:hover) .add_to_cart_button {
	opacity: 0;
}
.flash {
	display: none;
}

.popover-content button {
	color: black;
}

body .woocommerce-info {
	border-color: #001bd6;
}

/*********************************** HP */

.home_carousel {
	margin-top: -1px;
}

/*********************************** MENU */

body .header-middle-inner .header-logo {
	width: unset !important;
}

.block-menu-bar {
	padding-left: 0 !important;
}
.menu-item {
	cursor: default;
}

#menu-menu-principal .widget_nav_menu .menu-item > a, #menu-menu-principal .widget_nav_menu .menu-item > a{
	color: black;
}

#menu-menu-principal .widget_nav_menu .menu-item.marque_vide > a, #menu-menu-principal .widget_nav_menu .menu-item.sport_vide > a{
	color: #B4B4B4;
}

#menu-menu-principal .widget_nav_menu .menu-item.marque_vide > a {
	cursor: not-allowed;
}

.perso_vide {
	position: relative;
}

.perso_vide a{
	color: gray;
	transition: .3s linear all;
}

.perso_vide:hover a{
	color: transparent;
	transition: .1s linear all;
}

#header .meta-woo .block-wishlist,#header .header-middle-inner .block-search .category{
	display: none;
}

#header > *:first-child .header-middle-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

body .header-middle-inner .header-logo{
	padding: 0 !important;
}

#header .header-logo img {
	max-height: 50px;
}

#header .header-middle-inner .block-search, #header .header-control {
	width: 33%;
}

.dropdown_ball.perso_vide:hover::before {
	background: linear-gradient(to right, transparent 0%, #23222229 100%);
	right: 0;
	opacity: 1;
	transition: .2s ease all, .2s ease right, 0.1s ease background, .1s linear color;
	color: black;
}

.dropdown_ball.perso_vide::before {
	content: "A venir !";
	position: absolute;
	top: 0;
	left: 25px;
	margin: 10px;
	bottom: 0;
	right: calc(100% - 50px);
	background: linear-gradient(to right, transparent 0%, transparent 100%);
	line-height: 0;
	padding: 15px 0 15px 55px;
	color: transparent;
	opacity: 0;
	transition: .2s ease opacity;
	border-radius: 0 36px 30px 0;
}

#header .header-logo img {
	width: unset !important;
}

#header .form-search{
	top: 5px;
}

#header .azirspares-live-search-form .txt-livesearch {
	height: 46px;
}

#header .form-search button {
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #1e1e1e;
}

.ydu_woo_cat_header_image {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	display: flex;
	align-items: center;
	background-size: cover;
}

.ydu_woo_cat_header_image h1 {
	font-size: 3em;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 15%;
	text-shadow: 0 0 20px #0006;
}

#customizeYourBall {
	position: absolute;
	right: 0;
	height: calc(100% + 30px);
	margin: -15px auto;
	background: red;
	width: 350px;
	background-color: black;
	background-image: linear-gradient(to right, rgba(0,27,216,1) 0%, rgba(0,0,0,1) 100%);
	z-index: 3;
	border-radius: 68px 0 0 68px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#customizeYourBall > *{
	flex: 0 0 auto;
}

#customizeYourBall .main_balls_peek {
	border: 5px solid #016ffe;
	background: white;
	border-radius: 50%;height: 75px;
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
	overflow: hidden;
}

.main_balls_container {
	display: flex;
	flex-direction: row;
	width: max-content;
	position: absolute;
}

.main_balls_individual
{
	opacity: 0;
	min-width: 65px;
	max-width: 65px;
	filter: brightness(0);
	padding: 10px;
	position: absolute;
	height: 65px;
	transition: .5s ease all;
}

.main_balls_individual_current
{
	opacity: 1 !important;
}

.main_balls_individual_current {
	transition: .5s ease opacity;
}

.main_balls_individual:not(.main_balls_individual_current) {
	transform: rotate(90deg);
}

.customize_your_ball {
	font-family: axis;
	text-align: center;
	width: calc(100% - 92px);
	margin-left: 92px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	color: white;
	padding: 10px 0;
}

.customize_your_ball > *:first-child {
	font-size: 2.2em;
}

.customize_your_ball > *:last-child {
	font-size: 1.5em;
}

#customizeYourBallDropdown {
	top: calc(100% + 15px);
	position: absolute;
	z-index: 2;
	right: 0;
	width: 300px;
}

.dropdown_ball {
	height: 50px;
	background: white;
	margin-top: -50px;
	transition: .1s ease all;
}

.dropdown_ball_img_wrapper {
	width: 50px;
	position: absolute;
	left: 0;
	padding: 5px;
	background: #001bd8;
	border-radius: 50%;
	transform: translateX(-50%);
}

.dropdown_ball_title_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 100%;
	padding-left: 90px;
	color: black;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

#customizeYourBallDropdown {
	margin-top: -10px;
}

#customizeYourBall:hover + #customizeYourBallDropdown , #customizeYourBallDropdown:hover {
	margin-top: 0;
}
#customizeYourBall:hover + #customizeYourBallDropdown > .dropdown_ball, #customizeYourBallDropdown:hover	> .dropdown_ball{
	margin-top: 5px;
	transition: .5s ease all;
}

.pictos_infos .azirspares-iconbox.style4 .iconbox-inner {
	padding: 10px;
}

.pictos_infos .azirspares-iconbox.style4 .iconbox-inner img{
	width: 60px;
}

body .block-minicart:not(:hover) .widget_shopping_cart {
	transition-delay: .3s;
}
body .block-minicart .widget_shopping_cart {
	transition: all 0.4s ease;
}

#yduMegaMenuImage img {
	height: 200px;
	width: 200px;
}

.dropdown_ball.perso_vide a {
	cursor: default;
}

#b2s_menu_toggle {
	display: none;
}



#header > :first-child .header-middle-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: white;
}

body.admin-bar #header{
	top: 32px;
}

/* .megamenu .menu-item.cat_personnalisable > a::after {
	position: absolute;
	right: 16px;
	top: -4px;
	content: "perso.";
	font-size: 8px;
	text-transform: uppercase;
	color: white;
	background: #001bd8;
	height: 11px;
	line-height: 11px;
	padding: 0 2px;
	font-weight: bold;
} */

/*********************************** PRODUCT PAGE */

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	padding: 0 15%;
}

.entry-summary .in-stock.ydu_few_products_left,
.ydu_few_products_left span{
	color: orange;
}

.woocommerce-product-gallery__image .lazy {
	padding: 10%;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	transition: .3s ease all;
}
.has-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(.flex-active-slide) {
	opacity: 0;
	transform: scale(.25);
}

.woocommerce-product-gallery__trigger {
	display: none !important;
}

body .product-item.style-01 .product-thumb {
	border: none;
	border-bottom: 1px solid #e2e2e2 !important;
}

.product-item .product-inner {
border: 1px solid lightgray;
}

.product-item {
background: white;
background-clip: content-box;
}

body.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	margin: auto;
}

body .pswp__bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.ydu_wc_image_wrapper img {
	padding: 7%;
}

.ydu_product_single_details {
	margin-bottom: 10px;
	color:rgba(0,0,0,.5);
}

.product-info.equal-elem > * {
	margin: 0 auto 5px auto !important;
	text-align: center !important;
	max-width: unset !important;
}

/***************************** PRODUCT ARCHIVE */
.product-item:not(.list) .product-name {
	max-height: unset !important;
}
.product-item .product-inner:hover .thumb-link img {
	transform: scale(.98);
}

.product-item .product-inner .thumb-link img {
	transition: .2s linear all;
}

#widget-area .widget_product_categories .cat-item .carets {
	cursor: pointer;
}

div[id^=woocommerce_product_categories] > ul > li:not(.current-cat ):not(.current-cat-parent){
	display: none;
}

body div[id^=woocommerce_product_categories] > ul li.current-cat *, body div[id^=woocommerce_product_categories] > ul li.current-cat-parent *{
	display: block;
}

.current-cat.cat-item,
.current-cat-parent.cat-parent.cat-item,
.current-cat.cat-parent.cat-item .cat-item,
 {
	display: block;
}

.azirspares-products li.product-item .product-info,
.product-list-grid .product-info{
	text-align: center;
}

.product-info.equal-elem {
	text-align: center;
}



.price ins {
	color: #f6bb15 !important;
}


.azirspares-products li.product-item .price/*, .slick-track .price*/ {
	margin: 0 auto;
	display: block;
}

.product-list-grid .product-name.product_title,
.azirspares-products li.product-item .product-name.product_title
{
	margin: 0 auto 20px auto;
	font-weight: 400;
}

.shop-page > .container:first-child > .row:first-child {
	padding-top: 50px;
}

.azirspares-products .product-item .price ins{
	font-weight: 500;
	color: #f4c124;
}

.azirspares-products li.product-item .price {
	display: flex !important;
	justify-content: center;
	flex-direction: row-reverse;
}
/* .cat-item:not(.current-cat-parent):not(.current-cat) {
	display: none;
} */

.product-list-grid.row > [class*="col-"]{
	padding: 0 3%;
	margin-bottom: 25px;
}

.single-product .entry-summary .sale_percent_wrapper {
	position: relative;
}

.sale_percent_wrapper {

	position: absolute;
	right: 0;
	top: 0;
	color: white;
	background: #f6bb15;
	padding: 10px 25px;
	font-size: 20px;
	font-weight: 500;

}

li.already_chosen_brand a {
	color: #001bd8;
}

.brand_count {
	color: black;
}

.YDU_marques_filter_wrapper {
	border: 1px solid #e2e2e2;
	background: white;
}
ul.YDU_marques_filter_body {
	list-style-type: none;
}

.YDU_marques_filter_wrapper .YDU_marques_filter_header{
	padding: 13px 22px 13px 22px;
	background: black;
}

.YDU_marques_filter_wrapper .YDU_marques_filter_header h3{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 24px;
	position: relative;
	text-transform: uppercase;
	font-family: "Rubik";
	margin: 0;
	color: white;
}

ul.YDU_marques_filter_body {
	padding: 13px 22px 13px 22px;
}

ul.YDU_marques_filter_body li{
	padding-bottom: 8px;
}

ul.YDU_marques_filter_body li{
	padding-top: 8px;
}

.product-item.shop-mobile {
	margin-bottom: 20px !important;
}

.product-item.shop-mobile:not(.list) div.product-info {
    padding: 15px 15px 15px !important;
}

/*********************************** FOOTER */



.footer_ydu_item {
	display: block;
	color: white;
	font-size: .8em;
}
a.footer_ydu_item:hover, a.footer_ydu_item:focus, a.footer_ydu_item:active
a.footer_ydu_item:hover > *, a.footer_ydu_item:focus > *, a.footer_ydu_item:active > * {
	text-decoration: underline;
	color: white;
}

#footerYdu {
	margin-left: -100%;
	margin-right: -100%;
	margin-bottom: 0;
	padding: 0 100%;
	background: black;
}

.footer_ydu_container {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

/*********************************** ERROR 404  */

body.error404 .page-title {
	line-height: 1.2 !important;
}

body.error404 .main-container {
	min-height: calc(100vh - 32px - 155px - 29px);
}

/*********************************** CART */

.ydu_fancy_dropdown_container {
	background: white;
}
.ydu_fancy_dropdown_wrapper {
	width: auto;
}

.ydu_fancy_dropdown_list {
	display: none;
	position: absolute;
	background: white;
	left: 0;
	right: 0;
	z-index: 99;
}

.ydu_fancy_dropdown_button.focused_element + .ydu_fancy_dropdown_list,
.ydu_fancy_dropdown_list:hover
{
	display: block;
}

.naughty_wrapper {
	padding: 0 !important;
}

.ydu_fancy_dropdown_wrapper {
	position: relative;
}

.ydu_fancy_dropdown_button,
.ydu_fancy_dropdown_label {
	width: 100%;
}


.ydu_fancy_dropdown_button {
	border: 1px solid grey;
	position: relative;
}

.ydu_fancy_dropdown_button::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(45deg) translateY(-50%);
	content: "";
	position: absolute;
	right: 5%;
	top: 50%;
	transform-origin: 50% 25%;
	transition: .2s ease all;
}

.ydu_fancy_dropdown_button.focused_element::after {
	transform: rotate(225deg) translateY(-50%);
}


.ydu_fancy_dropdown_label {
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	margin: 0;
	height: 40px;
	padding-left: 20%;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .2s ease all;
	position: relative;
}

.ydu_fancy_dropdown_label::before {
	position: absolute;
	left: 5%;
	height: 20px;
	width: 20px;
	font-size: 20px;
	border: 1px solid black;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	line-height: 18px;
	text-align: center;
}

input:checked + .ydu_fancy_dropdown_label::before {
	content: "✕";
	border: 1px solid white;
}

input:checked + .ydu_fancy_dropdown_label {
	background-color: #001bd8;
	color: white;
}

.ydu_fancy_dropdown_label:last-child {
	border-bottom: 1px solid grey;
}

body .shop_table .product-thumbnail img {
	border: none;
}

@keyframes bump_activate_before {
	100%{
		left: 160%;
	}
}

@keyframes bump_activate {
	0% {
		background-color: #6a6a6a;
	}
	100% {
		background-color: #001bd8;
	}
}

button.button[name="update_cart"]:not(:disabled)::before {
	animation-name: bump_activate_before;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-duration: 1s;
	animation-delay: 1s;

	content:"";
	position: absolute;
	left: -70%;
	height: 300%;
	width: 30%;
	background-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, .2) 100%);
	transform: skew(-30deg);
}

button.button[name="update_cart"]:not(:disabled) {
	animation-name: bump_activate;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-duration: 1s;

	position: relative;
	overflow: hidden;
	background-color: #001bd8;
}

/*********************************** PAYMENT */
#form_checkout_custom_warning > * {
	margin-bottom: 4px;
}

body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
	width: 100% !important;
}

/* body:not(.home) .slick-track {
	width: unset !important;
} */

.azirspares_woo_crosssell-product {
	margin-top:30px !important;
	background: white;
	padding: 0 25px 25px 25px !important;
}

.azirspares_woo_crosssell-product .block-title .product-grid-title {
	padding: 37px 5px 0 5px;
	text-align: left;
}

.azirspares_woo_crosssell-product .price {
	display: block;
	margin: auto;
}

.azirspares_woo_crosssell-product .product-grid-title {
	margin-bottom: 10px;
}

.azirspares_woo_crosssell-product .owl-slick.owl-products:not(.slick-initialized) {
	opacity: 0;
}

body.woocommerce-cart .no-sidebar .cart-collaterals {
	padding-left: 0 !important;
}

body .single-product-bottom {
	padding: 0;
}

body .single-product-bottom::before {
	content: unset;
}

.payment_box {
	display: none !important;
}

body #place_order {
	letter-spacing: 1px;
	position: relative;
}
#place_order::before {
	content: "Payer";
	color: white;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
}
#place_order {
	color: transparent;
}

label[for="payment_method_paypal"] img {
	display: none;
}

body .entry-summary .cart .single_add_to_cart_button span.xoo-cp-adding{
	animation: none;
}
.entry-summary .cart .single_add_to_cart_button span.xoo-cp-adding::before {
	max-height: 18px;
	max-width: 18px;
	min-width: 18px;
	min-height: 18px;
	transform-origin: 50% 51%;
}

.about_paypal {
	display: none;
}

#form_checkout_custom_warning {
	padding: 30px 35px 35px 35px;
	color: orange;
	display: inline-block;
	height: auto;
	width: 100%;
	background: white;
	display: flex;
	flex-direction: column;
}

#form_checkout_custom_warning > *{
	border-left: 2px solid orange !important;
    padding-left: 5%;
}

/************************************ COMPTE */

body .woocommerce-MyAccount-content .form-row label {
	display: inline-block;
}

.edit {
	/* color: #001ad4; */
	padding-bottom: 0;
	margin-bottom: 8px;
	border-bottom: 2px solid #001ad4;
	display: inline-block;
}

.edit .glyphicon {
	font-size: .7em;
	color: #001bd8;
	transform: translateY(-1px);
}

/************************************ HP */


body.home .slick-slide img {
	filter: brightness(3);
}

.marques_slider{
	height: 70px;
}

.home_big_pic, .home_big_pic > *, .home_big_pic > * > * {
	height: calc(100vh - 148px - 70px) !important;
}
body.admin-bar .home_big_pic,
body.admin-bar .home_big_pic > *,
body.admin-bar .home_big_pic > * > * {
	height: calc(100vh - 148px - 70px - 32px) !important;
}

.bon_plans_wc > span{
	position: relative;
}

.bon_plans_wc, .personnalisez_votre_balle_wc {
	line-height: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	color: white;
	font-family: Rubik;
	font-size: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.bon_plans_wc > span::before {
	content: "";
	position: absolute;
	left: -25%;
	width: 5px;
	background: white;
	border-radius: 5px;
	height: 125%;
	top: -15%;
}

.bon_plans_wc::after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('./includes/img/bons-plans.jpg');
	filter: grayscale(.6) brightness(.5) contrast(.7);
}

.has-cookie-bar #catapult-cookie-bar {
    padding: 0px 10px 0px;
}
button#catapultCookie {
    line-height:14px;
}
.cookie-bar-block #catapult-cookie-bar span {
    font-size:14px;
}
.cookie-bar-block #catapult-cookie-bar span {
    margin: 0 0 10px;
}
.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0.5em 0 0;
    font-size: 19px;
}
/************************************ RESPONSIVE */



@media (max-width: 1660px) {
	.home_big_pic, .home_big_pic > *, .home_big_pic > * > * {
		height: calc(100vh - 138px - 70px) !important;
	}
	body.admin-bar .home_big_pic,
	body.admin-bar .home_big_pic > *,
	body.admin-bar .home_big_pic > * > * {
		height: calc(100vh - 138px - 70px - 32px) !important;
	}
}

@media (min-width: 1024px) {

	.header-control.mobile_view {
		display: none;
	}
	.header-control.pc_view {
		display: block;
	}
	.megamenu .menu-item:not(.marque_vide):not(.sport_vide):hover > a, .cat-item:not(.cat-parent):hover a{
		padding-left: 23px;
		margin-right: -23px;
	}
	.sub_home_slider_txt_wrapper, .sub_home_slider_txt_row {
		display: none;
	}
	#widget-area .widget ul li.cat-item:not(.cat-parent) {
		padding-top: 0;
	}
	#widget-area .widget ul li.cat-item.cat-parent + .cat-item:not(.cat-parent) {
		padding-top: 8px;
	}
	body #header .stick_to_right {
		float: right;
	}
	.header.style6 .box-header-nav .main-menu > .stick_to_right.menu-item {
		border-right: none !important;
	}
	.cat-item:not(.cat-parent) a{
		transition: .5S ease all;
		position: relative;
	}
	.megamenu .menu-item > a::before, .cat-item:not(.cat-parent) a::before {
		content: "";
		height: 4px;
		width: 0;
		background: #001bd8;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 5px;
		transition: .5s ease all;
	}

	.megamenu .menu-item > a{
		padding-left: 0;
		transition: .5s ease all;
	}

	.megamenu .menu-item:not(.marque_vide):not(.sport_vide):hover > a::before, .cat-item:not(.cat-parent):hover a::before {
		width: 17px;
	}

	.block-search {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.mobile_burger {
		display: none;
	}
	#header .header-middle-inner::before {
		content: none;
	}
	.pc_view .header-control-inner {
		width: 142px;
	}
	#header .header-logo img {
		max-width: 100%;
		width: unset;
		transform: translateY(15%);

	}
	#header .sub_header_wrapper {
		width:  33%;
	}
	.box-header-nav .main-menu > .menu-item.hide_desktop {
		display: none;
	}
}

@media (max-width: 1024px) { /* bad breakpoint but theme is broken anyway*/
	#menu-bandeau .sub-menu {
		max-height: 50vh;
		overflow: scroll;
	}
	
	div.product-item .price {
		display: flex !important;
		justify-content: center;
		flex-direction: row-reverse;
	}
}

@media (max-width: 1023px) {


	.azirspares_woo_related-product .slick-track {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.azirspares_woo_related-product .slick-track > .product-item{
		flex: 0 0 auto;
		width: 45% !important;
		margin-right: 0 !important;
		margin-bottom: 2%;
		margin-left: 2%;
	}
	.vc_column-inner::before {
		content: none !important;
	}
	.sub_header_wrapper {
		width: 100%;
	}
	.header-control-inner .meta-woo .block-user {
		display: none;
	}
	#header .form-search button.btn-submit {
		float: right;
	}
	#header .header-control  {
		padding-top: 0;
	}

	body #header .header-middle-inner .header-logo  {
		display: inline-flex;
		justify-content: center;
	}

	.mobile_burger {
		height: 41px;
		display: inline-block;
	}

	#header .sub_header_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#header .azirspares-live-search-form .txt-livesearch {
		height: 30px;
	}

	#header .form-search button {
		height: 34px;
		width: 34px;
		line-height: 35px;
		border: 2px solid black;
		background: white;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-control.pc_view {
		display: none;
	}
	.header-control.mobile_view {
		width: unset !important;
		display: inline-block;
	}
	.header-control.mobile_view .meta-woo{
		display: flex;
	}
	.header-middle-inner .block-search {
		width: 100% !important;
	}

	body .header-middle-inner .block-search {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	body .header-middle-inner .block-search .form-search {
		max-width: 100%;
	}
	body .menu li.menu-item.menu-item-object-product_cat:not(.sport_vide) a:not(:hover),
	body .menu li.menu-item.menu-item-object-ydu_marques:not(.marque_vide) a:not(:hover) {
		color: black !important;
	}
	.tp-caption {
		/* display: none !important; */
	}
	.sub_home_slider_txt_row .vc_column-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.sub_home_slider_txt_wrapper {
		position: relative;
		height: calc(100vh - (100vw / (16 / 10)) - 105px - 70px);
		display: flex;
		justify-content: center;
		align-items: center;
		background: black;
	}
	body.admin-bar .sub_home_slider_txt_wrapper {
		height: calc(100vh - (100vw / (16 / 10)) - 105px - 70px - 32px);
	}
	.sub_home_slider_txt h1{
		font-size: 45px;
		font-weight: 800;
		font-family: axis;
		text-transform: uppercase;
		line-height: 46px;
		color: white;
		margin: 0 !important;
	}
	.home_big_pic, .home_big_pic > *, .home_big_pic > * > * {
		height: calc(100vw / (16 / 10)) !important; /*calc(65vh - 70px - 70px) !important;*/
	}
	body.admin-bar .home_big_pic,
	body.admin-bar .home_big_pic > *,
	body.admin-bar .home_big_pic > * > * {
		height: calc(100vw / (16 / 10)) !important; /*calc(65vh - 70px - 70px - 32px) !important;*/
	}
	body.admin-bar #b2s_menu_toggle{
		top: calc(32px + 70px);
	}
	#b2s_menu_toggle{
		top: 70px;
	}
	.azirspares-menu-panel > ul > li > a.azirspares-menu-next-panel {
		width: 100%;
		padding-right: 30px;
		text-align: right;
	}
	body a.menu-bar.menu-toggle{
		color: black;
		background: #fff;
		position: relative;
		overflow: hidden
	}
	.block-menu-bar .menu-bar span:not(:last-child) {
	    margin-bottom: 6px !important;
	}
	body a.menu-bar.menu-toggle::before {
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
		-webkit-transform: skewX(-45deg);
		-moz-transform: skewX(-45deg);
		-o-transform: skewX(-45deg);
		-ms-transform: skewX(-45deg);
		transform: skewX(-45deg);
	}

	body a.menu-bar.menu-toggle:hover::before,
	body a.menu-bar.menu-toggle:active::before,
	body a.menu-bar.menu-toggle:focus::before {
		-webkit-animation: shine .5s;
		animation: shine .5s;
	}
	/* body #b2s_menu_toggle::after {
		position: absolute;
		top: 25%;
		height: 4px;
		content: "";
		left: calc(10% + 4px);
		right: calc(10% + 4px);
		background-color: white;
		box-shadow: 0 10px 0 white,0 20px 0 white;
	} */
}
@media (max-width: 781px) {
	body.admin-bar #header{
		top: 46px;
	}
		.home_big_pic, .home_big_pic > *, .home_big_pic > * > * {
			height: calc(100vw / (16 / 10)) !important; /*calc(100vh - 70px - 70px) !important;*/
		}
		body.admin-bar .home_big_pic,
		body.admin-bar .home_big_pic > *,
		body.admin-bar .home_big_pic > * > * {
			height: calc(100vw / (16 / 10)) !important; /*calc(100vh - 70px - 70px - 46px) !important;*/
		}
		body.admin-bar #b2s_menu_toggle{
			top: calc(46px + 70px);
		}
		#b2s_menu_toggle{
			top: 70px;
		}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.header .block-search .form-search .form-content {
		line-height: 37px;
	}
	#header .form-search button.btn-submit {
		height: 41px;
		width: 41px;
	}
}


@media (min-width: 768px) {
	.show_categories_wrapper {
		display: none;
	}
}

@media (max-width: 767px) {
	body .shop_table tr td {
		text-align: left !important;
	}
	.header-logo {
		padding: 0 5px;
	}
	.cart_totals .shop_table tr td small {
		display:block;
		width:100%;
	}
	#form_checkout_custom_warning {
		padding: 35px 20px 35px 20px;
	}
	body.archive.tax-product_cat .shop-mobile-real.shop-page .sidebar {
		display: block;
	}
	.show_categories_wrapper {
		margin-bottom: 25px;
	}
	.show_categories_wrapper.filter_disabled .show_categories_enabled {
		display: none;
	}
	.show_categories_wrapper.filter_enabled .show_categories_disabled {
		display: none;
	}
	#show_categories_target {
		transition: .3s linear all;
		margin-bottom: 20px;
	}
	.show_categories_wrapper:not(.filter_disabled) + #show_categories_target {
		opacity: 1;
	}
	.show_categories_wrapper.filter_disabled + #show_categories_target {
		transform: scaleY(0);
		transform-origin: top center;
		opacity: 0;
		height: 0;
	}
	body.archive.tax-product_cat .main-container > .container > .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.mobile_burger {
		height: 34px;
	}

	body .home_boxes .home_big_box .banner-info .title {
		font-size: 34px;
	}
	body .meta-woo .block-woo .block-link,
	body .block-menu-bar .menu-bar {
		height: 34px;
		width: 34px;
	}

	body .header-control-inner {
		float: right;
		margin-right: -1px;
	}
	.sub_home_slider_txt_wrapper {
		position: relative;
		height: calc(100vh - (100vw / (16 / 10)) - 105px - 70px + 5px);
		margin-top: -5px;
	}
	body.admin-bar .sub_home_slider_txt_wrapper {
		position: relative;
		height: calc(100vh - (100vw / (16 / 10)) - 105px - 70px - 32px);
	}
	.home_boxes > * {
		margin-bottom: 30px;
	}
	body .header-middle-inner .header-logo {
		width: auto;
		display: flex;
		transform: translateY(15%);
	}
	body .meta-woo .block-woo .block-link {
		line-height: 34px;
	}
	body .block-menu-bar .menu-bar {
		padding: 6px;
	}
	.block-menu-bar .menu-bar{
		border: 2px solid black !important;
	}
	.home_big_pic, .home_big_pic > *, .home_big_pic > * > * {
		height: calc(100vw / (16 / 10)) !important; /*calc(65vh - 105px - 70px) !important;*/
	}
	body.admin-bar .home_big_pic,
	body.admin-bar .home_big_pic > *,
	body.admin-bar .home_big_pic > * > * {
		height: calc(100vw / (16 / 10)) !important; /*calc(65vh - 105px - 70px - 46px) !important;*/
	}
	#b2s_menu_toggle{
		top: 138px;
	}
	body.admin-bar #b2s_menu_toggle{
		top: calc(46px + 138px);
	}
}


@media (max-width: 480px) {
	.ydu_woo_cat_header_image h1 {
		padding-left: 0;
	}

	.ydu_woo_cat_header_image {
		height: 56.25vw;
		background-size: cover;
	}

	.product-item {
		width: 50% !important;
	}

	.mobile_burger::after {
		position: absolute;
		top: 40%;
		left: 0;
	}

	.header-logo .logo {
		padding-left: 5px;
	}

	.header-middle-inner .block-search {
		margin-top: 10px;
	}
}


.ydu_header_title {
	font-size: 1.5em;
	font-weight: bold;
}


