/*** 

====================================================================
	Reset
====================================================================

 ***/

 *{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
	
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:15px;
	color:#1d1f21;
	line-height:1.6em;
	font-weight:400;
	background:#1d1f21;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	text-shadow: #252525 0px 0px 2px;
    -webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#bf8e51;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.25em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

textarea{
	overflow:hidden;
	resize: none;	
}

input,select,textarea{
	font-family: 'Montserrat', sans-serif;;
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 1.6em;
	margin: 0 0 15px;
}

.text{
	font-size: 15px;
	line-height: 1.6em;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center !important;
}

.btn-style-one{
	text-shadow: none;
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #2a2d35;
	background: #bf8e51;
	font-weight: 600;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius:0px;
	overflow:hidden;
}

.btn-style-one:hover{
	color: #dbdada;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 5px 15px;
	letter-spacing: 0.03em;
	border-radius:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.btn-style-one:hover .btn-title{
	color:#dbdada;
}

.btn-style-one:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index:0;
	height: 100%;
	width: 100%;
	background: #1d1f21;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.btn-style-one .inner-span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-style-one .btn-icon{
	position: relative;
	display: none;
}

.btn-style-one .btn-text{
	position: relative;
	display: inline-block;
	line-height: 30px;
	min-height: 30px;
	padding-left: 28px;
}

.btn-style-one .btn-text:before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 19px;
	background:url(images/icons/logo-icon.png) left -32px no-repeat;
}
.btn-style-one .btn-text:hover:before{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
	background-position-y: 0;
}

.theme_color{
	color:#bf8e51;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px !important;
  }
  
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.back-to-top{
	position: fixed;
	display: none;
	width: 50px;
	height: 50px;
	font-size: 40px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
  
.back-to-top i{
	padding-top: 12px;
	color: #bf8e51;
	display: inline-block;
}

/*** 

====================================================================
	Preloader
====================================================================

***/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1d1f21;
	z-index: 9999;
  }  
  .preloader img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto;
  }

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 8888;
	background:none;
}

.main-header .header-container{
	position: relative;
	width: 100%;
}

.main-header.header-style {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.13);
	background: rgba(0,0,0,0);
	transition: background 0.3s;
}
.main-header.header-style.scrolled {
    background: rgba(30, 30, 30, 0.95);
}


/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	background: #bf8e51;
	color: #dbdada;
}

.main-header .header-upper .inner-container{
	position:relative;
	padding: 0px 60px;
}

.main-header .header-upper .logo-box{
	position: relative;
	float:left;
	left: 0;
	top: 0;
	padding: 20px 30px 20px 0px;
	z-index:10;
}

.main-header .header-upper .logo-box:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	height: 100%;
	background:none;
}

.main-header .header-upper .logo-box .logo{
	position: relative;
	display:block;
}

.main-header .header-upper .logo img{
	position: relative;
	display: block;
	max-height: 80px;
	z-index:1;
}

.main-header .header-upper .social-links{
	position: relative;
	float: right;
	padding: 26px 0;
}

.main-header .nav-outer{
	position: relative;
	float: right;
	z-index:1;
}

.main-header .nav-outer .link-box .cart-link a:hover{
	color:#bf8e51;	
}

.main-header .nav-outer .main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:32px 0px;
	margin-right: 50px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:15px;
	line-height:50px;
	font-weight:500;
	text-transform:uppercase;
	color:#dbdada;
	padding:13px 0px;
	letter-spacing:0.05em;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sticky-header .main-menu .navigation > li > a.active,
.main-menu .navigation > li > a.active{
	color:#bf8e51;	
}

.main-menu .navigation > li > a::before {
	left: 0;
	content: '[';
}

.main-menu .navigation > li > a::after {
    content: ']';
    right: 0;
}

.main-menu .navigation > li > a::before, .main-menu .navigation > li > a::after {
	color:#bf8e51;
    font-size: 25px;
    position: absolute;
    margin: 0 !important;
    top:12px;
    bottom: 0;
    display: block;
    opacity: 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu .navigation > li > a:hover:after {
    right: -15px;
	opacity: 1;
}

.main-menu .navigation > li > a:hover:before{
    left: -25px;
	opacity: 1;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
	width: 30px;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	margin-top: 10px;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 5px 0px;
	background:none;
	text-align:left;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding:0px 0px;
	border-bottom:1px solid rgba(170, 172, 181,0.10);
	margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child{
	margin-bottom: 0px;
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 25px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color:#aaacb5;
	font-family: 'Roboto Condensed', sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#bf8e51;
	padding-left: 30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:20px;
	top:12px;
	width:10px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	margin-left: 10px;
	top:0px;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 5px 0px;
	background: #2f323b;
	text-align:left;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
	position:absolute;
	content:'';
	left:-10px;
	top:0px;
	width:10px;
	height:100%;
	display:block;
}

.main-menu .navigation > li > ul > li > ul:after{
	position:absolute;
	content:'';
	right:-10px;
	top:0px;
	width:10px;
	height:100%;
	display:block;
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding:0px 0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	margin-bottom: 0px;
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 25px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color:#aaacb5;
	font-family: 'Roboto Condensed', sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#bf8e51;
	padding-left:30px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;

}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #dbdada;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#dbdada;
	cursor:pointer;
	z-index:5;
	display:none;
}

.header-item {
	display: flex;
	align-items: center;
	height: 40px;
	min-width: 40px;
	justify-content: center;
	color: #dbdada;
	font-size: 18px;
	padding: 4px 10px;
	border-radius: 8px;
	transition: background 0.2s;
	background: none;
  }
  
  .header-item:hover {
	background: none;
	color: #bf8e51;
  }
  
  .header-item img.avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #bf8e51;
	background: #191919;
	object-fit: cover;
  }
  .header-item.avatar-dropdown {
	position: relative;
	cursor: pointer;
  }
  .header-item.crochet-style {
    position: relative;
    color: #dbdada;
    transition: color 300ms ease, box-shadow .2s cubic-bezier(.68,-0.55,.27,1.55);
    box-shadow: 0 0 0 0 #bf8e51, 0 0 0 0 #bf8e51;
    z-index: 2;
    background: none;
}

.header-item.crochet-style:hover,
.header-item.crochet-style:focus {
    color: #bf8e51;
    box-shadow:
      -2px 0 0 0 #bf8e51,
      2px 0 0 0 #bf8e51;
    background: none;
}
  .header-item.avatar-dropdown .avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #bf8e51;
	background: #191919;
	object-fit: cover;
	transition: box-shadow .2s;
  }
  .header-item.avatar-dropdown .avatar:hover {
	box-shadow: 0 0 0 3px #bf8e5185;
  }
  .avatar-dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	background: #222;
	border-radius: 8px;
	box-shadow: 0 4px 24px #000a;
	min-width: 150px;
	z-index: 9999;
	padding: 8px 0;
	flex-direction: column;
	gap: 0;
	animation: fadeIn .23s;
  }
  .avatar-dropdown-menu a {
	color: #dbdada;
	text-decoration: none;
	padding: 2px 9px;
	display: flex;
	align-items: center;
	font-size: 13px;
	border-radius: 12px;
	transition: background .18s, color .18s, box-shadow .2s;
	margin: 2px 7px;
	position: relative;
	overflow: hidden;
  }
  
  .avatar-dropdown-menu a i {
	margin-right: 5px;
	font-size: 13px;
	flex-shrink: 0;
  }
  
  /* HOVER effet pill doré qui entoure texte+icône */
  .avatar-dropdown-menu a:hover {
	background: #bf8e51;
	color: #191919;
	box-shadow: 0 2px 14px 0 #bf8e5127;
	text-shadow: none;	
  }
  .avatar-dropdown.open .avatar-dropdown-menu {
	display: flex;
  }
  @keyframes fadeIn {
	from { opacity: 0; transform: translateY(7px);}
	to   { opacity: 1; transform: translateY(0);}
  }
  
  /* Burger button */
  .header-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	width: 46px; height: 46px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 10px; right: 15px;
	z-index: 50000 !important;
  }
  .header-burger span {
	display: block;
	width: 28px; height: 4px;
	background: #bf8e51;
	margin: 4px 0;
	border-radius: 3px;
	transition: all .2s;
  }
  
  .header-mobile-menu {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 10001;
	left: 0; top: 0;
	width: 100vw; height: 100vh;
	background: rgba(34, 34, 34, 0);
	padding: 24px 16px;
	overflow-y: auto;
	box-shadow: 0 10px 40px 0 #000a;
	transform: translateX(100vw);
	opacity: 0;                     
	pointer-events: none;           
	transition: 
	  background 0.3s cubic-bezier(.82,0,.29,1),
	  transform 0.3s cubic-bezier(.82,0,.29,1),
	  opacity 0.3s cubic-bezier(.82,0,.29,1);
  }
  .header-mobile-menu.open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	background: rgba(34, 34, 34, 0.95);
  }
  .header-mobile-menu .mobile-header-section { margin-bottom: 24px; }
  .header-mobile-menu .info-mobile,
  .header-mobile-menu .mobile-navigation,
  .header-mobile-menu .social-links.mobile ul {
	display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
  }
  .header-mobile-menu .info-mobile { flex-direction: row; gap: 16px; align-items: center; }
  .header-mobile-menu .mobile-navigation li a {
	color: #dbdada; font-size: 1.2em; font-weight: 600; padding: 8px 0; letter-spacing: .05em;
	border-radius: 8px; transition: background .15s;
  }
  .header-mobile-menu .mobile-navigation li a:hover {
	background: #bf8e51; color: #111;
  }
  .header-mobile-menu .avatar { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #bf8e51; }
  .header-mobile-menu .cart-number { background: #bf8e51; color: #dbdada; border-radius: 50%; font-size: 12px; padding: 3px 7px; margin-left: 6px; }
  

  .header-mobile-menu .social-links.mobile ul { flex-direction: row; gap: 12px; }
  .header-mobile-menu .social-links.mobile a { color: #dbdada; font-size: 1.4em; }
  .header-mobile-menu .social-links.mobile a:hover { color: #bf8e51; }
  body.no-scroll { overflow: hidden; }

  @media (max-width: 1024px) {
	.header-top { display: none !important; }
	.header-burger { display: flex !important; }
	/* NE MET JAMAIS display: none sur .header-mobile-menu ici ! */
}
@media (min-width: 1025px) {
	.header-mobile-menu { display: none !important; }
	.header-burger { display: none !important; }
	.header-top { display: block !important; }
}
  
  .header-cart {
	position: relative;
	display: flex;
	align-items: center;
  }
  .header-cart .cart-number {
	position: absolute;
	top: -7px; right: -15px;
	background: #bf8e51;
	color: #dbdada;
	font-size: 13px;
	font-weight: lighter;
	padding: 0px 0px;
	min-width: 18px;
	min-height: 18px;
	line-height: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto Condensed', sans-serif;
  }

  .header-cart .cart-number.blink-glow {
    animation: blinkGlow 1s ease-in-out infinite;
    color: #fff;
    background: #fbbf24; /* jaune miel */
    padding: 2px 6px;
    font-weight: bold;
    box-shadow: 0 0 6px #fbbf24;
}

@keyframes blinkGlow {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 6px #fbbf24;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 12px #fbbf24;
    }
}

  ul.info {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0;
  }
  ul.info li {
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
	display: flex;
	align-items: center;
  }
  

.header-style{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header-top {
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
	background:none;
}

.header-top .top-left,
.header-top .top-right {
    position: relative;
    z-index: 2;
}

.header-top .top-left {
    float: left;
    display: flex;
    align-items: center;
    height: 70px;
}

.header-top .top-right {
    float: right;
    display: flex;
    align-items: center;
    height: 70px;
}

.header-top .top-center {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.header-top .main-menu {
    display: flex;
    align-items: center;
}

.header-top .navigation {
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding: 0;
}

.header-top .navigation.left-nav { justify-content: flex-end; }
.header-top .navigation.right-nav { justify-content: flex-start; }

.header-top .logo-box {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.header-top .logo img {
    max-height: 50px; /* adapte à ton besoin */
}

/* Responsive */
@media (max-width: 991px) {
    .header-top .top-center {
        position: static;
        transform: none;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }
    .header-top .main-menu {
        flex-direction: column;
    }
    .header-top .logo-box {
        margin: 10px 0;
    }
    .header-top .navigation {
        margin: 5px 0;
        justify-content: center;
    }
    .header-top .top-left,
    .header-top .top-right {
        float: none;
        justify-content: center;
        height: auto;
    }
}


.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .info{
	position: relative;
}

.main-header .header-top .info li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px;
	margin-right:25px;
}

.main-header .header-top .info li a{
	position:relative;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .social-links{
	position:relative;
}

.main-header .header-top .social-links li{
	position:relative;
	float:left;
	color:#dbdada;
	margin-left:18px;
}

.main-header .header-top .social-links li a{
	position:relative;
	display:block;
	color:#dbdada;
	font-size:16px;
	line-height:30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .social-links li a:hover{
	color:#bf8e51;
}

/*** 

====================================================================
				Slider Header
====================================================================

***/

#slider_header{
	overflow: hidden;
	position: relative;
}

#slider_header:hover{
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#slider_header:active{
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#slider_header > .carousel-inner > .carousel-item{
	overflow: hidden;
	height: 100vh;
	min-height: 350px;
	background-position: center center;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slider_header_bg_img{
	background-repeat: repeat-x;
	background-attachment: fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.ps_indicators_brown > .carousel-indicators{
	margin: 0;
	right: 2%;
	bottom: 5%;
	width: 95%;
	left: auto;
	height: 35px;
	display: block;
	overflow-x: auto;
	text-align: center;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.ps_indicators_brown > .carousel-indicators li{
	margin: 1px;
	width: 30px;
	height: 5px;
	opacity: 0.8;
	text-indent: 0;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background: transparent;
	border: 1px solid #bf8e51;
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
	transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}

.ps_indicators_brown > .carousel-indicators .active{
	width: 30px;
	opacity: 1;
	height: 5px;
	border: none;
	margin: 1px;
	text-indent: 0;
	background: #bf8e51;
	border: 1px solid #bf8e51;
}

.ps_indicators_brown > .carousel-indicators::-webkit-scrollbar{
	height: 4px;
}

.ps_indicators_brown > .carousel-indicators::-webkit-scrollbar-thumb{
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.slider_header_slide{
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 10px;
	text-align: left;
	position: absolute;
	background: rgba(0,0,0,0.4);
}

.slider_header_slide > h1,
.slider_header_slide > p,
.slider_header_slide > a{
	right: 0;
	padding: 0;
	width: 450px;
	color: #dbdada;
	display: block;
	text-align: left;
	text-shadow: none;
	position: relative;
	letter-spacing: 1px;
	left: 180px !important;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	-webkit-font-smoothing: antialiased;
}

.slider_header_slide_right > h1,
.slider_header_slide_right > p,
.slider_header_slide_right > a{
	text-align: right;
	left: auto !important;
	right: 180px !important;
}

.slider_header_slide_center > h1,
.slider_header_slide_center > p,
.slider_header_slide_center > a{
	margin: 0 auto;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
}

.slider_header_slide > span{
	width: 550px;
	height: 250px;
	position: relative;
	top: 330px !important;
	left: 100px !important;
}

.slider_header_slide_right > span{
	left: auto !important;
	right: 80px !important;
}

.slider_header_slide_center > span{
	margin-left: auto;
	margin-right: auto;
	left: 0 !important;
	right: 0 !important;
}

.slider_header_slide > span:before,
.slider_header_slide > span:after,
.slider_header_slide > span > :first-child:before,
.slider_header_slide > span > :first-child:after{
	content: ' ';
	position: absolute;
	border-color: rgba(191, 142, 81, 0.7);
	width: 350px; 
	height: 200px;
}

.slider_header_slide > span:after{
	top: 0;
	right: 0;
	border-style: solid solid;
	border-width: 2px 2px 0 0;
}

.slider_header_slide > span > :first-child:after{
	left: 0;
	bottom: 0;
	border-style: solid solid;
	border-width: 0 0 2px 2px;
}

.slider_header_slide > h1{
	font-size: 30px;
	color: rgba(191, 142, 81, 1);;
	font-weight: 600;
	top: 380px !important;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(0.3,1,0,1);
	animation-timing-function: cubic-bezier(0.3,1,0,1);
}

.slider_header_slide > p{
	font-size: 17px;
	font-weight: 500;
	text-transform: none;
	top: 460px !important;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(0.3,1,0,1);
	animation-timing-function: cubic-bezier(0.3,1,0,1);
}

.slider_header_slide > a{
	width: 100px;
	line-height: 30px;
	top: 575px !important;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(0.3,1,0,1);
	animation-timing-function: cubic-bezier(0.3,1,0,1);
	color: #2a2d35;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding: 15px 0px 15px;
	text-align: center;
	color: #dbdada;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}

.main-footer:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 5px;
	background: url(images/icons/pattern-2.png) left bottom repeat-x;
	z-index: 2;
}

.main-footer .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.main-footer .widgets-section{
	position: relative;
}

.main-footer .widgets-section .inner{
	position: relative;
	display: block;
	overflow:hidden;
}

.main-footer .footer-logo{
	position: relative;
	margin-bottom: 0px;
}

.main-footer .footer-logo img{
	max-height: 100px;
}


.main-footer .copyright{
	position: relative;
	line-height: 14px;
	font-size: 14px;
	color: rgba(255,255,255,0.50);
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title.centered{
	text-align: center;
}

.sec-title .upper-text{
	position: relative;
	display: block;
	font-size: 15px;
	color: #bf8e51;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:0px;
	padding-bottom: 5px;
}

.sec-title .lower-text{
	position: relative;
	display: block;
	font-size: 15px;
	color: #bf8e51;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:0px;
	padding-top: 5px;
}

.sec-title h2{
	position: relative;
	display: block;
	color: #dbdada;
	font-size:40px;
	line-height: 1.22em;
	letter-spacing: 0;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	margin: 0;

}

.sec-title h3{
	position: relative;
	display: block;
	color: #bf8e51;
	font-size:18px;
	line-height: 1.25em;
	padding: 10px 0px 5px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0;	
}

.sec-title .text{
	position: relative;
	display: inline-block;
	max-width: 550px;
	padding-top:20px;
	font-size:15px;
	line-height: 1.5em;
	margin:0;
}

.sec-title .lower-line{
	position: relative;
	display: inline-block;
	width: 95px;
	padding-right: 290px;
	height: 22px;
	margin-top: 15px;
}

.sec-title .lower-line .line{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 0px;
    border-bottom: 1px solid #4d371c;
	box-shadow: 0 1px 0 #bf8e51;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.sec-title .lower-line.now-in-view .line{
	width: 260px;
}

.sec-title .lower-line .icon{
	position: relative;
	top: 0px;
	left: 260px;
	display: block;
	width: 20px;
	height: 19px;
	background:url(images/icons/logo-icon.png) center 0 no-repeat;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.sec-title .lower-line.now-in-view .icon{
	left: 0;
}

.sec-title .upper-line{
	position: relative;
	display: inline-block;
	width: 340px;
	padding-right: 150px;
	padding-left: 150px;
	height: 22px;
	margin-bottom: 8px;
}

.sec-title .upper-line .line{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 340px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.sec-title .upper-line .line:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
    border-bottom: 1px solid #4d371c;
	box-shadow: 0 1px 0 #bf8e51;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.sec-title .upper-line .line:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
    border-bottom: 1px solid #4d371c;
	box-shadow: 0 1px 0 #bf8e51;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.sec-title .upper-line.now-in-view .line:after,
.sec-title .upper-line.now-in-view .line:before{
	width: 150px;
}

.sec-title .upper-line .icon{
	position: relative;
	top: -2px;
	display: block;
	width: 40px;
	height: 19px;
	background:url(images/icons/logo-icon.png) center 0 no-repeat;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transform: scaleY(0);
	transform: scale(0);
}

.sec-title .upper-line.now-in-view .icon
{
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}


/*** 

====================================================================
	Community
====================================================================

***/

.community .image-layer 
{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.10;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.community{
	position: relative;
	padding: 90px 0px 50px;
	background:url(images/background/bg_footer.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 
	inset 0px 11px 8px -10px rgb(17, 17, 17), 
	inset 0px -11px 8px -10px rgb(17, 17, 17); 
	border-top: 1px solid rgba(27, 27, 27, 0.3);
	border-bottom: 1px solid rgba(27, 27, 27, 0.3);
}

.community .image-column{
	position: relative;
	margin-bottom: 100px;
}

.community .image-column .inner{
	position: relative;
	display: block;
}

.community .image-column .inner:before{
	content: '';
	position: absolute;
	right: -20px;
	top: 0px;
	width: 720px;
	height: 510px;
	background:url(images/icons/line-pattern.png) right top no-repeat;
}

.community .image-column .image-box{
	position: relative;
	display: block;
}

.community .image-column img{
	position: relative;
	display: block;
	max-width: 100%;
}

.community .image-column .image-box .image{
	position: relative;
	display: block;
}

.community .image-column .image-box .cover-image{
	position: absolute;
	right: 20px;
	top: 170px;
}

.community .image-column img{
	position: relative;
	display: block;
	max-width: 100%;
}

.community .text-column{
	position: relative;
	margin-bottom: 30px;
	order: 12;
}

.community .text-column .inner{
	position: relative;
	display: block;
	font-weight: 400;
}

.community .text-column .sec-title{
	margin-bottom: 30px;
}

.community .text-column .text{
	position: relative;
	margin-bottom: 50px;
	line-height: 1.65em;	
}
.community .text-column .text > p{
	color: #dbdada;
	font-size: 14px;
	font-weight: 300;
}

.community .community-label .c-block .upper-title{
	color: #dbdada;
}
.community-label{
	position: relative;
}

.community-label .auto-container{
	max-width: 880px;
}

.community-label .c-block{
	position: relative;
	text-align: center;
	color: #1d1f21;
	margin: 0 auto;
	margin-bottom: 50px;
}

.community-label .c-block .inner-box{
	position: relative;
	display: block;
	width: 162px;
	height: 151px;
	margin: 0 auto;
	padding: 25px 30px;
}

.community-label .c-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 81px;
	height: 151px;
	background:url(images/background/bg_about.png) left center no-repeat;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.community-label .c-block .inner-box:hover:before{
	left: -10px;
}

.community-label .c-block .inner-box:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 81px;
	height: 151px;
	background:url(images/background/bg_about.png) right center no-repeat;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.community-label .c-block .inner-box:hover:after{
	right: -10px;
}

.community-label .c-block .inner{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100px;
}

.community-label .c-block .inner .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.community-label .c-block .upper-title,
.community-label .c-block .lower-title{
	position: relative;
	display: block;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	text-transform: uppercase;
}

.community-label .c-block .lower-title{
	padding-top: 5px;
	color: #bf8e51;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.community-label .c-block .inner .icon{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 1em;
	padding-bottom: 7px;
}

/*** 

====================================================================
	Progress Bar
====================================================================

***/

.progress-block{
	margin:30px 0;
}

.progress {
	background-color: #121215;
	height: 4px;
	border-radius:0;
	clear: both;
}

.progress .progress-bar{
	background-color: #bf8e51;
	transition: background 0.3s, width 0.5s;
}

.progress .progress-bar.now-in-view {
    -moz-animation-name: animateBar;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1.5s;

    -webkit-animation-name: animateBar;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1.5s;

    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
}
/* Style du badge +X */
.tag-overflow {
    cursor: pointer;
    border: 1px solid #333;
    background: #222;
    color: #dbdada;
    margin-left: 3px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    position: relative;
    transition: background .2s, color .2s;
}
.tag-overflow:hover {
    background: #191919;
    color: #f59e42;
}
.tags-tooltip {
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    min-width: 120px;
    max-width: 370px;
    padding: 8px 14px 8px 8px;
    background: linear-gradient(to right, #222228 95%, rgba(34,34,40,0)), #222228;
    color: #dbdada;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.70);
    font-size: 13px;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .17s;
    white-space: nowrap;
    overflow-x: auto;
    max-height: 38px;
    scrollbar-width: none; /* Firefox */
}
.tags-tooltip::after {
    content: "";
    display: block;
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 24px;
    background: linear-gradient(to right, rgba(34,34,40,0), #222228 90%);
    pointer-events: none;
}
.tags-tooltip::-webkit-scrollbar {
    height: 0;
    width: 0;
    background: transparent;
    display: none;
}
.tags-tooltip.show {
    opacity: 1;
    pointer-events: auto;
}
.tags-tooltip b {
    display: inline-block;
    padding: 3px 9px;
    margin: 0 1px;
    border-radius: 4px;
    font-size: 12px;
    color: inherit;
    background: #23242a;
    border: 1px solid #353535;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.tags-tooltip .tag-region { color: #3b82f6; }
.tags-tooltip .tag-wipe { color: #10b981; }
.tags-tooltip .tag-difficulty { color: #eab308; }
.tags-tooltip .tag-feature { color: #a78bfa; }
.tags-tooltip .tag-mod { color: #ef4444; }
.tags-tooltip .tag-wiped { color: #f59e42; }


h3.progress-title{
	text-align: left;
	font-size: 13px;
	top: -10px;
	color:#bf8e51;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}

h3.progress-title b{
	color:#808080;
	background-color: #121215;
	font-weight: lighter;
	padding: 3px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(61, 61, 61, 0.7);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(61, 61, 61, 0.7);
	box-shadow: inset 0px 0px 2px 0px rgba(61, 61, 61, 0.7);
	border:1px solid #313131;
}

h3.progress-title .tag-region { color: #3b82f6;}
h3.progress-title .tag-wipe { color: #10b981; }
h3.progress-title .tag-difficulty { color: #eab308; }
h3.progress-title .tag-feature { color: #a78bfa; }
h3.progress-title .tag-mod { color: #ef4444; }
h3.progress-title .tag-wiped { color: #f59e42; }

h3.progress-title a{
	padding: 3px 10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

h3.progress-title a:hover{
	color:#dbdada
}

h4.progress-count{
	font-size: 12px;
	top: 5px;
	color:#808080;
	font-family: 'Roboto Condensed', sans-serif;
	transition: color 0.3s;
	font-weight: bold;
}


@-moz-keyframes animateBar {
    0% {-moz-transform: translateX(-100%);}
    100% {-moz-transform: translateX(0);}
}
@-webkit-keyframes animateBar {
    0% {-webkit-transform: translateX(-100%);}
    100% {-webkit-transform: translateX(0);}
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}

/*** 

====================================================================
	Serveurs
====================================================================

***/

.serveurs{
	position: relative;
	padding: 90px 0px 50px;
	background:#1d1f21;
}

#particles-web {
    position: absolute;
    top: 0;
    background: none;
    height: 100%;
    width: 100%;
}

.serveurs .carousel-indicators{
	margin: 0 auto;
	right: 2%;
	bottom:0;
	width: 95%;
	left: auto;
	height: 35px;
	display: block;
	overflow-x: auto;
	text-align: center;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.serveurs .carousel-indicators li{
	margin: 1px;
	width: 50px;
	height: 8px;
	opacity: 0.8;
	text-indent: 0;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background: transparent;
	border: 1px solid #bf8e51;
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
	transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}

.serveurs .carousel-indicators .active{
	width: 50px;
	height: 8px;
	opacity: 1;
	border: none;
	margin: 1px;
	text-indent: 0;
	background: #bf8e51;
	border: 1px solid #bf8e51;
}
.serveurs .carousel-loader {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	background: rgba(30, 30, 30, 0.85); /* foncé, pour masquer le contenu */
	display: flex;
	align-items: center;
	justify-content: center;
}
.serveurs .carousel-inner.loading {
	filter: blur(2px);
	pointer-events: none;
}


.serveurs .carousel-control-prev, .serveurs .carousel-control-next{
	font-size:30px;
	color: #bf8e51;
}

.serveurs-block{
	position: relative;
}

.serveurs-block .row{
	margin: 0;
}

.serveurs-block .text-column{
	position: relative;
	padding: 0;
	z-index: 1;
}

.serveurs-block.image-right .text-column{
	order: 0;
}

.serveurs-block .text-column .inner{
	position: relative;
	display: block;
	text-align: center;
	margin: 36px 0px 0px 0px;
	background: #292b2e;
	padding: 25px 50px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
}

.serveurs-block.image-right .text-column .inner{
	margin-right: -36px;
}

.serveurs-block.image-left .text-column .inner{
	margin-left: -36px;
}

.serveurs-block .image-column{
	position: relative;
	padding: 0;
	margin-bottom: 150px;
}

.serveurs-block.image-right .image-column{
	order: 12;
}

.serveurs-block .image-column .inner{
	position: relative;
	display: block;

}

.serveurs-block .image-column .image{
	position: relative;
	display: block;
	overflow: hidden;
	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
	
	
}

.serveurs-block .image-column img{
	display: block;
	width: 100%;
	
}

.serveurs-block .text-column .title-box{
	position: relative;
}

.serveurs-block .sec-title {
	margin: 5px;
}

.serveurs-block .sec-title .lower-line {
	margin-top: 0px;
}

.serveurs-block .text-column .title-box h3{
	position: relative;

	color: #dbdada;
	font-size:40px;
	line-height: 1.22em;
	letter-spacing: 0;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}

.serveurs-block .text-column .title-box h3 a{
	color: #1d1f21;
}

.serveurs-block .text-column .title-box h3 a:hover{
	text-decoration: underline;
	color: #bf8e51;
}

.serveurs-block .text-column .title-box .serveurs-shortdesc{
	position: relative;
	color: #bf8e51;
	font-size:15px;
	line-height: 1.25em;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.serveurs-block .text-column .text p{
	position: relative;
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 14px;
	color: #dbdada;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
}

.serveurs-block .text-column .info{
	position: relative;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.serveurs-block .text-column .info ul{
	position: relative;
	margin: 0px -10px;
	text-align: center;
}

.serveurs-block .text-column .info ul li{
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.serveurs-block .text-column .info ul li strong{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
}

.serveurs-block .text-column .info ul li .txt{
	position: relative;
	display: block;
	color: #bf8e51;
	font-weight: 300;
	font-size: 12px;
}

.serveurs-block .text-column .serveurs-join{
	position: relative;
	margin: 0px -10px;
}

@-webkit-keyframes zoomInStand {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	100% {
	  -webkit-transform: scale(1.5);
	  transform: scale(1.5);
	}
  }
  
  @keyframes zoomInStand {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	100% {
	  -webkit-transform: scale(1.5);
	  transform: scale(1.5);
	}
}
  
.serveurs-block .image-column.now-in-view .image img,
.serveurs-block .inner-box:hover .image img{
	-webkit-animation-name: zoomInStand; 
	-webkit-animation-duration: 20000ms; 
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;

	-ms-animation-name: zoomInStand; 
	-ms-animation-duration: 20000ms; 
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;

	animation-name: zoomInStand; 
	animation-duration: 20000ms; 
	animation-iteration-count: 1;
	animation-timing-function: linear;
}


/*** 

====================================================================
	shop
====================================================================

***/

.shop{
	position: relative;
	padding: 40px 0px 50px;
	background:url(images/background/bg_footer.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 
	inset 0px 11px 8px -10px rgb(17, 17, 17), 
	inset 0px -11px 8px -10px rgb(17, 17, 17); 
	border-top: 1px solid rgba(27, 27, 27, 0.3);
	border-bottom: 1px solid rgba(27, 27, 27, 0.3);
}

@keyframes fadeInBg {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.shop .auto-container {
    position: relative;
    z-index: 2;
}
.shop-loader {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	background: rgba(30, 30, 30, 0.85); 
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-inner.loading {
	filter: blur(2px);
	pointer-events: none;
}


/*================================================
03 - PAGINATION CSS
==================================================*/
.pagination-box-row {
    text-align: center;
}

.pagination-box-row p {
    display: inline-block;
    font-size: 16px;
    color: #dbdada;
    margin-right: 15px;
    margin-bottom: 0
}

.pagination {
    margin-top: 50px;
    text-align: center;
    float: none;
    display: inline-block;
}

.pagination li {
    display: inline-block;
    margin-right: 5px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    color: #808080;
    font-weight: 500;
    background: #121215 none repeat scroll 0 0;
}

.pagination li.active a,
.pagination li a:hover {
    background: #bf8e51 none repeat scroll 0 0;
    color: #dbdada
}





.shopbreadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	list-style: none;
	margin-bottom:40px;
}
.shopbreadcrumb-item + .shopbreadcrumb-item {
	padding-left: 0.5rem;
}
.shopbreadcrumb-item + .shopbreadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}
.shopbreadcrumb-item + .shopbreadcrumb-item:hover::before {
	text-decoration: underline;
}
.shopbreadcrumb-item + .shopbreadcrumb-item:hover::before {
	text-decoration: none;
}
.shopbreadcrumb-item.active {
	color: #6c757d;
}





/*================================================
16 - SIDEBAR CSS
==================================================*/

.filter_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    color: #dbdada;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.75px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

.filter_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
}

.filter_group:last-child {
    margin-bottom: 0
}

.filter_label {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #dbdada;
    font-weight: normal;
    margin-bottom: 10px;
}

.filter_input {
	background: #121215;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
    border: medium none;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    color: #808080
}

.filter_input:-moz-placeholder {
    color: #808080;
}

.filter_input::-moz-placeholder {
    color: #808080;
}

.filter_input:-ms-input-placeholder {
    color: #808080;
}

.filter_input::-webkit-input-placeholder {
    color: #808080;
}

.filter_select-wrap {
    width: 100%
}

.filter_select {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #999;
    padding: 0 20px;
    cursor: pointer;
	background: #121215;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
    letter-spacing: 0.4px;
    width: 100%
}

.range-slider {
	width: 100%;
}
.range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - (73px));
	height: 10px;
	background: #121215;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
	outline: none;
	padding: 0;
	margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
	appearance: none;
	width: 10px;
	height: 10px;
	background: #bf8e51;
	cursor: pointer;
	transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #bf8e51;
	cursor: pointer;
	transition: background 0.15s ease-in-out;
}
.range-slider__range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px #121215, 0 0 0 6px #bf8e51;
}
.range-slider__value {
	display: inline-block;
	position: relative;
	width: 60px;
	color: #2a2d35;
	line-height: 20px;
	text-align: center;
	background: #bf8e51;
	padding: 5px 10px;
	margin-left: 8px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
}
.range-slider__value:after {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #bf8e51;
	border-bottom: 7px solid transparent;
	content: '';
}
::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}
input::-moz-focus-inner, input::-moz-focus-outer {
	border: 0;
}


.custom-checkbox {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -100px;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    color: #bf8e51;
}

.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.custom-checkbox label {
    font-size: 16px;
    color: #dbdada;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    margin: 0;
}

.custom-checkbox .checkbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
	background: #121215;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
}

.custom-checkbox .checkbox:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf8e51;
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
}


/*================================================
 ACCOUNT PAGE CSS
==================================================*/

.account {
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    position: relative;
    width: 100%;
	background: #191a1c;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
}

.account a{
    transition: .5s;
	color: #dbdada;
}
.account a:hover{
    color: #bf8e51;
}
.account a.active{
    color: #bf8e51;
}

.account-item {
	background: #292b2e;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
	color: #dbdada;
}


/*================================================
23 - PRODUCT PAGE CSS
==================================================*/

.card {
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    position: relative;
    width: 100%;
	background: #191a1c;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
}

.card .body {
    font-size: 14px;
    color: #444;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}
.product_item:hover .cp_img {
    top: -40px
}

.product_item:hover .cp_img .hover {
    display: block
}

.product_item .cp_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out
}

.product_item .cp_img img {
    transition: all 0.2s ease-in-out;
    border-radius: 6px
}

.product_item .cp_img .hover {
    display: none;
    text-align: center;
    margin-top: 10px
}

.product_item .cp_img .hover .btn-secondary {
    color: #bf8e51;
    background-color: #121215;
    border-color: #121215;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
}

.product_item .product_details {
    padding-top: 110%;
    text-align: center
}

.product_item .product_details h5 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #808080;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

.product_item .product_details h5 a:hover {
    text-decoration: none
}

.product_item .product_details .product_price {
    margin: 0
}

.product_item .product_details .product_price li {
    display: inline-block;
    padding: 0 10px
}
@media (max-width: 991.98px) {
    .col-lg-3 {
        margin-bottom: 30px;
    }

    .col-lg-3,
    .col-lg-9 {
        width: 100%;
        padding: 0 15px;
    }

    .row > .col-lg-3 {
        margin-bottom: 30px;
    }

    .products-grid {
        margin-top: 10px;
    }

    .product_item .cp_img {
        width: 80%;
    }

    .product_item .product_details {
        padding-top: 90%;
    }
}



/*================================================
24 - PRODUCT DETAILS CSS
==================================================*/

.product-details-image {
    text-align: center;
	background-color: #121215;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
    padding: 50px;
}

.product-details-text h3 {
    margin-bottom: 5px;
    color: #dbdada;
    font-size: 34px;
    text-transform: capitalize;
}

.single-shop-price > p{
    color: #dbdada;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 0;
}

.single-shop-price > select {
    padding-left:85px;
    height:40px;
    position:relative;
    border:1px solid #333;
    width:300px;
    display:block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
}
.single-shop-price > label {
    position:absolute;
    z-index:1;
    height:40px;
    line-height:40px;
    pointer-events:none;
    text-indent:10px;
	color: #dbdada;
}
.single-shop-price > label, .single-shop-price > select {
    font-size:15px;
}

.single-shop-price p span {
    color: #bf8e51;
    margin-left: 10px;
}


.single-shop-page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.single-shop-page-btn a{
    margin: 5px;
}

.fag-btn {
    padding: 5px 10px;
    border: 2px solid #bf8e51;
    background: #bf8e51 none repeat scroll 0 0;
    font-size: 15px;
    color: #dbdada;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 400;
	transition: all 0.2s ease-in-out;
}
.fag-btn.disabled,
.fag-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(0.7);
    transition: opacity 0.3s;
}
.fag-btn.added {
    animation: pulse-added 0.6s ease-in-out;
}

input.input-qty  {
	width:50px;
    padding: 5px 5px;
	background-color: #121215;
	border: 2px solid #bf8e51;
	text-align: center;
    font-size: 15px;
    color: #bf8e51;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 400;
	margin-left:-4px;
}

@keyframes pulse-added {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.gift-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
  }
  
  .gift-input-group {
	display: none;
	flex-direction: row-reverse; /* pour que le bouton soit à gauche de l'input */
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
  }
  .gift-wrapper .fag-btn i {
    padding-right: 0px;
}
  .gift-status-wrapper {
	display: flex;
	padding: 5px 10px;
	flex-direction: column;
	gap: 5px;
	color: #dbdada;
  }
  
  input.gift-steamid-input {
	padding: 5px 10px;
	padding-right: -5px;
	background-color: #121215;
	border: 2px solid #bf8e51;
	color: #dbdada;
	font-size: 13px;
	flex: 1;
  } 

  
  .gift-loading {
	font-size: 0.9em;
	color: #999;
  }
  
  .gift-steam-info {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .steam-avatar {
	width: 32px;
	height: 32px;
	border-radius: 4px;
  }
  
  .steam-name {
	font-weight: bold;
  }
  
  
  .gift-input-group input {
	padding: 5px 10px;
	background-color: #121215;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
  }
  .hidden {
	display: none !important;
  }
  @media (max-width: 600px) {
	.gift-wrapper {
	  flex-direction: column;
	  align-items: flex-start;
	}
  }
  
  @keyframes fadeIn {
	from { opacity: 0; transform: translateX(-10px); }
	to { opacity: 1; transform: translateX(0); }
  }

  
.cart-fly-plus {
    position: absolute;
    z-index: 1000;
    font-weight: bold;
    color: gold;
    font-size: 25px;
    pointer-events: none;
    animation: fly-plus 0.7s ease-out forwards;
}

.fag-btn i{
    padding-right:10px;
}

.fag-btn:hover {
    background: transparent;
    border-color: #bf8e51;
    color: #dbdada;
}

.product-panel-list {
    margin-top: 50px;
}
.product-panel-list p{
    color: #dbdada;
}





.description-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5rem;
  }
  
  .description-card {
	position: relative;
	background: #111;
	border: 2px solid rgba(255, 200, 80, 0.15);
	padding: 2.5rem 1rem 1rem;
	overflow: hidden;
	isolation: isolate;
	transition: box-shadow 0.4s ease;
	box-shadow: 0 0 5px rgba(255, 200, 80, 0.08);
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0% 100%);
	min-height:200px;
  }
  
  .description-card:hover {
	box-shadow: 0 0 20px rgba(255, 200, 80, 0.15), 0 0 40px rgba(255, 200, 80, 0.05);
  }
  
  .card-header {
	text-align: center;
	color: #bf8e51;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	z-index: 1;
	position: relative;
  }
  
  .card-header i {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
	display: block;
  }
  
  .card-overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.92);
	backdrop-filter: blur(4px);
	color: #dbdada;
	font-size: 0.6rem;
	line-height: 1;
	padding: 1rem;
	opacity: 0;
	pointer-events: none;
	overflow-y: auto;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transform: translateX(100%);
	text-align: left;
	scrollbar-width: thin;
	scrollbar-color: #bf8e51 #111;
	z-index: 2;
	display: block;
  }
  
  .card-overlay p{
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 10px;
  }
  
  .card-overlay::-webkit-scrollbar {
	width: 6px;
  }
  .card-overlay::-webkit-scrollbar-thumb {
	background: #bf8e51;
  }
  .card-overlay::-webkit-scrollbar-track {
	background: transparent;
  }
  
  .description-card:hover .card-overlay {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
  }
  

  

/*================================================
25 - CART PAGE CSS
==================================================*/

.cart-table-left thead {
    border: medium none;
}

.cart-table-left thead th{
    border: medium none;
    color: #dbdada;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-top: 0px !important;
	border: 1px solid rgba(0, 0, 0, 0.50);
	background-color: #121215;
	text-align: center;
}

.cart-table-left tbody {
	color: #dbdada;
	background-color: rgba(18, 18, 21, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
	font-size: 12px;
}

.cart-table-left tfoot tr{
    border: medium none;
    color: #dbdada;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
	background-color: #121215;
	text-align: center;
}

.fag-cart-preview {
    width: 115px;
    height: 100px;
    text-align: center;
}

.fag-cart-preview img {
    width: 100%;
    height: 100%;
}

.table th,
.table td {
    vertical-align: middle;
    border-top: 0px;
    border-top: 1px solid #131324;
	text-align: center;
}

.cart-table-left table td p {
    color: #dbdada;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    margin: 0
}


.quantity-input {
	display: flex;
	align-items: center;
	overflow: hidden;
	max-width: 130px;
	margin: 0 auto;
  }
  
  .qty-btn {
	background: #1a1a1a;
	color: #dbdada;
	padding: 6px 12px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	width: 36px;
	text-align: center;
  }
  
  .qty-btn:hover {
	background-color: #333;
  }
  
  .quantity-input input[type="number"] {
	border: none;
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 12px;
	background-color: #121215;
	color: #dbdada;
  }
  
  .quantity-input input[type="number"]:focus {
	outline: none;
  }

  
.fag-cart-quantity > input {
    padding: 5px;
    width: 70px;
    text-align: center;
}

.fag-cart-close {
    text-align: center;
}

.fag-cart-total {
    font-weight: 500;
}

.fag-cart-close a {
    color: #dbdada;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.cart-clear a {
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
}

.cart-clear {
    margin-top: 20px;
    text-align: right;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	line-height: 25px;
	color: #dbdada;
}

.cart-clear .fag-btn {
	padding: 5px 10px;
    border: 2px solid #bf8e51;
    background: #bf8e51 none repeat scroll 0 0;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.cart-clear .fag-btn:hover {
    background: transparent;
    border-color: #bf8e51;
    color: #dbdada;
}

.cart-clear a:last-child {
    margin-right: 1px;
}

.cart-clear a:hover {
    color: #bf8e51;	
}

.fag-cart-close a {
    transition: all 0.2s ease-in-out;
}

.fag-cart-close a:hover {
    background: #bf8e51 none repeat scroll 0 0;
    color: #dbdada;
}

.order-summury-box table {
    width: 100%;
}

.order-summury-box table td {
    padding: 10px 0;
    color: #dbdada;
    font-weight: 600;
    font-size: 14px
}

.checkout-action {
    text-align: right;
    margin-top: 30px
}

.cart_box {
    padding: 20px;
}

.summury-inn {
    padding: 5px 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
	background-color: #bf8e51;
}

.cart_box .table {
    margin: 0
}