@import url('https://fonts.googleapis.com/css?family=Oswald');


:root{
  --color1: #AA1111;
  --font1:tahoma, arial;
  --font2:Oswald, verdana;
}

/*********************************************** 
 ** BOOTSTRAP
 ***********************************************/

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
	background-color: #999999;
  	border-color: #999999;
}

.pagination > li > a, 
.pagination > li > span{
	color: #999999;
}

.btn-primary {
  color: #FFF;
  background-color: var(--color1);
  border-color:var(--color1);
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary{
	color: #FFF;
  	background-color: #018A35;
  	border-color: #018A35;
}


.panel-primary{
	border-color: var(--color1);
}
.panel-primary > .panel-heading{
	background-color: var(--color1);
	border-color: var(--color1);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #EE7766;
    border-color: #EE7766;
}


/*********************************************** 
 ** SITE
 ***********************************************/

html{
font-family: var(--font1);
}

body{
	background:#fff;
	font-family: var(--font1);
	font-size:14px;
}

td, th{
font-size:14px;
}

h1,h2,h3{
	font-family: var(--font2);
}

h1{
	margin-top:0px;
	margin-bottom:20px;
}

h2{
	font-size:24px;
}

a{
	color:#555555;
}
a:hover{
	color:#000000;
}

a,
a:focus,
a:hover{
	text-decoration:none;
}


/*********************************************** 
 ** HEADER - LOGIN / SUBSCRIBE
 ***********************************************/
header .top {
    background:#313743;
    padding: 15px 0px;
}


header .top .topStatus,
header .topBar a{
    color: #bec4cf;
    font-size:14px;
    text-transform:uppercase;
    line-height: initial;
}


header .topBar ul{
    margin-bottom:0px;
}

header .topBar li:not(:first-child) {
    border-left: 1px solid #bec4cf;
}

header .topBar a{
    padding: 0 12px;
    transition: all 150ms ease-in-out 0s;
}

header .topBar li:last-child a{
    padding-right: 0px;
}

header .topBar a:hover, 
header .topBar a.active {
    color: #FFFFFF;
}
/*
header .topBar .cartNum{
	background-color: #FF0000;
}*/

header .topBar .username{
	position:relative;
}


header .topBar .avatar{
	width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    left: -40px;
    top: -7px;
}

/*********************************************** 
 ** HEADER - HEAD
 ***********************************************/
header .head{
    background-image: url("../images/head.jpg");
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size:cover;
    padding-bottom:5px;
    position:relative;
}

header .head .logo,
header .head .com{
	max-width:50%;
	margin:0px 0px 25px;
}

header .head .com{
	float:right;
}

header .head .head-content{
    position:relative;
}


@media (max-width: 767px){

	header .head .com{
		display:none;
	}
	header .head .logo{
		max-width:60%;
    	margin: auto;
    	display: block;
	}
}




/*********************************************** 
 ** HEADER - DESKTOP NAV
 ***********************************************/

header .head .menuBar {
    bottom: 0;
    left: 0;
    margin-bottom: -30px;
    position: absolute;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #e5e5e5;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 4px;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
    z-index:1000;
    
}

header .head .menuBar.affix {
    top:0px;
    bottom:auto;
    position:fixed;
    border-radius:0px;
}

header .head .menuBar .nav{
    margin-bottom: -4px;
    display: flex;
    float:none;
}

header .head .menuBar .nav>li{
    position: relative;
    flex: auto;
    text-align: center;
}

header .head .menuBar .nav > li > a{
    border-bottom: 4px solid transparent;
    color: #484848;
    display: block;
    font-family: var(--font2);
    font-size:20px;
    text-transform: uppercase;
    transition: all 100ms linear 0s;
    padding-left:24px;
    padding-right:24px;
    height: 100%;
}

header .head .menuBar .nav > li > a:hover,
header .head .menuBar .nav > li.active > a {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 4px solid var(--color1);
    color: #222222;
}

header .head .menuBar .nav .glyphicon-home{
    font-size: 18px;
}

header .head .menuBar .dropdown-menu > li > a{
    font-size:16px;
    font-family:var(--font2);
}

@media (max-width: 1199px) {
	header .head .menuBar .nav > li > a{
	    font-size: 17px;
    	padding-left:16px;
    	padding-right:16px;
	}
}

/*********************************************** 
 ** HEADER - MOBILE NAV
 ***********************************************/
 
header .head .mobileBar{
    position: absolute;
    left: 0px;
    bottom: -20px;
	width:100%;
}

header .head .mobileBar .btn{
    padding:5px;
}
header .head .mobileBar .btn-slidebars-menu{
	float:left;
}

header .head .mobileBar .glyphicon{
	color:#666666;
	font-size:36px;
}


header .head .btn-default .badge.cartNum{
	background-color: #FF0000;	
	position: absolute;
	right: -6px;
	top: -6px;
}


/*********************************************** 
 ** HEADER - INFO PANEL
 ***********************************************/

header .infoPanel {
    background: none repeat scroll 0 0 #FAFAFA;
    height: auto;
    position: relative;
    width: 100%;
    padding: 15px 0px 0px 0px;
}

header .infoPanel .info{
	padding-left:50px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px top;
    margin-bottom:15px;
}

header .infoPanel .info.icon-b1{
    background-image: url("../images/icons-b1.png");
}
header .infoPanel .info.icon-b2{
    background-image: url("../images/icons-b2.png");
}
header .infoPanel .info.icon-b3{
    background-image: url("../images/icons-b3.png");
}
header .infoPanel .info.icon-b4{
    background-image: url("../images/icons-b4.png");
}

header .infoPanel .info h3{
  font-family: var(--font2);
  font-size:18px;
  text-transform:uppercase;
  color:#888888;
  margin:0px;
}

header .infoPanel .info h4{
  font-size:14px;
  color:#BBBBBB;
  margin:0px;
}

@media (max-width: 991px){
	header .infoPanel {
	  padding-left: 60px;
	  padding-right: 60px;
	}
	
	header .infoPanel .info h3{
	  font-size:20px;
	}
}


/*********************************************** 
 ** HEADER - MOBILE SLIDEBAR
 ***********************************************/

#sb-site #sb-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8); /* Tweak the transparency here. */
  z-index: 10000; /* Just something higher than your content inside the container. */
}

html.sb-active #sb-site #sb-overlay {
  display: block;
}

html.sb-active {
    overflow: hidden;
}

#sb-site, .sb-site-container{
	background-color:transparent;
	overflow-x: hidden;
}

.slidebar a{
	font-family:var(--font2);
	font-size:20px;
	display:block;
	padding:10px 10px 10px 30px;
	color:#DDDDDD;
}

.slidebar .sb-nav > li{
	border-bottom: 1px solid #333333;
}

.slidebar a:hover{
	color:#FFFFFF;
	background-color:#111111;
}

.slidebar .sb-caret{
	float:right;
	margin-top:5px;
	transition:transform 1s;
}

.slidebar .sb-dropdown-menu{
	display:none;
	list-style:none;
	padding-left:0px;
	border-top: 1px solid #333333;
}

.slidebar .sb-dropdown-menu li a{
	border-top: 1px solid #333333;
	padding-left:50px;
}

.slidebar .sb-dropdown-menu li:first-child a{
	border-top: none;
}

.slidebar .sb-dropdown.open .sb-dropdown-menu{
	display:block;
}

.slidebar .sb-dropdown.open .sb-caret,
.slidebar .sb-dropdown:hover .sb-caret{
  -webkit-transform:rotate(90deg); 
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg); 
  -ms-transform:rotate(90deg); 
  transform:rotate(90deg);
}

.slidebar .dropdown-backdrop{
	display:none;
}

.slidebar .home{
	background-image:url("../images/logo-sb.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	height:100px;
}


.slidebar .home a{
	display:none;
}

.slidebar .glyphicon{
	margin-right:10px;
}

.slidebar .separator{
	height:4px;
	background-color:#444444;
}

.slidebar .cartNum{
	background-color: #FF0000;
}

/*********************************************** 
 ** MAIN
 ***********************************************/
#sb-site, .sb-site-container{
	background-color:transparent;
}

#main{

  background: #DDDDDD url('../images/background.jpg') repeat;
 /* background-size: cover;*/
  padding-top: 50px;
  padding-bottom: 40px;
}

#main > .container > .row{
	  padding-top: 20px;
	  background-color: #FFFFFF;
	  margin-left: 0px;
	  margin-right: 0px;
	  border-radius:5px;
}

#main > .container > .row.no-paddingTop{
	padding-top:0px;	
}

#main > .container > .row.spaceTop{
	margin-top:20px;
}

@media (max-width: 1199px){
	#main{
  		background: url('../images/background-small.jpg') repeat top center;	
		background-size: initial;
	}
}

@media (max-width: 767px){
	#main{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}



/*********************************************** 
 ** FOOTER
 ***********************************************/
footer{
	background: url('../images/footer.jpg') repeat center top #000000;
	background-size: initial;
}
footer .info-block{
	margin-top:30px;
}
footer .info-block h4{
	color: #545454;
	border-bottom: solid 2px #EEEEEE;
    margin: 0 0 13px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--font2);
}

footer .info-block h4 span{
	border-bottom: solid 2px var(--color1);
    margin-bottom: -2px;
    display: inline-block;
    padding-bottom: 17px;
}

footer .info-block ul{
	margin-top: 20px;
	padding:0px;
}

footer .info-block ul li {
    list-style:none; 
}

footer .info-block ul.bullet li:before {
    color: var(--color1);
    content: "\e080";
    font-size: 12px;
    line-height: 20px;
    margin-right: 6px;
  	font-family: 'Glyphicons Halflings';
}

footer .info-block .address td{
	font-size:14px;
}

footer .info-block .address .glyphicon{
	color: var(--color1);
	font-size:20px;
	background-color:#FFFFFF;
	padding:10px;
	border-radius:20px;
	margin:0px 10px 0px 0px;
}

footer .separator{
   	margin-top:10px;
}

/*********************************************** 
 ** FOOTER - SOCIAL
 ***********************************************/
footer .social-block{
		padding-top:15px;
}

footer .social-block ul {
    float: none;
    margin: 0;
    padding:0;
}

footer .social-block ul li{
    padding:0;
}

footer .social-block ul li a {
    text-transform: uppercase;
    font-size: 14px;
    border-left: 1px solid #A3A3A3;
    padding-right: 15px;
    padding-left: 15px;
}

footer .social-block ul li:first-child a{
	padding-left:0px;
	border-left: none;
}

footer .social-block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
  	content: "\f09a";
  	padding-right:10px;
  	font-size:20px;
}

footer .social-block ul li.facebook a:before {
  	content: "\f09a";
}
footer .social-block ul li.twitter a:before {
  	content: "\f099";
}
footer .social-block ul li.youtube a:before {
  	content: "\f167";
}
footer .social-block ul li.instagram a:before {
  	content: "\f16d";
}
footer .social-block ul li.tripadvisor a:before {
  content: "\f262";
}

@media (max-width: 767px){
	footer .social-block{
		padding-bottom:15px;
		text-align: center;	
	}
}

/*********************************************** 
 ** FOOTER - PAYMENT 
 ***********************************************/
footer .payment-block{
    text-align:right;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .payment-block img{
    height:30px;
}

@media (max-width: 767px){
	footer .payment-block{
		text-align:center;
	}
}

/*********************************************** 
 ** FOOTER - POWERED BY
 ***********************************************/
 
footer .bottom {
    background-color: #313743;
    bottom: 0;
    height: 40px;
    min-width: 100%;
    width: 100%;
}

footer .bottom .powered {
	text-align:right;
	line-height:40px;
}

footer .bottom .powered a{
	color:#FFFFFF;
	text-decoration:none;
}


footer .bottom .manger-bouger a{
	color:#FFFFFF;
	line-height:40px;
}

@media (max-width: 991px){
	footer .bottom .manger-bouger{
		display:none;
	}
}

/*********************************************** 
 ** SECTION
 ***********************************************/
section.bordered{
	border: 1px solid #DDDDDD;
	border-radius:5px;
	padding:20px 20px;
	margin-bottom:20px;
}

@media (max-width: 767px){
	section.bordered{
		border-left:none;
		border-right:none;
		border-top:none;
		border-bottom:none;
		border-radius:0px;
		margin-bottom:20px;
		padding:0px 0px 0px 0px;
		
	}
}

/*********************************************** 
 ** BREADCRUMB
 ***********************************************/
.breadcrumb{
	display:inline-block;
	margin-bottom:10px;

}

.breadcrumb li:last-child{
	display:none;
}

.breadcrumb a{
	font-size:12px
}


/*************************************
 ** HOME SLIDE
 *************************************/
.homeSlider{
	height:350px;
	border-radius: 5px 5px 0px 0px;
	overflow:hidden;
}

.homeSlider.rsDefault,
.homeSlider.rsDefault .rsOverflow,
.homeSlider.rsDefault .rsSlide,
.homeSlider.rsDefault .rsVideoFrameHolder,
.homeSlider.rsDefault .rsThumbs {
	background:transparent;
}


.homeSlider.rsDefault .rsBullets{
	background:transparent;
}

.homeSlider.rsDefault .rsBullet {
	width: 22px;
	height: 22px;
	display: inline-block;
	padding: 6px 5px 40px;
}

.homeSlider.rsDefault .rsBullet span{
	width: 16px;
	height: 16px;
}

.homeSlider.rsDefault .rsArrowIcn{
	background-color: rgba(255,255,255,0.5);
}

.homeSlider.rsDefault .rsSlide{
	border-radius:5px 5px 0px 0px;
}

/*************************************
 ** HOME ARTICLE SLIDER
 *************************************/

.homeArticle{
	padding:20px 0px!important;
}

.homeArticleSlider.rsDefault .rsBullets{
	background:transparent;
}

.homeArticleSlider.rsDefault .rsBullet {
	width: 22px;
	height: 22px;
	display: inline-block;
	padding: 6px 5px 40px;
}

.homeArticleSlider.rsDefault .rsBullet span{
	width: 16px;
	height: 16px;
}

.homeArticleSlider.rsDefault .rsArrowIcn{
	background-color: rgba(255,255,255,0.5);
}

.homeArticleSlider.rsDefault .rsSlide{
	border-radius:5px 5px 0px 0px;
}

.homeArticle{
	background:#EEEEEE;
}

/*************************************
 ** HOME PRODUCTS
 *************************************/
.homeProducts{
	background:#EEEEEE;
	padding: 5px 0px 15px 0px;
}

.homeProducts .list-unstyled{
	margin-bottom: 0px;
}


.homeProducts .productList .cat, 
.homeProducts .productList .product {
    padding: 15px;
    border-radius:0px;
}

.homeProducts .productList .cat a, 
.homeProducts .productList .product a{
    background:#FFFFFF;
}

.homeProducts .links{
	text-align: center;
	padding-top: 5px;
}


.homeProducts .links a{
	text-transform: uppercase;
	font-family: var(--font2);
}

/*********************************************** 
 ** MAP
 ***********************************************/
.homeMap #map{
	width:100%;
	height:500px;
}



/*********************************************** 
 ** THEME
 ***********************************************/
.themes{
	margin-top:20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.theme{
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    border-radius: 6px;
    overflow: auto;
}

.theme img{
	width:100%;
}

.theme .content{
	padding:15px;
	flex-grow: 1;
}

.theme h2{
	margin-top:0px;
}

.theme .btn {
    text-transform: uppercase;
    font-family: var(--font2);
    border-radius: 0px;
}

@media (max-width: 767px){
	.themes{
	    display: block;
	}
}


/*********************************************** 
 ** LOGIN 
 ***********************************************/
.login h1{
	text-align:center;
}

.login .loginCreate,
.login .loginExternal,
.login .loginStandard .btns{
	text-align:center;
}

.login .loginExternal,
.login .loginStandard,
.login .loginCreate{
	padding-top:20px;
	padding-bottom:20px
}						
.login .loginExternal a{
	margin-bottom:10px
}
.login .or{
	text-align:center;
	font-size:28px;
	color:#BBBBBB;
	padding-left:0px;
	padding-right:0px;
}

/*********************************************** 
 ** ACCOUNT - Create
 ***********************************************/

.accountCreate .loginExternal{
	text-align:center;
}
.accountCreate .loginExternal{
	padding-top:20px;
	padding-bottom:20px
}						
.accountCreate .loginExternal a{
	margin-bottom:10px
}
.accountCreate .or{
	text-align:center;
	font-size:28px;
	color:#BBBBBB;
	padding-left:0px;
	padding-right:0px;
}

.accountCreate .nav-tabs{
	margin-bottom:20px;
}

.accountCreate .form-group.last{
	margin-bottom:0px;
}
.accountCreate .form-horizontal .form-group.form-submit,
.accountCreate .form-horizontal .form-group.form-submit{
	margin-bottom:0px;
}

.accountCreate .account_birthdate_container select{
	display:inline-block;
	width:auto;
	max-width:90px;
}

.accountCreate .cityInfo{
	margin-top:5px;
	font-size:12px
}

/*********************************************** 
 ** ACCOUNT 
 ***********************************************/
.account .nav-tabs{
	margin-bottom:20px;
}

.account .form-group.last{
	margin-bottom:0px;
}
.account .form-horizontal .form-group.form-submit,
.account .form-horizontal .form-group.form-submit{
	margin-bottom:0px;
}

.account .account_birthdate_container select{
	display:inline-block;
	width:auto;
	max-width:90px;
}


/*********************************************** 
 ** NEWS LIST
 ***********************************************/
.newsList .news a:hover{
    box-shadow: 1px 2px 5px 0 #DDDDDD;
}
.newsList .news a img {
    max-width: 100%;
    width:100%;
}																		
.newsList .news{
    padding: 10px;
}
.newsList .news a, .newsList .news a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    overflow: hidden;
    font-size:13px;
}
.newsList .news .title,
.newsList .news .text{
	padding-left:10px;
	padding-right:10px;
}

.newsList .news .text{
	padding-bottom:10px;
}

.newsList .news.no-img .title{
	margin-top:50px;
}

.newsList .news .date {
    position: absolute;
    top: 10px;
    right: -2px;
    font-size: 16px;
    padding: 10px;
    font-family: var(--font2);
    opacity: 0.9;
}
.newsList .news a .more {
    background-color: #EEEEEE;
    border-radius: 0px 0px 5px 5px;
    line-height: 33px;
    text-align: center;
    width: 100%;
}


/*********************************************** 
 ** NEWS DETAIL
 ***********************************************/
.newsDetail h1{
	margin-bottom:20px;
}

.newsDetail .text{
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;
}


.newsDetail .img-small{
	margin-top:10px;
}

.newsDetail .img-large img{
	width:100%;
}

@media (max-width: 767px){
	.newsDetail .img-small{
		display:none;
	}
}

/*********************************************** 
 ** PRODUCT LIST
 ***********************************************/


.productList >.row{
	margin:0px -10px 10px -10px;
}

.productList .cat,
.productList .product{
	text-align: center;
	padding:10px;
}

.productList .cat a,
.productList .product a{
    display: block;
    height: 100%;
    width: 100%;
    position:relative;
    padding:0px;
    border: 1px solid #DDDDDD;
    border-radius:5px;
    text-transform:uppercase;
    overflow:hidden;
}

.productList .cat a:hover,
.productList .product a:hover{
    box-shadow:1px 2px 5px 0 #DDDDDD;
}

.productList .cat a img,
.productList .product a img{
    max-width:100%;
}
.productList .cat a:hover img,
.productList .product a:hover img{
    opacity:0.8;
}

.productList .cat a .title,
.productList .product a .title{
  line-height: 60px;
  height: 60px;
  padding-left:10px;
  padding-right:10px;
  vertical-align: middle;
}

.productList .cat a .title h3,
.productList .product a .title h3{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
    font-size: 16px;
    font-family:var(--font2);
    margin:0px;
}

.productList .product a .priceTTC {
    background-color: #EEEEEE;
    border-radius: 0px 0px 5px 5px;
    line-height: 33px;
    text-align: center;
    width: 100%;
}

.productList .product a .priceTTC .btn {
    display: inline-block;
    font-family: var(--font2);
    font-size: 16px;
    padding: 0 10px;
    height:100%;
    line-height:inherit;
    border:none;
}

.productList .product a .priceTTC .btn .oldPriceTTC {
    text-decoration:line-through;
    margin-right:5px;
}

.productList .product .promo {
    position:absolute;
    top:10px;
    right:-2px;
    font-size:16px;
    padding:10px;
    font-family: var(--font2);
    opacity:0.9;
}

.productList .note{
	font-style: italic;
	font-size:12px;
}

/*********************************************** 
 ** PRODUCT DETAIL
 ***********************************************/
.productDetail h1{
	margin-bottom:20px;
}
.productDetail h2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:20px;
}

.productDetail .priceTTC{
	font-size: 32px;
	text-align: right;
	color: rgb(147, 9, 9);
text-shadow: 1px 1px 2px #666;

}

.productDetail .priceTTC .oldPriceTTC{
	text-decoration:line-through;
	font-weight:normal;	
	padding-right:10px;
	color:#325C2C;
	font-size: 20px;
}


.productDetail .priceTTC .ship{
	font-size: 10px;
	/*text-align:right;*/
	
}

.productDetail .text{
	font-size:16px;
	text-align:justify;
}

.productDetail .ingredientsLabel{
	font-size:11px;
	padding:0px;
	list-style:none;
	text-align:left;
	margin-bottom:0px;
	white-space:normal;
}	

.productDetail .ingredientsLabel .rem{
	color:red;
}

.productDetail .ingredientsLabel .add{
	color:green;
}


.productDetail .ingredientsLink{
	white-space:normal;
}

.productDetail .form-group{
	margin-bottom:5px;
	
}

.productDetail .img-small{
	margin-top:10px;
}

.productDetail .img-large img{
	width:100%;
}

/*.productDetail .tinymce{
	margin-top:10px;
	font-size:14px;
}*/

.productDetail .note{
	font-style: italic;
	font-size:12px;
}


@media (max-width: 767px){
	.productDetail .img-small{
		display:none;
	}
}


/*********************************************** 
 ** PANIER 
 ***********************************************/


.cart .oldPriceTTC{
	text-decoration:line-through;
}
.cart .item_description,
.cart .discount{
	text-align:left;
}

/*.cart .item_title{
  font-family: var(--font2);
  color: #999999;
  font-size:18px;
}*/

.cart .buttons .pull-left{
	margin-right:10px;
}

.cart .item_quantity select{
	width:65px;
	float:right;
}

.cart th,
.cart td{
	text-align:right;
}

.cart .discountDescription,
.cart .more{
	text-align:left;
}

.cart .item_priceUnitTTC,
.cart .item_priceTotalTTC,
.cart .cart_totalTTC{
	white-space:nowrap;
	
}

.cart .cart_totalTTC{
    font-size: 18px;
}


.cart .shipping .btn{
	white-space:normal;
	padding-left:50px;
}
.cart .shipping .btn-success .glyphicon-ok,
.cart .shipping .btn-warning .glyphicon-ok,
.cart .shipping .btn-warning .glyphicon-alert{
	display:block;
}

.cart .shipping label{
	text-align: left;
	position: relative;
}
.cart .shipping input{
	display:none;
}
.cart .shipping .glyphicon{
	display:none;
	position: absolute;
	left:10px;
	top:8px;
	font-size:27px;
}
.cart .shipping .shippingTitle{
	font-weight: bold;
}
.cart .shipping .shippingMinimum{
	color:red;
}

.cart .shipping .btn-default{
	color:#CCCCCC;
}

@media (max-width: 767px){
	.cart .item_options{
		padding-left:0px;
		font-size:11px;
		list-style-type:none;
	}
	.cart .shippingMinimum,
	.cart .shippingDescription,
	.cart .more{
		font-size:12px;
	}
	.cart th{
		font-size:10px;
	}
	.buttons .btn{
		font-size:12px;
	}
}

.cart .tableCart  > tbody > tr > td{
vertical-align: middle;
}

/*********************************************** 
 ** MINI PANIER
 ***********************************************/
.miniCart .panel-heading{
  font-family: var(--font2);
  color: #FFF;
  font-size: 18px;
  background-color: var(--color1);
  border-color: var(--color1);
}
.miniCart table td{
	padding:2px 0px;
}

.miniCart .itemTitle{
	padding-bottom:10px;
}

.miniCart .itemTotalTTC{
	text-align:right;
	vertical-align:top;
}
.miniCart .address,
.miniCart .comment{
	padding:5px 0px;
	border-top:1px solid #dddddd;
}

.miniCart .itemOptions{
	font-size:10px;
	/*display:none;*/
	margin:0px;
}

.miniCart .buy{
	margin-top:10px;
}

/*.panel-footer {
  padding: 10px 15px;
  background-color: #005F25;
  border-top: 1px solid  #005F25;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
 color:#FFF;
}*/


/*********************************************** 
 ** CATEGORIES
 ***********************************************/
nav.categories li{
	border-bottom: 1px solid #d6d6d6;
	padding: 2px 0;
}

nav.categories li a{
	color: #b2b2b2;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

nav.categories li a:hover{
	color: #666666;
}

nav.categories li img{
    margin-right: 15px;
    vertical-align: middle;
}

nav.categories li span{
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    font-family: var(--font2);
    font-size:18px;
}


/*********************************************** 
 ** METHOD OF DELIVERY
 ***********************************************/

.delivery .btn-xs{
	margin-top:5px;
}
.delivery .cgv{
	width:20px;
	height:20px;
}

/*********************************************** 
 ** METHOD OF PAYMENT
 ***********************************************/
.mop .table td{
	vertical-align:middle;
}

.mop .text{
	font-weight:normal;
}

.mop input[type=radio]{
	width:20px;
	height:20px;
}


/*********************************************** 
 ** CONTACT
 ***********************************************/
.contactMap{
	margin-bottom:15px;
}

.contactMap #map{
	width:100%;
	height:400px;
}



/*********************************************** 
 ** SIDEBAR
 ***********************************************/

.sidebar .information img{
	width:100%;
}

.sidebar .communication .panel{
	overflow:hidden;
}
.sidebar .communication .panel-body{
	padding:0px;
}

.sidebar .communication .theme-default .nivoSlider{
	margin-bottom:0px;
}

.sidebar .communication img{
	width:100%;
	display:none;
}
.sidebar .video iframe{
	width:100%;
}



/*********************************************** 
 ** MODAL WINDOW
 ***********************************************/
 
.modal{
	background-color:rgba(0,0,0,0.5)
}

.modal-body .glyphicon{
    float: left;
    margin-right: 30px;;
    font-size: 60px;
    color:#3C763D;
}

.modal-body .glyphicon.glyphicon-remove{
    color:#A94442;
}

/*********************************************** 
 ** MODAL - INGREDIENTS
 ***********************************************/
.modal.cart .cartItem .badge-wrapper{
	position: relative;
}
.modal.cart .cartItem .badge-wrapper .badge-quantity{
	position: absolute;
	left: 5px;
	top: -7px;
	border-radius: 25px;
}

.modal.cart .cartItem .price,
.modal.cart .cartItem .total{
	font-family: var(--font2);
	font-size: 18px;
}
.modal.cart .cartItem h3{
	margin-top: 0px;
	font-size: 20px;
}
.modal.cart .cartItem .separator{
	border-top: 1px dashed #e5e5e5;
	margin: 10px 0px;
}
.modal.cart .cartItem .options{
	min-height: 20px;
}

.modal.cart .cartItem .label{
	font-family: var(--font1);
}

/*********************************************** 
 ** MODAL - INGREDIENTS
 ***********************************************/

.modal.productDetail input[type=checkbox]{
	height:17px;
	width:17px;
	float:left;
}
.modal.productDetail label{
  line-height: 15px;
  padding-top: 4px;
  padding-left: 6px;
  font-weight: normal;
  font-size: 12px;
  float:left;
}
.modal.productDetail h5{
	font-weight:normal;
	font-size:16px;
	padding-bottom:10px;
}	
.modal.productDetail h6{
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}

.modal.productDetail .priceTTC{
	  font-size: 35px;
	  text-align: right;
	  color: rgb(147, 9, 9);
	  text-shadow: 1px 1px 2px #666;
	  float:left;
}		
.modal.productDetail .priceTTC{
	  font-size: 35px;
	  text-align: right;
	  color: rgb(147, 9, 9);
	  text-shadow: 1px 1px 2px #666;
	  float:left;
}


/*********************************************** 
 ** TINYMCE
 ***********************************************/
.tinymce img{
	max-width:100%;
	height:auto;
}

.tinymce img.fullWidth{
	width:100%;
}

/*********************************************** 
 ** BLOCK FACEBOOK
 ***********************************************/
#facebookBlock {
    z-index: 10999;
    -webkit-animation: fadeinright 2.4s;
    -moz-animation: fadeinright 2.4s;
    -ms-animation: fadeinright 2.4s;
    -o-animation: fadeinright 2.4s;
    animation: fadeinright 2.4s;
    position: fixed;
    padding: 0;
    top: 35%;
    right: 0;
    margin-right: -258px;
    width: 302px!important;
    max-width: 302px!important;
    height: 310px;
    overflow: hidden;
    background: none;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#facebookBlock.hover,
#facebookBlock:hover {
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

#facebookBlock h4 {
    background: #39599f;
    padding: 15px 10px 14px 30px;
    margin: 0;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #ffffff;
    font-family:var(--font2);
}

#facebookBlock h4:before {
    position: absolute;
    right: 8px;
    top: 9px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #39599f;
    text-align: center;
    padding-top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    content: "\f09a";
    font-family: "FontAwesome";
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
#facebookBlock.hover h4:before,
#facebookBlock:hover h4:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

#facebookBlock .facebook-fanbox {
    background: white;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0 1px 4px 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px
}

@media (max-width: 1199px) {
    #facebookBlock {
        display:none!important
    }
}


/*********************************************** 
 ** TRIP ADVISOR
 ***********************************************/
.tripadvisorWrap {margin-top:20px;margin-bottom:20px;}
.tripadvisorWrap #CDSWIDEXC {width: 100%; margin: 0px; border-radius:4px;}
.tripadvisorWrap #CDSWIDSSP {width: 100% !important;}
.tripadvisorWrap #CDSWIDSSP.widSSPnarrow .widSSPData {border-radius:4px;}
.tripadvisorWrap #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100%;}
.tripadvisorWrap #CDSSCROLLINGRAVE.narrow {width:100%; border-radius:4px;}
.tripadvisorWrap .cdsROW.narrow{width:100%;border-radius:4px;}
.tripadvisorWrap #CDSWIDLNKR{width:100%;border-radius:4px;}
.tripadvisorWrap #CDSWIDWRL{width:100%;max-width:100%;}

/*********************************************** 
 ** BUTTON SOCIAL
 ***********************************************/
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}


/*********************************************** 
 ** DEBUG
 ***********************************************/
.debug{
	display:none;
}

body.modal-open #sb-site {
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
  }

.cat.saleKO,
.product.saleKO{
	opacity:0.5;	
}


 

