/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*--------------------------------------------------------------
# Modif Alp'clic
--------------------------------------------------------------*/

/*
* General
*/

/* Layout */

#content-wrapper .page-header{

    width: 100vw;
    margin-left: calc(-1px - ((100vw - 100%) / 2) + 1px); 
    border-bottom: 1px solid rgba(61,57,57,0.19);
    margin-bottom: 2.8em;
}
#content-wrapper .page-header .page-title{
    margin: 0 auto;
    max-width: 1440px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#content-wrapper .products-selection{
    display: none;
}

@media (min-width: 768px) {
	#left-column{
	border-right: 1px solid hsla(0,0%,63%,.25);
	}
}

/* Recaptcha */

.grecaptcha-badge {
	display:none !important;
}

/* Breadcrumbs */

#wrapper .breadcrumb{
    /*box-shadow: inset 0px 7px 7px 0px rgba(61,57,57,0.09);*/
    margin-bottom: 2rem;
}
@media (min-width:992px){
    #wrapper .breadcrumb .container{
        /*padding-left:170px;*/
    }
}

/* Buttons */

.btn-product-list, .btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.btn-primary:disabled {
    cursor:default;
    opacity:0.3;
}
.btn-primary:disabled:hover {
    background: #454139;
    color: #fff;
    border: solid 1px #454139;
}

/* Maintenance */

#maintenance-page h1 {
	font-size:2rem;
}

/* Blog */

.simpleblog-socialshare {
    margin-top: 3rem;
}

/* Search */

@media (max-width: 700px) {
	#facets_search_center #search_filters .facet {
		width: 33%;
    }
}
@media (max-width: 530px){
    #facets_search_center #search_filters .facet {
    	width: 50%;
    }
}

@media (max-width: 362px){
	#facets_search_center #search_filters .facet {
    	width: 100%;
    }
}

/* Elementor */

.supheading .elementor-heading-title{
padding-left: 55px;
}
.supheading .elementor-heading-title:before {
    content: '';
    height: 1px;
    width: 40px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.elementor-element .elementor-iqit-banner .elementor-iqit-banner-title,
.product-miniature-default .product-title{

    font-family: 'Libre Baskerville', serif;
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-bottom-left {
    right: 0;
}


.elementor-widget-banner .elementor-iqit-banner-content:before {
    transition: opacity .3s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg,#000,65%,transparent);
    opacity: .8;
}
.elementor-widget-banner:hover .elementor-iqit-banner-content:before {
    opacity: .95;
}
.elementor-widget-banner .elementor-iqit-banner-title,
.elementor-widget-banner .elementor-iqit-banner-description{
    transition: transform .4s;
    transform: translate(0, 0);
}

.elementor-widget-banner:hover .elementor-iqit-banner-title,
.elementor-widget-banner:hover .elementor-iqit-banner-description{
    transform: translate(0, -60px);
}

.elementor-widget-banner .elementor-button{    
    transition: all .4s;
    position: absolute;
    bottom: 40px;
    opacity: 0;
    transform: translate(0, 30px);
}
.elementor-widget-banner:hover .elementor-button{
    opacity: 1;
    transform: translate(0, 0);
}
@media (max-width: 991px){
    .elementor-widget-banner .elementor-button{  
        min-width: 75%;
        left: 50%;
        transform: translate(-50%, 60px);
    }

    .elementor-widget-banner:hover .elementor-button{
        transform: translate(-50%, 0);
    }

}

/* Tooltips */

.tooltip {
  position: absolute;
  border: 2px solid #C0C0C0;
  color: #FFFFFF;
  Background: #333;
  background: rgba(0,0,0,.8);
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.75);
}

.tooltip:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #c0c0c0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/*
* Header
*/

/* Top header */

.cbp-hrmenu > ul > li#cbp-hrmenu-tab-5 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-5 > span.cbp-main-link {
    border: 1px solid #80b435;
}

.cbp-horizontal .cbp-tab-title {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.8px;
    color: #7f7458;
    text-transform: uppercase;
}

/* IQITHTMLANDBANNERS */

#desktop-header-container .block-iqithtmlandbanners-html h5.block-title {
	display:none;
}

 #iqithtmlandbanners-block-7{
 	height: 72px;
 }
 
 #iqithtmlandbanners-block-7 .containerSubMenu {
 	/*position: fixed;*/
 	position: absolute;
 	width: 100vw;
 	margin-left:calc(-8px - ((100vw - 100%) / 2));
 	background: #fff;
    /*z-index: 9;*/
    border-top: 1px solid rgba(61,57,57,0.19);
    border-bottom: 6px solid #76b62c;
 }
.centerSubmenu{
	visibility: hidden;
	/* padding: 20px 315px; */
    padding: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.centerSubmenu .inner {
	margin: 0 20px;
	text-align:left;
	min-width: 100px;
	 font-weight: 400;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.8px;
    line-height: 26px;
    text-transform: uppercase;
}
.centerSubmenu .inner img{
	margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: text-bottom;
}
.centerSubmenu .inner p{	
   
}

/*#desktop-header-container .centerSubmenu {
	width: 100% !important;
	display: -webkit-box;
  	display: -moz-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	
}

#desktop-header-container .centerSubmenu .inner {
    margin: 0 20px;
    text-align: left;
    min-width: 100px;
}

#desktop-header-container.centerSubmenu .inner p {
    line-height: 34px !important;
}*/

/* Sticky header */

.sticky-desktop-wrapper #desktop-header.stuck-header .col-header-center{
    width: 222px;
    transition: .5s all; 
    /*z-index: 10;*/
}

.sticky-desktop-wrapper #desktop-header.stuck-header.desktop-header-maybe-sticky .col-header-center{
    width: 126px;
}

.sticky-desktop-wrapper #desktop-header.stuck-header .header-btn-w .header-btn .title{
    opacity: 1;
    transition: 0.3s all; 
    display: block;
}
.sticky-desktop-wrapper #desktop-header.stuck-header.desktop-header-maybe-sticky .header-btn-w .header-btn .title {
    display: none !important;
}

.sticky-desktop-wrapper #desktop-header.stuck-header {
    box-shadow: 0 0 20px rgba(61,57,57,0.19);
}

/* Login */

#header .header-btn-w .header-btn .title{
	font-size: 0.875rem;
}

.header-top .header-btn-w .header-btn > .icon {
    font-size: 1.3125rem;
}

#header-user-btn i.fa-user::before, #mobile-header i.fa-user::before, #user_info i.fa-user::before {
	content: "\f2c0";
	font-weight: bold;
}

/* Cart */

#ps-shoppingcart i.fa-shopping-bag::before, #mobile-header #mobile-cart-toogle i.fa-shopping-bag::before, #blockcart i.fa-shopping-bag::before, #product #add-to-cart-or-refresh button.add-to-cart i.fa-shopping-bag::before {
    content: "\f291";
}

.ps-shoppingcart.header-cart-btn-w .cart-products-count-btn{
    font-family: 'Rubik', sans-serif;
}
.ps-shoppingcart.header-cart-btn-w .cart-toggle-details {
    display: none!important;
}

.ps-shoppingcart.header-cart-btn-w .info-wrapper{
    display: inline-block;
    margin-left: 5px

}
.ps-shoppingcart.header-cart-btn-w .cart-toggle-details .cart-separator, .ps-shoppingcart.header-cart-btn-w .cart-toggle-details .cart-products-count {
    display: none!important;
}

/* Mobile */

@media (max-width: 575px) {
	#mobile-header .col-mobile-logo img.logo{
    	max-height:50px;
	}
}

#iqitmegamenu-mobile > ul > li:last-of-type a {
	background: #76b72a;
	color:#fff !important;
	font-size: 18px;
}

#iqitmegamenu-mobile > ul > li:last-of-type a::before {
  font-family: FontAwesome;
  content: "\f041";
  margin-right: 5px;
}

/* Custom */

header .header-top .header-links {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
}

header .header-top .header-buttons {
	display: -webkit-box;
  	display: -moz-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: right;
	align-items: center;
	justify-content: flex-end;
}


header #header-retrait-magasin {
	color: #8b6f4b;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (max-width: 981px) {
	header #header-retrait-magasin {
    	display: none;
	}
}

#header-delivery {
	background-color: #8B6F4B;
	color: #fff;
	display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 10px;
}
}

#header-delivery span.title {
	display: block;
	font-size: 0.875rem;
	margin-top: .5rem;
	transition: 0.3s all;
}

.sticky-desktop-wrapper #desktop-header.stuck-header #header-delivery  .title {
    opacity: 1;
}

#desktop-header.stuck-header.desktop-header-maybe-sticky #header-delivery .title {
    opacity: 0;
    display: none;
}

#header-delivery i {
	font-size: 1.3125rem;
}

.elementor-button.btn-delivery.elementor-size-small {
    font-size: 18px;
    padding: 3px 10px;
    color: #fff !important;
    text-transform: none !important;
    background: #76b72a ;
    border-color: #76b72a ;
    border-radius: 0;
}

.elementor-button.btn-delivery.elementor-size-small .elementor-button-content-wrapper::before {
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 5px;
}

/*
* Footer
*/

footer #footer-container-main .block-iqithtmlandbanners-html h5.block-title {
	display:none;
}

footer .block-iqithtmlandbanners-html .elementor-image-box-wrapper span {
    display: inline-block;
    background:rgba(69, 65, 57, 0.2);
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 19px;
}


footer .block-iqithtmlandbanners-html .elementor-image-box-wrapper .elementor-image-box-title {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1125rem;
}

#footer .block-title {
    font-family: 'Oswald', sans-serif;
}

footer .block-social-links, #footer-container-first .block-title {
	display:none;
}

@media screen and (max-width:600px) {
	#footer #footer-container-main > .container > .row {
		display: block;
    	text-align: center;
	}
	#footer #footer-container-main .block-title {
    	display: block;
	}
}

/*
* Homepage
*/

/* Revslider */

#index .rev_slider_wrapper{
    background-color: #FFF !important
}

#rev_slider_1_1{
    background-color: rgb(249, 248, 244);
}

#index .sticky-desktop-wrapper #desktop-header.stuck-header {
    box-shadow:none;
}
#index .sticky-desktop-wrapper #desktop-header.stuck-header.desktop-header-maybe-sticky {
    box-shadow: 0 0 20px rgba(61,57,57,0.19);
}

.rev_slider iframe{border:0 !important;}

/* Products */

#index .btn-product-list.viewbtn{
	display:inline-block;
}

#index .products-grid .product-add-cart > form{
	display:none;
}

@media (max-width: 700px){

	#index .product-miniature-default .product-add-cart .input-group-add-cart {
    	-ms-flex-wrap: wrap;
   	flex-wrap: wrap;
	}
	#index .btn-product-list {
    	margin-top: 5px;
    	font-size: 0.85rem;
    	padding: 0.6125rem;
	}
}



/*
* User account
*/

#my-account .my-account-side-links i.fa-user::before {
	content: "\f2c0";
}

/*
* Single product
*/

/* Images */

/*#product #product-images-large .product-lmage-large img {
	width: 100%;
}*/

/* Cross sells */

#product section.crossselling-products {
	margin-bottom: 0;
}

.crossselling-products .btn-product-list{
    font-size: 0.8em;
}

#product section.crossselling-products .swiper-pagination {
	top: -50px;
	position: relative;
	bottom: 0;
}

#product .products-grid .product-miniature .product-description-short {
    display: none !important;
}

#product .products-grid .product-miniature .product-add-cart {
	margin-top: 0;
}

/* Miniatures */

.product-miniature-grid .product-title{
	font-weight:;
}
.product-miniature-grid .product-title a:link:not(.nav-link):not(.btn), .product-miniature-grid .product-title a:visited:not(.nav-link):not(.btn){
	color:#3f3327;
}
.product-miniature-grid .product-title {
    font-size: 1.1rem;
}

.product-miniature-grid .product-price{
    color: #3f3327
}

.product-miniature-default .product-flags {
    left: 5px;
    top: 5px;
}

.product-miniature-default .product-add-cart .bootstrap-touchspin .btn-touchspin{
    border: solid 1px #bbb;
}

.product-miniature-default .product-add-cart .bootstrap-touchspin .input-group-btn-vertical i{
    top: 0
}

.product-miniature-default .product-add-cart .input-qty {
    margin-right: 0;
    border: solid 1px #bbb;
/*border-radius: 4px 0 0 4px;*/
}

.product-miniature-default .product-add-cart .bootstrap-touchspin .input-group-btn-vertical{
    margin-right: 5px;
}

/* Modal */

#product-modal .modal-dialog {
    min-height: 100%;
}

#product-modal .modal-content {
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.modal-dialog {
    max-width: 900px;
}

/* Retrait */

.etatretrait i {
    margin-right:3px;
}
.etatretrait_disponible {
    color:#352101;
}
.etatretrait_disponible i {
    color:#aad264;
}

.etatretrait_indisponible i{
    color:#bdbab5;
}

/* Misc */

img.product-manufacturer-list{
    position:absolute;
    top:10px;
    right:10px;
    z-index:1;
    max-width:30%;
}

.badge.product-unavailable {
    display:none;
}

.btn-product-list.viewbtn {
	display:inline-block;
}

.products-grid .product-add-cart > form {
	display:none;
}

.product-actions  .block-iqithtmlandbanners-html {
	display:none;
    padding:0;
}

.product-variants .input-radio+span, .product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
	padding-right:10px;
	padding-left:10px;
}

/*
* Cart
*/

.cart-grid-right .cart-summary, .cart-grid-right .block-iqithtmlandbanners-html, .product-actions form, .product-actions  .block-iqithtmlandbanners-html{
    margin-bottom: 1.5rem;
}

p.infocartmodal{
    margin-top:10px;
    color: #756f64;
}

/*
* Checkout
*/

#checkout-addresses-step .js-address-form form > p { 
	color:red;
}

body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img {
   max-width:100%;
}

body#checkout .payment-options .additional-information {
display:none !important;
}
.custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio {
border-color: #959595;
}
body#checkout #conditions-to-approve label, #customer-form .custom-checkbox label {
    font-size: 1.07rem;
}

.delivery-time-heading {
    margin-top: 20px;
    display: block;
}
.delivery-date-column {
    padding-right: 20px;
}
.delivery-time-selection-row .input-group-addon {
    margin-right: 8px;
}
.delivery-time-selection-row select.delivery-time.form-control.am-pm {
    min-width: 300px;
    background: none;
}



body#checkout section.checkout-step .payment-options #payment-option-2-container,
body#checkout section.checkout-step .payment-options #payment-option-3-container,
body#checkout section.checkout-step .payment-options #payment-option-4-container {
    display: none !important;
}

