.modal-header .close {
  margin-top: -19px;
}

/********************************************************
			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;
  width: 100%;
  top: 37%;
  direction: ltr !important;
}
.lastest_block .customNavigation {
    top: 45%;
    opacity: 1;
    filter: alpha(opacity=100);
    -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;
}
.lastest_block:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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.prev {
  left: -30px;
  background-position: 1px 2px;
}

.customNavigation a.next {
  right: -30px;
  background-position: -56px 2px;
}

.customNavigation a.prev:hover{
  background-position: 1px -35px;
}

.customNavigation a.next:hover{
   background-position: -56px -35px;
}
@media (max-width: 1700px) {
  .customNavigation a.prev {
    left: 0px;
  }
  .customNavigation a.next {
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .lastest_block .customNavigation a.prev {
    left: 0px;
  }
  .lastest_block .customNavigation a.next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .customNavigation a.prev {
    left: 0px;
  }
    .customNavigation a.next {
    right: 0px;
  }
}
@media (max-width: 650px) {
  .lastest_block .customNavigation {
    top: 30%;
  }
}


@media (max-width: 1380px) {
    #header .blockcart, #header .user-info, #header .search-widget {

      padding-top: 20px !important;
    } 
}
@media (max-height: 700px) {
    .header-top-inner .menu .sub-menu { 

      height: 400px ;
        overflow: scroll !important;
    } 
}
@media (max-height: 1080px) {
    .header-top-inner .menu .sub-menu { 

      height: 650px ;
        overflow: scroll !important;
    } 
}

#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 {
   content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 80px double rgba(55, 55, 55, 0);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    border: 0px double rgba(121, 115, 115, 0.54);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
}

.top_button {
    background: #ee7716;
    bottom: 20px;
    cursor: pointer;
    height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 99;
    border-radius: 50%;
}
.top_button:before {
    font-family: "FontAwesome";
    content: "\f176";
    color: #fff;
    font-size: 20px;
    left: 18px;
    position: absolute;
    top: 10px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .3s both ease;
  -moz-animation: fadeOut .3s both ease;
  animation: fadeOut .3s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {  0% {opacity: 1}}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
.header-top-inner .menu {
  position: absolute !important;
  width: 88% !important;
  left: 0 !important;
}


@media (max-width: 1380px){
    .header-top-inner .menu {
      
      width: 100% !important;
      left: 0 !important;
    }
    .header-top-inner .menu .sub-menu {
         left: 0 !important; 
      width: 100% !important;
    }
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner1 .cmsbanner-text, #czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner2 .cmsbanner-text , #czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner3 .cmsbanner-text , #czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner4 .cmsbanner-text , #czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner5 .cmsbanner-text {
  padding: 12px 12px;
  right: auto;
  left: 0;
  bottom: 0;
  top: auto;
  display: inline-block;
  background: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.cmsbanner-text .title a{
    color:#f2622d;
}


#czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner3:hover .cmsbanner-text {

    transform: translate(15px, 0px);
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);

}

#czbannercmsblock .cmsbanners .one-half .cmsbanner.cmsbanner5 .cmsbanner-text .title {
  font-size: inherit !important;
  
}

.czcategoryimagelist {
  padding-top: 45px !important;
}

.tabs .nav-tabs .nav-link {

  background: #4f772d;

}
.header-top-inner .menu .sub-menu {
  border: 2px solid #ee7716;
  margin-left: 0px;
  z-index: 10000;
  border-radius: 0;
  display: none;
  top: 90px !important;
  width: 128%;
  left: -5%;
  right: 0;
  background-color: #FFF;
  padding: 30px 20px 30px 10px;
  overflow: hidden;
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 20% 20% 0;
  -webkit-transition: all 100ms ease 1s;
  -moz-transition: all 1000ms ease 1s;
  -o-transition: all 1000ms ease 1s;
  transition: all 1000ms ease 1s;
  visibility: hidden;
}

.productpage_title{
    color:#50782d !important; 
}
a[data-depth="2"]{
   color: #50782d !important;
font-size: 14px !important;
font-weight: bold !important;
}
/*#product .product-actions .product-additional-info {
  display: block;
}*/
@media (min-width: 991px){
    .request-quote-card {
        position:absolute;
        right:-300px;
        top:0px;

    }

    .request-quote-card .btn-primary{
        width:100%; height:50px;
        font-size:24px;
    }
    .blog-item {
      position: relative;
      margin-bottom: 30px;
      margin-top: 0;
      height: 480px;
    }

}

#products .products .product_list.list li .product-title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
    margin-bottom:12px
}

.products .product-title {

  white-space:normal ;
color:#ee7716;
    text-overflow:clip;
  
}
.products .product-title a {
  color: #ee7716;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
    font-weight: bold;
    line-height: 16px;
}

.czcategoryimagelist .categoryimagelist-wrapper li.double-slideitem .categoryblock.item {
 
  margin-bottom: 0px;
    height:125px;
 
}
.czcategoryimagelist .categoryimagelist-wrapper li.double-slideitem .categoryblock.item .block_content .categorylist .cate-heading {

  padding-right: 35px;
}
.categoryblock.item .block_content .categorylist .cate-heading {
  font-size: 17px !important;
  font-weight: 500 !important;
  
  margin-top: 12px !important;
  line-height: 18px;
}

.top-menu {

  margin-left: 20px;
}
.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 0.325rem;
  color: #878787;
  font-weight: 400;
}
.top-menu a[data-depth="3"] {
  
  font-weight: bold;
}

.header-top-inner .menu {
  float: right;
  width: 65%;
  display: inline-block;
  text-align: right;
  padding: 0;
    padding-top: 0px;
    padding-right: 4%;
    padding-bottom: 0px;
    padding-left: 0px;
  margin: 0;
}

.top-menu a[data-depth="0"] {
  padding: 12px 12px;
  margin: 38px 16px 21px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#header .header-top.fixed .top-menu a[data-depth="0"] {
  margin-top: 35px;
}
#products .products .product_list li.product_item {
  padding: 10px 15px 20px 15px;
  height: 440px;
}
#products .products .product_list.list li.product_item .product-miniature {
  border-bottom:1px solid #ccc;
}
.product_list .product_item .product-miniature, .newproduct-double-slide .product-miniature {

    border:solid 1px #ccc;
    height: 410px;
}
.product-title {
   
    padding-left:1% !important;
    padding-right:1% !important;
}
.product-title:hover a{
    color:#444 !important;
}

/*COlonne gauche , produits en avant*/
#left-column .featured-products{
  float: none;
  width: 100%;
  position: relative;
  text-align: center;

}
#left-column .product_item{
    width:100%;
    }
#left-column .featured-products{
    border: 2px solid #ededed;
    margin-bottom:30px;
    padding: 4px;
}
#left-column .products .thumbnail-container {
  
  display: block;
  width: 40%;
  float: left;
}
#left-column .product-description {
    width: 60%;
  float: left;
}
#left-column .product_list .product_item .product-miniature {
  border: none;
  height: 110px;
}
#left-column .featured-products .products-section-title{
    background-color: #ee7716;
  color: #ffffff;
    height: 44px;
    line-height: 44px;
    font: 500 16px/24px 'Roboto', sans-serif;
  letter-spacing: 0.5px;
    text-align: left;
    padding: 10px 20px;
}
#left-column .products .product_list li.product_item, .products .product_list li.item {
  padding: 10px 12px 10px 12px;
}
#_mobile_top_menu .top-menu {
 margin-left: 4px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
  padding: 3px 0 3px 25px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
  width: 15px;
  height: 20px;
}
.footer-container .links.block-contact .footer-logo {
  margin-bottom: 15px;

  min-height: 48px;

}
.footer-container .links.block-contact {
  width: 25%;
  margin-left: 0px !important;
}
.footer-container .links {
  width: 25%;
  margin-bottom: 25px;
  margin-left: 12.5%;
}
.quote_quantity_wanted{
width: 95% !important;
}

.gdpr_consent label span{color:#aaa;}
#subcategories ul li {
 
  height: 180px;
}

.block-categories .block_content .collapse-icons .add {
  background: url(../img/arrow.png) no-repeat scroll 0px 0px transparent;
  width: 12px;  height: 11px;
  float: left;
    margin-top:6px;
}

.attachment{height:60px;}
.attachment H4{margin-bottom:0px;margin-top:20px;}
.attachment p{margin-bottom: 0px;}
@media (min-width: 500px){
    #attachments{height:160px;}
    .attachment{float:left;width:32%;}
    
}
.quickview h1.h1 {
  margin-top: 35px !important;
}

.footer-container .block-contact li {
  
  display: inline list-item;
}

#block-contact_list li{  float:left; clear:both;}


@media (max-width: 760px) {
    .footer-container .links.block-contact,.footer-container .links.block  {
      width: 100%;
        margin-left:0px;
    }
}


/**/




.wishlist, .compare, .cart-grid-right, .price,.product-prices,.product-price, #cart-subtotal-products .value, .cart-total, #cart-subtotal-shipping, .cart-content p span, .social-sharing, #blog-localengine, .blog-ctncomment, .blog-cat, .social-share, .blog-tags, .product-price-and-shipping, .extra-blogs div:nth-of-type(2n+2), #block-contact_list .block-title, .customer-copy-checkbox, .blog-hit, .cz-hometabcontent .tabs .nav-tabs .nav-link,.request-quote-card h5, .payement_logo_block,.dropdown-menu a:nth-child(5), .dropdown-menu a:nth-child(6), .subcategory-heading, #category-65, #souscat65, #menugch65, .czcategoryimage-container h2.products-section-title, #search_filters li:nth-of-type(1), #contact_rich_toggle hr:nth-of-type(2), #contact_rich_toggle div:nth-child(5),#contact_rich_toggle hr:nth-of-type(3),#contact_rich_toggle div:nth-child(7){ display: none !important;}
/*category-65 esouscat65 = la catégoriee autres produits pour mise en avant su r page accueil cahé dans la liste des catégories*/
@media (max-width: 800px){
    #PictService{ display: none !important;}
}

#header .user-info {
  float: right;
  position: relative;
  padding: 33px 5px 0px;
  z-index: 9;
  visibility: hidden;
}
.crellyslider > .cs-controls > .cs-previous, .crellyslider > .cs-controls > .cs-next {
    /* background-color: transparent; */
    box-shadow: none;
}

.crellyslider > .cs-controls > .cs-previous, .crellyslider > .cs-controls > .cs-next, .crellyslider > .cs-controls > .cs-previous {
    /* background-image: none !important; */
}
.crellyslider > .cs-controls > .cs-next {
    background-image: url(../images/arrow-right.png) !important;
    right: 30px;
}