@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Quicksand:wght@300..700&display=swap');

.quicksand-font {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.domine-font {
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

:root{
    --white: #f6f1eb; 
    --white-20: hsla(33, 38%, 94%, 0.2); 
    --bege-50: hsla(40, 56%, 66%, 0.5);
    --bege: #d9b878;
    --bege-dark: #a8894b;
    --bege-20: hsla(40, 56%, 66%, 0.2);
    --marron: #20190F;
    --marron-80: hsla(35, 36%, 9%, 0.8);
    --header-80: #f6f1eb;
    --marron-20: hsla(35, 36%, 9%, 0.2);
    --marron-50: hsla(35, 36%, 9%, 0.5);
}

.dropdown-menu{
    background-color: var(--white) !important;
    outline: none;
    border: none;
}

.dropdown-menu a:hover {
    color: var(--bege-dark) !important;
}

.kg-price{
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 10px;
    height: 14px;
    margin-bottom: 12px;
}

.weight-details{
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 10px;
    color: var(--bege-dark);
    height: 14px;
}

.dropdown-item{
    color: var(--marron) !important;
}

.dropdown-item:hover{
    color: var(--white) !important;
}

.white-space-contnet{
    height: 128px;
}

#header .blockcart .blockcart-header>a.shopping-cart .cart-products-count {
    background: var(--bege) !important;
    color: var(--marron) !important;
    text-align: center;
    height: 16px;
    width: 16px;
    padding: 0px;
}

@media (max-width: 575px) {
    #header .header_logo {
        width: unset !important;
        left: unset;
        right: unset;
        top: 50%;
        transform: translateY(-50%);
    }
}

ul.product-flags li.new {
    background: var(--marron-80);
    color: var(--bege);
}

#header .cart_block .cart-item .cart-image img{
    border-radius: 8px;
}

body#checkout #cart-summary-product-list img {
    border-radius: 8px;
}

.ls-is-cached{
    border-radius: 8px;
}

#header .header_logo{
    margin: 0px !important;
}

#feature-grid{
    display: flex;
    flex-wrap: wrap;
}

#header .search-widget form button[type=submit]{
    border: none;
    background: url(../img/icons/search_dark.png) no-repeat;
    opacity: 0.5;
}

#header .search-widget form button[type=submit]:hover{
    background: url(../img/icons/search_dark.png) no-repeat;
    opacity: 1;
}

#footer .footer-container {
  margin: 0 auto !important;
}

#search_widget > div > form > input.ui-autocomplete-input{
    background: var(--marron-80) !important;
    backdrop-filter: blur(10px) !important;
    color: var(--bege) !important;
    border: none !important;
}

#header .search-widget .search_toggle{
    background: transparent !important;
}

#header > div.container > div.header-top > div.header-menu-content{
    width: 100%;
    align-self: center;
}

#header > div.container{
    width: 100%;
    height: 100%;
}

.header-top{
    min-height: unset !important;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0px !important;
}

#desktop_cart{
    margin-bottom: 0px;
}

.product-price.h5{
    width: 100%;
}

.price-content{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.left-price{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.right-price{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-end;
}

.product-quantity {
    margin-left: auto !important;
    margin-right: unset !important;
}

.product-add-to-cart.js-product-add-to-cart{
    display: flex !important;
    align-items: flex-end;
}

.right-price .current-price span{
    font-size: 28px;
}

.osaria-player{
    margin-left: auto !important;
    margin-right: unset !important;
}

.product-actions.js-product-actions{
    margin: 0 !important;
    padding: 0 !important;
}

#search_widget{
    margin-bottom: 0px !important;
}

.user-info{
    margin-bottom: 0px !important;
}

img.logo{
    height: var(--logo-height);
    transition: 0.7s all;
}

.header-fixed{
    height: 64px !important;
    --logo-height: 80px !important;
}

.search_button{
    background: url(../img/icons/search.png) no-repeat !important;
}

.search_button:hover{
    background: url(../img/icons/search_dark.png) no-repeat !important;
}

.user-info-title{
    background: url(../img/icons/user.png) no-repeat !important;
}

.user-info-title:hover{
    background: url(../img/icons/user_dark.png) no-repeat !important;
}

.blockcart-header{
    background: url(../img/icons/cart.png) no-repeat !important;
}

.blockcart-header:hover{
    background: url(../img/icons/cart_dark.png) no-repeat !important;
}


.products-selection .display li#grid a {
    background: url(../img/icons/View_Grid.png) no-repeat !important;
}

.products-selection .display li#list a {
    background: url(../img/icons/View_List.png) no-repeat !important;
}

.products-selection .display li#grid:hover a, .products-selection .display li#grid.selected a{
    background: url(../img/icons/Grid.png) no-repeat !important;
    background-position: unset;
}

.products-selection .display li#list:hover a, .products-selection .display li#list.selected a{
    background: url(../img/icons/List.png) no-repeat !important;
    background-position: unset;
}

.pagination a {
    color: var(--marron);
    background: var(--bege-20);
    border: none;
}

#header .cart_block .block_content {
    color: var(--bege);
}


#header .blockcart a {
    color: var(--bege);
}

#header .blockcart a:hover {
    color: var(--white);
}

#header .cart_block .cart-item .cart-info .product-quantity{
    color: var(--bege);
}

#header .cart_block .cart-item .cart-info .product-price{
    color: var(--bege);
}

.products .product_list li .btn.add-to-cart {
    width: 64px !important;
    border-radius: 20px !important;
}

.products-sort-order .select-list {
    display: block;
    color: var(--marron);
    padding: 5px 15px;
    font-size: 14px;
}

.products .product-title a {
    text-transform: none !important;
}

.productpage_title{
    text-transform: none !important;
}

.product-title{
    margin: 0 !important;
}

.product-description{
    display: flex;
    flex-direction: column;
}

.products-sort-order .select-list:hover {
    background: var(--bege-50);
    text-decoration: none;
}

#product-availability .product-unavailable, .product-availability .product-unavailable{
    border-radius: 8px;
}

#add-to-cart-or-refresh > div.product-variants.js-product-variants > div > span{
    color: var(--bege-dark) !important;
}

#product-availability > span{
    border-radius: 8px;
}

#header .cart_block .cart-summary .cart-summary-line .value, #header .cart_block .cart-summary .label {
    color: var(--bege) !important;
}

#header{
    z-index: 99;
    width: 100%;
    --logo-height: 128px;
    height: 128px;
    padding: 10px 10px;
    position: fixed !important;
    background: var(--header-80);
    min-height: 0;
    backdrop-filter: blur(10px);
    transition: 0.7s all;
}

.footer-container .links {
    min-height: 64px;
    margin-bottom: 0px;
}

.header-top-nav{
    display: none;
}

#footer_sub_menu_2 a:hover {
  color: var(--marron-50) !important;
  text-decoration: none;
}

.col-md-4.links.block {
  border-left: none !important;
  background: none !important;
  box-shadow: none !important;
}

#footer_sub_menu_2 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 50px !important;
  justify-content: center !important;
  width: 100% !important;
}

.col-md-4.links.block {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

.product-price-and-shipping{
    font-size: 28px;
}

body {
  background-color: var(--white) !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  font-size: 16px!important;
  color: #2B221A!important; /* noir doux */  
}

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 32%;
  direction: ltr !important;
}
.customNavigation a {
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  	background: rgba(0, 0, 0, 0) url(../img/codezeel/slider-arrow.png) no-repeat scroll 0 0;
	width: 18px;
	height: 36px;
}

.customNavigation a:hover{

}
.customNavigation a:hover:before{ color: #262626; }

.customNavigation a.prev {
  left: -50px;
  background-position: 1px 2px;
}
.customNavigation a.next {
  right: -50px;
  background-position: -56px 2px;
}
.customNavigation a.prev:hover{
	background-position: 1px -35px;
}
.customNavigation a.next:hover{
	 background-position: -56px -35px;
}
@media (max-width: 1350px) {
	.customNavigation a.prev{
		left: -15px;
	}
	.customNavigation a.next {
		right: -15px;
	}
}

@media (max-width: 991px) {
	.customNavigation a.prev{
		left: -10px;
	}
	.customNavigation a.next {
		right: -10px;
	}
}


#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
#czleftbanner,
#czrightbanner{
	margin-bottom: 25px;
}
#czleftbanner .czleftbanner-container a, #czrightbanner .czrightbanner-container a {
    display: inline-block;
    position: relative;
}
#czleftbanner .czleftbanner-container a:before, #czrightbanner .czrightbanner-container a:before {
    background: rgba(0,0,0,0.09);
    content: "";
    bottom: 5px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
#czleftbanner .czleftbanner-container:hover a:before, #czrightbanner .czrightbanner-container:hover a:before {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.autocomplete-thumbnail{
    border-radius: 8px;
}

.top_button {
	background: #d9b878;
    bottom: 20px;
    cursor: pointer;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    z-index: 99;
	color: var(--marron);
	border-radius: 50%;
}
.top_button .fa{ font-size: 24px;}
.top_button:after{
	border: 2px solid var(--bege);
    border-radius: 50%;
    bottom: 18px;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 18px;
    width: 0;
}
.top_button:hover{ 
	background: var(--bege-20);
    color: var(--marron);
}
.top_button:hover::after {
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    transition: all 400ms ease-in-out 0s;
    width: 50px;
}

/* Flexslider */
.flexslider{
	background-color: #e9e9e9;
	background: #e9e9e9 url(../img/codezeel/mainslider-bg.jpg) no-repeat scroll center center;
	min-height: 657px;
}
#footer{
	background-color: #ffffff;
	background: #ffffff repeat scroll center center;
}
#index .spinner {
    min-height: 540px;
    background: url(../img/codezeel/loading.gif) no-repeat center center transparent;
    width: 100%;
}
@media (max-width: 1399px) {
	#index .spinner {min-height: 400px;}
}
@media (max-width: 1199px) {
	#index .spinner {min-height: 335px;}
}
@media (max-width: 991px) {
	#index .spinner {min-height: 280px;}
	.flexslider{
		min-height: 465px;
	}
}
@media (max-width: 767px) {
	#index .spinner {min-height: 220px;}
	.flexslider{
		min-height: 400px;
	}
	.flexslider .slides img{
		margin-top: 70px;
		max-width: 550px;
	}
}
@media (max-width: 575px) {
	.flexslider {
		min-height: 280px;
	}
	.flexslider .slides img {
		margin-top: 55px;
		max-width: 440px;
	}
}

@media (max-width: 479px) {
	#index .spinner {min-height: 180px;}
	.flexslider {
		min-height: 180px;
	}
	.flexslider .slides img {
		margin-top: 55px;
		max-width: 285px;
	}
}

@media (max-width: 319px) {
	.flexslider {
		min-height: 150px;
	}
	.flexslider .slides img {
		margin-top: 30px;
		max-width: 250px;
	}
}

@-webkit-keyframes fixedAnim {
  0% {
    top: -100%
  }
  100% {
    top: 0
  }
}

@-moz-keyframes fixedAnim {
  0% {
    top: -100%
  }
  100% {
    top: 0
  }
}

@keyframes fixedAnim {
  0% {
    top: -100%
  }
  100% {
    top: 0
  }
}
@media (min-width: 992px){
	.header-top-nav .menu.fixed {
		position: fixed;
		padding: 10px 0;
		top: 0px;
		left: 0;
		right: 0;
		z-index: 9999;
		background-color: #e9e9e9;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		background: #ececec url(../img/codezeel/header-bkg.jpg) repeat scroll center center;
	}
}

.product-description{
    text-align: justify ;
}

#page{
	flex: 1;
	display: flex;
	flex-direction: column
}

#wrapper{
	flex: 1;
}