/* Style Linkybike
*-------------------------------------------------------
* 1. Fonts
* 2. Mise en forme
* 3. Menu et boutons
* 4. Ombres
* 5. Sections / Row / Col
* 6. Elements
* 7. Pages
* 8. Mon compte
* 9. Boutique
* 10. Blog
* 11. WooCommerce
*/
/* 1. Fonts
*-----------------------------------------------------*/
.hfont, .product-name a, td.product-name {
	font-family: 'Goldman' !Important;
	color: #1a1a1a;
}

/* 2. Mise en forme
*-----------------------------------------------------*/
.small-txt {
	font-size: 12px !Important;
}
.off-canvas-left.dark .mfp-content {
	background-color: #0099DE !Important;
}

/* 3. Menu et boutons
*-----------------------------------------------------*/
/* Langues */
.header-language-dropdown .image-icon {
	margin-left: 8px;
}
.header-language-dropdown .icon-image {
	margin-right: 8px;
}
.header-language-dropdown a {
	text-transform: uppercase;
}
.header-nav-main a:not(.cart-link):not(.header-cart-link):not(.cart-item a) {
	color: #0099DE !important;
	letter-spacing: 0.1em;
}
.header-nav-main a:not(.cart-link):not(.header-cart-link):not(.cart-item a):hover {
	color: #03a7f2 !important;
}
.header-language-dropdown__link{
	font-size:13px !Important;
}
.header-language-dropdown__link .image-icon{
	margin-top:-7px;
}

/* 5. Sections / Row / Col
*-----------------------------------------------------*/
.col {
	padding: 0 15px 0 15px;
}

/* 6. Elements
*-----------------------------------------------------*/
.ux-logo.noresize .ux-logo-image {
    height: inherit !important;
}
.banner-button{
	font-size:12px !Important;
}

/* 8. Mon compte
*-----------------------------------------------------*/
.page-wrapper.my-account{
	padding-top:30px;
	padding-bottom:50px;
}

/* 9. Boutique
*-----------------------------------------------------*/
.product-title-col-inner{
	border-top:solid #1a1a1a 1px;
	padding-top:30px;
}
.wci-b2b-wrap {
	margin: 10px 0;
}
.wci-b2b-controls {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px
}
.wci-b2b-table {
	width: 100%;
	border-collapse: collapse
}
.wci-b2b-table th, .wci-b2b-table td {
	padding: 8px;
	border-bottom: 1px solid #eee;
	vertical-align: middle
}
.wci-b2b-table th {
	background: #f7f7f7;
	text-align: left;
	font-weight: 600
}
.wci-sticky-actions {
	position: sticky;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #eee;
	padding: 10px;
	display: flex;
	gap: 10px;
	justify-content: flex-end
}
.wci-badge-vari {
	display: inline-block;
	padding: 2px 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 11px
}
.wci-meta-row td {
	background: #fafafa;
	font-size: 12px;
	color: #555;
	padding: 8px 12px
}
.wci-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none
}
.wci-modal.show {
	display: block
}
.wci-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .5)
}
.wci-modal__dialog {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 90vw;
	max-width: 1100px;
	height: 90vh;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	overflow: hidden
}
.wci-modal__frame {
	border: 0;
	width: 100%;
	height: 100%
}
.wci-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: transparent;
	border: 0;
	font-size: 24px;
	line-height: 1;
	cursor: pointer
}
body.wci-modal-open {
	overflow: hidden
}
.wci-item {
	border-bottom: 1px solid #eee;
	padding: 12px 0 0 0;
}
.wci-item .wci-thumb {
	width: 160px;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
	display: block
}
.wci-title {
	font-weight: 700;
	margin: 0 0 4px
}
.wci-sub {
	color: #666;
	margin: 0 0 6px
}
.wci-chip {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 2px 8px;
	border: 1px solid #ddd;
	border-radius: 7px;
}

.wci-chip.chip-1{
	font-size: 12px;
    color: #444;
    background: #fafafa;
}
.wci-chip.chip-2{
	font-size: 12px;
    color: #444;
    background: #fafafa;
}
.wci-chip.chip-3{
	font-size: 12px;
    color: #444;
    background: #fafafa;
}

.wci-chip .chip-value{
	font-size: 16px;
	font-weight: 600;
}

.wci-chip.chip-2 .chip-value{
	font-size: 32px;
	font-weight: 600;
}

.wci-stock.instock {
	color: #2fbf71;
	font-weight: 600
}
.wci-stock.outofstock {
	color: #dc3232;
	font-weight: 600
}
.wci-stock.onbackorder {
	color: #ff9800;
	font-weight: 600
}
.wci-actions .price-wrap {
	margin-bottom: 6px
}
.wci-actions .merchant {
	opacity: .9;
	font-size: 13px
}
.wci-price {
	text-wrap: nowrap
}
.wci-qty {
	width: 90px
}
.wci-actions .btns {
	display: flex;
	gap: 6px;
	flex-wrap: wrap
}
.wci-pager{
  margin-top:20px;
  display:flex;
  justify-content:center;
  gap:6px;
  flex-wrap:wrap;
}
.wci-page-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #ccc;
  text-decoration:none;
  font-size:15px;
  line-height:1;
  background:#fff;
	font-weight: 500;
  color:#333;
}
.wci-page-btn.is-current{
  background:#333;
  color:#fff;
  border-color:#333;
}
.wci-page-btn.is-disabled{
  opacity:.4;
  pointer-events:none;
  cursor:default;
}
.wci-page-btn.wci-page-nav{
  font-weight:bold;
}
@media(max-width:849px) {
	/*.wci-thumb {
		width: 64px;
		height: 64px
	}*/
	.wci-hide-sm {
		display: none
	}
	.wci-qty {
		width: 64px
	}
}
.wci-hidden {
	display: none !important
}

/* Groupes de produits */
.wci-group-header {
  display:flex;
  gap:15px;
  align-items:flex-start;
  margin-top:-20px;
  margin-bottom:10px;
  border:1px solid #eee;
  padding:10px;
  border-radius:4px;
  background:#fafafa;
}
/*.wci-group-thumb { flex:0 0 auto; }
.wci-group-thumb img { max-width:225px; height:auto; }
.wci-group-header-main { flex:1 1 auto; }*/
.wci-group-desc { margin:0 0 6px; }
.wci-accordion-body { display:none; margin-top:8px; }
.product-group.wci-open .wci-accordion-body { display:block; }
.wci-accordion-toggle { margin-top:4px; }
.wci-sub-variant { margin:0 0 4px; font-style:italic; }
.group-col-inner .wci-accordion-body{
	padding-bottom:30px;
}

/* 10. Blog
*-----------------------------------------------------*/
.archive-page-header{
	margin-top:10px;
	margin-bottom:30px;
}

/* 11. WooCommerce
*-----------------------------------------------------*/
.product-name a, td.product-name{
	font-size:22px;
}
.wci-chips-summary{
	margin-top:10px;
}
td.product-name .wci-chips-summary{
	font-family: Manrope, sans-serif;
	font-size:14px;;
}

.message-wrapper .message-container{
	padding-top:20px;
	font-size:1.2em;
}
.woocommerce-account .account-container{
	padding-top:50px;
	padding-bottom:30px;
}
