ul.wc-block-product-categories-list {padding: 10px !important; }
ul.wc-block-product-categories-list a span { font-size: 11pt !important; }
ul.wc-block-product-categories-list button { background-color: #00aeef !important; } 
ul.wc-block-product-categories-list button:hover { background-color: #333 !important; }
ul.wc-block-product-categories-list button::before { color:#fff !important; }
  
/* FILTER CONTAINER */
.wc-block-product-categories-list--depth-0 {
    background: #f2f2f2;
    padding: 18px;
    border-radius: 6px;
}

/* CATEGORY ITEMS */
.wc-block-product-categories-list-item {
    margin-bottom: 6px;
}

/* FLEX ROW (arrow + link + count) */
.wc-cat-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

/* HOVER EFFECT */
.wc-cat-flex:hover {
    background: rgba(0,0,0,0.04);
}

/* CATEGORY LINKS */
.wc-cat-flex a {
    flex: 1;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.2s ease;
}

/* LINK HOVER */
.wc-cat-flex a:hover {
    color: #00aeef;
}

/* PRODUCT COUNT */
.wc-block-product-categories-list-item-count {
    font-size: 13px;
    color: #777;
}

/* TOGGLE BUTTON */
.wc-cat-toggle {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

/* ARROW */
.wc-cat-toggle::before {
    content: "▸";
    font-size: 13px;
    color: #555;
    display: inline-block;
    transition: transform 0.2s ease, color 0.2s ease;
}

/* OPEN STATE */
.wc-cat-toggle.is-open::before {
    transform: rotate(90deg);
    color: #00aeef;
}

/* EMPTY TOGGLE SPACER */
.wc-cat-toggle-spacer {
    width: 22px;
    min-width: 22px;
}

/* SUBCATEGORY INDENTATION */
.wc-block-product-categories-list--depth-1 {
    margin-left: 16px;
    margin-top: 4px;
}

.wc-block-product-categories-list--depth-2 {
    margin-left: 16px;
}

/* ACTIVE CATEGORY */
.wc-block-product-categories-list-item a[aria-current="page"],
.wc-block-product-categories-list-item.current-cat > a {
    color: #00aeef;
    font-weight: 600;
}

/* ACTIVE CATEGORY BACKGROUND */
.wc-block-product-categories-list-item.current-cat .wc-cat-flex {
    background: rgba(0,174,239,0.08);
}

/* SUBCATEGORY ANIMATION */
.wc-subcats-hidden {
    display: none;
}


/* Base reset */
.wc-block-product-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-block-product-categories-list .wc-block-product-categories-list {
  margin-top: 6px;
  padding-left: 18px;
}

/* Hide child lists by default */
.wc-subcats-hidden {
  display: none !important;
}

/* Row */
.wc-cat-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Toggle button */
.wc-cat-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.wc-cat-toggle::before {
  content: "▸";
  display: inline-block;
  transition: transform 0.2s ease;
}

.wc-cat-toggle.is-open::before {
  transform: rotate(90deg);
}

/* Placeholder for items without children */
.wc-cat-toggle-spacer {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
}

/* Make link fill remaining space */
.wc-cat-flex > a {
  flex: 1;
}

/* Count stays on the right */
.wc-cat-flex > .wc-block-product-categories-list-item-count {
  white-space: nowrap;
}

#block-19, #block-19 h2 { margin-bottom: 5px !important; }

.header6 #main-navigation-wrapper .dropdown-submenu li:hover {
    background: #00aeef !important;
}
.header6 div.headerTopSec {
  background: linear-gradient(
    45deg,
    #00aeef 0%,
    #00aeef 66.66%,
    #2a3e43 66.66%,
    #2a3e43 100%
  ) !important;
}

.header6 .navbar-collapse:before {
        width: 76% !important;
    }

.tax-product_cat .term-description > p:first-child{
  font-family: "Poppins", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    text-transform: none;
    line-height: 40px;
    color: #242424;
  position:relative;
}

.tax-product_cat .term-description{
  padding-bottom:90px !important;
}

.tax-product_cat .term-description > p:first-child:after{
  content:'';
  display:block;
  width:60px;
  height:2px;
  background:#00aeef;
  margin-top:10px;
  margin-bottom:10px;
}

.tax-product_cat ul.products li.product-category .mark, .tax-product_cat ul.products li.product-category mark{
  background:transparent !important
}

.tax-product_cat ul.products li.product-category{
  text-align:center;
  box-shadow: 0px 0px 20px -3px rgba(197.00000000000003, 191.00000000000003, 191.00000000000003, 0.75);
  transition: background 0.4s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 25px 25px 25px !important;
  border:none !important;
  background:#fff;
}

.tax-product_cat ul.products li.product-category h2{
      font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    color: #242424;
}

.tax-product_cat li.product-category > a{
    border: none !important;
    background: #fff;
    display: block;
}

.tax-product_cat li.product-category img{
      margin-top: -30px !important;
    aspect-ratio: 1 / 1 !important;
    background: #fafafa;
    border-radius: 15px !important;
    padding: 20px;
}

@media (min-width: 993px){
  .var2-nav{
    position:relative;
  }
  #menu-item-6529{
    position: static;
    min-height: 66px;
    padding: 0 !important;
    display: flex;
  }
  #menu-item-6529 > a{
    min-height: 66px;
    line-height: 66px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #main-navigation-wrapper .navbar-nav li#menu-item-6529 i{
    top:18px !important;
  }
  #main-navigation-wrapper .navbar-nav li#menu-item-6529:hover > ul.sub-menu{
    display:flex !important;
    align-items:flex-start !important;
    gap:30px !important;
  }
  #menu-item-6529 > .sub-menu{
    min-width: 100% !important;
    max-width: 100%;
    padding:30px !important;
  }
  #menu-item-6529 > .sub-menu li a{
    padding:8px 15px !important;
  }
  #menu-item-6529 > .sub-menu > li{
    width:100% !important;
    background:transparent !important;
  }
  #menu-item-6529 > .sub-menu > li > a{
    background:#00aeef !important;
    color:#fff !important;
  }
  #menu-item-6529 > .sub-menu > li > i{
    color:#fff !important;
  }
  #main-navigation-wrapper .navbar-nav li#menu-item-6529 > .sub-menu > li .sub-menu{
            display: flex !important;
        flex-direction: column !important;
        position: static !important;
        margin-top: 0;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
  }
}

.topSecLeft h3{
      margin-top: 8px;
    margin-bottom: 8px;
}

.header6 .headerTopSec:before{
  display:none !important;
}
header .logo img {margin-top: 10px !important; }
header .logo img, header .logo-menu img, header .mobile-logo-menu img {
    max-height: 81px;
    height: auto;
    max-width: 224px;
    width: 100%;
}


.single-product div.tmc.container div.col-md-4.left-column { display: none !important; }
.single-product div.tmc.container div.col-md-9 { width: 100% !important; }

.woocommerce ul.products li.product a.woocommerce-loop-product__link{
  overflow:hidden;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img{
  transition:all .5s;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img{
  transform:scale(1.05);
}

.search-btn {
    width: 24px;
    height: 24px;
}

body .inner-pages-bnr .banner-caption h1{
  text-transform:uppercase !important;
}

ul.product-categories li.cat-item .children li{
  font-size:11pt;
}

ul.product-categories .current-cat-parent > a{
  font-weight:700;
}

ul.product-categories li.cat-item .children li{
  margin-bottom:0 !important;
}

.product-categories > .cat-item.cat-parent:after{
    content: "\f078";
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
    font: normal normal normal 12px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #00aeef;
    font-size: 14px;
    cursor: pointer;
  transition:all .5s;
}

.product-categories > .cat-item.cat-parent.active:after{
  transform:rotate(180deg);
}

.product-categories .cat-item.cat-parent{
  position:relative !important;
}

.product-categories .cat-item .children{
  overflow: hidden;
    max-height: 0px;
  transition:all .7s;
}

.product-categories .cat-item.active .children{
  max-height:500px;
}


ul.product-categories li.cat-item{
  margin-bottom:10px !important;
}

.product-full-description-under-title{
      border-top: 1px solid #f2f2f2;
    border-radius: 0 !important;
    padding-top: 20px;
}

.product-desc{
   border: 1px solid #f2f2f2;
    padding: 20px 25px 0px 25px;
    background-image: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2026/02/light-gomez-1.svg);
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: 90% auto;
}

.product-desc h2{
      margin-top: 0;
    background: #2a3e43;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    position: relative;
}

.product-slider{
  width:40% !important;
}

.product-desc{
  width:60% !important;
}

.product-details-content{
  display:flex;
  gap:30px;
}

.prd-info-list{
  padding-left:0 !important;
  padding-bottom:10px;
}

.woocommerce div.product div.images{
  width:100% !important;
}

.product2_bottom{
  display:none !important;
}


@media (max-width: 1024px) and (min-width: 992px){
  .header6 a.header-requestbtn {
    padding: 20px 10px !important;
}
  #main-navigation-wrapper .nav > li > a{
    padding:0px 10px !important;
  }
  .header6 #main-navigation-wrapper .nav > li {
    padding: 22px 0px;
}
    #menu-item-6529 > .sub-menu > li {
        width: 100% !important;
        background: transparent !important;
        max-width: calc(25% - 30px) !important;
    }
  #menu-item-6529 > .sub-menu li a{
    font-size:12px !important;
  }

  #menu-item-6529 > a{
    min-height:64px !important;
    line-height:64px !important;
  }
  .header6 .navbar-collapse:before {
        width: 70%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .header6 .sticky_header a.header-requestbtn.header2-requestbtn, .header6 a.header-requestbtn.header2-requestbtn {
        padding: 20px 12px;
    }
  #main-navigation-wrapper .nav > li > a {
    padding: 4px 12px;
  }
  .header6 .navbar-collapse:before {
        width: 60%;
    }
}


.header6 a.header-requestbtn{
  padding:20px;
}

.search_lightbox_input{
  color:#fff !important;
  border-bottom-color:#fff !important;
}

.search_lightbox_input::placeholder{
  color:#fff !important;
}

.search_lightbox_input{
  outline:none !important;
}

.search_lghtbox_btn{
  filter:invert(1) !important;
}

.custom-search{
  float: right;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.topSecRight .sideOpenbtn{
  display:none !important
}

.header6Social{
  border-right:0 !important;
}

#content-wrapper div.inner-pages-bnr {max-width: 1820px; margin: 0 auto !important; }
.prd-info-list li span.meta_list:after {content: " > "; }
.prd-info-list li .meta_list:last-child::after {
    display: none !important;
    content: none !important;
}
.home6_quote input, .home6_quote textarea {border: 1px solid rgba(0, 0, 0, .1) !important;}
textarea[name="your-products"], div.discount-codes {
    display: none !important;
}
div.home6_quote { background:#fafafa; padding: 15px; } 
table.shop_table tr, table.shop_table th, table.shop_table td { -webkit-border-radius: 0 !important; -o-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;  }
.woocommerce-cart th.product-price, .woocommerce-cart th.product-subtotal {display: none !important; }
.woocommerce-cart td.product-price, .woocommerce-cart td.product-subtotal {display: none !important; }
.woocommerce nav.woocommerce-pagination ul, ul.products li.product {  border: 1px solid #d5d5d5 !important; }
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d5d5d5; } h2.woocommerce-loop-product__title { text-align: center; }
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    padding: 10px;
    height: 50px;
} .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #00adee;
    color: #fff;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 30px; padding: 0.5em 1em;
}
ul.product-categories li.current-cat a { font-weight: 700;  }
ul.product-categories li.current-cat ul.children li a { font-weight: normal;  }
footer .col-md-3.ftr-sol-column.col_width-3 { max-width: 100% !important;  }
footer div.col-md-4.ftr-about-text { max-width: 250px !important; }
footer div#block-9, footer div#block-9 ul, footer div#block-9 ul li, footer div#tmc_footer_menu-1, footer div#tmc_footer_menu-1 ul, footer div#tmc_footer_menu-1 ul li { text-align: left !important; display: block !important; }
.footer-btm { border-top: 0 !important; }
.footer-btm .f_left { float: left;}
.footer-btm .f_right { float: right;}
@media only screen and (max-width: 900px) { .footer-btm .f_left { float: none; text-align: center;}
.footer-btm .f_right { float: none; text-align: center;} }
@media only screen and (min-width: 767px) and (max-width: 900px) {.footer-btm .f_right { display: block;}}
section.vertical_titleStrip {bottom: 30% !important;}
form.wp-block-search div.wp-block-search__inside-wrapper button {    position: absolute;
  right: 0;} form.wp-block-search div.wp-block-search__inside-wrapper .wp-block-search__input {padding-right: 120px;}
ul.sub-menu.dropdown-submenu {padding: 5px !important;}
footer { margin-top: 50px !important; }
summary, span.image_hover, section.contact-box-shadow, section.vertical_titleStrip, div, p, a, ul ,li, td, img, input, button, textarea, #SR7_6_1-16, header div.var2-nav { -webkit-border-radius: 10px !important; -o-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; }
div.inner-pages-bnr {
    width: 98% !important;
    margin-left: 1% !important;
} body.page-id-1679 footer, body.page-id-6513 footer, body.home footer { margin-top: 0px !important; }
.elementor-custom-embed, .elementor-custom-embed iframe, .noround div, .noround p, .noround img, .noround ul, .noround li, .noround a, #content-wrapper, div.blog-head, section.elementor-element-adf97eb div,
header div, header p, header img, header ul, header li, header a { -webkit-border-radius: 0 !important; -o-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
section.roundsection { -webkit-border-radius: 10px !important; -o-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; }
section.roundsection div.noround.left, section.roundsection div.noround.left div { -webkit-border-radius: 10px 0 0 10px !important; -o-border-radius: 10px 0 0 10px !important; -moz-border-radius: 10px 0 0 10px !important; border-radius: 10px 0 0 10px !important; }
section.roundsection div.noround.right, section.roundsection div.noround.right div { -webkit-border-radius: 0px 10px 10px 0px !important; -o-border-radius: 0px 10px 10px 0px !important; -moz-border-radius: 0px 10px 10px 0px !important; border-radius: 0px 10px 10px 0px !important; }
@media only screen and (max-width: 1024px) {
 section.roundsection div.noround.left, section.roundsection div.noround.left div { -webkit-border-radius: 10px !important; -o-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; }
section.roundsection div.noround.right, section.roundsection div.noround.right div { -webkit-border-radius: 10px !important; -o-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; }
 
}
header nav#main-navigation-wrapper, header nav#main-navigation-wrapper div.container, #main-navigation ul#Primary li, #main-navigation ul#Primary ul, #main-navigation ul#Primary li a, #main-navigation ul#Primary li, 
header nav#main-navigation-wrapper div.container .var2-nav { -webkit-border-radius: 10px !important; -o-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; }
.header6 .navbar-collapse:before { border-radius: 10px 0 0 10px !important; }

div.footer-btm, body div.headerTopSec, div.headerTopSec div.container { -webkit-border-radius: 0 !important; -o-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
div.yellow-strip { height: 0 !important;
    padding: 0 !important;
margin-bottom: 40px !important;}
div.yellow-strip .news-time { margin-left: 10px; }
.header-info .phnClass.phn a {
    text-indent: -0.8em;
    overflow: hidden;
    display: inline-block;
}

@media only screen and (min-width: 1025px) { .min90 h5 {min-height: 90px;} .min205 p {min-height: 195px;}}
h1, h2, h3, h4, h5, h6 { text-transform: none !important; }

#teamlist div.elementor-col-25:hover h3, #teamlist div.elementor-col-25:hover a, #teamlist div.elementor-col-25:hover p, #teamlist div.elementor-col-25:hover span, #teamlist div.elementor-col-25:hover div { color:#fff !important; }
/* TOP IMAGES */
body.page-id-6368 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/scier-page.jpg) no-repeat top center !important; }
body.page-id-6386 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/JTRI4632-e1758241109456.jpg) no-repeat top center !important; }
body.page-id-6355 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/service-top.jpg) no-repeat top center !important; }
body.page-id-6362 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/vente-top.jpg) no-repeat top center !important; }
body.page-id-6224 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/engeniring-top.jpg) no-repeat top center !important; }
body.page-id-6342 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/reparation-top.jpg) no-repeat top center !important; }

body.page-id-6998 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2026/02/catalog-top.jpg) no-repeat top center !important; }
body.page-id-6379 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/JTRI4632-e1758241109456.jpg) no-repeat top center !important; }
body.page-id-1679 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/contact-top.jpg) no-repeat top center !important; }
body.single-post #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/news-top.jpg) no-repeat top center !important; }
body.page-id-6513 #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/news-top.jpg) no-repeat top center !important; }
body.blog #content-wrapper div.inner-pages-bnr, body.archive.category #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/news-top.jpg) no-repeat top center !important; }
body.woocommerce.archive #content-wrapper div.inner-pages-bnr, .woocommerce-cart #content-wrapper div.inner-pages-bnr,
body.single-product #content-wrapper div.inner-pages-bnr { background: url(https://a2com-vmin-08.newreal.be/gomezcie/wp-content/uploads/2025/11/shop-top.jpg) no-repeat top center !important; }


/* END TOP IMAGES */
@media only screen and (max-width: 900px) {#main-navigation-wrapper div.navbar-header a.panier-button{margin-top: 15px;}}
.woocommerce-shop #main .price, .woocommerce-page #main .price {color: #000;
    font-size: 12pt;}
.woocommerce-shop #main nav.woocommerce-breadcrumb, .woocommerce-shop #main h1.page-title,
.woocommerce-page #main nav.woocommerce-breadcrumb, .woocommerce-page #main h1.page-title { display: none !important; }
.quantity-cl {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f8f8;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.quantity-cl:hover {
  border-color: #00aeef;
  box-shadow: 0 0 4px rgba(0, 174, 239, 0.2);
}

.quantity-cl .plus-minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #777;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.quantity-cl .plus-minus:hover {
  background: #00aeef;
  color: #fff;
}

.quantity-cl .quantity-input {
  width: 48px;
  height: 36px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  color: #333;
  font-size: 16px;
}

.quantity-cl .quantity-input:focus {
  outline: none;
  color: #00aeef;
}
.cart-btn {
  display: block;
    margin-top: 10px;

  background-color: #00aeef;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 36px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.cart-btn:hover,
.cart-btn:focus {
  background-color: #0095ce;
  box-shadow: 0 4px 10px rgba(0, 174, 239, 0.3);
  transform: translateY(-2px);
}

.cart-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 174, 239, 0.2);
}

.cart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-desc p.price bdi {margin-top: 25px; font-size: 21pt;}
.archive ul.products li.product  a.product_type_simple {display: none !important; }
div.header-socials.footer-socials.product-socials { display: none; }
@media only screen and (min-width: 768px) {
body.wp-singular div.tmc.container.mainPadding div.col-md-8.pull-right { float: left !important; }
body.wp-singular div.tmc.container.mainPadding div.col-md-4 { float: right !important; }
}
.wp-singular #primary #main nav.woocommerce-breadcrumb { display: none; }
ul.products li.product { background: #fff; padding: 0 !important; border: 1px #f3f3f3 solid; }
ul.products li.product span.price { margin-bottom: 0 !important; padding: 10px; background:#f3f3f3;  }
.archive #primary #main h1.page-title { text-transform: uppercase; margin-bottom: 25px; }
ul.products li.product h2.woocommerce-loop-product__title { color:#00aeef; font-size: 14pt !important; padding: 0 0 10px 10px !important; }
.price del bdi { color:#999; }
.price ins, .price ins bdi { color:#000; font-size: 12pt; text-decoration: none !important; }
#woocommerce_product_categories-1 h4, .wc-block-product-filters__overlay-content h2.wp-block-heading { text-transform: uppercase; font-weight: normal; }
ul.product-categories li.cat-item { background-color: #F3F3F3; padding: 10px; color:#333; font-size: 14pt; margin-bottom: 1px; }
ul.product-categories li.cat-item a { color:#333; }
ul.product-categories li.cat-item ul.children li:before { content: " :. "; }
.widget_search .search form button, .search_layout .search form button, .wp-block-search .wp-block-search__button { background-color: #00aeef; }
.widget_search input.search_main, .widget_search .search form input, .search_layout input.search_main, .wp-block-search .wp-block-search__input { background: #2a3e42 !important; }
.widget_search .search form button, .search_layout .search form button, .wp-block-search .wp-block-search__button { background-color: #00aeef; }
h2.woocommerce-loop-product__title {}
form.woocommerce-ordering, ul.products li.product a.add_to_cart_button, p.woocommerce-result-count {display: none !important;}
body.blog .blog-list-cl, body.archive.category .blog-list-cl  {display: none !important;}
body.blog ul li.author_icon, body.archive.category ul li.author_icon   {display: none !important;}
body.single-post h6.wdt-100, body.single-post ul li.author_icon {display: none !important;}
body.single-post ul li {border-right: 0 !important;}
body.blog div.tmc.container.mainPadding, body.archive.category div.tmc.container.mainPadding {padding-top: 50px; }
body.blog div.tmc.container.mainPadding div.col-md-8, body.archive.category div.tmc.container.mainPadding div.col-md-8 {width: 100% !important;}
body.blog div.tmc.container.mainPadding div.col-md-4, body.archive.category div.tmc.container.mainPadding div.col-md-4 {display: none !important;}
body.single-post div.tmc.container.mainPadding div.col-md-8 {width: 100% !important;}
body.single-post div.tmc.container.mainPadding div.col-md-4 {display: none !important;}
@media (max-width: 680px) { div.logoSec a::after {display: none !important;} div.mainPadding {padding-top: 0 !important; } body div.tmc.container .entry-content div.text_block.wpb_text_column.clearfix {padding-top: 0 !important; }
body.home #content-wrapper {padding-top: 100px !important; }}
@media (max-width: 1024px) {
  .initialblock div.elementor-column-gap-default {
    display: flex;
    flex-direction: column;
  }

  .initialblock div.elementor-column-gap-default > .elementor-col-50:first-child {
    order: 2; /* move first block below */
  }

  .initialblock div.elementor-column-gap-default > .elementor-col-50:last-child {
    order: 1; /* move second block to top */
  }
}

.inner-box:hover h5 { color:#fff !important; }
/* div.logoSec a::after {content: "Vente - Fabrication - Réparation - Location"; display: block; position: absolute; color: #00aeef; text-transform: uppercase; font-size: 8pt; margin-top: 5px; white-space: nowrap; } */
@media (min-width: 800px) and (max-width: 1024px) {div.logoSec {margin-top: 15px; }}
@media (min-width: 768px) and (max-width: 800px) { div.addressSec { margin-left: 25px; }}
@media (min-width: 481px) and (max-width: 767px) { div.logoSec a { float: left; }}
body .inner-pages-bnr .banner-caption { max-width: 100% !important; left: 0; right: 0; text-shadow: rgba(0,0,0,0.65) 1px 1px 2px;  }
body .inner-pages-bnr .banner-caption h1 { text-shadow: rgba(0,0,0,0.65) 1px 1px 2px;
    margin: 0 auto;
    width: auto;
    display: inline; }
    body .inner-pages-bnr .banner-caption h1::after {background: transparent !important; padding: 0; display:block; content: "";width: 100%;
    height: 1px;
    line-height: 1px;
    margin-top: -10px;}
@media (min-width: 1024px) {.hp_block { display: block; min-height: 110px; }}

#SR7_6_1 sr7-content { width: 100% !important;  left: 50% !important; transform: translateX(-50%); max-width: 1780px !important; margin: 0 auto; }
nav.slideInDown {
  position: fixed !important;
  top: 0; background: transparent !important;
    box-shadow: none !important;
  z-index: 99; /* keep it above other elements */
}
.header6Social a:hover{
  color:#2a3e43 !important;
} .modal-dialog { margin: 0 !important; } .modal-body h3 { display: none !important; }
.newsbox .col-md-4 { max-width: 400px; } .boxshadow img { -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.37); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.37); box-shadow: 0px 0px 10px rgba(0,0,0,0.37); }
.home ul.products { display: flex !important; }
.product2_bottom a.add_to_cart_button, .product_style2 .woocommerce ul.products li.product .price { font-size: 0;  } 
.product_style2 .woocommerce-loop-product__titl h4 { color: #00aeef; }
.product_style2 .woocommerce ul.products li.product .price::before { content: "Prix : "; font-size: 16px !important;  }
.product_style2 .woocommerce ul.products li.product .price span,
.product_style2 .woocommerce ul.products li.product .price del {
  font-size: 16px !important;  color: #ff0000 !important;
} 
.product_style2 .woocommerce ul.products li.product .button {background: #00aeef !important;}
.product_style2 .woocommerce ul.products li.product .button:hover {color: #00aeef !important; background: #fff !important;}
.product2_bottom a::after {
  content: "+";   /* new text */
  font-size: 16px; /* restore font size */
}.titlegap .elementor-counter-title { padding-left: 180px; }
.fourboxes div.elementor-col-25:hover h5 a { color:#fff !important; } 
.fourboxes div.elementor-col-25 p:hover a u { color:#00AEEF !important; } 
.titlegap .elementor-counter-number-wrapper { width: 170px; text-align: right; }
.titlegap .elementor-counter-number-wrapper span { display: inline-block; }
.titlegap .elementor-counter-number-prefix {display: inline-block !important;}
.m2 .elementor-counter-number-suffix { font-size: 36px; }
.elementor-counter-number-wrapper { font-size: 50px !important; position: absolute !important; }
@media (min-width: 1400px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px !important;
}
    .container {
        width: 1400px !important;
        padding: 0px;
    }
}
.newsbox .row {
  display: flex;
  flex-wrap: wrap;   /* keeps them responsive */
  gap: 1%;         /* optional spacing between boxes */
}

.newsbox .news-column {
  flex: 1 1 23%;     /* 4 columns in a row, responsive */
  display: flex;     
  flex-direction: column; background: #fff !important; padding: 0 !important; /* margin: 0 1%; width: 23%; */ }
.newsbox div.news-column h6, .newsbox div.news-column p {padding: 0 10px !important; }
div.yellow-strip ul { display: none !important; }
.yellow-strip .news-time { padding: 5px !important; }
.hm7TestimonialArrow .next_prve_control i {
    color: #00aeef !important;
} i.fas.fa-quote-left {display: none;}
.hm7TestimonialArrow { background: #d3d3d3 !important; }
.logo { margin: 0 !important; } .logo img { margin-top: 30px !important; }
@media (max-width: 767px){
  .col-md-3.ftr-sol-column.col_width-3{
    max-width: 100% !important;
    text-align:center !important;
  }
  .contact-list li{
    justify-content:center;
  }
  #block-10 figure, #tmc_footer_menu-1, footer .ftr-follow-column{
    text-align:center !important;
  }
}

.phone-top{
      position: absolute;
    right: 70px;
    top: -44px;
    font-size: 25px;
    color: #00aeef;
}

@media (min-width: 726px){
  .phone-top{
    display:none;
  }
}

@media only screen and (min-width: 260px) and (max-width: 725px) {
    .navbar-default .navbar-toggle .icon-bar {
        background: #00aeef !important;
  }
  .navbar-default .navbar-collapse{
    margin-top:20px !important;
  }
}

@media only screen and (min-width: 260px) and (max-width: 725px) {
    .navbar-default .navbar-toggle {
        position: absolute;
      top: -65px;
      right: 15px;
    }
}


div.var2-nav div#main-navigation a.header-requestbtn { color:#fff !important; min-height:66px;display: flex;
    align-items: center;}
@media only screen and (min-width: 992px) {
   body .header6 #main-navigation-wrapper .dropdown-submenu li a:hover, .header6 #main-navigation-wrapper .dropdown-submenu li a:focus, .header6 #main-navigation-wrapper .dropdown-submenu li a:active {
        background-color: #00aeef !important;
        text-decoration: none;
    }
}
.footer-btm { color:#fff; text-align: center; }
.footer-btm a { color:#fff; text-decoration: underline; }
.footer-btm a:hover { color:#00aeef; }
@media only screen and (min-width: 993px) {.headerMiddleSec ul.header-info { margin-top: 30px !important; }}
@media only screen and (max-width: 992px) {.headerMiddleSec ul.header-info { margin-top: 10px !important; }
  .header6 .clicked_back_color {
        background-color: #00aeef !important;
    }
      .header6 #main-navigation-wrapper .navbar-collapse {
        background: #00aeef;
  } header ul#Primary { background: #fff !important; }
  #main-navigation-wrapper .nav > li > a {
    border-bottom: 1px solid #00aeef !important; }
  header div.navbar-header {
        background: #00aeef !important;
    }
}
.ftr-section h6 {
      color: #00aeef;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-text{
  color: #fff:
}
.contact-list li {
  margin: 1rem 0; 
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 16px;
}

.contact-list i {

  color: #00aeef;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}


@media (min-width: 992px) {
    .col-md-4 {
        width: 25%;
  }}
@media (min-width: 992px) {
    .col-md-2 {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}
.header6 #main-navigation-wrapper .dropdown-submenu li a:active {
background-color: #2a3e43 !important;
}

.header6 #main-navigation-wrapper .nav .current-menu-item >a {
  color: #00aeef;
}
.header6 #main-navigation-wrapper .dropdown-submenu li a{
  text-transform: none;
}

.header6 #main-navigation-wrapper.navbar-default .navbar-nav > li.current_page_parent.current-menu-ancestor.current-menu-parent > a {
  color: #00aeef;
}

.topSecLeft h3 {
  color: #fff;
  text-transform: none;
}

.ic-bar {
 display: none;
}

div.col-md-5.col-sm-12.col-xs-12.topSecRight{
  padding-top: 10px;
}

@media (max-width: 725px) {
    .header6 .addressSec {
      display: none;
  }}
@media (max-width: 480px) {
    .header6 .logoSec {
  }}
#main-navigation-wrapper.navbar-default{
  background: none !important
   
}

@media only screen and (max-width: 1024px) { 
  .boxshadow img { max-width: 90% !important; }
  .mobiledivs .elementor-container, .mobiledivs .elementor-container div {
    display: block !important; width: 100% !important; }
  .mobiledivs .elementor-container div img {opacity: 0 !important; }
  .product_style2 .woocommerce ul.products li.product .price::before {
   display: none;
}
.logo img {
    margin-top: 15px !important;
}
  .newsbox .col-md-4 { max-width: 360px; }
}

@media only screen and (max-width: 680px) { 
  div.var2-nav {top: 75px !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 8;}
  div.var2-nav #main-navigation {padding: 0 !important;
    margin-top: 0 !important;}
  #main-navigation-wrapper div.navbar-header { position: fixed; z-index: 9; top: 70px; }
  header.header6 { position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 99; padding-bottom: 10px !important; }
  div.tmc.container .entry-content div.text_block.wpb_text_column.clearfix  { padding-top: 100px !important; }
  .titlegap .elementor-counter-title { line-height: 30px; margin-bottom: 10px; }
  .home .elementor-icon-wrapper {display: none !important;}
  .home .hm1_counter_box  ul.products {
    display: block !important; }
  .hm1_counter_box section { margin-bottom: 0px !important; }
}








@media (max-width: 991px){
  .left-column h4{
    float:none !important;
  }
  .product-details-content{
    flex-direction:column !important;
  }
  .product-slider, .product-desc{
    width:100% !important;
  }
  .product-desc{
    margin-bottom:40px !important;
  }
}
div.grecaptcha-badge {visibility: hidden;}