/*
    Template:       cosy
    Theme Name:     Cosy Child
    Version:        1.0
    Text Domain:    cosy-child
    Domain Path:    /languages/
*/

/* Global*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url('https://fonts.googleapis.com/css2?family=Alike&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body { overflow-x: hidden; font-family: "Montserrat" !important; font-weight: 400}  
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, .page-title { font-family: "Montserrat" !important; }
input, button, select, textarea { font-family: "Montserrat" !important; }
p { font-weight: 400 }

.flag-section { position: absolute; top: calc(50% - 10px); right: 30px; float: right; }

/* Headings */
.la-headings .heading-tag { margin: 0 0 20px; }
.heading-tag { font-size: 36px; line-height: 42px; }

/* Buttons */
.btn { padding: 10px 30px; }
.btn.btn-xs { padding: 8px 20px; } 
.searchform-fly-overlay .btn-close-search { color: #ccc; }
input[type="submit"],
button[type="submit"],
.custom-button a {  border: 1px solid #fff !important; background: #043087 !important; color: #fff; text-transform: uppercase; }
input[type="submit"]:hover,
button[type="submit"]:hover {  border: 1px solid #fff !important; background: #ff9933 !important; color: #fff;}
.custom-button a:hover { border: 1px solid #fff !important; background: #ff9933 !important; color: #fff; }
/* Header */
.menu { position: relative; z-index: 2 }
.site-main-nav .main-menu li a {font-weight: 600; color: #fff;}
.site-main-nav .main-menu li ul.sub-menu li a { color: #043087; }
.site-header .site-header-inner { border:0 !important; }
body.home .site-header .site-header-inner { position: absolute; }
body.home .site-header .site-header-inner { background: rgba(51,51,102,0.7); } 
.site-header .site-header-inner { background: rgba(51,51,102,1); }
body.home .site-header.is-sticky .site-header-inner, 
.site-header.is-sticky .site-header-inner { background: rgba(51,51,102,1); }  
.site-main-nav .main-menu > li.active > a:after, 
.site-main-nav .main-menu > li:hover > a:after { background: #ff9933 }

.logo--normal { width: 120px; }
.logo--normal img { width: 100%; max-width: 120px;}
.logo-text { display: block; float: left; padding-top: 70px; padding-left: 15px; font-weight: 500; font-size: 15px; color: #092e86; }
.site-branding img { max-width: 120px; }

.site-main-nav .main-menu > li > a { letter-spacing: inherit !important; }
.site-header .header-middle, .site-header .header-right { padding: 40px 0; }
.enable-header-sticky .site-header.is-sticky .header-middle, 
.enable-header-sticky .site-header.is-sticky .header-right {padding: 40px 0; }
.features-box .icon-boxes-inner {  padding: 20px; text-align: left; min-height: 400px;}
.features-box .icon-boxes-inner .box-icon { display: block; margin: 0 auto; max-width: 65px; }
.features-box .icon-heading { margin-bottom: 15px !important; text-align: center; margin-bottom: 2px !important;}

.features-box .icon-boxes-inner h4{margin-top:0px ; text-align: center;}
.features-boxes .wpb_wrapper { text-align: center; }
.features-boxes .wpb_wrapper i { color: #ff9933; font-size: 16px; }

.site-header-mobile .mobile-menu-wrap { z-index: 999; }
.site-header-mobile .site-header-inner, .site-header .site-header-inner { z-index: 111; } 

.custom-iconsection .box-contents h3{ color: #ff9933;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
  font-size: 20px;
    line-height: 25px;}
/* 3 Banners Box*/
.baseline-text { text-align: center; }
.baseline-text .wpb_wrapper { margin-bottom: 100px; margin-top: -40px; }
.baseline-text h1 { display: inline-block; padding: 15px 30px; background: rgba(51,51,102,0.7); color: #fff; font-size: 26px; margin: 0;}
.la-banner-box .box-inner .banner--info { text-align: left; }
.banner-box-1 .btn-wrapper .btn.btn-style-outline.btn-color-white2:hover { background:#ff9933 !important; border-color: #fff !important }
.banner-box-2 .btn-wrapper .btn.btn-style-outline.btn-color-white2:hover { background: #043087 !important; border-color: #fff !important }
.banner-box-3 .btn-wrapper .btn.btn-style-outline.btn-color-white2:hover { background: #99cc33 !important; border-color: #fff !important} 

/* Newsletter */ 
.wpcf7-form-control-wrap .wpcf7-not-valid-tip { font-size: inherit; }
.newsletter-form { position: relative; }
.newsletter-form p { margin: 0;  }
.newsletter-form span.email { display: block; position: relative;} 
.newsletter-form span.email input[type="text"],
.newsletter-form span.email input[type="email"] { border-width: 2px; padding: 15px 120px 15px 50px; }
.newsletter-form span.email:before{ content: "\f003"; font-family: "FontAwesome"; position: absolute; left: 20px; top: 17px; font-size: 20px; line-height: 20px; }
.newsletter-form input[type="submit"] {border: none !important; background: none !important; color: #043087 !important; margin: 0 !important; width: 120px; display: block; padding: 14.5px 0; line-height: 21px; background-color: transparent; position: absolute; right: 0; top: 0; }
.newsletter-form input[type="submit"]:hover { background: #043087 !important; color: #fff !important; }
.wpcf7-response-output  { margin: 0 !important; padding: 5px 15px !important;  font-size: 16px;}
.wpcf7-response-output.wpcf7-validation-errors { border-color:#f00 !important; color: #f00 !important } 
.wpcf7-response-output.wpcf7-mail-sent-ok { border-color:#398f14 !important; color: #398f14 !important } 
.open-newsletter-popup .btn-close-newsletter-popup { color: inherit !important; top: 10px; right: 10px; }
.open-newsletter-popup .btn-close-newsletter-popup span { font-size: 24px; line-height: 30px; text-align: center; } 
/* Call To Action */
 .call-action-wrap h2 {font-family: "Playfair Display", serif;}
 
/* Footer */
.site-footer { font-size: 14px; } 
.footer-top { padding-bottom: 70px; }
.site-footer .widget .widget-title { font-size: 18px; padding-bottom: 15px; border-bottom: 1px solid #fff; position: relative; }
.site-footer .widget .widget-title:after { display: block; width: 60px; height: 5px; position: absolute; left: 0; bottom: -3px; content: ""; background: #fff; }
.site-footer .widget { font-size: 14px !important; line-height: 24px !important; margin-bottom: 15px; }
.site-footer .widget .widget-title,
.site-footer .widget .widget-title a { color: #fff; }
.site-footer .widget .widget-title a:hover { color: #ff9933;}
.site-footer .menu li { margin-bottom: 10px; } 
.site-footer .menu-half-col .menu li ,
.site-footer .menu-half-col .menu li a { text-transform: none !important;}
.site-footer .la-contact-item { margin-bottom: 15px; }
.la-footer-3col444 .footer-bottom { border-color: #666 }
.social-media-link { margin-bottom: 20px; }
.social-media-link a { display: inline-block; text-align: center; width: 36px; height: 36px; line-height: 36px; border:1px solid #666; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.social-media-link a:hover { background: #ff9933; color: #fff; }
.footer-bottom { background: #043087; }
.backtotop-container a { border: 1px solid #fff !important;  background: #043087;} 
.enable-header-sticky .site-header.is-sticky .site-header-inner {border-bottom: medium solid #043087; } 
.footer-bottom {text-align: center; }
.call-action-wrap {background-size: cover; }
.tp-caption.tp-resizeme.tital-header { background: #092e86 none repeat scroll 0 0; opacity: 1 !important; padding: 5px 15px !important; }
.rev_slider .tp-caption:not(.tital-header) { background: #092e86; padding: 10px 15px !important; }
.la-unit-responsive.box-description.margin-top-0.padding-top-0 > h4 { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 24px; }
.backtotop-container.show .btn-backtotop:hover {
    background: #ff9933;
}
/*   Site map  */
.sitemap-menu .wpb_content_element { border:0 !important; padding: 0 !important }
.sitemap-menu ul { list-style: none; padding: 0; margin: 0; position: relative; margin-bottom: 10px; }
.sitemap-menu ul:before { border-left: #1a75bc solid 1px; -webkit-height:calc( 100% - 24px); height:calc( 100% - 24px); top: 10px; }
.sitemap-menu ul ul { padding-top: 4px; display: block !important; }
.sitemap-menu ul ul:before { top: -14px; left: -16px; height:100%; }
.sitemap-menu li { padding-left: 50px; position: relative; }
.sitemap-menu li li { padding-left: 45px; }
.sitemap-menu li:before, 
.sitemap-menu li:after, 
.sitemap-menu ul:before { position: absolute; content: ''; }
.sitemap-menu li:before { height: 1px; border-top: #1a75bc solid 1px; width: 25px; left: 0; top: 10px; }
.sitemap-menu ul ul li:before { width: 42px; left: -16px; }
.sitemap-menu li:after { width: 18px; height: 7px; background: #555; left: 25px; top: 7px; }
.sitemap-menu li li:after { width: 15px; }
#menu-sitemap_menu > li > a { font-size: 16px; }
#menu-sitemap_menu > li > ul > li > a { font-size: 15px; }
#menu-sitemap_menu a { color: #676767; }
#menu-sitemap_menu a:hover { color: #337ab7;}

/* Blog Page */
.search-form .search-button,
.search-form .search-button:hover { background: none !important; border: 0 !important; }  
.blog-main-loop.blog-list_1 .loop-item { width: 100%; float: none; } 
.post-navigation { border: 1px solid #043087; padding: 20px; background: #f8f8f8} 

.customstrong strong{padding-top:10px; color:#043087;}


/*   Blog Page */
.blog-main-loop .post-item .entry-excerpt { font-family:  "Roboto Condensed", sans-serif;  }
.blog-main-loop .post-item .btn.btn-outline:hover, .nosDerniers .btn.btn-outline:hover { background-color: #ff9933; border-color: #ff9933; }
.blog .widget-title { color: #ff9933; }
/*   Contact */
.page-id-779 .wpcf7-form input[type="submit"]:hover { background-color: #ff9933 !important; }

.section-page-header{border-color:#f1f1f1;}
.comment-respond p.comment-form-url { clear: both; }
.backtotop-container.show .btn-backtotop span { color: #fff !important;  }

/* Distributor */
.distributor-info, .distributor-timetable { padding-left: 30px; }
.distributor-info h3, 
.distributor-timetable h3 { margin: 0 0 15px; position: relative;}
.distributor-info h3 .fa,
.distributor-timetable h3 .fa { position: absolute; left: -30px;}  
.distributor-info .address, 
.distributor-info .email, 
.distributor-info .phone  { position: relative; padding-left: 20px; margin-top: 15px; }
.distributor-info .address .fa, 
.distributor-info .email .fa, 
.distributor-info .phone .fa { position: absolute; left: 0;} 
.distributor-info .email a,
.distributor-info .phone a { color: #ff9933; text-decoration: none;}
.timetable { border: 1px solid #ccc; padding: 15px;  }
body.single-distributeur .map-popup .btn.btn-outline { display: none !important } 


/*   Popup  */
@media screen and (min-width: 641px) {
    #lightcase-case, #lightcase-case > div, #lightcase-case .lightcase-inlineWrap { max-width: 600px !important; }
    /*.lightcase-contentInner, #lightcase-case .lightcase-inlineWrap { max-height: 340px !important; }*/
    #lightcase-case h2 { margin-top: 0; margin-bottom: 0; }
    .page-content div.cat_image { float: left; padding-right: 20px; max-width: 50%; }
    .wooas { clear: both; padding-top: 5px; }
}

@media screen and (min-width: 800px) {
  .rev_slider .tp-caption:not(.tital-header) br { display: none; }
}

@media screen and (max-width: 799px) {
  .rev_slider .tp-caption:not(.tital-header) { text-align: center !important; font-size: 20px !important; margin-top: 5px !important; }
}


@media(max-width:1200px) { 
    .mega-menu > li { padding: 0; }
    .mega-menu > li > a { padding-right: 15px; padding-left: 15px;}     
}

@media(max-width:1050px) { 
    .la-showposts { padding: 0 40px; } 
    .la-showposts .slick-slider button.slick-prev  { left: -40px; }
    .la-showposts .slick-slider button.slick-next  { right: -40px; }   
    .box-inner .subheading-tag .la-text { font-size: 20px !important; line-height: 24px !important;}
    .tp-caption.tp-resizeme.tital-header { line-height: 0.9em !important; }
    .logo-text{padding-top:50px;}

    .site-main-nav { margin-right: 40px; }
    .flag-section { right: 20px; }

}
@media(max-width:991px) { 
    .btn { padding: 8px 15px; }    
    .features-box { float: none !important; width: auto !important; }
    .features-box .icon-boxes-inner { min-height: inherit; } 
    .box-inner .subheading-tag .la-text { padding-right: 15px !important }
    .distributor-info, .distributor-timetable { margin-top: 30px }
    .flag-section { right: 80px; }
    .site-header-mobile .header-main .header-right { padding: 42px 0 0; }
}

@media(max-width: 767px) { 
    .backtotop-container .btn-backtotop { width: 32px; height: 32px; line-height: 32px; } 
    div.tparrows { display: none !important; }
	.term-description { padding-top: 30px; }
	div#blog_content_container { padding-top: 40px; }
}

@media(max-width: 479px) { 
   
    .rev_slider .tp-caption:not(.tital-header) { font-size: 16px !important; }

} 

.lightcase-contentInner {
    background: #fff !important;
}
#lightcase-case {
    text-shadow: none !important;
}
/* Google Map */
body.page-template-template_distributeur .site-main { padding-top: 0; padding-bottom: 0; }
.map-wrapper .row { margin-right: 0; margin-left: 0; } 
.map-wrapper div[class^="col"] { padding: 0; }
#map-container { overflow: hidden; }
#map {width: 100%; height: 520px; } 
/* Map Filter*/
.filters-wrap { position: relative;} 
.map-filter.map-fullsize { position: absolute; right: 0; z-index: 1; top: 0; width: 100%; max-width: 380px; }
.main-filter, 
.sub-filter { padding: 18px 15px; background:#043087; display: table; width: 100%; } 
/*.main-filter .search_form,
.sub-filter .search_form  { padding-right: 15px; width: 50%; float: left; position: relative;} */
.main-filter .search_form,
.sub-filter .search_form  { width: 100%; position: relative;} 
.search_form select { width: 100%; font-weight: 400; color: #000; height: 40px;}
.main-filter .select2-container,
.sub-filter .select2-container { background: #fff;  } 
.sub-filter { background:#5f6c74; } 
.sub-filter.state-filter .search_form:after { display: block; content: ""; position: absolute; width: 10px; top: -15px; left: 0; right: 0; margin: 0 auto; border-top: 10px solid #29363e; border-left: 10px solid transparent; border-right: 10px solid transparent; }
.form-title { color: #fff; font-size: 16px; }

/* Filters Selectbox*/
.select2-selection__rendered { text-transform: uppercase; }  
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-left: -10px !important; margin-top: -4px !important }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 8px 8px 0 8px !important; border-color: #1260a0 transparent transparent transparent !important;}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-width: 0 8px 8px 8px !important; border-color: transparent transparent #1260a0 transparent !important;}
.main-filter .select2-selection { padding-left: 20px; }
.main-filter .select2-selection:before { position: absolute; left: 10px;  top: 10px; display: block; font-family: "FontAwesome"; font-size: 18px; }
.main-filter .search_form.country-filter .select2-selection:before { content:"\f041"; }
.main-filter .search_form.member-filter .select2-selection:before { content:"\f007"; }

/* Map CSS */
.map-info-view > div, 
.map-info-view > div > .gm-style-iw { width: 280px !important; }
.map-info-view > div > .gm-style-iw { border: 1px solid #092e86 !important; background: rgba(255,255,255,0.9) !important; overflow: visible !important}
.map-info-view > div > div:first-child { display: none !important; }
.map-info-view > div > .gm-style-iw + div {right:0 !important; top: 0 !important; width: 20px !important; height: 20px !important; background: url('assects/images/close.png') no-repeat center center; background-size: 20px; opacity: 1 !important; z-index:222 !important;}
.map-info-view .gm-style-iw + div img {visibility: hidden;}
/*.map-info-view .gm-style-iw + div + img {visibility: hidden; position: absolute !important; right: -30px !important; z-index: 111 !important; top: -5px!important; }*/
.map-popup { padding: 20px; position: relative;}
.gm-style-iw:after { display: block; content: ""; position: absolute; width: 8px; bottom: -9px; left: 0; right: 0; margin: 0 auto; border-top: 8px solid #092e86; border-left: 8px solid transparent; border-right: 8px solid transparent; }
.map-popup h4 { font-size: 20px; line-height: 34px; font-weight: 400; color:#043087; margin: 0 0 5px; padding: 0; letter-spacing: 0;}
.map-popup h4:after { display: none !important }  
.map-popup p:last-child,
.map-popup p:last-of-type { margin-bottom: 0; }
.map-popup .btn.btn-outline { margin-top: 15px; }
.map-popup .member-logo-image { position: absolute; right: 10px; top: 50%; max-width: 200px !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center;}
.map-popup .member-logo-image img { max-height: 80px; display: block; margin: 0 auto 10px; max-width: 100%; }  
.map-popup .member-logo-image a { display: inline-block; padding: 8px 15px; color: #1e79c4; background: transparent; border: 2px solid #1e79c4; text-decoration: none; -webkit-border-radius: 3px; border-radius: 3px;}
.map-popup .member-logo-image a:hover { background:#1e79c4; color: #fff;  }
.map-popup .member-logo-image a i { margin-left: 5px; vertical-align: middle; } 

.blog .entry-thumbnail.blog-item-has-effect { max-height: 300px; overflow: hidden; }

ul.bullet li::before {
  content: "\f06c";
   font-family: FontAwesome;
  color: #ff9933; /* or whatever color you prefer */
   position: absolute;
    margin-left: -20px
}
ul.bullet {
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0;
}

ul.bullet li{
    padding-left: 20px;
}
.nopadding{margin-bottom: 5px !important; }
.wc-toolbar .wc-toolbar-right { display: none;}


.wooas-container ul.alphabets li:first-child{ display: none;}
.orange{color:#ff9933 !important;}
.page-id-1434 .site-main{ padding-bottom: 0px;} 
.bannerMain { background-size: cover; }
.banner-text { color: #fff; text-align: center;}
.banner-text h2,
.banner-text h3 { background:rgba(10,46,134, 0.8); padding: 10px 20px; display:table; margin: 0 auto 10px; color: #fff;} 
.banner-boxes .box-inner { background: rgba(51,51,102, 0.7);  -webkit-transition: all 0.4s; transition: all 0.4s;}
.banner-boxes .box-inner:hover {background: rgba(255,153,51, 0.8); }
.banner-boxes .box-inner:hover .orangebutton { background: #043087 !important }
.widget_archive .menu a { text-transform: capitalize; }
/* Sticky Button Right */ 
.sticky-button { position: fixed; right: -160px; top: 39%; z-index: 111; transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.mobile-button  { padding: 10px 10px 10px 25px; max-width: 180px; font-size: 14px; line-height: 20px; font-weight: 500; text-transform: uppercase;color: #fff; position: relative; right: 0px; margin-bottom: 8px; cursor: pointer; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s;}  
.mobile-button  a { color: #fff; text-decoration: none; }    
.contact-button, 
.contact-button .icon-cirlce { background: #043087; }
.telephone-button, 
.telephone-button .icon-cirlce { background: #99cc33; }
.newsletter-button,
.newsletter-button .icon-cirlce { background: #ff9933; }
.newsletter-button { border-bottom: 0; }
.icon-cirlce {width: 50px;height: 50px;-webkit-border-radius: 50px; border-radius: 50px;position: absolute;left: -25px;display: block;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 24px;line-height: 50px;text-align: center;} 
.bannerMain.vc_custom_1496643830915 .wpb_content_element { margin-bottom: 0; }  

.lightcase-contentInner,
.lightcase-inlineWrap { height: auto !important; } 
.newsletter-popup-content { margin-bottom: 15px; }
.newsletter-popup-content + label { position: relative !important; bottom: inherit !important; }
.mask { position: fixed; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; display: none; }

/**************************************
    E-BOOK SECTION CSS HERE (03 OCT 2018) 
***************************************/
.top-paragrph {
    color: #043087;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 30px;
}
.ebook-section .ebook-box {
    margin-bottom: 20px;
    text-align: center;
    background: #f2f2f2;
    padding-top: 20px;
}
.ebook-section .ebook-box .ebook-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
}
.testimonial_content p strong {
    color: #043087;
}
.testimonial_btn_row .testimonial_center_btn a.vc_general {
    background: #043087;
    border-color: #043087;
}
.testimonial_btn_row .testimonial_center_btn a.vc_general:hover {
    border-color: #f90 !important;
    background-color: #f90 !important;
}
.ebook-section .ebook-short-desc p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}
.ebook-section .ebook-image img {
    max-height: 240px;
}
.ebook-section .ebook-short-desc {
    padding: 0 7px;
}
.ebook-section .ebook-button a {
    display: inline-block;
    margin: 20px 0;
    padding: 5px 15px;
	text-transform: uppercase;
}

.back-btn {
    border: 1px solid #fff !important;
    background: #043087 !important;
    color: #fff;
    padding: 10px 20px;
	text-transform: uppercase;
}
.back-btn:hover {
    border: 1px solid #fff !important;
    background: #ff9933 !important;
    color: #fff;
}
.ebook-detail-section .ebook-title h2 {
    color: #043087;
    font-weight: 500;
}
.ebook-full-desc p, .ebook-full-desc ul li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}
div#wpcf7-f1359-p527-o2 .wpcf7-response-output {
    margin-bottom: 15px !important;
}
#ebook-subscription-form #submitForm {
    background: #ff9933 !important;
}
.ebook-detail-section .ebook-image {
    text-align: center;
}
.ebook-detail-section .ebook-image img {
    width: auto;
}
.footernewslatter p {
    padding-bottom: 10px !important;
}
form.wpcf7-form.invalid .footernewslatter p {
    padding-bottom: 30px !important;
}
form.wpcf7-form.invalid .footernewslatter .cf7sr-recaptcha {
    margin-bottom: 20px;
    margin-top: 10px;
}
.footernewslatter .cf7sr-recaptcha {
    margin-bottom: 25px;
}
.ebook-subscription-section {
    margin-top: 30px;
}
.ebook-subscription-form {
    width: 100%;
    margin: 10px auto;
    background: #f2f2f2;
    padding: 0 20px 20px;
}
.wpcf7-form-control-wrap.emailaddress {
    margin-bottom: 20px;
}
.ebook-subscription-form-header {
    font-size: 22px;
    color: #043087;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}
#ebook-subscription-form #submitForm {
    display: inherit;
    margin: 0 auto;
}
.ebook-subscription-form textarea {
    height: 120px;
}
.clientaddsucess {
    background-color: #f1fff0;
    border: 1px solid #a8d144;
    margin: 0px 0px 15px;
    padding: 10px 10px;
    color: #85af31;
    border-radius: 3px;
    width: 100%;
    display: block;
}
.loaderimage{position: fixed; top: 0; bottom: 0; right: 0; left: 0;background: rgba(0,0,0,0.3);}
.loaderimage img{position: absolute;top: 50%; left: 50%; transform: translate(-50%,-50%);}


.ebook-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ebook-section .ebook-box {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    padding-bottom: 80px;
    position: relative;
}
.ebook-section .ebook-button {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.ebook-subscription-header {
    color: #043087;
    text-align: center;
}
.ebook-subscription-header .larger-text {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
}
.ebook-subscription-header .small-text {
    font-weight: 500;
    font-size: 16px;
}
.ebook-subscription-footer {
    color: #043087;
}
.ebook-subscription-footer .footer-text {
    font-weight: 500;
    font-size: 10px;
}
.woocommerce-cart #shipping_method li label[for*='_chrono']:before{
	display:none;
}
.ebook-subscription-footer .footer-text a {
    text-decoration: underline;
}
.ebook-subscription-footer .footer-text a:hover {
    color: #ff9933 !important;
}

@media(min-width: 991px) {
.hidden-desktop { display: none !important; }  
}

@media(max-width: 991px) {
  .site-content .vc_custom_1496387351026 { padding-bottom: 20px !important } 
  .box-inner .subheading-tag .la-text { padding-right: 60px; font-size: 16px !important; line-height: 20px !important }
  .box-inner .subheading-tag .la-text { font-size: 14px !important; line-height: 20px !important; margin: 5px 0 !important; }  
  .icon-cirlce { font-size: 20px; line-height: 50px; width: 50px; height: 50px; left: -25px; }  
  .bannerMain.vc_custom_1496987492849 { padding-top: 150px !important }  
}
@media(max-width: 767px) {
  .site-main { padding-top: 0; }
  .bannerMain.vc_custom_1496643830915 { padding-top: 40px !important; } 
  .bannerMain.vc_custom_1496643830915 .wpb_content_element { margin-bottom: 15px; }    
  .box-inner .subheading-tag .la-text { font-size: 20px !important; line-height: 24px !important; margin: 15px 0 !important} 
  .la-banner-box .banner--info { width: 100%; left: 0; padding-left: 15px;}
  .map-filter.map-fullsize { position: relative; max-width: inherit; z-index: inherit; }
  .single-post-detail .comments-area .form-submit { float: none }

}

@media(max-width: 479px) {
  .single-post-detail .comments-area .comment-form-author,
  .single-post-detail .comments-area .comment-form-email { float: none; width: auto; }
}

.page-id-1070 h3{margin-top:0px;}
.title-related, #reply-title{color:#ff9933;}
.sidebar-inner .widget .widget-title, .sidebar-inner .widget .widget-title span{ color:#ff9933;}
.entry-meta-footer{border:none; margin-bottom:10px;}
.section-page-header .page-title{margin-top:12px;}
.term-description a{color:#ff9933; text-decoration: underline;}
.term-description a:hover{color:#092e86; text-decoration: none;} 
.costomtext { padding: 20px 20px 20px 170px; margin-top:15px; background: #f2f2f2; color: #092e86; position: relative;}
.costomtext .author { background: #fff; max-width: 120px; max-height: 120px; overflow: hidden; border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px; position: absolute; left:20px; top: 20px;}

.product-link-blue a { color: #ff9933; text-decoration: underline; }     
.product-link-blue a:hover { color: #092e86; text-decoration: none; }

iframe, video { width: 100%; min-height: 200px; } 
.wp-pagenavi {margin-top:30px; text-align: center;}
.wp-pagenavi a, .wp-pagenavi span{color: #fff !important; border: 0 !important; margin: 0 5px !important; padding: 6px 12px !important; text-decoration: none !important; background: #043087; display:inline-block;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {background: #ff9933; color: #fff !important;padding: 6px 12px !important; border:0 !important;}
.wc-tabs-wrapper{border:0px !important; margin: 0px !important;}

.single-product .product_meta{display:none;}
.product--summary .product-share-box{margin-top:5px;} 
.single .entry-meta-footer .social--sharing{opacity:1 !important;visibility:unset!important;}
.entry-meta-footer .social--sharing { background: transparent; }
.entry-meta-footer .social--sharing a { color: inherit; }
.entry-meta-footer .social--sharing a:hover { color: #333399; }
.product--large-image { text-align: center; }
.product--large-image img { width: auto; }
.orangebutton{background-color:#ff9933 !important;}
.orangebutton:hover{background-color:#043087 !important;}

/* Custombox Modal */
.yikes-easy-mc-form {display: block; width: 100%; }
.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {display: inline-block; margin-bottom: .5em; width: 100%; }
.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form select {padding: .5278em; background: #F1F1F1; border: 2px solid rgba(51,51,51,.1); -moz-box-sizing: border-box; margin-bottom: 8px; }
.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {box-sizing: border-box; display: block; width: 100%; max-width: 100%; }
.yikes-easy-mc-form .yikes-easy-mc-submit-button {display: block; width: 100%; margin-top: .5em; min-height: 40px; padding: 10px; cursor: pointer; }
.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {margin-bottom: 1em; } 

.modal-example-content { max-width: 880px; width: 100%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: 0 none; }
.modal-example-header {border-bottom: 1px solid #E5E5E5; padding: 20px 45px 20px 20px; position: relative;} 
.modal-example-header h4 { margin: 0; color: #ff9933 }
.modal-example-body { padding: 30px;}
.modal { display: none; }
.modal .close,
.open-newsletter-popup .btn-close-newsletter-popup span { position: absolute; right: -10px; top: -10px; border: 0; background: #ff9933; color: #fff; width: 30px; height: 30px; font-size: 18px; line-height: 30px; border-radius: 30px; text-align: center; cursor: pointer; display: block; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.open-newsletter-popup .btn-close-newsletter-popup span { right: -20px; top: -20px; }
.custombox-overlay { background: rgba(51,51,51,0.9) !important; }

.woocommerce-product-details__short-description{color:#043087; margin-bottom:20px !important;}
.blue p{color:#043087;}
.blue {color:#043087;}
.blue h3{text-align: center;}
.page-id-1534 .wpb_text_column h2{color:#ff9933;}
.wc-tabs{text-transform:none !important;}
.lightcase-open {overflow-y: hidden;} 
.lightcase-open body { margin: 0 !important }
.newsletterPopup {max-width: 600px; width: 100%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); background-color: #FFF; border: 1px solid rgba(0, 0, 0, 0.2); outline: 0 none; }
.newsletterPopup h2 { margin: 0; }
.newsletterPopup h2 + br { display: none; }
.newsletterPopup input[type="checkbox"] { margin-right: 10px; }
body.single.single-product .site-main { padding-bottom: 0; } 
.fullRow { background: #f2f2f2; padding:0 20px; margin-top: 60px;}  
.fullRow .product--summary .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs { margin: -25px 0 15px !important; }
.description_tab { padding: 15px 30px }
.description_tab.active { background:#ff9933; color: #339999; text-decoration: none  }
.description_tab a { padding: 0 !important; }
.description_tab a:after { display: none !important } 

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="submit"] { width: 100%; display: block;}
.subscribe-form input[type="submit"] { margin-top: 10px; }
.response { color:#f00; font-weight: 400; padding: 10px 0; }
.success { padding: 10px 0; }
.success, .success p { color: green !important; font-weight: 400 }
.woocommerce-product-details__short-description span{text-decoration: none !important; font-weight: bold;}

.menu-footer-menu-container ul li a{text-decoration:underline;}
@media (max-width: 767px) {
  .custombox-modal, .custombox-error {  height: 90% !important; overflow: auto; left: 5% !important; right: 5% !important; top: 5% !important; bottom: 5% !important; -webkit-transform: inherit !important; -moz-transform: inherit !important; -ms-transform: inherit !important; transform: inherit !important;}
  .custombox-modal .close { right: 5px; top: 5px; }
  .modal-body { padding: 20px; }
}
.description_tab.active a {
    cursor: default !important;
}
.yikes-easy-mc-success-message.yikes-easy-mc-success-message-1.yikes-easy-mc-hidden {
    border: 1px solid;
    color: green !important;
    margin: 0 0 10px;
    padding: 5px;
}
.discription { background: #043087; display: inline-block; margin-bottom: 30px; height: 40px;}
.discription form { position: relative; }
.discription select { height: auto; min-height: 40px; min-width: 280px; padding: 10px 15px; color: #fff; background: #043087; -moz-appearance:none; -webkit-appearance:none; appearance:none; }
.discription form:after {display: block; position: absolute; content: ""; background: url(images/select-arrow.png) no-repeat 0 0; right: 15px; top: 50%; z-index: 1; width: 16px; height: 8px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); }

.spacebar iframe { width: 100%; border: 2px solid #ccc;}
.spacebar h3{margin-top:0px;}
.spacebar { margin-bottom: 30px; }
.spacebar iframe { margin-bottom: 15px; display: block;}
#catapult-cookie-bar { z-index: 11 !important }

/* Bootstrap Modal*/
.contact-pharma-modal.modal { width: 640px; margin-left: -320px; }
.contact-pharma-modal.modal h2 { padding-bottom: 30px; }
.modal h2 { margin: 0; padding: 0; color: #ff9933; }
.modal label input[type="checkbox"] {margin-right: 10px;}
.modal .close { font-size: 30px; }

@media (max-width: 991px) and (max-width: 1024px) {
    .contact-pharma-modal.modal {
        width: 600px;
        margin-left: -300px;   
    }
    
}

@media(max-width: 991px) {
    .baseline-text .wpb_wrapper { margin-bottom: 40px;  }
    .baseline-text h2 { font-size: 24px;  }
}
#myModal_03 .wpcf7-response-output.wpcf7-validation-errors{display:none !important;}
#myModal_03 .wpcf7-form-control-wrap{margin-bottom:5px;}

#catapult-cookie-bar { position: absolute !important; border-bottom: 1px solid #6363b4; } 
.site-footer .search-form input[type="search"] { border: 1px solid #fff; }
.site-footer .search-form .search-button { color: #fff; } 
.site-footer #search-3 {border-top: 1px dotted;
    padding: 35px 0 0;}
    .error{color:red;}

    .widget .search-form .search-button { top: 22px; }
.white a{color:#fff!important;}
.product-custom-button {
    background: #ff9933 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 1px 0 4px 3px #ccc;
    color: #ffffff;
    padding: 12px 15px;
}
.button-pouter{margin:15px 0;}
.product-custom-button:hover {  background: #043087 none repeat scroll 0 0;
color:#fff;}

/*11-09-20*/
.wpcf7-form-control-wrap iframe {
	min-height: 0px !important;
}
form#commentform iframe {
    min-height: 0px !important;
}
.btn.btn-outline {
    border-color: #043087;
    color: #043087;
	text-transform: uppercase;
}

.gm-style-mtc button[aria-label="Show street map"], .gm-style-mtc button[aria-label="Show satellite imagery"] {
    color: #000 !important;
}
.gm-style-mtc button[aria-checked="true"], .gm-style-mtc button[aria-checked="true"] {
    color: #043087 !important;
}


/* 02.02.2023 */
.single-product section#section_page_header {
    background: none;
    text-align: center;
    border: none;
}
.single-product section#section_page_header .page-header-inner {
    padding: 25px 0;
}
.single-product section#section_page_header .page-header-inner header {
    display: none;
}
.single-product section#section_page_header .page-header-inner .la-breadcrumbs a {
    text-transform: none;
    font-size: 14px;
}
.single-product section#section_page_header .page-header-inner .la-breadcrumbs .la-breadcrumb-item-sep i:before {
    content: '/';
    font-family: "Montserrat" !important;
    font-weight: 400;
    font-size: 15px;
}
.single-product div#main {
    padding-top: 0;
}
.product-main-image .images {
    width: 100%;
}
.product-main-image .images .woo-variation-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
}
.quality_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    width: 100%;
}
.search-results div#blog_content_container article.loop-item.post-item .item-info .post-img-outer .post-image-sec img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.dark_content p, .dark_content ul li, .dark_content ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    margin: 18px 0px;
}
.quality_logo img {
    width: 100%;
    max-width: 55px;
}
.summary.entry-summary p.catname {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f93;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist {
    display: none;
}
ul#volume {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    column-gap: 50px;
}
ul#volume li.input-container {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #043087;
}
ul#volume li.input-container input.input-radio {
    margin-right: 15px;
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
}
ul#volume li.input-container input.input-radio:checked+span.radio-label {
    font-weight: 600;
}
.download_box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #043087;
    margin: 40px 0;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.download_box .box p {width: 100%;text-align: center;margin-bottom: 10px;}
.download_box .box>a {
    display: inline-block;
    background: #ff9933;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 15px;
    border: 2px solid #f93;
    font-weight: 600;
    transition: all 0.35s;
    font-size: 16px;
	text-transform: uppercase;
}
#shipping_method li input {
    margin-right: 5px;
}
.download_box .box>a:hover {
    background: none;
    color: #f93;
}
.related_products {
    padding: 0 0 50px;
}
.related_products h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.related_products .vc_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 -15px;
}
.related_products .vc_col-sm-4 {
    width: 100%;
    padding: 0 15px;
}
.related_product_item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
span.promo_stamp {
    background-color: #043087;
    position: absolute;
    top: 30px;
    z-index: 3;
    font-size: 14px;
    padding: 5px 20px;
    color: #fff;
    line-height: 20px;
    border-radius: 30px;
    left: 20px;
}
.single-product .simple-prodcut-price {
    margin: 0 10px 0 0 !important;
}
.single-product .simple-prodcut-sale-price {
    width: fit-content;
    margin: 0 20px 0 0 !important;
    float: left;
}
.product-price-outer {
    display: flex;
    align-items: center;
    float: left;
}
/* .related_product_item h3 {
    margin: 10px 0px;
} */
.single-product span.price del span.woocommerce-Price-amount.amount Bdi {
    text-decoration: line-through;
}
.single-product .simple-prodcut-price {
    line-height: inherit;
    font-weight: normal;
    font-size: 30px;
    color: #043087;
    font-family: 'Montserrat';
}
.single-product .simple-prodcut-sale-price {
    line-height: inherit;
    font-weight: normal;
    font-size: 30px;
    color: #043087;
    font-family: 'Montserrat';
}
.related_product_item .pricing {
    font-size: 18px;
    font-weight: 600;
    color: #043087;
}
.related_products .vc_col-sm-4 .vc_column-inner, .related_products .vc_col-sm-4 .vc_column-inner .related_product_item {
    height: 100%;
}
.place-order .button, .wc-proceed-to-checkout .button {
    background-color: #043087;
    border-color: #043087;
}
.place-order .button:hover, .wc-proceed-to-checkout .button:hover {
    color: #fff;
    background-color: #ff9933;
    border-color: #ff9933;
}
@media (min-width:768px) {
    .related_products .vc_col-sm-4 {
        max-width: 33.33%;
    } 
    .home_slider_banner_bg.home_slider_banner_bg_mobile {
        background-image: none !important;
    } 
    .home_slider_banner_content.mobile_colore_code {
        background-color: transparent !important;
    }  
    .top_space_remove_title h4 {
        margin-top: 0px;
    }
}

.product_content {
    background: #f2f2f2;
    padding: 50px;
    margin-top: 40px;
}
.product_description {
    font-size: 16px;
    color: #666;
}
.products_tabs {
    margin-top: 40px;
    border-top: 1px solid #336;
}
.products_tabs .tab_content {
    display: none;
    border-bottom: 1px solid #336;
    padding: 20px;
    font-size: 16px;
    color: #666;
}
.products_tabs .heading {
    color: #043087;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #336;
}
.products_tabs .heading .arrow-up,
.products_tabs .heading .arrow-down {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    position: relative;    
    cursor: pointer;
}
.products_tabs .heading .arrow-up:before,
.products_tabs .heading .arrow-down:before {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #b9b9b9;
    font-size: 12px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 2px;
}
.products_tabs .heading .arrow-down:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
table.variations th.label {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    display: none;
}
.single_variation_wrap {
    display: flex;
    position: relative;
    padding-bottom: 70px;
    align-items: center;
}
.single_variation_wrap button.single_add_to_cart_button.button.alt {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
.single_variation_wrap .woocommerce-variation-price {
    margin: 0 20px 0 0;
}
.woocommerce-variation-add-to-cart.variations_button .quantity {
    display: flex;
}
.woocommerce-variation-add-to-cart.variations_button .quantity button,.woocommerce-variation-add-to-cart.variations_button .quantity input {
    margin: 0;
}
.woocommerce-variation-add-to-cart.variations_button .quantity button::before {
    display: none !important;
}
.single_variation_wrap .woocommerce-variation-price span.price {
    font-size: 30px;
}
.woocommerce-variation-add-to-cart.variations_button .quantity button {
    padding: 10px;
    font-size: 30px;
    height: 40px;
    line-height: 21px;
}
.woocommerce-variation-add-to-cart.variations_button .quantity input {
    height: 40px;
    padding: 0;
    width: 60px;
}
.woocommerce-variation-add-to-cart.variations_button .quantity button.minus {
    line-height: 16px;
}
/* Chrome, Safari, Edge, Opera */
.woocommerce-variation-add-to-cart.variations_button .quantity input::-webkit-outer-spin-button,
.woocommerce-variation-add-to-cart.variations_button .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.woocommerce-variation-add-to-cart.variations_button .quantity input[type=number] {
  -moz-appearance: textfield;
}
.anthemeblocks-reassurance {
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}
.anthemeblocks-reassurance ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.anthemeblocks-reassurance ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.anthemeblocks-reassurance ul li img {
    position: relative;
    top: -1px;
    margin-right: 15px;
}
.anthemeblocks-reassurance-item span {
    color: #000;
}

.product--summary .la-custom-pright .variations tr {
    width: 100% !important;
    margin: 0 !important;
}
.product--summary .la-custom-pright .variations tr td.value a.reset_variations {
    display: none !important;
}
.product--summary .la-custom-pright .variations tr td.value {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: normal;
}
.product--summary .la-custom-pright .variations tr td.value>div+div {
    margin-left: 40px;
}
.product--summary .la-custom-pright .variations tr td.value>div label {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #336;
}
.product--summary .la-custom-pright .variations tr td.value>div label input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.product--summary .la-custom-pright .variations tr td.value>div label span.price {
    margin-left: 15px;
    font-size: 30px;
    font-weight: 500;
    display: none !important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
    margin: -2.5px 0 !important;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    padding: 2.5px 5px !important;
}
span.pretagnewdessinglepg+span.pretagnewdessinglepg {
    margin-top: 20px;
}
.summary.entry-summary h1.product_title.entry-title {
    font-size: 26px;
}
.summary.entry-summary h1.product_title.entry-title+p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: none;
}
.woovr-variations.woovr-variations-default {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio {
    margin: 0;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio .woovr-variation-selector {
    padding: 0;
    max-width: none;
    width: auto;
    flex: auto;
    margin-right: 10px;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio .woovr-variation-info {
    padding: 0;
    display: flex;
    font-size: 16px;
    color: #336;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio .woovr-variation-selector input[type="radio"] {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio .woovr-variation-info .woovr-variation-name {
    font-weight: 500;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio.woovr-variation-active .woovr-variation-info .woovr-variation-name {
    font-weight: 700;
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-radio+.woovr-variation.woovr-variation-radio {
    margin-left: 30px;
}
.products_tabs .tab_content strong {
    margin-right: 8px;
}
.products_tabs .tab_content strong span {
    text-decoration: underline;
}
.single_variation_wrap button.single_add_to_cart_button.button.alt::before {
    display: none;
}
.all_sections_space_equal_for_valuersx {
    padding-bottom: 0px !important;
}
.la-breadcrumbs {
    font-size: 12px;
    text-transform: none;
    text-align: left;
}
.star-rating, .product .product-price del, .product .price del, .wc-toolbar .wc-view-count ul, .contact-form-style-01 label {
    color: #043087;
}
.product-main-image .images span.onsale {
    display: none;
}
span.woocommerce-Price-amount.amount bdi {
    display: inline-flex;
    flex-direction: row-reverse;
}
div#custom_html-4 .textwidget.custom-html-widget {
    line-height: 1.3em;
}
.suppliers {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 20px;
    align-items: center;
}
.suppliers .suppliers_info {
    width: 100%;
    max-width: calc(100% - 280px);
    padding-right: 25px;
}
.suppliers .suppliers_info h3 {
    text-transform: capitalize;
}
.suppliers .suppliers_img {
    width: 100%;
    max-width: 280px;
}
.suppliers .suppliers_info h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.ancher_tag_color_orange p a {
    color: #ff9933;
}
.thankyou-page section.woocommerce-customer-details {
    margin-top: 120px;
    position: relative;
    display: block;
}
.thankyou-page h2.woocommerce-column__title {
    font-size: 24px;
    width: 100%;
    white-space: nowrap;
}
@media (min-width: 1200px){
    .body-col-1c .la-p-single-wrap .p-left.product-main-image {
        padding-right: 150px;
    }
}
@media screen and (max-width: 1023px) {
	.thankyou-page section.woocommerce-customer-details {
	    margin-top: 5px;
	    position: relative;
	    display: block;
	    width: 100%;
	    float: left;
	}
    .back-btn {
        margin-left: 15px;
    }
}
@media (max-width:767px) {
    .product_content {
        padding: 40px 0;
    }
    .new_category_section_content_row .image_part img {
        width: 80px !important;
    }
    .back-btn {
        margin-left: 15px;
        margin-top: 40px;
    }
    .quality_logo {
        margin-bottom: 30px;
    }
	body .vc_custom_1686136961199 {
		padding-top: 0px !important;
	}
	body .vc_custom_1686136961199 {
		padding-bottom: 0px !important;
	}
    .page-id-3459 main#site-content {
        margin-top: 40px;
    }
    .left_img_add_coustam {
        margin-bottom: 10px;
    }
    .left_img_add_coustam img {
        width: 100px;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1690344358891 {
        margin-bottom: 10px;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.vc_custom_1495791709840 {
        margin-bottom: 0px;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1495791769776 {
        padding-top: 20px;
    }
    .tax-product_cat ul.products.xlg-grid-4-items li.product-item.grid-item {
        width: 50% !important;
    }
    .tax-product_cat ul.products.mb-grid-1-items li.product-item.grid-item:nth-of-type(n) {
        clear: none !important;
    }
    .tax-product_cat ul.products.mb-grid-1-items {
        display: flex;
        flex-wrap: wrap;
    }
    .products-grid .product-item .product--title {
        font-size: 1.5em;
    }
	.search-results div#blog_content_container article.loop-item.post-item .item-info .post-img-outer {
		height: auto !important;
	}
	.search-results div#blog_content_container article.loop-item.post-item .item-info .post-img-outer .post-image-sec img {
		 height: auto;
	}
}

@media (max-width:575px) {
    .suppliers {
        row-gap: 20px;
    }
    .suppliers .suppliers_info,.suppliers .suppliers_img {
        max-width: 100%;
        padding: 0;
    }
}





a.ctcc-more-info-link {
    color: #fff;
}
/* coustam css header start */
.header .container {
    max-width: 1240px;
    width: 100%;
}
.header a.logo img {
    width: 100%;
}
.left_side_space {
    padding-left: 0;
}
.right_side_space {
    padding-right: 0;
}
.header.navbar {
    padding: 20px 0px;
}
.header-left_side_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 60px;
    padding-left: 0;
    margin-bottom: 0;
    row-gap: 10px;
    column-gap: 30px;
}
.header-left_side_menu ul li {
    list-style: none;
}
/* .header-left_side_menu ul li+li {
    margin-left: 30px;
} */
.header-left_side_menu ul li a {
    position: relative;
    display: block;
    padding-bottom: 2px;
    text-decoration: none;
    color: #043087;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.header-left_side_menu ul li a:hover {
    color: #ff9933;
}
.header-rightside-icons {
    text-align: center;
}
.header-rightside-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-rightside-icons ul li {
    list-style: none;
    position: relative;
}
.header-rightside-icons ul li+li {
    margin-left: 30px;
}
nav.header__nav.second_menu {
    text-align: center;
}
nav.header__nav.second_menu > ul {
    padding: 0px 17px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header__nav li+li {
    margin-left: 35px;
}
nav.header__nav.second_menu ul li {
    list-style: none;
}
nav.header__nav.second_menu ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 2px;
}
nav.header__nav.second_menu {
    background: #043087;
    position: relative;
}
.row.bblack.dtbox {
    display: flex;
    align-items: center;
    position: relative;
}
nav.header__nav.second_menu ul li a:hover {
    color: #ff9933;
}
/* .second_menu ul li:last-child a {
    color: #043087 !important;
    font-weight: 600 !important;
}
.second_menu ul li:last-child a:hover {
    color: #ff9933 !important;
} */
/* .second_menu ul li:last-child {
    padding: 7px 10px 6px !important;
    background-color: #fff;
} */
/* .header-rightside-icons ul li a.last_menu {
    color: #043087;
    font-weight: 400 !important;
    line-height: 1;
} */
.header-rightside-icons ul li a.fa {
    font-size: 20px;
    color: #043087;
    text-align: center;
    line-height: 24px;
}
.header-rightside-icons ul li a .fa {
    font-size: 20px;
    color: #043087;
    text-align: center;
    line-height: 24px;
}
.header-left_side_menu ul li a:hover:after, nav.header__nav.second_menu ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: left top;
}
.header-left_side_menu ul li a:after, nav.header__nav.second_menu ul li a:after {
    position: absolute;
    bottom: -0.1875rem;
    right: 0;
    left: 0;
    height: 0.0625rem;
    content: "";
    background-color: #ff9933;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform .2s;
}
.newsletter-form .wpcf7-response-output {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}
.la-showposts .slick-slider button.slick-prev:before, .la-showposts .slick-slider button.slick-next:before {
    display: none;
}
.header-rightside-icons ul li a.last_menu:after {
    position: absolute;
    bottom: -0.1875rem;
    right: 0;
    left: 0;
    height: 0.0625rem;
    content: "";
    background-color: #ff9933;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform .2s;
}
.header-rightside-icons ul li a.last_menu:hover:after {
    transform: scaleX(1);
    transform-origin: left top;
}
.header-rightside-icons ul li a.fa:hover {
    color: #ff9933;
}
header.tab_header {
    display: none;
}
header.moblie_header {
    display: none;
}
.mobile_heade_search{
    display: none;
}

.coustam_search {
    z-index: 1010;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 100%;
    overflow-y: scroll;
    backface-visibility: hidden;
    transition: visibility .4s;
}
.coustam_search_outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.coustam_search_overlay {
    opacity: 1;
}
.coustam_search_overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    opacity: 1;
    transition: opacity .3s;
}
.coustam_search_header {
    transform: translateZ(0);
}
.coustam_search_header {
    z-index: 8;
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    left: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
    background-color: #fff;
    transition: transform .3s;
    max-width: 465px;
}
.coustam_search_form {
    margin-right: 30px !important;
    margin-top: 20px !important;
}

.coustam_search_form {
    position: relative;
    flex: 1;
    display: flex;
}
.coustam_search_form {
    margin: 0;
}
.coustam_search_form input[type=text] {
    display: block;
    margin: 0;
    border: 1px solid #043087;
    padding-left: 15px;
    padding-right: 60px;
    width: 100%;
    height: 42px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #000;
    line-height: normal;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-bottom-color .2s;
    font-family: 'Montserrat';
}
body .coustam_search_form-icon {
    position: absolute;
    top: 0px;
    display: flex;
    right: 0;
    font-size: 20px;
    color: #043087 !important;
    text-align: center;
    text-indent: 3px;
    line-height: 30px;
    z-index: 9999;
    background: transparent !important;
    border: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
    height: 42px !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
body .coustam_search_form-icon:hover {
    border: none !important;
    background: transparent !important;
}
.coustam_search_close {
    position: absolute;
    top: 27px;
    right: 15px;
    border: 1px solid #043087;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 30px;
    color: #043087;
}
div#search_dialog {
    display: none;
}
.header-rightside-icons ul li:last-child {
    display: block;
    padding-bottom: 2px;
    text-decoration: none;
    color: #043087;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
.header-rightside-icons ul li:last-child a:hover {
    color: #ff9933;
}
.site-header-mobile {
    display: none;
}
header#masthead {
    display: none;
}
.header-sticky {
    position: fixed !important;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 14px 20px #0000000d;
    top:0;
    transition: all 0.35s ease;
}
/* .header-sticky .header.navbar {
    padding: 10px 0px;
}
.header-sticky a.logo img {
    width: 80%;
}
.header-sticky .header.navbar {
    padding: 15px 0px;
}
.header-sticky nav.header__nav.second_menu ul {
    padding: 12px;
} */


ul.sub-menu {
    padding: 0;
}
/* div#MobileNavs {
    overflow: hidden;
    z-index: 999;
    position: absolute;
    left: 0px;
    top:105px;
    margin: 0;
    height: calc(100vh - 105px);
    width: 100%;
} */


div#MobileNavs {
    overflow: hidden;
    z-index: 999;
    position: fixed;
    left: -100%;
    top: 105px;
    bottom: 0;
    margin: 0;
    height: calc(100vh - 105px);
    width: 100%;
    transform: translateZ(0);
    transition: transform .3s;
}
body.MobileNavOpen div#MobileNavs {
    transition: transform .3s;
    transform: translate3d(100%,0,0);
}


div#MobileNavs ul.mobileviewparent {
    text-decoration: none;
    padding-left: 0!important;
    margin-top: 10px;
    max-width: 360px;
    margin: auto;
    margin-left: 0px !important;
    width: 100%;
    min-width: 360px;
    background: #fff;
}
div#MobileNav ul.mobileviewparent li {
    padding: 5px 15px;
    list-style: none;
    text-align: left;
}

div#MobileNav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    z-index: 4;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 17px 20px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
}
.mobile_menus ul li a {
    text-decoration: none;
    font-weight: 400;
    font-family: 'Montserrat';
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 17px 20px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    display: block;
    text-align: left;
}

.mobile_menus ul li {
    list-style: none;
}

.mega-menu-category {
    display: none;
}
.header-left_side_menu ul li:hover .mega-menu-category {
    display: block;
}
.header-left_side_menu ul li{
    position: relative;
}
.header-left_side_menu ul li:hover .mega-menu-category {
    position: absolute;
    background: #fff;
    width: 100%;
    margin: auto;
    min-width: 1200px;
    overflow: hidden;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.mega-menu-category ul.sub-menu {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    padding: 0px 20px;
    align-items: start;
}
.mega-menu-category ul.sub-menu li .category-title h2 {
    height: 35px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    background-color: #043087;
    margin: 0;
    font-family: 'Montserrat' !important;
}
.mega-menu-category ul.sub-menu li .category-title {
    position: relative;
}
.mega-menu-category ul.sub-menu li .category-img {
    overflow: hidden;
    height: 240px;
    position: relative;
}
.mega-menu-category ul.sub-menu li .category-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    height: 240px;
    width: 100%;
}
.mega-menu-category ul.sub-menu li {
    margin-left: 0px;
}
.mega-menu-category ul.sub-menu li a:after {
    display: none;
}
.mega-menu-category ul.sub-menu li .category-img:after {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0.4;
    display: block;
}
.mega-menu-category ul.sub-menu li .category-push-content .category-push-subtitle h3 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    font-family: 'Montserrat' !important;
    font-weight: 400;
    color: #fff;
}
.mega-menu-category ul.sub-menu li .category-push-content .category-push-title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Montserrat' !important;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.mega-menu-category ul.sub-menu li .category-push-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 9;
}
nav.header__nav.second_menu ul li .mega-menu-category {
    display: none;
}
nav.header__nav.second_menu ul li:hover .mega-menu-category {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    margin: auto;
    min-width: 500px;
    overflow: hidden;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
nav.header__nav.second_menu ul li {
    position: unset;
}
nav.header__nav.second_menu .mega-menu-category-product {
    position: absolute;
    background: rgb(237 237 237);
    width: 100%;
    margin: auto;
    min-width: 500px;
    overflow: hidden;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
}
nav.header__nav.second_menu ul li:hover .mega-menu-category-product {
    display: block;
}
nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu {
    align-items: start;
    display: block;
   
}
/* nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu {
    align-items: start;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
} */
.mega-menu-category-product-innner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu li {
    margin-left: 0;
}
nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu li .category-product-img {
    overflow: hidden;
    height: 240px;
    position: relative;
}
nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu li .category-product-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    height: 240px;
    width: 100%;
}
nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu li .category-product-img:after {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    display: block;
}
nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu li .category-product-title h2 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Montserrat' !IMPORTANT;
}
.mega-menu-category-product ul.sub-menu li a:after {
    display: none;
}
.mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks {
    display: inline-block;
    text-align: left !important;
    width: 100%;
    padding: 0;
    padding-left: 17px;
}
.mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks a {
    padding-bottom: 10px;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
}
.product_title_coustam h3.product_title_coustams {
    margin-top: 0px;
    text-align: left;
    font-family: Montserrat !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
.mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks li::marker {
    color: #043087;
}
.mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks li {
    list-style: disc;
}
nav.header__nav.second_menu > ul > li {
    padding: 17px 0px;
}
.category-product-img-mobile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile_menus ul.category_menu_mobile li a {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	z-index: 9;
/* 	pointer-events: none; */
}
.mobile_menus ul.category_menu_mobile li a span.menu_title {
    color: #fff;
    z-index: 9;
	cursor: pointer;
/*     pointer-events: auto; */
}
.mobile_menus ul.category_menu_mobile li a span.arrow_icon i.fa {
    color: #fff;
	pointer-events: none;
}
.mobile_menus ul.category_menu_mobile li a span.arrow_icon {
    z-index: 9;
}
.mobile_menus ul.category_menu_mobile > li:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
	z-index:9;
}
.mobile_menus ul.category_menu_mobile > li {
	position: relative;
}
.home_slider_banner_bg {
    height: 40.5vw !important;
    max-height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: grid !important;
    align-items: center;
}
.home_slider_banners .slick-list.draggable {
    height: auto !important;
}
.home_slider_banner_content .home_slider_banner_content_title h1.title {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-top: 0;
}
.home_slider_banner_content .sub_title h3.title {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-top: 20px;
}
.home_slider_banner_content .banner_button a.button {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    padding: 23px 80px 23px 30px;
    border: 1px solid #fff;
    display: block;
    width: fit-content;
    line-height: 18px;
    position: relative;
}
.page-id-3459 aside#sidebar_primary {
    display: none;
}
.page-id-3459 main#site-content {
    width: 100%;
    left: 0;
}
.home_slider_banner_content .banner_button a.button:after{
    position: absolute;
    top: 50%;
    right: 28px;
    width: 28px;
    height: 1px;
    content: "";
    background-color: #fff;
}
.home_slider_banner_content .home_slider_banner_content_title {
    max-width: 500px;
}
.home_slider_banner_content .banner_button {
    margin-top: 30px;
}
.home_slider_banner_content .sub_title {
    max-width: 400px;
}
.home_slider_banners {
    margin-bottom: 0px !important;
}
.bannerMain {
    display: none;
}
.home_slider_banner_content .banner_button a.button:hover {
    background: #fff;
    color: #ff9933;
}
.home_slider_banner_content .banner_button a.button:hover:after {
    background: #ff9933;
}
.home_slider_banners ul.slick-dots {
    z-index: 4;
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 30px;
    justify-content: center;
}
.home_slider_banners ul.slick-dots li {
    margin: 0 0.375rem !important;
    width: auto;
    height: auto;
    opacity: 1;
    background-color: #fff;
    border-radius: 0.5rem;
    transition: background-color .2s;
}
.home_slider_banners ul.slick-dots li button:before {
    display: none;
}
.home_slider_banners .container {
    padding: 0px;
}
.cat_image img:empty {
    display: none;
}
.home_slider_banners ul.slick-dots li.slick-active button {
    display: block;
    transition: opacity .2s;
    opacity: 1111;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    z-index: 99;
    background: transparent;
    text-indent: unset;
    text-decoration: underline;
}
.home_slider_banners ul.slick-dots li.slick-active {
    width: 8px;
    height: 8px;
    background: transparent;
}
body .top_space_remove_banner {
    padding-top: 0px !important;
}
.left_side_content_img {
    margin-bottom: 0;
}
.left_side_content_img img {
    width: 100%;
    max-width: 100%;
}
.left_side_content_style h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
}
.content_lefrs_silde p {
    text-align: left;
}
.top_space_remove {
    padding-top: 0px !important;
}

.left_side_content_style h4 {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ff9933;
    margin-top: 0px;
}
.left_side_content_style p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}
.row_for_left_right_slide .vc_column-inner {
    padding-top: 0px !important;
}
.left_side_content_style {
    margin-bottom: 0px;
}
.row_for_left_right_slide .vc_column-inner .vc_row-fluid {
    display: flex;
    align-items: center;
}
.left_side_content_style ul {
    padding-left: 21px;
}
.left_side_content_style ul li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
}
.row_for_left_right_slide {
    padding: 35px 0px;
}
.space_top_bottom_extra {
    margin-top: 35px;
}
.top_cont_space {
    margin-top: 30px;
}
.page-id-1534 .site-main {
    padding-top: 35px;
    padding-bottom: 70px;
}
.background-color-secondary, .la-pagination ul .page-numbers.current, .slick-slider .slick-dots li:hover button, .slick-slider .slick-dots .slick-active button, .widget_price_filter .ui-slider .ui-slider-range, #header_aside .btn-aside-toggle, .header5-stuck .header-toggle-cart .la-cart-count, .sidebar-product-filters .btn-close-sidebarfilter, .blog-item-has-effect .item--overlay, .entry-meta-footer .social--sharing, .banner-collection .vc_figure .vc_figure-caption:after, .comment-form .form-submit .submit:hover, .social-media-link.style-round a, .social-media-link.style-square a, .social-media-link.style-circle a, .products-grid.products-grid-3 .product--thumbnail .item--overlay, .products-grid.products-grid-2 .product--thumbnail .item--overlay, .products-grid.products-grid-4 .product--thumbnail .item--overlay, .products-list .item--overlay, .products-list.products-list-countdown .product-item .product--action a:hover, .woocommerce.product-info-white .products-list-countdown .product-item .product--action a:hover, .product--summary form.cart button:hover, .wc-tabs li a:after, .section-checkout-step .step-num {
    background-color: #043087;
}
.background-color-primary, .onsale, .onsale-badge, .wc-ordering ul li:hover a, .wc-ordering ul li.active a, .header-toggle-cart > a .la-cart-count, .site-main-nav .main-menu > li > a:after, .header5-fallback-inner .dl-menuwrapper li:not(.dl-back) > a .mm-text:before, .mega-menu .tip.hot, .menu .tip.hot, .author-info .social--sharing a:hover, .banner-collection:hover .vc_figure .vc_figure-caption:after, .wpb_wrapper .vc_wp_custommenu .widgettitle:after, .comment-form .form-submit .submit, .portfolio-nav a:before, .la-blockquote.style-1:before, .social-media-link.style-round a:hover, .social-media-link.style-square a:hover, .social-media-link.style-circle a:hover, .social-media-link.style-outline a:hover, .team-member-loop.loop-style-2 .entry-excerpt:before, .banner-type-hover_effect .banner--link-overlay:after, [class*="vc_tta-la-"] .tabs-la-4 .vc_tta-tabs-list li a:after, [class*="vc_tta-la-"] .tabs-la-2 .vc_tta-tabs-list li a:after, [class*="vc_tta-la-"] .tabs-la-1 .vc_tta-tabs-list li a:after, .la-testimonials .loop-style-1 .item--title-role:before, .la-testimonials .loop-style-3 .item--excerpt:after, .la-sc-icon-boxes .box-icon-style-square span, .la-sc-icon-boxes .box-icon-style-circle span, .la-sc-icon-boxes .box-icon-style-round span, .contact-form-style-03 .wpcf7-submit:hover, .portfolios-grid.loop-style-1 .item--link-overlay, .pf-masonry.pf-s-1 .item--link-overlay, .pf-masonry.pf-s-default .item--link-overlay, .la-pricing-table-wrap.style-1 .pricing-action a:hover, .la-pricing-table-wrap.style-1.is_box_featured .pricing-action a, .la-pricing-table-wrap.style-2 .la-pricing-table .pricing-heading, .la-pricing-table-wrap.style-2 .la-pricing-table .pricing-action, .la-pricing-table-wrap.style-3 .la-pricing-table .pricing-heading-wrap, .la-pricing-table-wrap.style-4 .la-pricing-table:hover .pricing-action a, .la-timeline-wrap.style-1 .timeline-block .timeline-dot, .catalog-grid-1 .product-category a:hover .item--overlay, .product-item .product--action a:hover, .product--summary form.cart button, .product--summary .button.add_compare:hover, .product--summary .button.add_wishlist:hover, body.woocommerce-cart .section-checkout-step .step-1 .step-num, body.woocommerce-checkout:not(.woocommerce-order-received) .section-checkout-step .step-2 .step-num, body.woocommerce-order-received .section-checkout-step .step-3 .step-num, .registration-form .button, .la-loader.spinner1, .la-loader.spinner2, .la-loader.spinner3 .bounce1, .la-loader.spinner3 .bounce2, .la-loader.spinner3 .bounce3, .la-loader.spinner4 .dot1, .la-loader.spinner4 .dot2, .socials-color a:hover {
    background-color: #043087;
}

input, select, textarea, table, table th, table td, .share-links a, .select2-container .select2-selection--single, .wc-toolbar .wc-ordering, .wc-ordering ul, .widget_shopping_cart_content .total, .calendar_wrap caption, .widget-border.widget, .header-v4 #masthead_aside .header_shopping_cart, .section-page-header, .showposts-loop.search-main-loop .item-inner, .entry-meta-footer, .single-post-detail .title-related, .single-post-detail .comments-title h3, .single-post-detail .comment-reply-title, .single-post-detail .comments-area .comment-text, .la-blockquote.style-1, .la-blockquote.style-2, .la-blockquote.style-2 footer, .social-media-link.style-outline a, body .vc_toggle.vc_toggle_default, .subscribe-style-01 .yikes-easy-mc-form .yikes-easy-mc-email, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-la-3 .vc_tta-panel, .la-pricing-table-wrap.style-1 .package-featured li, .la-pricing-table-wrap.style-2 .la-pricing-table, .la-pricing-table-wrap.style-3 .la-pricing-table, .la-timeline-wrap.style-1 .timeline-line, .la-timeline-wrap.style-2 .timeline-title:after, .product-item .product--action a, .product--summary .product-share-box, .product--summary .button.add_compare, .product--summary .button.add_wishlist, .la-p-single-wrap .wc-tab-title, .la-p-single-wrap .woocommerce-tabs, .la-p-single-wrap .related-wrap {
    border-color: #043087;
}
@media screen and (max-width: 1200px)  and (min-width: 768px){
    .woocommerce-cart .shop_table .coupon button {
		padding: 10px 25px;
	}
} 


.MobileNavOpen div#maintoggle .one {
    transform: rotate(45deg);
    top: 4px;
    position: relative;
}
.MobileNavOpen div#maintoggle .two {
    transform: rotate(-45deg);
    top: -3px;
    position: relative;
}
.row_hide {
    display: none !important;
}
.section-page-header .page-header-inner {
    padding-top: 10px;
    padding-bottom: 25px;
}
.new_style_content_mrque .wpb_wrapper p {
    font-size: 4.5rem !important;
    line-height: 6rem !important;
    font-family: 'Libre Baskerville', serif !important;
    font-style: italic;
    color: #ff9933;
    text-align: center;
    max-width: 980px;
    margin: auto;
}
.new_add_section {
    padding: 8rem 0 !important;
    margin: 50px 0px;
}
.top_section_header_marque {
    padding-top: 50px !important;
    padding-bottom: 0px;
}
.all_sections_space_equal_for_valuers {
    padding-bottom: 75px;
}
.icon-type-img .wrap-icon {
    width: fit-content;
    margin: auto;
}
.icon-type-img .wrap-icon .box-icon span {
    width: 80%;
    height: auto;
	margin: auto;
    display: block;
}

.icon-type-img .box-contents .box-heading h5 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
    margin-top: 0;
    color: #043087;
}
.icon-type-img .box-contents {
    margin-top: 30px;
}
.mide_title_section_row .mide_title {
    padding-top: 0px !important;
    padding-bottom: 30px;
}
.box-description.images_box_valeurs_2 {
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
    margin-top: 0;
    color: #043087;
	max-width: 80%;
    margin: auto;
	padding-bottom: 0px;
}
.images_sizeing .box-icon-inner.type-img span {
    width: 70%;
    margin: auto !important;
    display: block;
}
.top_space_arround {
    padding-top: 35px !important;
}
html {
    scroll-behavior: smooth;
  }
  .site.site-sticky {
    padding-top: 172.3px;
}
.Product_category_title h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #043087;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    font-family: 'Playfair Display', serif !important;
    font-style: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.new_leatter_row .new_leatter_row_colome .vc_column-inner {
    max-width: 640px;
    margin: auto !IMPORTANT;
}
.Product_category_title {
    margin-bottom: 0px !important;
    width: fit-content;
    margin: auto;
}
.Product_category_title h2 a {
    color: #000;
}

.product_categoury_images {
    margin-bottom: 20px;
    overflow: hidden;
}
.product_categoury_images a:hover img {
    transform: scale(1.2);
    width: 100% !important;
    max-width: 100% !important;
}
.product_categoury_images img {
    transition: 600ms ease 0s;
    overflow: hidden;
    width: auto;
}
.product_categoury_images figure a.vc_single_image-wrapper:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.product_categoury_images figure a.vc_single_image-wrapper:hover:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
    animation-delay: 150ms;
}
.product_categoury_images figure a.vc_single_image-wrapper {
    display: block;
    position: relative;
    max-width: 100%;
}
.cart input.qty {
    width: 50px;
    text-align: center;
    padding: 8px 10px;
    line-height: 1;
}
.Product_category_title h2:after {
    content: '';
    width: 200px;
    border-width: 5px 0 0 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: rgb(4 48 135);
    left: 50%;
    transform: translateX(-50%);
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.prodcuts_category_row_1 {
    padding: 30px 0px 50px;
}
.prodcuts_category_row_1 {
    padding: 30px 0px 50px;
}
.prodcuts_category_row_02 {
    padding-bottom: 35px;
}
.sib_signup_box_inside_1 input.sib-email-area {
   width: 100%;
}
.sib_signup_box_inside_1 {
    position: relative;
}
.sib_signup_box_inside_1 input.sib-default-btn {
    line-height: 28px;
    width: 100%;
    display: block;
    border: 1px solid #fff !important;
    background: rgba(51,51,102,1) !important;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
	    text-transform: uppercase;
}
.sib_signup_box_inside_1 input.sib-default-btn:hover {
    border: 1px solid #fff !important;
    background: #ff9933 !important;
    color: #fff !important;
}
.la-newsletter-popup td.id.column-id {
    padding: 0;
}
.la-newsletter-popup td.id.column-id {
    padding: 0;
    border: 0px !important;
}
.la-newsletter-popup table {
    border: 0 !important;
}
#lirelasuite {
    scroll-behavior: smooth;
    scroll-margin-top: 350px;
}
a.lirelasuitebtn {
    border: none;
    font-weight: 600;
    line-height: 32px;
    float: left;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #ff9933;
    margin-top: -10px;
    font-size: 16px;
    width: 100%;
    z-index: 9;
    
    position: relative;

}
a.lirelasuitebtn:hover {
    color: #043087;
    text-decoration: underline;
}
.single-product .simple-prodcut-price span.woocommerce-Price-amount bdi {
    color: #043087;
    font-size: 21px;
}
.single-product .simple-prodcut-price {
    margin: 0 20px 0 0;
    width: fit-content;
    float: left;
}
.single-product .product--summary form.cart .quantity button:before {
    display: none;
}
.single-product button.single_add_to_cart_button.button.alt:before {
    display: none;
}
.single-product .product--summary form.cart .quantity button.minus {
    line-height: 16px;
}
.single-product .product--summary form.cart .quantity button {
    padding: 10px;
    font-size: 30px;
    height: 40px;
    line-height: 21px;
    margin: 0;
}
.single-product .product--summary form.cart .qty {
    height: 40px;
    padding: 0;
    width: 60px;
    margin-right: 0;
}
.single-product .product--summary form.cart .qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.single-product .product--summary form.cart {
    position: relative;
    padding-bottom: 70px;
}
.product--summary form.cart button.single_add_to_cart_button.button.alt {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
.single-product .product--summary form.cart .quantity {
    display: inline-block;
}
.woocommerce > p.cart-empty::before {
    position: static;
}
pre.wp-block-preformatted:empty {
    display: none;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    padding: 10px 30px;
}
p.woocommerce-LostPassword.lost_password a {
    color: #043087;
}
.woocommerce-MyAccount-content form .button, .lost_reset_password .button, form.register .button, .checkout_coupon .button, .woocomerce-form .button, .shop_table .button {
    padding: 10px 30px;
}
.woocommerce-Address address {
    border: 1px solid #04308785;
    padding: 10px;
}
.woocommerce-message a.button.wc-forward {
    color: #f93;
}
section.woocommerce-customer-details address {
    border: 1px solid #04308785;
    padding: 10px;
}
.center_heading_home_Notre_Gamme {
    margin-bottom: 45px;
}
#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.9 !important;
}
#lightcase-case {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
    .section-checkout-step .step-num {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .term-lherbier .term-description {
        padding-top: 40px;
    }
	.center_heading_home_Notre_Gamme {
		margin-bottom: 30px;
	}
    .section-checkout-step {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .section-checkout-step ul {
        display: flex;
        justify-content: space-between;
    }
    .section-checkout-step li {
        width: auto;
    }
    .section-checkout-step li:after {
        display: none;
    }
    .shop_table.cart th {
        text-transform: none;
    }
    td.actions .coupon {
        width: 100%;
    }
    td.actions .coupon input#coupon_code {
        width: 100%;
        margin-bottom: 10px;
    }
    td.actions .coupon button.button {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
    }
    td.actions .coupon+button.button {
        display: block;
        margin: auto;
        float: none !important;
        width: 100%;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        text-align: center;
    }
    .wc-proceed-to-checkout .button {
        width: 100%;
    }
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
        font-size: 12px;
    }    
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th,table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
        padding: 5px;
    }    
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a.woocommerce-button.button.view {
        padding: 6px 10px;
        font-size: 12px;
    }
    input.qty {
        width: 25px !important;
		text-align: center;
		padding: 8px 5px !important;
		font-size: 12px !important;
    }
	.shop_table .product-quantity {
		padding-left: 10px !important;
	}
	.shop_table.cart td.product-name {
		padding-right: 10px;
		    font-size: 12px;
	}
	span.woocommerce-Price-amount.amount bdi {
		font-size: 12px;
	}
	table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
		font-size: 12px;
	}
	.discover-associated-products-right .discover-associated-products-list a.button.button--secondary:nth-child(2) {
		max-width: 90%;
		margin: auto;
		width: fit-content;
		font-size: 16px;
		line-height: 1;
	}

	.discover-associated-products-right .discover-associated-products-list a.button.button--secondary:nth-child(1) {
		max-width: 90%;
		margin: auto;
		width: fit-content;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1;
	}
	.discover-associated-products-right .discover-associated-products-list {
		flex-direction: column;
	}
}


p.woocommerce-shipping-destination {
    display: none;
}

ul#shipping_method li label>font {
    margin-right: 10px;
}



/*css start*/
/* .new_category_section_banner {
     background: linear-gradient(180deg,#4d51b7 0%,#23236a 100%);
    background: rgba(237,237,237,0.63);
} */
.new_category_section_banner {
    background-image: url(/wp-content/uploads/2023/08/Image-de-fond-herbier-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.new_category_section_banner_row {
    padding-top: 50px;
    padding-bottom: 240px;
    min-height: 470px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.new_category_section_banner .banner_colome_1 {
    width: 60%;
    padding-right: 4%;
    z-index: 1;
}
p:empty {
    display: none !important;
}
footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-bottom: 15px;
	text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    text-transform: uppercase;
}
.new_category_section_banner .banner_colome_2 {
    position: relative;
    width:40%;
    z-index: 1;
}
.banner_category_images .banner_imaes_frame {
    position: absolute;
    width: 100%;
    /* background: white; */
    padding: 20px 22px;
    /* transform: translateY(-50%) rotate(5deg); */
    transform: translateY(-50%) rotate(0deg);
    left: 0;
    top: 140px;
    display: flex;
    height: 305px;
    width: 362px;
    border-radius: 3px;
}
.banner_category_images .banner_imaes_frame img {
    position: relative;
    height: auto;
    object-fit: cover;
    height: 120%;
    width: 100%;
    border-radius: 3px;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

}
.category_description_top p {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
}
.banner_category_content .content h1.banner_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 50px;
/*     line-break: anywhere; */
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    position: relative;
    color: #043087;
    font-family: 'Alike' !important;
}
.banner_category_content .content h2.banner_sub_title {
    border-radius: 2px;
    margin: 10px 0 0;
    margin-bottom: 50px;
    width: 100%;
    max-width: 370px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    color: #ff9933;
    font-size: 25px;
    text-transform: none;
    font-style: italic;
/*     line-break: anywhere; */
}
.content_part {
    position: relative;
}
.content_part img.right_as {
    position: absolute;
    right: -430px;
    width: 305px;
    height: 252px;
    top: auto;
}
.new_category_section_content_row .image_part {
    margin: 50px 0px 20px;
    display: block;
}
.new_category_section_content_row .image_part_inner {
    display: flex;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    row-gap: 20px;
    column-gap: 130px;
	justify-content: center;
}
.new_category_section_content_row .image_part img {
    width: 120px;
}
h3.main-heading-content-image-part {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
}
/* .banner_category_content .content h3.products_publish_date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fffcf3;
    margin-top: 35px;
} */
.new_category_section_banner .container {
    position: relative;
}

.new_category_section_banner_row2.row {
    position: absolute;
    left: -65px;
    bottom: 95px;
    z-index: 0;
    opacity: .15;
}

.new_category_section_banner_row3 .quote_excerpt {
    box-shadow: 0 24px 50px -20px #a29c9166;
    width: 80%;
    min-height: 180px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    padding: 30px 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.new_category_section_banner_row3 .quote_excerpt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(255,252,243,.5),rgba(255,252,243,.5)),url(/wp-content/uploads/2023/07/texture-plants.webp);
    filter: grayscale(100%);
}
.new_category_section_banner_row3 .quote_excerpt h3.quoite_content {
    font-size: 3.5rem;
    line-height: 3rem;
    font-family: 'Libre Baskerville', serif !important;
    font-style: italic;
    color: #ff9933;
    text-align: center;
    max-width: 980px;
    margin: auto;
    position: relative;
}
.insight_hight_light h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.2;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
}
.releted_products h1 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    margin-top: 0px;
    color: #043087;
    font-family: 'Alike' !important;
}
.new_category_section_banner_row3 .quote_excerpt h3.quoite_content img {
    position: absolute;
    left: -46px;
    top: -50px;
}
.new_category_section_content {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    background: #fff;
}
.new_category_section_content_row {
    max-width: 72.6rem;
    padding: 0;
    margin: auto;
}
.content_colome .content_part h2 {
    font-size: 32px;
    line-height: 35px;
    color: #043087;
    font-weight: 700;
    margin: 33px 0px;
	line-break: anywhere;
}
.content_colome .content_part p {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    margin: 18px 0px;
}
.insight_hight_light p {
    margin: 0;
    color: #2b2b2b;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 24px;
}
.insight_hight_light {
    padding: 30px 0px;
}
.new_category_section_tree {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(237,237,237,0.63);
}
.new_category_section_three_row.row {
    display: flex;
}
.new_category_section_three_row .images_colome_2 {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}
.new_category_section_three_row .content_colome_1 {
    width: 50%;
}
.new_category_section_three_row .images_colome_2 .images_bg_frame {
    position: relative;
    width: 374px;
    height: 374px;
}
.new_category_section_three_row .images_colome_2 .images_bg_frame img.discover-associated-products-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_category_section_three_row .images_colome_2 .images_bg_frame img.discover-associated-products-image-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.discover-associated-products-right h2 {
    font-style: normal;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    position: relative;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
}
.left_img_add_coustam img {
    width: 110px;
}
.banner_category_content .content {
    padding-left: 18%;
}
.discover-associated-products-right h3 {
    line-height: 26px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    color: #ff9933;
    font-size: 22px;
    text-transform: none;
    font-style: italic;
}
.bibliography_sec {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.bibliography_sec .content_part ul {
    margin: 0;
}
.bibliography_sec .content_part h4 {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
    text-transform: uppercase;
}
.bibliography_sec .new_category_section_content_row.row {
    max-width: 73rem;
}
.discover-associated-products-right .discover-associated-products-list a.button.button--secondary {
    margin-bottom: 15px;
    border: 1px solid #23236a;
    border-radius: 2px;
    color: #23236a;
    font-size: 20px;
    padding: 13px 13px;
    line-height: 1;
    transition-property: transform,box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
    display: block;
    width: fit-content; 
}
.button_center_picto {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.button_center_picto a.button.button--secondary.btb-sec {
    height: 52px;
    padding: 10px 40px 10px 30px;
    font-weight: 300;
    line-height: 32px;
    float: left;
    margin-bottom: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    border: 1px solid #336 !important;
    background: #043087 !important;
    color: #fff;
    font-family: "Montserrat" !important;
}
.button_center_picto a.button.button--secondary.btb-sec:hover {
    border: 1px solid #ff9933 !important;
    background: #ff9933 !important;
    color: #fff;
    transform: scale(1);
}
.discover-associated-products-right .discover-associated-products-list a.button.button--secondary img {
    margin-left: 15px;
}
.discover-associated-products-right .discover-associated-products-list a.button.button--secondary:hover {
    transform: scale(1.025);
    box-shadow: 0 4px 8px #00000026;
}
.content_part h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #2b2b2b;
}
.content_part ul li {
    font-size: 12px;
    line-height: 24px;
    color: #2b2b2b;
    list-style: none;
}
.content_part ul {
    padding: 0;
}
.id-card {
    padding: 20px;
    background-color: rgba(237,237,237,0.63);
    border-radius: 2px;
    margin-bottom: 20px;
}
h3.main-heading-content {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
    margin-top: 0;
    color: #043087;
    font-family: 'Alike' !important;
}
.id-card span.id-card-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-variant: small-caps;
    color: #2b2b2b;
	line-break: anywhere;
}
span.id-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
	line-break: anywhere;
}
.idcards_content {
    padding-top: 40px;
    padding-bottom: 30px;
}
.releted_products {
    margin-bottom: 30px;
}
.postid-8136 section#section_page_header {
    background: rgba(237,237,237,0.63);
}
/* .postid-8136 section#section_page_header .la-breadcrumbs.hidden-xs {
    color: #fff;
}
.postid-8136 section#section_page_header .la-breadcrumbs.hidden-xs a {
    color: #fff;
} */
.content_part p {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    margin: 18px 0px;
}
.simple-prodcut-price.simple-product-price-sale {
    text-decoration: line-through;
    font-size: 21px;
}
.discover-associated-products-right .discover-associated-products-list a.button.button--secondary.btb-sec {
    height: 52px;
    padding: 10px 40px 10px 30px;
    font-weight: 300;
    line-height: 32px;
    float: left;
    margin-bottom: 10px;
    margin-right: 0px;
    text-transform: uppercase;
    border: 1px solid #336 !important;
    background: #043087 !important;
    color: #fff;
    font-family: "Montserrat" !important;
    font-size: 14px;
}
.discover-associated-products-right .discover-associated-products-list a.button.button--secondary.btb-sec:hover {
    border: 1px solid #ff9933 !important;
    background: #ff9933 !important;
    color: #fff;
    
    transform: scale(1);
}
.social-media-link {
    display: flex;
}
.social-media-link a:nth-child(3) {
    order: 1;
}
.social-media-link a:nth-child(1) {
    order: 2;
}
.social-media-link a:nth-child(4) {
    order: 3;
}
.social-media-link a:nth-child(2) {
    order: 4;
}
.footernewslatter>p {
    display: flex;
    position: relative;
    margin-top: 20px;
	padding-bottom: 25px;
}
.footernewslatter>p span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 0;
}
.footernewslatter>p span.wpcf7-form-control-wrap {
    margin: 0;
	position: static;
}
.footernewslatter>p span.wpcf7-form-control-wrap input.wpcf7-form-control {
    border: 1px solid #fff;
    width: 100%;
    padding: 10px 10px;
    color: #336;
}
.footernewslatter>p span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 13px;
    right: 36px;
}
#ebook-subscription-form #submitForm:hover {
    color: #f7f7f7;
    background-color: #E08700 !important;
}
.footernewslatter>p span.wpcf7-not-valid-tip {
    margin-bottom: 15px;
}
div#custom_html-4 .wpcf7-response-output {
    margin: 0 !important;
    padding: 5px 15px !important;
    font-size: 16px;
    margin-bottom: 15px !important;
    font-size: 11px;
}
.grecaptcha-badge {
    z-index: 9;
}
.backtotop-container .btn-backtotop {
    bottom: 90px;
}
@media screen and (max-width: 1240px) {
    .new_category_section_banner .banner_colome_1 {
        width: 50%;
    }
    .new_category_section_banner .banner_colome_2 {
        width: 49%;
    }
    .new_category_section_banner_row{
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .discover-associated-products-right h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .content_colome .content_part h2 {
        font-size: 30px;
    }
    .new_category_section_banner_row3 .quote_excerpt h3.quoite_content {
        font-size: 20px;
        line-height: 26px;
    }
    .new_category_section_banner_row3 .quote_excerpt {
        min-height: 180px;
    }
    .new_category_section_banner_row3 .quote_excerpt h3.quoite_content img {
        top: -30px;
        width: 80px;
    }
    .new_category_section_content {
        padding-top: 100px;
    }
    .new_category_section_banner_row {
        padding-bottom: 220px;
    }
    
}
@media screen and (max-width: 999px) {
    header.desktop_header {
        display: none;
    }
    .banner_category_content .content {
        padding-left: 5%;
    }
    .mega-menu-category-product-innner .col-lg-9 {
        padding: 0;
    }
    .mobile_menus ul.category_menu_mobile li ul.sub-menu > li > a {
        padding: 0px;
    }
    .mega-menu-category-product-innner .col-lg-3 {
        padding: 0;
    }
    .category_menu_mobile .mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks a {
        min-height: auto;
        padding: 14px 20px 14px 37px;
        position: relative;
		    pointer-events: auto;
    }
    .category_menu_mobile .mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks {
        padding: 0;
    }
    .product_title_coustam h3.product_title_coustams {
        padding-left: 20px;
        padding-top: 14px;
        margin-bottom: 14px;
        font-size: 12px;
    }
    .category_menu_mobile .mega-menu-category-product ul.sub-menu ul.product_title_coustamlinks a:before {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 30px;
        margin: auto;
    }
    .mobile_menus .overlay-content {
        background-color: rgba(0,0,0,0.5);
        height: calc(100vh - 105px);
        width: 100%;
        overflow: scroll;
        z-index: 99;
        position: fixed;
    }
    ul.sub-menu-revert-back {
        padding: 0;
    }
    ul.sub-menu-revert-back li a {
        min-height: auto !important;
        color: #043087;
        font-weight: 600;
        font-size: 13px !important;
    }
    ul.sub-menu-revert-back span.offcanvas__submenu-back i.fa.fa-chevron-left {
        font-size: 12px;
        padding-right: 5px;
    }
    ul.sub-menu-revert {
        padding: 0;
    }
    ul.sub-menu-revert li .category-product-img-revert img {
        position: absolute;
        left: 0;
        right: 0;
        object-fit: cover;
        object-position: center;
        height: 80px;
        width: 100%;
    }
    ul.sub-menu-revert li .category-product-img-revert {
        position: relative;
        min-height: 80px;
        display: flex;
        align-items: center;
    }
    span.menu_title_revert {
        z-index: 9;
        color: #fff;
        padding: 17px 20px;
    }
    ul.sub-menu-revert li:before {
        content: '';
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 9;
    }
    ul.sub-menu-revert li {
        position: relative;
    }
    ul.category_menu_mobile li.mobile_togle_slide_click_on_sub_menu .mobile_togle_slide {
        display: none;
    }
    ul.category_menu_mobile li.mobile_togle_slide_click_on_sub_menu.open .mobile_togle_slide {
        display: block;
    }
    .tab_sub_menu_according_manage.header-stickys div#MobileNavs {
        top: 105px;
    }
    li.mobile_togle_slide_click_on_sub_menu.open .mobile_togle_slide {
        position: fixed;
        background: #fff;
        width: 360px;
        display: block;
        height: calc(100vh - 105px);
        z-index: 99;
        top: 0;
        right: 0;
        left: 0;
    }
    /* .tab_sub_menu_according_manage.header-stickys div#MobileNavs .open .mobile_togle_slide {
        top: 105px;
    } */
    .home_slider_banner_bg {
        height: 50vh !important;
    }
    .home_slider_banners .container {
        max-width: 720px;
        width: 100%;
    }
    .home_slider_banner_content .home_slider_banner_content_title h1.title {
        font-size: 40px;
        line-height: 40px;
    }
    .home_slider_banner_content .sub_title h3.title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .home_slider_banner_content .banner_button {
        margin-top: 20px;
    }
    .home_slider_banner_content .banner_button a.button {
        padding: 20px 80px 20px 25px;
    }
    .space_top_bottom_extra .vc_column-inner {
        padding-top: 20px;
    }
    .site.site-sticky-respoincive {
        padding-top: 105px;
    }
    .banner_category_content .content h1.banner_title {
        font-size: 35px;
        line-height: 50px;
    	line-break: auto;
    }
    .banner_category_content .content h2.banner_sub_title {
        font-size: 16px;
    }
    .new_category_section_banner .banner_colome_2 {
        width: 48%;
    }
    /* .new_category_section_banner {
        margin-top: -2px;
    } */
    .new_category_section_banner_row3 .quote_excerpt {
        width: 90%;
    }
    .new_category_section_three_row .images_colome_2 {
        width: 100%;
    }
    .new_category_section_three_row .content_colome_1 {
        width: 100%;
    }
    .new_category_section_three_row.row {
        flex-direction: column;
    }
    .discover-associated-products-right h2 {
        text-align: center;
    }
    .discover-associated-products-right h3 {
        text-align: center;
    }
    .discover-associated-products-right .discover-associated-products-list {
        justify-content: center;
    }
    .discover-associated-products-right {
        margin-top: 70px;
    }
    .content_colome .content_part h2 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1280px){
    .mega-menu-category-product-innner .col-lg-9 {
        padding: 0px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1000px) {
    header.desktop_header .header.navbar {
        padding: 20px;
    }
    /* .header-left_side_menu ul li+li {
        margin-left: 15px;
    } */
    .header-left_side_menu ul {
        column-gap: 15px;
    }
    .header-left_side_menu ul {
        margin-left: 40px;
    }
    .header-rightside-icons ul li+li {
        margin-left: 15px;
    }
    .header-rightside-icons ul li a.fa {
        font-size: 18px;
    }
    .header-rightside-icons ul li a .fa {
        font-size: 18px;
    }
    .left_side_space {
        padding: 0;
    }
    .header__nav li+li {
        margin-left: 15px;
    }
    nav.header__nav.second_menu ul li a {
        font-size: 13px;
    }
    .header-left_side_menu ul li a {
        font-size: 13px;
    }
    nav.header__nav.second_menu .mega-menu-category-product ul.sub-menu {
        max-width: 960px;
        margin: auto;
    }
    .mega-menu-category-product-innner .col-lg-9 {
        padding: 0px 15px 0px 0px;
    }
    .mega-menu-category-product-innner .col-lg-3 {
       max-width: 33.33%;
       width: 100%;
       float: left;
    }
    .mega-menu-category-product-innner .col-lg-9 {
        max-width:66.66%;
       width: 100%;
       float: right;
    }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
    header.tab_header {
        display: block !important;
        transition: all 0.35s ease;
    }
    .left_side_font h4 {
        font-size: 20px !important;
    }
    div#maintoggle {
        width: 20px;
        height: 11px;
        cursor: pointer;
        margin: auto;
        margin-right: 0;
    }
	.icon-type-img .box-contents .box-heading h5 {
		font-size: 18px;
	}
	.icon-type-img .wrap-icon .box-icon span {
		width: 60%;
	}
	.all_sections_space_equal_for_valuers {
		padding-bottom: 40px;
	}
	.box-description.images_box_valeurs_2 {
		font-size: 16px;
		max-width: 100%;
	}
	.images_sizeing .box-icon-inner.type-img span {
		width: 60%;
	}
	.new_style_content_mrque .wpb_wrapper p {
		font-size: 3.5rem !important;
		line-height: 5rem !important;
	}
	.new_add_section {
		padding: 5rem 0 !important;
		margin: 30px 0px;
	}

    div#maintoggle div {
        width: 100%;
        border-radius: 70px;
        height: 2px;
        background: #043087;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 5px;
        cursor: pointer;
    }
    a.logo img {
        max-width: 70px;
    }
    .header .container {
        max-width: 720px;
        width: 100%;
    }
    .tab_logo_right_space {
        padding-right: 10px;
    }
    .tab_right_side_space {
        padding-right: 0px;
    }
    .tab_logo_right_space {
        width: fit-content;
    }
    .header-rightside-icons ul li+li {
        margin-left: 15px;
    }
    .coustam_search_header {
        max-width: 445px;
    }
    .page-id-1534 .site-main {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .row_for_left_right_slide {
        padding: 20px 0px;
    }
    .space_top_bottom_extra {
        margin-top: 20px;
    }
    .row_for_left_right_slide .vc_column-inner .vc_row-fluid {
        align-items: self-start;
    }
    .row_for_left_right_slide .vc_column-inner {
        justify-content: flex-start !important;
    }
    .discover-associated-products-list {
        width: fit-content;
        margin: auto;
        text-align: center;
    }
    .discover-associated-products-right .discover-associated-products-list a.button.button--secondary {
        margin: auto;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    header.moblie_header {
        display: block !important;
        transition: all 0.35s ease;
    }
	.category_description_top {
		margin-top: 40px;
	}
	.new_category_section_banner {
		background-position: 35% 100% !IMPORTANT;
		background-size: auto 73%;
	}
    h3.main-heading-content-image-part {
        margin-bottom: 35px;
    }
    .backtotop-container.show .btn-backtotop {
        right: 15px;
    }
    .banner_category_content .content {
        padding-left: 0%;
    }
    /* .new_category_section_content_row .image_part img {
        width: 130px;
    } */
    .new_category_section_content_row .image_part_inner {
        grid-template-columns: repeat(3,1fr);
    }
    .bibliography_sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .discover-associated-products-right .discover-associated-products-list a.button.button--secondary.btb-sec {
        float: unset;
        margin: auto;
    }
    .left_side_font h4 {
        font-size: 18px !important;
    }
	.top_space_remove {
		padding-top: 40px !important;
	}
	body .vc_custom_1686118705862 {
		padding-top: 0px !important;
	}
	body .vc_custom_1686118726284 {
		padding-top: 0px !important;
	}
	body .vc_custom_1686118749438 {
		padding-top: 0px !important;
	}
	body .vc_custom_1686134571887 {
		padding-top: 0px !important;
		padding-bottom: 30px;
	}
	.images_sizeing {
		padding-top: 0px !important;
	}

	.new_add_section {
		padding: 0 0 2rem !important;
		margin: 30px 0px 0px;
	}
	.new_style_content_mrque .wpb_wrapper p {
		font-size: 2.5rem !important;
		line-height: 4rem !important;
	}
    a.logo img {
        max-width: 80px;
        margin: auto;
    }
    div#maintoggle {
        width: 20px;
        height: 11px;
        cursor: pointer;
        margin: auto;
        margin-right: 0;
    }
    div#maintoggle div {
        width: 100%;
        border-radius: 70px;
        height: 2px;
        background: #043087;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .header .container {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    header.moblie_header .colome_width_mobile {
        width: 100%;
        max-width: 33.33%;
        text-align: center;
    }
    header.moblie_header .colome_width_mobile div#maintoggle {
        margin-left: 0;
    }
    .mobile_heade_search{
        display: block !important;
    }
    .search__open {
        display: block;
        border: 0;
        border-bottom: 0.0625rem solid rgba(0,0,0,.1);
        border-top: 0.0625rem solid rgba(0,0,0,.1);
        padding: 0 20px;
        width: 100%;
        height: 40px;
        font-size: .6875rem;
        font-weight: 300;
        color: #a0a0a0;
        text-align: left;
        background-color: #fff;
    }
    .search__open-icon {
        font-size: 18px;
        color: #0b2f85;
        text-align: center;
        line-height: 28px;
    }
    .search__open-label {
        margin-left: 15px;
        vertical-align: 2px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
    }
    .coustam_search_header {
        max-width: 100%;
    }
    div#MobileNavs ul.mobileviewparent {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
    div#MobileNavs {
        width: 100%;
    }
    /* .tab_sub_menu_according_manage.header-stickys div#MobileNavs {
        top: 113px;
    } */
    /* .tab_sub_menu_according_manage.header-stickys .mobile_togle_slide {
        top: 107px !important;
    } */
    li.mobile_togle_slide_click_on_sub_menu.open .mobile_togle_slide {
        width: 100%;
    }
    /* li.mobile_togle_slide_click_on_sub_menu.open .mobile_togle_slide {
        top: 147px;
    } */
    .tab_sub_menu_according_manage.header-stickys div#MobileNavs {
        top: 114px;
    }
    div#MobileNavs {
        height: calc(100vh - 114px);
    }
    /* .tab_sub_menu_according_manage.header-stickys div#MobileNavs .open .mobile_togle_slide {
        top: 114px;
    } */
    li.mobile_togle_slide_click_on_sub_menu.open .mobile_togle_slide {
        height: calc(100vh - 114px);
    }
    .home_slider_banner_bg {
/*         height: 75vh !important; */
		height: 575px !important;
		background-size: cover !important;
		background-position: top center !important;
    }
    .home_slider_banners .container {
        max-width: 100%;
        width: 100%;
    }
    .home_slider_banner_content .home_slider_banner_content_title h1.title {
        font-size: 26px;
        line-height: 26px;
    }
    .home_slider_banner_content .sub_title h3.title {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .home_slider_banner_content .banner_button a.button {
        padding: 12px 50px 12px 20px;
        font-size: 13px;
        margin: auto;
    }
    .home_slider_banner_content {
        text-align: center;
    }
    .home_slider_banner_content .banner_button a.button:after {
        right: 20px;
        width: 15px;
    }
    .home_slider_banner_content .home_slider_banner_content_title {
        margin: auto;
    }
    .home_slider_banner_content .sub_title {
        margin: auto;
    }
    .home_slider_banner_bg.home_slider_banner_bg_desktop.slick-slide {
        background: none !important;
    }
    .home_slider_banner_content.mobile_colore_code {
        padding: 30px 20px 50px;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .home_slider_banners ul.slick-dots {
        bottom: 20px;
    }
    .page-id-1534 .site-main {
        padding-top: 0px;
        padding-bottom: 35px;
    }
    .row_for_left_right_slide {
        padding: 35px 0px 0px;
    }
    .images_space_top {
        padding-top: 20px;
    }
    .coolome_1_order {
        order: 2;
        padding-top: 20px;
    }    
    .space_top_bottom_extra .vc_column-inner {
        padding-top: 10px;
    }
    .header-rightside-icons ul li+li {
        margin-left: 15px;
    }
    .search .site-main {
        padding-top: 15px;
    }
    .icon-type-img .box-contents .box-heading h5 {
		font-size: 18px;
	}
	.icon-type-img .wrap-icon .box-icon span {
		width: 60%;
	}
	.all_sections_space_equal_for_valuers {
		padding-bottom: 30px;
	}
	.box-description.images_box_valeurs_2 {
		font-size: 16px;
		max-width: 100%;
	}
	.images_sizeing .box-icon-inner.type-img span {
		width: 60%;
	}
	body .vc_custom_1686117671172 {
		padding-top: 15px !important;
		padding-bottom: 20px;
	}
	body .vc_custom_1686118715267 {
		margin-top: 0px !important;
	}
	body .vc_custom_1686117901964 {
		padding-top: 0px !important;
	}
	body .vc_custom_1686118726284 {
		margin-top: 0px !important;
	}
	body .vc_custom_1686118726284 {
		margin-top: 0px !important;
		padding-bottom: 0px;
	}
	body .vc_custom_1686117901964 {
		padding-bottom: 20px !IMPORTANT;
	}
	.sepreted_content_valeurs {
		padding-bottom: 0;
	}
	body .vc_custom_1686118461470 {
		padding-bottom: 30px;
	}
	body .vc_custom_1686118749438 {
		padding-bottom: 0px;
	}
	body .vc_custom_1686122493748 {
		padding-top: 0px !important;
	}
	body .vc_custom_1686122493748 {
		padding-top: 0px !important;
		padding-bottom: 30px;
	}
	body .vc_custom_1686118715267 {
		padding-top: 30px !important;
	}
	body .vc_custom_1686118749438 {
		padding-bottom: 30px !important;
	}
	body .vc_custom_1686118749438 {
		padding-bottom: 0px !important;
	}
	body .vc_custom_1686118715267 {
		padding-top: 0px !important;
	}
	.mide_title_section_row .mide_title.vc_custom_1686120057099 {
		padding-top: 30px !important;
	}
	.colome_mobile_space {
		padding-top: 30px;
	}
	.all_sections_space_equal_for_valuers.vc_custom_1686129193172 {
		padding-bottom: 0;
	}
	.all_sections_space_equal_for_valuers.images_sizeing.vc_custom_1686129203252 {
		padding-bottom: 0px;
	}
	.top_space_arround .images_space_top {
		padding-top: 0px;
	}
    .top_sp {
		padding-top: 20px;
	}
	.botom_sp {
		padding-bottom: 10px;
	}
    .site.site-sticky-respoincive {
        padding-top: 154.3px;
    }
    .prodcuts_category_row_1 {
        padding: 0px 0px 0px;
    }
    .prodcuts_category_row_1 .vc_col-sm-6, .prodcuts_category_row_02 .vc_col-sm-6 {
        margin-bottom: 30px;
    }
    .prodcuts_category_row_02 {
        padding-bottom: 10px;
    }
    .prodcuts_category_row_02 .vc_col-sm-6:last-child {
        margin: 0;
    }
    .new_category_section_banner_row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 200px;
    }
    .new_category_section_banner .banner_colome_1 {
        width: 100%;
        padding-right: 0px;
        padding-top: 20px;
    }
    .new_category_section_banner .banner_colome_2 {
        width: 100%;
        max-width: 360px;
        margin: auto;
    }
    .new_category_section_banner_row3 .quote_excerpt h3.quoite_content {
        font-size: 18px;
    }
    .new_category_section_banner_row3 .quote_excerpt h3.quoite_content img {
        top: -25px;
        width: 70px;
        left: -30px;
    }
    .content_colome .content_part h2 {
        margin-bottom: 10px;
    }
    .idcards_content {
        padding-top: 50px;
        padding-bottom: 1px;
    }
    .insight_hight_light p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .new_category_section_content {
        padding-top: 90px;
        padding-bottom: 30px;
    }
    .new_category_section_tree {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .discover-associated-products-right h2 {
        font-size: 22px;
        max-width: 90%;
        margin: auto;
        line-height: 30px;
    }
    .banner_category_images .banner_imaes_frame {
        max-width: 300px;
        height: 300px;
        padding: 0px;
        margin-bottom: 20px;
        margin: auto;
    }
    .banner_category_images .banner_imaes_frame img {
        height: 100%;
        width: 100% !important;
        top: 0%;
    }
    .discover-associated-products-right h3 {
        text-align: center;
        font-size: 18px;
        margin: auto;
        max-width: 90%;
        margin-bottom: 30px;
    }
    .new_category_section_three_row .images_colome_2 {
        width: 80%;
        margin: auto;
    }
    .new_category_section_three_row .images_colome_2 .images_bg_frame {
        max-width: 300px;
        height: 300px;
        width: 100%;
        max-height: 300px;
    }
    .discover-associated-products-right {
        margin-top: 60px;
    }
    .banner_category_images .banner_imaes_frame {
        position: relative !important;
    }
    .banner_category_content .content h1.banner_title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 0px;
		line-break: auto;
    }
    .banner_category_content .content h2.banner_sub_title {
        font-size: 15px;
        text-align: center;
        margin-bottom: 0;
		margin: auto;
    }
    .new_category_section_banner_row3 .quote_excerpt {
        min-height: 150px;
        padding: 30px 30px;
    }
    
}
@media screen and (max-width: 767px){
	.new_category_section_content_row .image_part_inner {
		column-gap: 80px;
	}
	.search-results div#blog_content_container .la-loop {
        margin-bottom: 50px !important;
    }
	.cn-close-icon {
		top: 15px;
	}
}
@media screen and (max-width: 480px){
	.home_slider_banner_bg {
		background-size: auto !important;
		height: 550px !important;
    }
}
@media screen and (max-width: 450px){
	.new_category_section_content_row .image_part_inner {
		column-gap:20px;
	}
}
@media screen and (max-width: 374px){
    .new_category_section_three_row .images_colome_2 .images_bg_frame {
        height: 288px;
    }
}

@media screen and (min-width: 768px){
    .colome_1_images {
        width: 14%;
    }
    .colome_2_content {
        width: 86%;
    }
}
table#e3bacb31852fde79m_-8302770039103001436outer_wrapper tr td:empty {
    display: none;
}



  .image-map-container {
    position: relative;
    max-width: 100%;
    width: auto;
  }

  #responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Adjust the coordinates of your map areas according to your image's dimensions */
  area {
    position: absolute;
  }

  /* Define media queries for different screen sizes if necessary */
  @media (max-width: 768px) {
    /* Adjust your area coordinates for smaller screens */
    area {
      /* Example coordinates for smaller screens */
      /* coords="x1, y1, x2, y2" */
      /* Update these values as needed */
      coords: x1, y1, x2, y2;
    }
  }
.search-results div#blog_content_container article.loop-item.post-item .item-info .post-image-sec img {
    width: 100%;
    max-width: 300px;
}
.search-results div#blog_content_container .la-loop {
    margin-bottom: 100px;
}
.mobile_menus ul.category_menu_mobile > li span.arrow_icon  {
    position: absolute;
    right: 0px;
    z-index: 9;
    color: #fff;
    padding: 28px 20px;
    z-index: 99;
    top: 0;
}
p#billing_country_field {
    display: none;
}
ul.category_menu_mobile li.mobile_togle_slide_click_on_sub_menu .mobile_togle_slide.closed {
    z-index: 99999;
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100vh;
}
.single_variation_wrap .woocommerce-variation-price span.price bdi {
    line-height: inherit;
    font-weight: normal;
    font-size: 30px;
    color: #043087;
    font-family: 'Montserrat';
}
.mobile_map {
    display: none;
} 
a.woocommerce-remove-coupon {
    display: none;
}
.mobile_menus ul.category_menu_mobile > li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
table#outer_wrapper tbody tr td:empty {
    display: none;
}
@media screen and (max-width: 1919px) {
    .desktop_map {
        display: none !important;
    }
    .mobile_map {
        display: block !important;
    }
    .short_img  {
        margin-top: 30px;
        position:relative;
    }
}


.popup{
    width: 100%;
    margin: auto;
    text-align: center
}
.popup img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.shows{
    z-index: 999;
    display: none;
}
.shows .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.shows .img-show{
    width: 100%;
    max-width: 90%;
    height: 530px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.img-shows span{
    position: absolute;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}
.shows .close {
    top: 10px;
    font-size: 18px;
}
.shows .plus {
    top: 40px;
}
.shows .minus {
    top: 70px;
}
.shows .reset {
    top: 100px;
    font-size: 18px;
}
.img-shows img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}
/*End style*/
.center {
    text-align:center;
}
.shows .img-shows {
    width: 100%;
    max-width: 95%;
    max-height: 90%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}


.hidden-custom-menu-map{
    display: none;
}

.woocommerce-cart .woocommerce-notices-wrapper{
    display: none;
}

.woocommerce-checkout .woocommerce-notices-wrapper{
    display: none;
} 