/*
 Theme Name: Bulk Shop
 Theme URI: https://themes4wp.com/theme/bulk-shop/
 Description: Bulk Shop is a free WooCommerce theme for WordPress. The theme works perfectly for a store that offers fashions, electronics, or any other type of products. DEMO: http://bulk.themes4wp.com/bulk-shop/
 Author: Themes4WP
 Author URI: https://themes4wp.com/
 Template: bulk
 Version: 1.0.1
 License: GNU General Public License v3
 License URI: http://www.gnu.org/licenses/gpl.html
 Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, theme-options, translation-ready, custom-logo, e-commerce
 Text Domain: bulk-shop
*/
article div.woocommerce {
    margin-top: 5vh;
}

body {
    font-weight: 300;
    line-height: 1.6;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #fab000;
}
#site-navigation, #site-navigation.shrink, 
.transparent-header #site-navigation.shrink, 
.dropdown-menu {
    background-color: #171717;
    color: #fff;
}
#site-navigation,  
nav img, 
.transparent-header #site-navigation.shrink .site-title a, 
.transparent-header #site-navigation.shrink .site-title a:hover, 
.transparent-header #site-navigation.shrink p.site-description, 
.transparent-header #site-navigation.shrink .navbar-nav > li > a, 
.dropdown-menu > li > a, 
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
.site-title a,
p.site-description {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #fab000;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: #fab000;
}
@media (max-width: 1268px) {
  .open-panel span {
      background: #fff;
  }
  .menu-container, .navbar-header {
    background-color: #171717;
    padding-right: 60px;
  }
  .dropdown-menu > li > a {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  article {
    clear: both !important;
    width: 100% !important;
  }
}

article {
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
article:nth-child(2n-1) {
    clear: both;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.btn-default, input[type="submit"],
 input#submit, button, 
 a.comment-reply-link {
    border-radius: 3px;
    background-color: #171717;
    color: #ffffff;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fab000;
}
.category-description {
    font-size: 22px;
    color: #fff;
}
.widget.woocommerce button {
    width: 100%;
    padding: 5px;
}

/* Header Cart */
.header-cart-inner {
    margin-left: 15px;
} 
.site-header-cart {
    position: absolute;
    top: 100px;
    padding: 5px;
    border: 1px solid #1E1E1E;
    display: none;
    opacity: 0;
    min-width: 350px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 30px rgba(0,0,0,0.17);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
@media (min-width: 1268px) {
  .header-cart-inner:hover .site-header-cart {
      display: block;
      opacity: 1;
      top: 100%;
  }
}
.woocommerce-cart .header-cart-inner:hover .site-header-cart,
.woocommerce-checkout .header-cart-inner:hover .site-header-cart {
    display: none;
    opacity: 0;
}
.header-cart-inner span.simple-counter {
    font-size: 12px;
    padding: 0px 5px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 12px;
    bottom: 2px;
    position: relative;
    margin-left: 3px;
}
.header-cart-inner span.simple-counter {
    margin-left: -4px;
    position: relative;
    top: -8px;
}
.header-cart-inner span.simple-counter {
    margin-left: -8px;
}
ul.nav.navbar-nav.navbar-right.visible-xs.login-cart {
    float: right;
    padding-top: 17px;
}
.shrink ul.nav.navbar-nav.navbar-right.visible-xs.login-cart {
    padding-top: 6px;
}

.product-attributes-custom {
	border-top: 1px solid rgba(138, 138, 138, 0.4);
	margin: 20px 0;
	padding: 15px 0;
}

.product-attribute-custom {
	display: flex;
	padding-top: 10px;
	font-weight: 700;
	color: var( --e-global-color-6a751a11 );
	font-family: "Alata", Georgia;
	font-size: 15px;
}

.product-attribute-title-custom {
	min-width: 108px;
}


.related .woocommerce-loop-product__link {
	height: 320px;
}

.related .woocommerce-loop-product__link .attachment-woocommerce_thumbnail{
	margin-bottom: 10px !important;
}

.related .woocommerce-loop-product__link .woocommerce-loop-product__title {
	line-height: 22px;
	height: 60px;
}


.woocommerce ul.products li.product .price{
	color: white;
}
.variations_form bdi {
	color: white;
	font-size: 24px;
	padding-bottom: 30px;
}
.woocommerce-variation-price {
	margin-bottom: 25px;
	margin-top: -30px;
}
.woocommerce-variation-price .price .woocommerce-Price-amount bdi::before {
	content: "Tarif : ";
}

.menu-item {
	font-size: 14px;
}

#menu-item-2998 a {
	padding: 0;
}

#menu-item-2998 img {
	position: absolute;
	width: 300px;
	height: 245px;
	left: calc(50% - 310px);
}

.page-area {
	padding-top: 280px !important;
}
.site-branding-logo img {
	max-height: 100px;
}
h1.site-title, .site-title {
	font-size: 33px;
	line-height: 42px;
}
p.site-description {
	font-size: 20px;
	line-height: 27px;
}		
.navbar-header {
	margin-top: 20px;
	margin-bottom: 15px;
}
.menu-item {
	font-size: 14px;
}
@media (min-width: 1268px) {

	#menu-menu-1 {
		width: calc(50% - 150px);
		margin-left: 150px;
	}

	.menu-item-23, .login-cart {
		position: absolute !important;
	}
	.menu-item-23 {
		top: 50px;
		right: calc(50% - 606px);
	}
	.login-cart {
		top: 0px;
		right: calc(50% - 600px);
	}
	#site-navigation > .container {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-header {
		width:50%;
	}
}
@media (max-width: 1268px) {
	.header-cart-inner {
		position: absolute !important;
		top: 60px;
		right: 10px;
	}
	.navbar-header {
		width:100%;
	}
	.navbar-nav .dropdown-menu {
		margin-left: 20px !important;
	}
	#menu-item-2998 {
		display: none;
	}
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0 !important;
  }
}

.container > .navbar-header {
	margin-left: 0;
	margin-right: 0;
}
.login-cart {
	float: right;
}
.heateor_sss_sharing_container, .heateor_sss_vertical_sharing, .heateor_sss_bottom_sharing {
	display: none !important;
}

/*Définition d'une taille fixe pour les sous-menus*/
.dropdown-submenu >  .dropdown-menu{
	width: 300px;
}

/*Changement du message du panier vide*/
.woocommerce-mini-cart__empty-message {
	color: white;
}
.woocommerce-mini-cart__empty-message:before {
	color: black;
 	content: 'Le panier est vide';
}

/*Marge au dessus des menus de la barre*/
.menu-item-41, .menu-item-82, .menu-item-2368, .menu-item-3212 {
	margin-top: 28px;
}

/*Fix de la mise en forme du texte de la partie Les Diamants*/
.elementor-text-editor p:empty{
	display: none;
}
.elementor-element-5e401d04 .elementor-text-editor p:not(:empty){
	margin-bottom: 35px;
	text-align: justify;
}

/*Suppression des parties blanches de la page*/
.page-area {
	background-color: black;
}

/*Amélioration de la visibilité du bouton*/
button[name="update_cart"] {
	background-color: #171717 !important;
	color: white !important;
	opacity: 1 !important;
}

/*Suppression de l'affichage de base des catégories et remplacement par un affichage custom*/
.product_meta > span:not(.sku_wrapper) {
	display: none !important;
}
.collections-container tr {
	display: flex;
}
.collections-label, .collections-content {
	padding-left: 0px;
	font-weight: 700;
	font-family: "Alata", Georgia;
	font-size: 15px;
	color: var( --e-global-color-6a751a11 );
}
.collections-label {
	min-width: 108px;
}

/*Ajout d'un avertissement lors du paiement*/
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p::before {
 	content: '\26A0  Un email de confirmation vous sera envoyé suite à votre commande. Veuillez nous contacter à l\'adresse suivante : 	commercial@lugdunumcreation.fr,  si vous ne l\'avez pas reçu sous 48 heures. ';
	display: block;
	color: red;
	font-weight: bold;
}