/* STYLES GLOBAUX */
.lnk_more.btn:hover, .lnk_more.btn:focus {
	background-color: #FCF48A;
	color:#000000 !important;
}

/*  --MARGIN SUR LE CONTAINER DU MENU  */
.container-header #adtm_menu{
	padding-bottom: 0px;
	top: -15px;
}

@media (max-width: 767px) {
    .container-header #adtm_menu { top: 30px; margin-bottom: 60px; }
}

/* PAGE DETAIL PRODUIT */
h1.page-heading { text-transform: none; }
ul.iqitproducttags { display: none; }

/* --- LES + FLAAVOR / LES + PRODUIT  --- */

.prod{
	float: left;
	width: 50%;
}
.prod ul{
	padding: 15px 0px 10px 0px;
}
.prod ul li{
	margin-bottom: 10px;
}

.prod.plusflaavor{
	padding-right: 10px;
}

@media only screen and (max-width: 479px) {

	.prod{
		display: block;
		width: 100%;
	}
	.prod.plusflaavor{
		padding-right: 0px;
	}
}



@media only screen and (max-width:768px){
	.prod{
	display: block;
	width: 100%;
	}
	.prod.plusflaavor{
		padding-right: 0px;
	}
}

/* HEADER : BLOC PANIER / ZONE DE RECHERCHE / DEVISES / LANGUES */
ul#header_links li:first-child {
    padding-left: 0px;
}

header .nav nav {
    margin-top: 2px;
    line-height: 26px;
    width: 100%;
}

#languages-block-top ul li, #currencies-block-top ul li { line-height: 22px; }

@media (min-width: 1000px) {
	#currencies-block-top {
		float: right;
		margin: 0 auto;
		position: relative;
		right: 39%;
		top: 0;
		width: 120px;
		padding: 6px 0 0 0;
	}
	
	#languages-block-top {
		float: right;
		margin: 0 auto;
		position: relative;
		right: 40%;
		top: 0;
		width: 120px;
		padding: 6px 0 0 0;
	}
}

#header .shopping_cart {
    position: relative;
    float: right;
}

#header .cart_block {
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #fff;
    width: 320px;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

#layer_cart {
    background-color: white;
    position: absolute;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    display: none;
    z-index: 999;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#shopping_cart_container {
    clear: both;
    float: right;
    top: -100px;
}

.shopping_cart .more_info {
    color: #ffffff;
    background: transparent;
    display: inline-block;
}

.shopping_cart > a:first-child span.cart_name {
    color: white;
    padding-right: 5px;
    padding: 5px 10px 6px 10px;
    display: inline-block;
    text-transform: uppercase;
}
.shopping_cart > a:first-child span.cart_name:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 16px;
    color: white;
    padding-right: 10px;
    float: left;
}

#search_block_top_content {
    float: left;
}

#search_block_top .search_query {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    padding-right: 30px;
	color: #000000;
    background-color: #fcf489;
    border-color: #484848;
}

#search_block_top .button-search {
	font-size: 0;
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: medium none;
    float: right;
    left: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    top: 3px;
    width: auto;
}

#search_block_top .button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #666;
    width: auto;
    text-align: center;
}

@media (min-width: 768px) {
    #header .shopping_cart {
        padding-top: 30px;
    }

    #search_block_top_content {
        float: right;
        position: relative;
        right: 0;
        top: -38px;
        height: 0;
    }
}

@media (max-width: 767px) {
    #search_block_top_content {
        position: absolute;
        right: 15px;
        margin-top: 15px;
    }
}

/* SLIDER DE PRODUITS */
.flexslider_carousel .functional-buttons, ul.product_list.grid .functional-buttons {
    background-color: #000000;
	line-height: 10px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.functional-buttons {
    z-index: 2;
    font-size: 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    position: absolute;
	background-color: #000000;
    bottom: 0;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.functional-buttons a {
	color: #FFFFFF !important;
}

.functional-buttons a:active, .functional-buttons a:hover {
	color: #FCF48A !important;
}  

.functional-buttons div.quickview a {
    font-size: 11px;
}

.ajax_block_product:hover .functional-buttons { 
	filter: alpha(opacity=90);
    opacity: 0.9;
}

.price.product-price {
    color: #ffffff;
}

.slick-dots {
    bottom: auto;
	opacity: 0;
}

/* FOOTER */
.footer-container .footer-container-inner {
	border-color: #484848!important;
    background-color: transparent !important;
}
@media (min-width: 768px) {
	.footer-container #footer .footer-block {
		margin-top: 60px;
	}
}

/* LOADER */
#preloader {
	background: #000000;
}

#status {
    width: 250px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(https://www.flaavor.com/modules/themeeditor/css/options/status_flaavor.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 0 -125px;
}

/* PAGE PRODUIT + POPUP APERCU RAPIDE */
.product-title { margin-bottom: 25px; }
	
#short_description_content.rte p {
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#short_description_content.rte .txt_col_left, #short_description_content.rte .txt_col_right {
	border-top: solid 1px #DDDDDD;
	margin-top: 10px;
	padding-top: 10px;
}

#buy_block {
	clear: both;
}

#buy_block { border-top: solid 1px #DDDDDD; margin-top: 15px; }

.box-info-product .product_attributes, .box-info-product .box-cart-bottom {
	float: left;
	width: 50%;
	background: transparent;
	border-top: none;
}

.box-info-product .box-cart-bottom {
    padding-top: 30px;
}

@media (max-width: 1000px) {
    .box-info-product .product_attributes, .box-info-product .box-cart-bottom {
	width: 300px;
        margin-left: calc(50% - 150px);
    }
}



.fancybox-opened .fancybox-skin {
    background-color: #000000 !important;
	border: solid 2px white;
}

.sep_line {
	margin: 0;
	display: none;
	height: 0px;
}

#product_reference {
	display: none !important;
}

.iqitproducttags li a, .iqitproducttags li a:hover, .iqitproducttags li a:active, .iqitproducttags li a:visited { color: #000000 !important; }

#product_001_col1 {
	float: left;
	height: auto;
	width: 27%;
	padding: 0px 10px 0px 0px;
}

#product_001_col1 img {
    border: 1px solid #ffffff;
    padding: 10px;
	height: auto;
	width:auto;
}


#product_001_col2 {
	float: right;
	height: auto;
	width: 73%;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#descriptionTab .rte { display: inline-block; } 

.tab-content { 
	border-top: 1px solid #ddd; 
}

.onglets { 
	border-bottom: 1px solid #ddd; 
	text-align: center;
	display: inline-block;
	margin-left: 40%;
	margin-bottom: -4px;
	height: 30px;
	z-index: 1000;
}

.onglets > li {
	margin-bottom: -1px;
	padding: 5px 0px;
	border: solid 1px #000000;
	float: left;
	display: inline-block;
}

.onglets > li a {
	font-size: 14px;
	text-transform: uppercase;
	background: url("https://www.flaavor.com/img/cms/icone_menu_white.png") no-repeat scroll 4px transparent;
	padding: 2px 15px 0px 25px;
	margin:0px 0px 0px 0px;
	margin-right: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.onglets > li a, .onglets > li a:hover, .onglets > li.active a, .onglets > li.active a:hover {
	background-color: transparent;
	text-decoration: none !important;
}

.onglets > li.active {
	border: solid 1px #DDDDDD;
	border-bottom-color: #000000 !important;
}

.onglets > li.active a {
	cursor: default;
	background: url("https://www.flaavor.com/img/cms/icone_menu_yellow.png") no-repeat scroll 4px transparent;
}

.price .our_price_display { color: #FFFFFF; }

/* PAGE CATEGORIE */
.lnk_more { margin-bottom: 15px; } 

ul.product_list .product-container.hovered {
	border-color: red !important;
}

/* TUNNEL D'ACHAT */
@media (max-width: 1350px) {
	div.cart_delete { clear: both; padding-top: 15px; width: 60px; text-align: center; }
}

@media (min-width: 1351px) {
	div.cart_delete { padding-left: 15px; margin-top: -15px; }
}

.not-index #columns .content-inner #center_column .cart_quantity_button a.cart_quantity_down, .not-index #columns .content-inner #center_column .cart_quantity_button a.cart_quantity_up,
.not-index #columns .content-inner #center_column #quantity_wanted_p .quantity-input-wrapper a.product_quantity_down, .not-index #columns .content-inner #center_column #quantity_wanted_p .quantity-input-wrapper a.product_quantity_up {
	color: #000000;
}

.not-index #columns .content-inner #center_column .cart_delete a.cart_quantity_delete { color: red; }

@media (min-width: 768px) {
	th.cart_product, td.cart_product { width: 11%; }
	th.cart_description, td.cart_description { width: 40%; }
	th.cart_avail, td.cart_avail { width: 14%; }
	th.cart_unit, td.cart_unit { width: 15%; }
	th.cart_quantity, td.cart_quantity { width: 10%; }
	.table tbody > tr > td.cart_quantity { vertical-align: top; padding: 20px 0 0 20px; }
	th.cart_total, td.cart_total { width: 10%; }
	
	.cart_quantity_button { float: left; }
	div.cart_delete { float: left; }
}

.paiement_block .table tbody > tr > td.cart_quantity { padding: 50px 14px 25px; }

@media (max-width: 767px) {
    .cart_quantity_button { display: block !important; margin: 10px auto; width: 58px; }
}

body .fancybox-skin .fancybox-inner .fancybox-error { color: #FCF48A !important; }

p.payment_module img { max-height: 64px; max-width: 64px; margin-right: 15px; }
p.payment_module img.amazonpay-button-inner-image { max-height: 40px; max-width: 175px; margin-right: 0px; margin-left: 10px; }

p.payment_module a { background-color: #F8F8F8; padding-left: 17px; font-weight: normal; }
p.payment_module a.cheque, p.payment_module a.bankwire, p.payment_module a.amzPayments { padding-left: 99px; }

p.payment_module a:hover, p.payment_module a:hover { background-color: #e5d776 !important; }
.payment_module a, .payment_module a:hover, .payment_module a:active { color: #000000 !important; }

p.payment_module a span { font-size: 13px; font-weight: 400; }

p.payment_module a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

/* DESACTIVATION DU HEADER POUR MOBILE EN ATTENDANT D'AVOIR RESOLU LE PROBLE DE RESPONSIVE DU MENU */
.mobile-condensed-header.mobile-style.mobile-style1 { display: none !important; } 

/* CONTENU DU THEME EDITOR / CUSTOM CSS */
/* page subheading background */
.page-subheading {
	background: #1F1F1F;
	padding: 10px;
	border: none;
}
/* remove borders in dropdowns in top nav */
#currencies-block-top ul, #languages-block-top ul, #languages-block-top div.current, #currencies-block-top div.current {
	border: none !important;
}
/* button add cart product page border */
.button.ajax_add_to_cart_button, .button.lnk_view {
	border: 1px solid #e7e7e7;
}
/* non active rating star color*/

div.star:after {
	color: #484848;
}
/* hide home menu button icon */

/* remove some borders from product page */
.pb-left-column #image-block {
	border-right: none;
	border-left: none;
	border-bottom: none;
}

#thumbs_list li {
	border: none;
}

/* add cart and quantity content modification */
.box-cart-bottom {
	background: #1F1F1F;
	padding: 16px 20px 0px 20px;
	/*padding-bottom: 15px;*/
	border-top: none;
}

@media (max-width: 767px) {
    body { overflow-x: hidden !important; }
    
    .shopping_cart .more_info .ajax_cart_product_txt, .ajax_cart_product_txt_s { display: none; }
    header .row #header_logo { padding-top: 60px; }
    #shopping_cart_container { top: -130px; padding-right: 30px; }
    #center_column { padding-left: 0px; padding-right: 0px; }
    
    ul.product_list.grid > li .product-container, .product_list_small .ajax_block_product .product-container, .slick_carousel .ajax_block_product .product-container { width: calc(100% - 18px); }
}

.pb-center-column .more_buttons_bottom_block {
	margin-top: 0px;
	border-top: none;
}
/* DAN */

header .nav {
	border-bottom: 1px solid #484848!important;
}

#block_social_network {
	float: left;
	z-index: 999;
	left:0px;
}

#header_user_info_block, #wishlist_block, #compare_link_block {
	float: right;
	position: relative;
	z-index: 999;
}


@media (min-width: 1000px) {
	#block_social_network {
		top: 110px;
		position: absolute;
	}
	
	#header_user_info_block {
		top: 50px;
	}
	
	#wishlist_block {
		top: 50px;
	}
}

@media (max-width: 767px){	
	#header_user_info_block, #wishlist_block {
		padding: 0 0 0 5px;
		right: 0;
	}
	
	#footer_top {display:none;}
}

@media (min-width: 768px){	
	#header_user_info_block {
		right: -10px;
		padding: 0px 0px 0px 5px;
	}

	#wishlist_block, #compare_link_block {
		/*right: 100px;*/
		padding: 0px 14px 0px 5px;
	}

}

#header_user_info_block a {
	font-size: 1.0em;
	color: #ffffff;
}

#compare_block {
	display: none;
	float: right;
	position: relative;
	/* right: 225px;*/
	top: 50px;
	padding: 0px 5px 0px 5px;
	z-index: 999;
}

#main_menu2 {
	display:none;
	float: right;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 116px;
	z-index: 999;
	margin-top: -15px;
}

.menu_gift {
	background: url("/img/cms/icone_menu_white.png") no-repeat scroll 0 4px #000000;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0;
	padding: 0 20px;
}

.menu_subscription {
	background: url("/img/cms/icone_menu_white.png") no-repeat scroll 0 4px #000000;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.menu_gift:hover, .menu_subscription:hover {
	color: #FAF287;
	background: url("/img/cms/icone_menu_yellow.png") no-repeat scroll 0 4px #000000;
}

@media (min-width:768px){
  #footer_top {
      clear: both;
      float: left;
      position: absolute;
      background-color: #e5d776;
      font-size: 1.0em;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
      width: 100%;
      border-top: 1px solid #e5d776;
      height: 40px;
  }

}
 #footer_top_containter {
      margin: 0 auto;
      width: 980px;
      text-align: center;
      color: #000000;
      text-transform : uppercase;
      font-size: 1.0em;
      line-height: 3em;
  }

#footer_top_containter img {
	margin: -5px 0px 0px 0px;
}
#copyright_block {
	color: #ffffff;
}
html, body, p, div, span, a {
	letter-spacing: 1px;
}
.cur-label {
	color: #ffffff;
}
#new_products_tab_slider a:hover {
	color: #000000;
}
#new_products_tab_slider .price, #new_products_tab_slider .product-price {
	color: #ffffff;
}
.product-container .quickview {
	color: #000000;
}
.myaccount-link-list a {
	color: #000000;
}
#currencies-block-top-container {
	padding-top: 0px;
}
.functional-buttons a{
	color: #000000;
}


#columns .content-inner {
   /* background-color: #e9d97a;*/
   /* color: #777777 !important;*/
  padding-top:20px;
}
.sep_line{border-top: 1px solid #dddddd;clear: both; float: left; 
  position: relative; width: 100%; padding:0px 0px 0px 0px; margin:20px 0px 0px 0px;}
.txt_col_left{height:auto; width:65%; padding:15px 0px 0px 0px; margin:0px 0px 0px 0px; float:left;}
.txt_col_right{height:auto; width:35%; padding:15px 20px 0px 0px; margin:0px 0px 0px 0px; 
  float:left; text-align:right;}
@media (max-width:767px) {
	#search_block_top {top: 20px;}
}
@media (min-width:768px) {
	#search_block_top {top: 0px;}
}

@media(max-width:767px){
  #header .shopping_cart {
      padding-top: 5px;
  }
}
@media(min-width:768px){
  #header .shopping_cart {
      padding-top: 30px;
  }

  ul#header_links a {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
  }

  #block_menu3 {
    float: right;
    position: absolute;
    right: 0;
  }
}
#attributes span{width:40%}
.addToWishlist{letter-spacing: 0px;}

#product_001_col2 ul{
    /*background-color: #FFFFFF;*/
    /*border: 1px solid black;*/
    /*border-radius: 3px 3px 3px 3px;*/
    list-style: disc inside none;
    padding: 30px;
}