@font-face {
	font-family: 'Brandon';
	src: url('fonts/BrandonText-Light.otf');
	font-weight: 300;
}

@font-face {
	font-family: 'Brandon';
	src: url('fonts/BrandonText-Regular.otf');
	font-weight: 400;
}

@font-face {
	font-family: 'Brandon';
	src: url('fonts/BrandonText-Medium.otf');
	font-weight: 500;
}

@font-face {
	font-family: 'Brandon';
	src: url('fonts/BrandonText-Bold.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'caros';
	src: url('fonts/caros.otf');
}

/* General */
body {
	font-size: 16px;
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

h1, h2, h3, h4 {
	color: #383934;
}

h4 {
	font-weight: 500;
}

.text-yellow {
	color: #d6b77e;
}

/* Header */
.header-top {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.iqit-megamenu-container {
	margin-bottom: 1rem;
}

#header .header-btn-w .header-btn .title {
	display: inline-block;
}

#header #desktop_logo a {
	font-size: 34px !important;
	font-family: "caros" !important;
}

#mobile-header .col-mobile-logo a {
	font-size: 24px !important;
	font-family: "caros" !important;
}

#header #desktop_logo img.logo {
	width: 300px;
	/* height: 41px; */
}

#mobile-header .col-mobile-logo img.logo {
	width: 208px;
	/* height: 28px; */
}

#mobile-header .col-mobile-logo img.logo-mm {
	display: none;
	width: 208px;
}

@media (max-width: 320px) {
	#mobile-header .col-mobile-logo img.logo-m {
		display: none;
	}

	#mobile-header .col-mobile-logo img.logo-mm {
		display: block;
	}
}

/* @media (max-width: 767px) {
	#header .logo {
		max-width: 200px;
	}
}
@media (max-width: 400px) {
	#header .logo {
		max-width: 135px;
	}
}*/

.search-widget {
	max-width: 80% !important;
	width: 300px;
	margin: auto;
}

.search-widget .form-search-control {
	padding-right: 46px;
}

@media screen and (max-width: 767px) {
	.search-widget {
		max-width: 100% !important;
		width: 100%;
	}
}

#wrapper .breadcrumb {
	margin-bottom: 15px;
}

#mobile-header .mobile-main-bar {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#mobile-header .col-mobile-btn-search {
	display: none;
}

.btn-slider a {
	/* transition: background-color 1s ease-in !important; */
	transition: 0.4s !important;
}

.btn-slider a:hover {
	color: #ffffff !important;
	background-color: #0a0a0a !important;
	border-color: #ffffff !important;
}

#mobile-header .m-nav-btn>i {
	font-size: 1.75rem !important;
}

@media screen and (min-width: 1800px) {
	.page-home .rev_slider_wrapper .tp-bgimg {
		background-size: contain !important;
	}
}

/* .fa-shopping-bag:before {
	content: "";
	background: url(/img/cart.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
} */
/* .fa-user:before {
	content: "";
	background: url(/img/user.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	display: inline-block;
} */

.header-top a.header-cart-btn:not(:hover) {
	color: #000;
}

#mobile_menu_click_overlay {
	background: #000;
	opacity: .7;
}

.bellow-mobile-menu a {
	color: #a2803d !important;
}

#iqitmegamenu-mobile .mm-expand {
	display: flex;
}

#iqitmegamenu-mobile .fa-angle-down, #iqitmegamenu-mobile .fa-angle-up {
	font-size: 18px;
	color: #a2803d;
	margin: auto;
}

#iqitmegamenu-mobile .fa-angle-down:before {
	content: "\f105";
}

/* Body */
#index .container#inner-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0;
}

#index #wrapper {
	padding-bottom: 0;
}

#authentication .container#inner-wrapper {
	max-width: 800px !important;
}

.avis-iframe {
	background: #fff;
	padding: 15px;
	position: relative;
	top: -160px;
	width: 90%;
	margin: auto;
}

.avis-col #AV_widget_iframe {
	width: 100%;
}

.title-underline {
	position: relative;
}

.title-underline::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	background: #fff;
	margin: auto;
	width: 100px;
	height: 1px;

}

.cat-cols .elementor-column .elementor-column-wrap .elementor-widget-wrap {
	position: relative;
}

.cat-cols .elementor-column img {
	z-index: 1;
}

.cat-cols .elementor-column .cat-title {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	white-space: nowrap;
}

.block-icons.cat-icons .elementor-image img {
	width: 120px;
	margin-bottom: 20px;
	transition: all 0.2s ease-in-out;
}

.block-icons.cat-icons .elementor-image:hover img {
	-webkit-filter: drop-shadow(5px 9px 9px rgba(0, 0, 0, .15));
	filter: drop-shadow(5px 9px 9px rgba(0, 0, 0, .15));
}

@media (max-width: 767px) {
	.cat-cols .elementor-column {
		width: 50%;
	}

	.cat-cols .elementor-column .elementor-column-wrap {
		padding: 15px;
	}

	.cat-cols .elementor-column:nth-child(2n+1) .cat-title {
		left: 0;
		right: auto;
		width: 1em;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		direction: rtl;
	}

	.cat-cols .elementor-column:nth-child(2n) .cat-title {
		right: 0;
		left: auto;
		width: 1em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.block-icons .elementor-column {
		width: 50%;
	}

	.block-icons .elementor-column .elementor-column-wrap {
		padding: 15px;
	}
}

#back-to-top {
	background: #a2803d;
}

#wrapper {
	padding-bottom: 0;
}

#inner-wrapper {
	padding-bottom: 3.5714285714rem;
}

#facets_search_wrapper #search_filter_controls {
	margin: 5px 0;
	display: flex;
}

#facets_search_wrapper #search_filter_controls button {
	width: 50%;
}

@media (min-width: 768px) {
	#facets_search_wrapper #search_filter_controls button.ok {
		display: none;
	}
}

/* Footer */

#footer-container-main, #footer-copyrights {
	background: #000;
}

.copyright-txt {
	color: #fff;
}

.copyright-txt a:link:not(.nav-link):not(.btn),
.copyright-txt a:visited:not(.nav-link):not(.btn) {
	color: #d6b77e;
}

.copyright-txt a:hover {
	color: #a2803d !important;
	text-decoration: underline;
}

#footer .social-links>li {
	display: block;
	padding: 4px 0;
}

.social-links>li span {
	display: none;
}

#footer .social-links>li span {
	display: inline;
	margin-left: 8px;
}

#footer .social-links._footer, #checkout-footer .social-links._footer {
	font-size: 1rem;
}

#footer .social-links>li>a {
	display: flex;
	align-items: center;
}

#footer .social-links>li>a>i {
	border: 1px solid;
	border-radius: 50%;
	/* padding: 8px 9px; */
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-links>li.google>a, .social-links>li.google>a:hover {
	color: #fffc00 !important;
}

.social-links>li.facebook>a, .social-links>li.facebook>a:hover {
	color: #1778F2 !important;
}

#footer .list-inline li a {
	vertical-align: middle;
}

#footer .list-inline li::after {
	content: '|';
	color: #fff;
	margin-left: 10px;
}

#footer .list-inline li:last-child::after {
	content: '';
}

#footer-container-main a:hover, #checkout-footer a:hover {
	color: #d6b77e;
}

#footer .block-title, #checkout-footer .block-title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
}

#footer .block-title:after, #checkout-footer .block-title:after {
	display: none;
}

.elementor-newsletter-form .btn-primary {
	border: none;
}

@media (max-width: 767px) {
	#footer .block-title, #checkout-footer .block-title {
		font-size: 14px;
	}

	#footer .block-toggle>.block-title span::after {
		position: absolute;
		right: 0;
		margin: 1px 0;
	}
}

#footer-container-main .logo {
	max-width: 232px;
	max-height: 141px;
}

/* Product */
#product .who-we-are {
	display: none;
}

.products-grid .product-miniature-default .product-title {
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 2px;
}

.products-grid .product-miniature-default .product-description-short {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
}

.btn-product-list {
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
}

.product-price {
	color: #000;
}

.add-to-cart {
	text-transform: uppercase;
	font-weight: 500;
}

#content-wrapper .product_header_container {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content-wrapper .product_header_container .page-title {
	text-transform: uppercase;
	font-size: 28px;
}

@media screen and (max-width: 767px) {

	#content-wrapper .product_header_container .page-title,
	#content-wrapper .product-information .product-description {
		text-align: center;
	}

	#footer .block-toggle._toggled>.block-content {
		visibility: initial;
		display: block;
	}

	#footer .block-toggle>.block-content {
		visibility: initial;
		display: none;
	}

	.add-to-cart {
		padding: 1rem 0.5rem;
		font-size: 13px;
	}
}

#product #wrapper .breadcrumb {
	background: #fff;
}

@media screen and (min-width: 992px) {
	#product #wrapper .breadcrumb .row>.col:first-child {
		margin-left: 41.66667%;
	}
}

#product #wrapper .breadcrumb li:last-child {
	text-transform: uppercase;
	color: #000;
}

.product_header_container, .product_p_price_container, .product-additional-info {
	border: none;
}

.btn-iqitwishlist-add.iqitwishlist-added .added {
	color: #dc3545;
}

.btn-iconic.btn-iqitwishlist-add {
	background: transparent;
}

.btn-iconic.btn-iqitwishlist-add i.fa {
	border: 1px solid #000;
	border-radius: 50%;
	padding: 4px;
	position: relative;
	margin-right: 5px;
}

.btn-iconic.btn-iqitwishlist-add i.fa:first-child::after {
	content: '\f067';
	position: absolute;
	right: -4px;
	bottom: -4px;
	font-size: 10px;
	border: 1px solid #000;
	background: #fff;
	border-radius: 50%;
	padding: 0 1px;
}

.product_p_price_container .product-prices .product-price {
	font-size: 36px;
}

.product_p_price_container .product-prices .product-prices-content {
	height: 54px;
	margin-bottom: .8rem;
}

@media screen and (max-width: 767px) {
	.product_p_price_container .product-prices .product-prices-content {
		height: 36px;
	}

	.product_p_price_container .product-prices .col.col-sm-auto.my-3 {
		padding-right: 0;
	}

	.product_p_price_container .product-prices .product-price {
		font-size: 30px;
	}
}

#content-wrapper .section-title {
	text-align: center;
	text-transform: uppercase;

	border-top: 1px solid #eee;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
}

#content-wrapper .section-title:after {
	display: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-bottom: solid 3px #444;
}

.nav-tabs .nav-link {
	text-transform: uppercase;
}

.nav-tabs .nav-item {
	margin-top: 10px;
}

.nav-link.tabContent-toggler {
	padding-left: 0;
	border-bottom: solid 1px #ddd;
	color: #444;
	margin-bottom: 20px;
	padding: 18px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.nav-link.tabContent-toggler.active {
	font-weight: 600;
	border-bottom: solid 3px #444;
}

.nav-link.tabContent-toggler::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
}

.product-lmage-large:not(.product-lmage-large:first-child) {
	width: 100px;
	float: left;
}

.extra-small-gutters {
	margin-right: -.4rem;
	margin-left: 0.1rem;
}

/* Algolia result */
ol.ais-Hits-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

li.ais-Hits-item {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	li.ais-Hits-item {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

.ais-Hits-item .hit-image {
	margin: auto;
}

.ais-Hits-item .hit-image img {
	width: 100%;
	max-width: 270px;
	margin: auto;
	display: block;
}

.ais-Hits-item .hit-content {
	margin: auto;
	text-align: center !important;
}

.ais-Hits-item .hit-content>.hit-name {
	border-bottom: none !important;
	min-width: 270px;
}

.ais-Hits-item .hit-description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff !important;
	background-color: #a2803d;
	border-color: #a2803d;
}

.ais-Panel h5 {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.algolia-filter {
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		overflow-x: hidden;
		transform: translate3d(115%, 0, 0);
		transition: transform .4s;
		transition-timing-function: cubic-bezier(.7, 0, .3, 1);
		width: 260px;
		padding: 15px;
		z-index: 999;
		background: #f4f2f2;
	}

	.algolia-filter.show {
		transform: translateZ(0);
	}

	.algolia-filter .ais-Panel {
		background: #f4f2f2;
	}

	.aa-input-container--instantsearch.show #algolia-filter-overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 990;
		background: #000;
		opacity: .7;
	}

	#algolia-filter-btn-close {
		position: absolute;
		top: 0;
		right: 15px;
	}
}

/* Payment page */
.payment-option {
	align-items: center;
	display: flex;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 3px 10px;
}

.payment-option label {
	margin: 0;
	width: 50%;
	flex-grow: 1;
	text-align: left;
}

.payment-option label span {
	line-height: 40px;
}

.pp__d-table-cell {
	display: none;
}

/* colissimo + chronopost widget */
.colissimo-front-widget .modal-header {
	display: block !important;
}

.colissimo-front-widget .modal-header .close {
	margin: -1rem -1rem -1rem auto !important;
}

#chronorelais_map .pointRelais {
	width: 281px;
}

/* reviews */
#col-product-info .netreviews_stars_light {
	margin: 25px 0;
}

.netreviews_filtering_section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	padding: 5px;
	height: 31px !important;
	width: 150px !important;
}

/* product miniature */
@media screen and (min-width: 992px) {
	.products-grid .product-miniature-layout-1 .product-description {
		min-height: 188px;
		position: relative;
	}

	.products-grid .product-miniature-layout-1 .product-add-cart {
		position: absolute;
		bottom: .7142857143rem;
		left: 0;
		right: 0;
	}

	.products-grid .product-miniature-default .product-title {
		height: 30px;
	}

	.ais-Hits-item .hit-content>.hit-name {
		height: 43px;
	}

	.products-grid .product-miniature-layout-1 .product-description-short,
	.ais-Hits-item .hit-content>.hit-description {
		height: 38px;
	}
}

.products-grid .product-miniature-default .product-title,
.products-grid .product-miniature-layout-1 .product-description-short,
.ais-Hits-item .hit-content>.hit-name,
.ais-Hits-item .hit-content>.hit-description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}

.product-miniature .av_category_stars {
	margin: 0 auto;
	margin-bottom: 5px;
}

#col-product-info .av_category_stars {
	display: none;
}

.star-yellow {
	color: #FFCD00;
	display: flex;
}

.product-unavailable {
	background: #d6b77e;
}

/* category header */
.category-image {
	margin-bottom: 1rem;
}

#category-description {
	font-size: 1rem;
}

.showmore-button {
	cursor: pointer;
	background-color: #a2803d;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 20px;
	margin-top: 5px;
	float: right;
}

.aa-dropdown-menu {
	max-height: calc(100vh - 200px) !important;
	width: 100% !important;
	overflow-y: auto;
}

.form-control {
	color: #111 !important;
}

#customer-form p .font-italic {
	display: none !important;
}

.reward_alert_message {
	border: solid 1px #adadad;
	color: #2e2e2e;
	background-color: #fff;
}

.revo-slider-mobile .rev_slider_wrapper .tp-bgimg.defaultimg {
	min-height: 500px;
}

.revo-slider-desktop .rev_slider_wrapper .tp-bgimg.defaultimg {
	min-height: 600px;
}

.col-header-left {
	height: 44.38px;
}

.iqit-megamenu-container, .cbp-horizontal>ul>li {
	min-height: 45px;
}

.slick-dots {
	height: 24px;
}

.js-mailalert .btn.btn-secondary {
	background: #70ac41;
	color: #000;
}

.ps_checkout.payment-method-logo-block.left {
	margin-left: 0 !important;
}

.ps_checkout.payment-method-logo {
	display: none;
}

.simpleblog__post {
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 767px) {
	.simpleblog__post {
		font-size: 20px;
		line-height: 28px;
	}
}

.simpleblog__post__content {
	max-width: 800px;
	margin: auto;
	margin-top: 20px;
}

.simpleblog__post__content .rte-content img {
	margin: auto;
	display: block;
}

.products-grid .product-miniature-default .product-title {
	height: 31.2px;
}

.products-grid .product-miniature-default .product-description-short {
	height: 33.55px;
}

.btn-product-list {
	padding: 12px 6px;
}

#pshomeslider .pshomeslider-slide-cta {
	max-width: 400px;
	margin-left: auto;
}

#pshomeslider .pshomeslider-slide-cta a {
	color: #000;
	background: transparent;
	font-size: 29px;
	text-transform: uppercase;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#pshomeslider .pshomeslider-height {
		min-height: 720px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	#pshomeslider .pshomeslider-height {
		min-height: 868px;
	}
}

.av_category_stars .ratingText {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80px;
	white-space: nowrap;
}

li.product-flag.out_of_stock {
	display: none;
}

.pull-right {
	float: right !important;
}

.social-links._topbar {
	display: none !important;
}

.simpleblog__post h2 {
	font-size: 24px;
	margin-top: 30px;
}

.simpleblog__post h3 {
	font-size: 22px;
	margin-top: 30px;
}

.simpleblog__post h4 {
	font-size: 20px;
	margin-top: 30px;
}

.simpleblog__listing__post__wrapper__content__headline {
	font-size: 18px;
}

#header .header-nav .language-selector a {
	display: flex;
	align-items: center;
}

#language_selector .lang-flag {
	margin-right: 3px;
}