

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.rl-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;
  width: 100%;
  top: 35%;
  direction: ltr !important;
}
.customNavigation a {
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 28px;
  height: 38px;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: transparent;
}
.customNavigation a.prev {
  left: -40px;
  background-image: url(../img/codezeel/left-angle.svg);
}
.customNavigation a.next {
  right: -40px;
  background-image: url(../img/codezeel/right-angle.svg);
}
.customNavigation a.prev:hover {
  background-image: url(../img/codezeel/left-angle.svg);
}
.customNavigation a.next:hover {
  color: #000;
  background-image: url(../img/codezeel/right-angle.svg);
}
.nivo-directionNav a {
  width: 50px;
  height: 50px;
}
.czhomeslider .nivo-directionNav .nivo-prevNav {
  background-image: url(../img/codezeel/slider-left-arrow.svg);
}
.czhomeslider .nivo-directionNav .nivo-nextNav {
  background-image: url(../img/codezeel/slider-right-arrow.svg);
}
.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
  background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}
.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
  background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}

@media (max-width: 1500px) {
  .customNavigation a.prev {
    left: -15px;
  }
  .customNavigation a.next {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .customNavigation a.prev {
    left: 0;
  }
  .customNavigation a.next {
    right: 0;
  }
  #header .logo {
		max-height: 3000px;
	}
}
@media (max-width: 1199px) and (min-width: 401px){
  .customNavigation {
    top: 30%;
  }
}

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
#czleftbanner li, #czrightbanner li {
    display: inline-block;
}
#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#czleftbanner li a:before, #czrightbanner li a:before {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
    background-image: url(../img/codezeel/top-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px;
    background-color: transparent;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: block;
}

.container {
  padding-left: 0px;
	padding-right: 0px;
}

.container-menu-nav {
  padding-right: 30px;
  padding-left: 30px;
}

#header .header-top > .container {
  position: revert;
  padding-right: 0px;
  max-width: 100%;
  margin: auto;
  width: inherit;
  padding-left: 30px;
}

#header .header-nav > .container {
  position: revert;
  padding-right: 0px;
  max-width: 100%;
  margin: auto;
  width: inherit;
  padding-left: 30px;
}

#header .header-nav {
	line-height: initial;
    padding: 0;
    min-height: 40px;
    background: #365f92;
    color: #fff;
}

#header .header-nav .right-nav{
  width: 30%;
  margin-right: 50px;
}


/*CSS Splatch*/
.img-category {
  text-align: center;
  padding: 3px 10px;
  max-width: 100%;
}

.img-banner-left {
  max-width: 100%;
  max-height: 100%;
}

.img-banner-right {
  max-width: 100%;
  max-height: 100%;
}

.img-banner-right-bottom {
  max-width: 100%;
  margin-top: 0%;
}


.carousel .carousel-item img {
	width: 100%;
	margin-left: 0;
  margin-top: 15px;
}

.header-top .menu {
	text-align: center;
  position: relative;
  z-index: 8;
  padding: 17px 0 15px;
	width: 100%;
  background-color: #365f92;
  color: white;
}

.top-menu a[data-depth="0"] {
  font: 500 14px/26px 'Inter', sans-serif;
  color: white;
  display: block;
  letter-spacing: .5px;
  text-transform: initial;
  position: relative;
  width: auto;
}

#cztestimonialcmsblock {
	position: relative;
  text-align: center;
  float: inherit;
	width: 100%;
	clear: both;
	padding: 30px 0 30px;
}


.blockreassurance_product div {
  background: #f7f7f7;
  padding: 10px 15px 10px;
  margin: 0 0 2px;
}

.blockreassurance_product p.block-title {
  padding: 0px 15px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
}

@media (max-width: 1459px) {
  #header .header_logo {
    float: left;
    padding: 20px 0 20px;
    max-width: 15%;
    position: inherit;
  }
}

#header .header_logo {
  float: left;
  padding: 20px 0 20px;
  max-width: 20%;
  position: inherit;
  image-rendering: auto;
  margin: 10px 15px 0px 0px;
}

#header .logo {
	max-width: 100%;
  padding: 0px;
}

#header .search-widget {
  width: 60%;
  padding: 0px;
  margin-top: 45px;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 30px;
  z-index: 9;
  display: inline-block;
}

@media (max-width: 1199px) {
	
	#header .search-widget {
    max-width: 60%;
	}
}

#header .search-widget form input[type="text"] {
	width: 100%;
    padding: 5px 40px 10px 0px;
    border: 0;
    height: 38px;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ddd;
}

#header .search-widget .search_toggle {
	position: static;
    background: none;
    z-index: 9;
    width: 70%;
}

@media (min-width: 992px) {
  #header .header-top.fixed .search-widget .search_toggle {
		top: 50px;
    margin-top: 35px;
	}
}

@media (max-width: 575px) {
  #header .search-widget {
    width: 70%;
    padding: 0px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: auto;
    z-index: 9;
    display: flow-root;
  }
}

@media (max-width: 575px) {
  #header .header-top .container {
    padding-left: 0px;
  }
}

@media (max-width: 320px) {
  #header .search-widget {
    width: 60%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    z-index: 9;
    display: flow-root;
  }
}


/* Cart and user icon position */
#header .blockcart {
	text-align: center;
    white-space: nowrap;
    position: relative;
    float: right;
    padding: 0px;
    width: auto;
    margin: 39px 15px 10px 10px;
    z-index: 999;
}

#header .user-info {
  vertical-align: top;
  position: relative;
  float: right;
  margin: 40px 12px 0px 0px;
}

.productpage_title,
.quickview h1.h1 {
	margin-top: 10px;
    text-transform: inherit;
    font-weight: normal;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 0;
    font-size: 22px;
    line-height: 32px;
    margin-left: 10px;
}

#product .pp-right-column .product-actions {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ededed;
  margin-left: 10px;
}

#product .pp-right-column .product-information {
  margin-left: 10px;
}

.material-icons.search{
  margin: 6px;
}

.header-top .search-widget {
	padding: 0;
	width: 280px;
	float: inherit;
}

#footer {
	float: left;
    width: 100%;
	clear: both;
	position: relative;
	background-color: #365f92;
}

#header .header-nav .left-nav #cznavcmsblock {
  padding: 12px 0px 0px 0px;
  margin-bottom: -10px;
  display: inline-block;
  position: relative;
}

#index .featured-products .feature-inner {
  width: 90%;
  float: right;
  padding-left: 5px;
}

#cztestimonialcmsblock .parallax {
  position: relative;
  padding: 0px 0px 0px;
  background-color: ghostwhite;
}

.header-top-inner .menu > ul > li {
  text-align: center;
  float: none;
  display: table-cell;
}

.slider_title {
  text-align: left;
  margin: 15px 0px;
  color: #365f92;
}

p {
	margin-bottom: 0px;
  padding-right: 10px;
}

.block-category {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#products {
	color: #808080;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-container {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 15px;
}

@media (max-width: 991px){
  .footer-container {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 20px;
}
}


/* Changement couleur rose/orange*/
.btn-primary:hover {
	color: #ffffff;
	background-color: #ff9e36;
	border-color: #ff9e36;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #ff9e36;
	border-color: #ff9e36;
	outline-offset: 0;
}

a:focus,
a:hover {
	color: #ff9e36;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline-offset: 0;
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
	color: #ff9e36;
}

.top-menu .sub-menu a:hover {
	color: #ff9e36;
	text-decoration: none;
}

.top-menu .sub-menu li > a.dropdown-submenu:hover {
	color: #ff9e36;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover, 
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]:hover {
    color: #ff9e36;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a:hover {
	color: #ff9e36;
}

.top-menu a[data-depth="0"]:hover {
  color: #ff9e36;
text-decoration: none;
-webkit-transition: all 500ms ease 0s;
-moz-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
}
.header-top-inner .menu>ul>li.current>a {
  color: #ff9e36;
}
.header-top-inner .menu .more_menu .sub-menu li a:hover {
  background: none;
  color: #ff9e36;
}
body#checkout section.checkout-step .step-edit:hover {
	color: #ff9e36 !important;
}
.input-group .input-group-btn > .btn {
	background: #ff9e36;
	border: 1px solid #ff9e36;
	color: #ffffff;
}
.page-addresses .addresses-footer a:hover {
	color: #ff9e36;
}
.page-my-account #content .links a:hover {
	color: #ff9e36;
}
.product-line-grid .cart-line-product-actions a:hover i,
.page-my-account #content .links a:hover i {
	color: #ff9e36;
}
.page-my-account #content .links a:hover span.link-item {
	border-color: #ff9e36;
	background: #fff;
}
#index .featured-products .products .product_list li .outer-functional .functional-buttons .btn.add-to-cart:hover {
  color: #ff9e36;
}
.products .product-title a:hover {
	color: #ff9e36;
}
.products .product_list li.item .product-title:hover,
 .products .product_list li.item .product-title a:hover,
 .products .product_list li.product_item .product-title:hover, 
 .products .product_list li.product_item .product-title a:hover{
	color: #ff9e36;
}
.products .product_list.list li .btn.add-to-cart {
  border: 1px solid #ff9e36;
  background: #ff9e36;
  color: #fff;
  padding: 9px 22px;
  font-size: 14px;
  width: auto;
  height: auto;
}
.products .product-price-and-shipping {
  color: #ff9e36;
  font-weight: 700;
font-size: 18px;
margin-bottom: 10px;
}
.products .product_list li .product-miniature .thumbnail-container .discount-percentage, 
.products .product_list li .product-miniature .thumbnail-container .discount-product {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ff9e36;
    color: #fff;
    line-height: 20px;
    padding: 1px 7px;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.products .comments_note {
	text-align: center;
	color: #ff9e36;
}
.products .all-product-link {
  clear: both;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 10px 35px;
  background-color: #ff9e36;
  border: 1px solid #ff9e36;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.product-title a:hover {
	color: #ff9e36;
}
.products-sort-order .select-list:hover {
	background: #ff9e36;
	color: #ffffff;
	text-decoration: none;
}
.pagination a:hover {
	color: #ffffff;
	border-color: #ff9e36;
	background-color: #ff9e36;
	text-decoration: none;
}
#left-column a:hover,
#right-column a:hover {
	color: #ff9e36;
}
#left-column .products-block .view_more a:hover, 
#right-column .products-block .view_more a:hover {
    text-decoration: none;
    color: #ff9e36;
}
#category #search_filter_toggler {
  width: 100%;
    background-color: #ff9e36;
    color: #ffffff;
  margin-top: 5px;
}
#subcategories ul li .subcategory-image a:hover {
	border-color: #ff9e36;
}
.product-quantity .wishlist a:hover,
.product-quantity .compare a:hover {
    background-color: #ff9e36;
}
#product-modal .modal-content .modal-body .product-images img:hover {
	border: #ff9e36 1px solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.images-container .js-qv-mask .thumb-container .thumb.selected,
.images-container .js-qv-mask .thumb-container .thumb:hover {
	border: 1px solid #ff9e36;
}
ul.product-flags li.on-sale {
	text-align: center;
    margin: 0;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background: #ff9e36;
	display: none;
}
@media (max-width: 480px) {
	.tabs .nav-tabs .nav-link:before{
		display: none;
	}
	.cz-hometabcontent .customNavigation {
		top: -50px;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto;
	}
	.cz-hometabcontent .tabs .nav-tabs{
	     margin-bottom: 60px;
	}
	.tabs .nav-tabs .nav-item a {
		padding: 0 10px;
	}
	.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active {
		background: none;
		color: #ff9e36;
	}
}
.cart-grid-body a.label:hover {
	color: #ff9e36;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover, 
.product-line-grid-right .product-price .remove-from-cart:hover {
    color: #ff9e36;
}
.block-social li:hover a:before {
	color: #ff9e36;
}
#header ul.dropdown-menu li a:hover {
	color: #ffffff;
    background: #ff9e36;
}
#header .header-nav .left-nav span:hover {
  color: #ff9e36;
}
#header .header-nav .right-nav span.registration_text a:hover {
  color: #ff9e36;
}
#header .user-info.open .user-info-title {
	color: #ff9e36;
}
#header .blockcart a:hover {
	color: #ff9e36;
}
#header .header-top .head-wishlist .ap-btn-wishlist:hover {
  color: #ff9e36;
}
#header .search-widget .search_button:hover {
  transition: none;
color: #ff9e36;
background-image: url(../img/codezeel/search-hover.svg);
}
.breadcrumb li a:hover {
	text-decoration: underline;
	color: #ff9e36;
}
#czbannercmsblock .cmsbanners .cmsbanner-text .shop.now a {
	padding: 9px 34px;
    background: #ff9e36;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	position: relative;
}
@media (max-width:480px) {
	#czbannercmsblock .cmsbanners .cmsbanner-text {
		bottom: 0px;
	}
	#czbannercmsblock .cmsbanners .cmsbanner-text .title {
		font-size: 16px;
	}
	#czbannercmsblock .cmsbanners .cmsbanner-text .offer-title {
		font-size: 19px;
		line-height: 26px;
	}
	#czbannercmsblock .cmsbanners .cmsbanner-text .shop.now a {
		padding: 0;
		background: none;
		color: #ff9e36;
		text-decoration: underline;
	}
	#czbannercmsblock .cmsbanners .cmsbanner-text .shop.now a:hover {
		text-decoration: none;
		background: none;
	}
	#czbannercmsblock .cmsbanners .cmsbanner-text .shop.now {
		margin-top: 8px;
	}
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .testimonial-image {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
position: relative;
border: 3px solid #ff9e36;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .quote_img {
	width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
	top: 10px;
    text-align: center;
    vertical-align: top;
    z-index: 2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-image: url(../img/codezeel/quote.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    background-color: #ff9e36;
}
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page:hover span,
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span {
    border-color: #ff9e36;
	background: #ff9e36;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow a {
	font-size: 15px;
    width: auto;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding: 9px 28px;
    cursor: pointer;
    background-color: #ff9e36;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}
@media (max-width: 991px) and (min-width: 576px) {
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text {
		right: 10px;
    	top: 15px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .main-title {
		font-size: 17px;
		line-height: 22px;
		padding-bottom: 5px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .sub-title {
		font-size: 20px;
    	line-height: 26px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow {
		margin-top: 20px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow a {
		padding: 0;
		border: 0;
		background: none;
		text-decoration: underline;
		color: #ff9e36;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow a:hover {
		text-decoration: none;
		background: none;
	}
}
#header .cart_block .block_content .checkout.card-block a.viewcart .btn-primary {
  width: 100%;
  background-color: #ff9e36;
  border-color: #ff9e36;
}
@media (max-width: 400px) {
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text {
		right: 10px;
		top: 10px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .main-title {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 5px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .sub-title {
		font-size: 19px;
    	line-height: 24px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow {
		margin-top: 10px;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow a {
		padding: 0;
		border: 0;
		background: none;
		text-decoration: underline;
		color: #ff9e36;
	}
	#czsubbannercmsblock .subbanners .one-half .subbanner .subbanner-text .shopnow a:hover {
		text-decoration: none;
		background: none;
	}
}
/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #f0f4f3;
  width: 100%;
  background-size: 8%;
  min-height: 750px;
}
@media (max-width: 1459px) {
  #index .spinner {
    min-height: 700px;
  }
}
@media (max-width: 1199px) {
  #index .spinner {
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  #index .spinner {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  #index .spinner {
    min-height: 250px;
  }
}
@media (max-width: 380px) {
  #index .spinner {
    min-height: 200px;
  }
}

.cart-grid {
	margin-bottom: 2rem;
  padding-right: 10px;
}

/* Suppression du padding (Marge haute) dans le bloc "Réseau sociaux" */

.block-social {
	float: left;
    margin-top: 0px;
    padding-left: 0px;
}

/* Link carousel supplier */
.suppliers .container h2 a {
  color: black;
}

/* Link carousel brand */
.brands .container h2 a {
  color: black;
}

/* Subbanner*/
.subbanner_col{
  padding: 0px 20px;
  height: 150px;
}

#czsubbannercmsblock {
  float: left;
  width: 100%;
  clear: both;
  background-color: whitesmoke;
  ;
}

@media (max-width: 991px) {
  #czsubbannercmsblock {
    display: none;
  }
}

.cz_subbanner_subtitle {
  text-align: start;
  margin-top: 5px;
}

/* Taille logo marque fiche produit*/
.img-thumbnail .manufacturer-logo {
  max-width: 200px;
}

.logo-manufacturer-detail-product {
  max-width: 100%;
}

.right-col-detail-product-page {
  margin-top: 20px;
}

/* Masquage des fléches pour les input de type "Numbers"  (Firefox, Chrome notamment)
/*  https://kodex.pierrelebedel.fr/css/retirer-fleches-inputs-number/

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
-webkit-appearance: none;
margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
-o-appearance: none;
margin:0
}

/* Couleur du bandeau "Economisez x %" */
.has-discount .discount {
	background: #ff9e36;
}

/*Background color CzTestimonial module*/
#cztestimonialcmsblock .parallax {
  background-color: white;
}

@media (min-width: 1200px) {
  .testimonial_container {
    max-width: 80% !important;
}
}

/* Module selecteur langue multiboutique */

#header .header-nav .multistore-language-selector {
	padding: 12px 0 12px 0px;
	white-space: nowrap;
	display: inline-block;
  margin-right: 0px;
  cursor: pointer;
	float: right;
  margin-left: 25px;
}

#header .header-nav .language-selector:before{
  border-left: none;
}

#header .header-nav .language-selector {
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}

.dropdown-menu-multiboutique{
  margin: 10px 0px;
	padding: 5px 5px;
	border: 1px solid #dddddd;
	right: 0;
    left: auto;
	min-width: 170px;
}

button:focus {
  outline: 1px dotted;
  outline: none !important;
}

@media (max-width: 767px){
  .header-nav .hidden-sm-down {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  #header .header-nav .right-nav {
    width: 90%;
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 575px) {
  #header .header_logo {
    float: inherit;
    padding: 20px 0px 0px 0px;
    max-width: 100%;
    position: inherit;
    image-rendering: auto;
  }
}

/*********************************** cms banner CMS block   ******************************************/

#czbannercmsblock {
  clear: both;
  overflow: hidden;
  margin: 35px 15px;
  padding: 0px 50px;
}

/****** Feature product  ***/

@media (min-width: 991px) {
  #index .featured-products .products li.product_item.col-md-4 {
    width: 33%;
  }
}

@media (max-width: 991px) {
  #index .featured-products .products li.product_item.col-md-4 {
    width: 50%;
  }
}

@media (max-width: 660px) {
  #index .featured-products .products li.product_item.col-md-4 {
    width: 90%;
  }
}


.featured-product .container{
  padding-right: 0px;
  padding-left: 0px;
}

#czleftbannercmsblock {
  float: left;
  width: 32.2%;
  position: relative;
  box-sizing: inherit;
}

@media (min-width: 1460px) {
	.featured-product .container {
		width: 1430px !important;
		max-width: 100% !important;
	}
}

/* Currency selector*/

#header .header-nav .currency-selector {
	padding: 15px 0 12px 0px;
	white-space: nowrap;
	display: inline-block;
  margin-right: 0px;
  cursor: pointer;
	float: right;
	margin-left: 25px;
}

/*** currency et langage postition petit ecran ***/

@media (max-width: 1160px){
  #header .header-nav .right-nav{
    width: 50%;
    display: inline-block;
  }
}

/***** Footer modif for contact form ******/


@media (min-width: 1459px){
  .contact-form {
    background: #FFFFFF;
	  padding: 1rem;
	  color: #808080;
	  width: 30%;
    display: inline-block;
    border-radius: 10px;
  }
  .footer-container.block-social .links {
    width: 10%;
  }
  
  .footer-container .links{
    width: 15%;
  }
}

@media (max-width: 1459px){
  .contact-form {
    background: #FFFFFF;
    padding: 2rem;
    color: #808080;
    width: 90%;
    display: inline-block;
    margin-left: 15px;
  }
}

.contact-form {
  border-radius: 10px;
  opacity: 90%;
}

/*** Titre carousel marque ***/
@media (max-width: 991px) {
  .brands .products-section-title {
		font-size: 24px;
    line-height: 30px;
		margin-bottom: 5px;
    padding-bottom: 0px;
	}
}

/*** Div pour les elements de reassurance ***/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


/** Ajustement positionnement elements header **/
@media (min-width: 992px) {
  #header .header-top.fixed .search-widget {
		margin-top: 15px;
    margin-left: 10px;
	}
}

#header .user-info .user-info-title {
	text-decoration: none;
    font-size: 0px;
    padding: 13px;
    display: block;
    transition: none;
    width: 24px;
    height: 23px;
    background-image: url(../img/codezeel/user.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    background-color: transparent;
    margin-top: 10px;
}

#header .blockcart .blockcart-header>a.shopping-cart {
	text-decoration: none;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 0px;
    display: block;
    text-align: left;
    line-height: 25px;
    transition: none;
    padding-left: 32px;
    z-index: 999;
    background-image: url(../img/codezeel/cart.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 22px;
    background-color: transparent;
    margin-top: 10px;
}

/** cacher selecteur langue **/
#header .header-nav .multistore-language-selector{
  display: none;
}