It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://theemeraldcorp.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head> <script type="text/javascript">if(!gform){document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0});var gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),null==t&&(t=10),gform.hooks[o][n].push({tag:i,callable:r,priority:t})},doHook:function(o,n,r){if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[o][n]){var t,i=gform.hooks[o][n];i.sort(function(o,n){return o.priority-n.priority});for(var e=0;e<i.length;e++)"function"!=typeof(t=i[e].callable)&&(t=window[t]),"action"==o?t.apply(null,r):r[0]=t.apply(null,r)}if("filter"==o)return r[0]},removeHook:function(o,n,r,t){if(null!=gform.hooks[o][n])for(var i=gform.hooks[o][n],e=i.length-1;0<=e;e--)null!=t&&t!=i[e].tag||null!=r&&r!=i[e].priority||i.splice(e,1)}}}</script><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();
  5. </script>
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9.  
  10. <link rel="stylesheet" data-pmdelayedstyle="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  11. <link rel="stylesheet" data-pmdelayedstyle="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" />
  12. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/famousui.css">
  13. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/owl.carousel.min.css">
  14. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/style.css?v=999">
  15. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/request.css?v=999">
  16. <link data-pmdelayedstyle="https://cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/dist/css/select2.min.css" rel="stylesheet" />
  17. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/about.css?v=99">
  18. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/services.css?v=99">
  19. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/contact.css?v=99">
  20. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/private.css?v=99">
  21. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/modal.css?v=99">
  22. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/home-banner.css?v=99">
  23. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/new-single-product.css?v=99">
  24. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/emeraldcorp.css?v=199">
  25. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/steps.css?v=199">
  26. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/quiz.css?v=199">
  27. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/states.css?v=999999">
  28. <link rel="stylesheet" data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/reviews.css?v=1998">
  29.  
  30. <link rel="stylesheet" data-pmdelayedstyle="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.6.3/nouislider.min.css"
  31.  integrity="sha512-KRrxEp/6rgIme11XXeYvYRYY/x6XPGwk0RsIC6PyMRc072vj2tcjBzFmn939xzjeDhj0aDO7TDMd7Rbz3OEuBQ=="
  32.  crossorigin="anonymous" />
  33.  
  34. <title>Private Label &amp; White Label CBD Supplements Manufacturers</title><link rel='preload' href='https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/hero-bg.png' as='image'><style id="perfmatters-used-css">i,i:after,i:before{-webkit-transition:all 0s !important;-o-transition:all 0s !important;transition:all 0s !important;}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth;}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;line-height:1.25;}body,html{color:#333;font-size:16px;}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}[tabindex="-1"]:focus{outline:0 !important;}a{background-color:transparent;text-decoration:none;color:#0ba14a;}a:hover{color:#065929;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus{outline:0;}b,strong{font-weight:bold;}ol ol ul,ol ul ul,ul ol ul,ul ul ul{font-size:100%;}small{font-size:12px;}img{vertical-align:middle;max-width:100%;border-style:none;}fieldset{border:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.25;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0;}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:10px;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}textarea{overflow:auto;}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}[hidden]{display:none;}h1,h2,h3,h4,h5,h6,p{font-weight:400;margin-top:0;margin-bottom:15px;}.h1,h1{font-size:46px;}.h2,h2{font-size:36px;}.h3,h3{font-size:28px;}.h4,h4{font-size:22px;}.h5,h5{font-size:18px;}.h6,h6{font-size:16px;}p{font-size:16px;}.text-primary{color:#0ba14a;}.text-gray{color:gray;}.text-white{color:white;}.fui-navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;}.fui-navbar>.fui-container,.fui-navbar>.fui-container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;}.fui-navbar .fui-brand{display:inline-block;margin-right:16px;line-height:inherit;white-space:nowrap;}.fui-navbar .fui-menu-box{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%;}.fui-navbar .fui-menu-box .fui-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;}.fui-navbar .fui-menu-box .fui-menu .nav-item{margin:0;}.fui-navbar .fui-menu-box .fui-menu .nav-item .nav-link{display:inline-block;}.fui-navbar .fui-menu-box .fui-menu li{list-style:none;padding:0;}.fui-navbar .fui-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#0ba14a;background-color:white;margin-top:10px;margin-bottom:10px;margin-left:auto;padding:10px 15px;border:none;outline:none;cursor:pointer;border-radius:4px;}.fui-navbar .fui-toggler:hover{color:white;background:#087134 !important;}.fui-navbar.fui-default-nav{background-color:white;}.fui-navbar.fui-default-nav .fui-brand{padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.fui-navbar.fui-default-nav .fui-brand a{display:block;font-weight:400;font-size:28px;color:#0ba14a;}.fui-navbar.fui-default-nav .fui-brand a:hover{color:#065929 !important;}.fui-navbar.fui-default-nav .fui-brand a img{display:block;}.fui-navbar.fui-default-nav .fui-menu .nav-link{color:#1f232c;padding:20px 15px;}.fui-navbar.fui-default-nav .fui-menu .nav-link:focus,.fui-navbar.fui-default-nav .fui-menu .nav-link:hover{color:white;background-color:#0ba14a;}.fui-navbar.fui-default-nav .fui-menu .active .nav-link{color:white;background-color:#0ba14a;}.fui-navbar.fui-default-nav.bg-primary{background:#0ba14a;}.fui-navbar.fui-default-nav.bg-primary .fui-brand a{color:white;}.fui-navbar.fui-default-nav.bg-primary .fui-brand a:hover{color:#10e96b !important;}.fui-navbar.fui-default-nav.bg-primary .menu-close{background:#087134;}.fui-navbar.fui-default-nav.bg-primary .menu-close:hover{background:#065929;}.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link{color:white;}.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:focus,.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:hover{color:white;background-color:#087134;}.fui-navbar.fui-default-nav.bg-primary .fui-menu .active .nav-link{color:white;background-color:#087134;}.fui-navbar.fui-default-nav.bg-secondary{background:#1f232c;}.fui-navbar.fui-default-nav.bg-secondary .fui-brand a{color:white;}.fui-navbar.fui-default-nav.bg-secondary .fui-brand a:hover{color:#3f4759 !important;}.fui-navbar.fui-default-nav.bg-secondary .menu-close{background:#0a0b0e;}.fui-navbar.fui-default-nav.bg-secondary .menu-close:hover{background:black;}.fui-navbar.fui-default-nav.bg-secondary .fui-menu .nav-link{color:white;}.fui-navbar.fui-default-nav.bg-secondary .fui-menu .nav-link:focus,.fui-navbar.fui-default-nav.bg-secondary .fui-menu .nav-link:hover{color:white;background-color:#0a0b0e;}.fui-navbar.fui-default-nav.bg-secondary .fui-menu .active .nav-link{color:white;background-color:#0a0b0e;}.fui-navbar.fui-default-nav.bg-light{background:#eee;}.fui-navbar.fui-default-nav.bg-light .fui-brand a{color:white;}.fui-navbar.fui-default-nav.bg-light .fui-brand a:hover{color:white !important;}.fui-navbar.fui-default-nav.bg-light .menu-close{background:#d5d5d5;}.fui-navbar.fui-default-nav.bg-light .menu-close:hover{background:#c8c8c8;}.fui-navbar.fui-default-nav.bg-light .fui-menu .nav-link{color:white;}.fui-navbar.fui-default-nav.bg-light .fui-menu .nav-link:focus,.fui-navbar.fui-default-nav.bg-light .fui-menu .nav-link:hover{color:white;background-color:#d5d5d5;}.fui-navbar.fui-default-nav.bg-light .fui-menu .active .nav-link{color:white;background-color:#d5d5d5;}@media screen and (min-width:768px){.fui-navbar.fui-expand-md .fui-toggler{display:none;}.fui-navbar.fui-expand-md .fui-menu-box{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.fui-navbar.fui-expand-md .fui-menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.fui-navbar.fui-expand-md>.fui-container,.fui-navbar.fui-expand-md>.fui-container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}.menu-close{display:none;}.fui-btn{display:inline-block;padding:10px 20px;text-align:center;font-weight:400;background:transparent;border:none;text-decoration:none;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.fui-btn-primary{background-color:#0ba14a;color:white;}.fui-btn-primary:hover{color:white;background-color:#087134;}.fui-btn-secondary{background-color:#1f232c;color:white;}.fui-btn-secondary:hover{color:white;background-color:#0a0b0e;}.fui-btn-white{background-color:white;color:white;}.fui-btn-white:hover{color:white;background-color:#e6e6e6;}form{width:100%;}.fui-input{display:block;max-width:100%;width:100%;min-height:40px;padding:10px 10px;background-color:white;outline:none;border:1px solid silver;border-radius:4px;}.fui-input:focus{border-color:#0ba14a;-webkit-box-shadow:0 0 0 2px rgba(11,161,74,.5);box-shadow:0 0 0 2px rgba(11,161,74,.5);}select option:not([disabled]){color:#555;}select option[disabled]{color:gray;}select[multiple]{overflow-y:auto;}textarea.fui-input{min-height:150px !important;}textarea{resize:vertical;}label{display:inline-block;margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.group{padding:10px 0;}[type=checkbox],[type=radio]{width:15px;height:15px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}select.fui-input:not([multiple]),select.input:not([multiple]){position:absolute;top:0;left:0;margin-bottom:10px;width:100%;padding:10px 0;height:50px;font-size:16px;color:#1c1c1c;border-color:#ddd;opacity:0;}.fui-dropdown{position:relative;}.fui-dropdown li{list-style:none;margin:0;}.fui-dropdown.fui-btn>.fui-dropdown-menu{top:100% !important;}.fui-dropdown>.fui-dropdown-menu{border:1px solid #ccc;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:150px;width:100%;background:white;padding:5px 0;position:absolute;right:0;top:100%;-webkit-animation:dropdown .22s forwards ease-in-out;animation:dropdown .22s forwards ease-in-out;z-index:1000;border-radius:4px;}.fui-dropdown>.fui-dropdown-menu a{display:block;color:#333;text-align:left;padding:10px 15px;}.fui-dropdown>.fui-dropdown-menu a.active,.fui-dropdown>.fui-dropdown-menu a.is-active,.fui-dropdown>.fui-dropdown-menu a:hover{color:white;background:#0ba14a;}.fui-dropdown.carret:after,.fui-dropdown>a:after,.fui-dropdown>button:after,.fui-dropdown>div:not(.fui-dropdown-menu):after{display:inline-block;width:0;height:0;margin-left:10px;vertical-align:4px;content:" ";border-top:5px solid;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent;}@-webkit-keyframes dropdown{0%{opacity:0;top:50%;}to{opacity:1;top:100%;}}@keyframes dropdown{0%{opacity:0;top:50%;}to{opacity:1;top:100%;}}dl,ol,ul{list-style:none;margin-top:0;padding-left:20px;}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{font-size:100%;margin:0;}ul{list-style:circle inside;}ol li,ul li{margin-bottom:5px;}.fui-modal{-webkit-transition:all .5s !important;-o-transition:all .5s !important;transition:all .5s !important;width:100%;height:100%;min-height:100vh;max-height:100vh;padding:80px 15px;position:fixed;top:0;left:0;pointer-events:none;z-index:-10;opacity:0;overflow-y:auto !important;}.fui-modal .fui-modal-container{position:relative;margin:0 auto;z-index:1350;}.fui-modal-title{margin:0;font-size:20px;}.fui-modal-header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#eee;padding:10px 15px;}.fui-modal-header .modal-close{padding:10px;cursor:pointer;}.fui-modal-header .modal-close:hover{opacity:.5;}.fui-modal-container{display:none;max-width:580px;width:100%;height:auto;background:white;border:1px solid #c8c8c8;}.fui-modal-container .fui-modal-body{padding:15px;}@-webkit-keyframes modalbg{0%{background:rgba(0,0,0,0);}to{background:rgba(0,0,0,.5);}}@keyframes modalbg{0%{background:rgba(0,0,0,0);}to{background:rgba(0,0,0,.5);}}@-webkit-keyframes animateUp{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);}to{-webkit-transform:translateY(0px);transform:translateY(0px);}}@keyframes animateUp{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);}to{-webkit-transform:translateY(0px);transform:translateY(0px);}}@-webkit-keyframes fadeEffect{0%{opacity:0;}to{opacity:1;}}@keyframes fadeEffect{0%{opacity:0;}to{opacity:1;}}.fui-accordion{-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:100%;border:none;outline:none;cursor:pointer;}.fui-accordion-container.default .fui-accordion{padding:15px;background-color:#eee;}.fui-accordion-container.default .active,.fui-accordion-container.default .fui-accordion:hover{background-color:#c8c8c8;}.fui-accordion-container.default .fui-accordion:after{content:"+";color:#777;font-weight:bold;float:right;font-size:20px;margin-left:5px;}.fui-accordion-container.default .active:after{content:"−";}.fui-accordion-container.default .fui-panel-box{border:1px solid #eee;padding:15px;}.fui-accordion-container .fui-panel{-webkit-transition:max-height .2s ease-out;-o-transition:max-height .2s ease-out;transition:max-height .2s ease-out;background-color:white;max-height:0;overflow:hidden;}@-webkit-keyframes progress-bar-stripes{0%{background-position:0 16px;}to{background-position:0 0;}}@keyframes progress-bar-stripes{0%{background-position:0 16px;}to{background-position:0 0;}}[data-tip]{position:relative;}[data-tip].tooltip-active:after,[data-tip].tooltip-active:before,[data-tip]:focus:after,[data-tip]:focus:before,[data-tip]:hover:after,[data-tip]:hover:before{visibility:visible;}[data-tip]:before{content:"";position:absolute;top:-6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-width:4px 6px 0 6px;border-style:solid;border-color:rgba(0,0,0,.9) transparent transparent transparent;z-index:100;}[data-tip]:after{content:attr(data-tip);position:absolute;left:50%;top:-6px;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);background:rgba(0,0,0,.9);text-align:center;color:#fff;padding:4px 2px;font-size:12px;min-width:80px;width:auto;border-radius:5px;pointer-events:none;white-space:nowrap;}[data-tip]:after,[data-tip]:before{visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;}[data-tip-position=left]:before{left:0%;top:50%;margin-left:-12px;-webkit-transform:translatey(-50%) rotate(-90deg);-ms-transform:translatey(-50%) rotate(-90deg);transform:translatey(-50%) rotate(-90deg);}[data-tip-position=top]:before{left:50%;}[data-tip-position=bottom]:before{top:100%;margin-top:8px;-webkit-transform:translateX(-50%) translateY(-100%) rotate(-180deg);-ms-transform:translateX(-50%) translateY(-100%) rotate(-180deg);transform:translateX(-50%) translateY(-100%) rotate(-180deg);}[data-tip-position=right]:before{left:100%;top:50%;margin-left:1px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);}[data-tip-position=left]:after{left:0%;top:50%;margin-left:-8px;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%);}[data-tip-position=top]:after{left:50%;}[data-tip-position=bottom]:after{top:100%;margin-top:8px;-webkit-transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);transform:translateX(-50%) translateY(0%);}[data-tip-position=right]:after{left:100%;top:50%;margin-left:8px;-webkit-transform:translateX(0%) translateY(-50%);-ms-transform:translateX(0%) translateY(-50%);transform:translateX(0%) translateY(-50%);}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes fadeInOpacity{0%{opacity:0;}to{opacity:1;}}@keyframes fadeInOpacity{0%{opacity:0;}to{opacity:1;}}.fui-container{max-width:1150px;margin:0 auto;width:100%;}.fui-container-fluid{margin:0;max-width:100%;width:100%;}[class*=col-]{padding-left:10px;padding-right:10px;}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}.row .col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.row .col-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}@media screen and (min-width:576px){.row .col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}}@media screen and (min-width:768px){.row .col-md-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%;}.row .col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.row .col-md-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%;}.row .col-md-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%;}.row .col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.row .col-md-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%;}}[disabled]{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;pointer-events:none !important;opacity:.5;}.d-none{display:none !important;}.d-block{display:block !important;}.d-flex,[class*=flex]{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-center-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.bg-primary{background-color:#0ba14a;}.bg-secondary{background-color:#1f232c;}.bg-light{background-color:#eee;}.py-1{padding-top:10px !important;padding-bottom:10px !important;}.px-2{padding-left:20px !important;padding-right:20px !important;}.py-5{padding-top:50px !important;padding-bottom:50px !important;}.px-5{padding-left:50px !important;padding-right:50px !important;}.pt-5{padding-top:50px !important;}.pb-5{padding-bottom:50px !important;}.pb-8{padding-bottom:80px !important;}.ml-auto{margin-left:auto !important;}.mb-0{margin-bottom:0 !important;}.ml-0{margin-left:0 !important;}.mt-2{margin-top:20px !important;}.mb-2{margin-bottom:20px !important;}.mt-4{margin-top:40px !important;}.mb-5{margin-bottom:50px !important;}.weight-500{font-weight:500 !important;}.weight-600{font-weight:600 !important;}.weight-900{font-weight:900 !important;}.text-center{text-align:center !important;}.img-fluid{width:100%;}.rounded{border-radius:35px !important;}.bg-cover{background-position:center center;background-size:cover;background-repeat:no-repeat;}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}.owl-carousel{display:none;width:100%;z-index:1;}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@font-face{font-family:gilroy;src:url("https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/font/Gilroy-Light.otf");font-weight:normal;}@font-face{font-family:gilroy;src:url("https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/css/font/Gilroy-ExtraBold.otf");font-weight:bold;}body,html{font-family:"gilroy",sans-serif;color:black;}.bg-blue{background-color:#26c2ff;}.bg-light-blue{background-color:#cbe8f8;}.fui-btn-primary{border:2px solid white;text-transform:uppercase;padding:15px 25px;}.fui-btn-primary i{margin-left:10px;}.fui-container{padding-left:15px;padding-right:15px;}.fui-navbar{padding:15px 50px;position:absolute;z-index:10;width:100%;left:0;top:0;background:transparent !important;}.fui-navbar .fui-brand img{max-width:220px;}.fui-navbar .fui-brand h4{margin:0 !important;}@media (max-width:768px){.fui-navbar{padding:15px 10px !important;}.fui-navbar .fui-brand{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.fui-navbar .fui-menu li .nav-link{padding:10px 10px !important;}}.fui-navbar .menu-1 li:last-child a:after{display:none;}@media (min-width:768px){.fui-navbar .menu-1 a:after{content:" ";display:inline-block;width:5px;margin-left:15px;height:1px;background:white;}}.fui-navbar .menu-2{margin-left:25px !important;}@media (max-width:768px){.fui-navbar .menu-2{margin:0 !important;}.fui-navbar .menu-2 li:first-child{border:none !important;}}.fui-navbar .menu-2 li:first-child{border-right:1px solid white;}.fui-navbar .fui-menu{text-transform:uppercase;}.fui-navbar .fui-menu .cart-link{position:relative;}@media (min-width:768px){.fui-navbar .fui-menu .cart-link{margin-left:20px;}}@media (max-width:768px){.fui-navbar .fui-menu .cart-link{margin-top:20px !important;display:block;}.fui-navbar .fui-menu .cart-link span{background:black !important;position:static !important;margin-left:5px;}}.fui-navbar .fui-menu .cart-link i{color:white;font-size:20px;}.fui-navbar .fui-menu .cart-link span{position:absolute;background:#0ba14a;color:white !important;bottom:100%;padding:2px 4px;font-size:12px;border-radius:5px;}.fui-navbar .fui-menu .nav-link{padding:5px 10px !important;color:white !important;background:transparent !important;display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media (max-width:768px){.fui-navbar .fui-menu .nav-link{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;width:100%;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}}.fui-navbar .fui-menu .nav-link:hover{color:black !important;}.fui-navbar .fui-menu .active .nav-link{color:black !important;}.fui-navbar .fui-menu a{font-size:14px;}@-webkit-keyframes prev{0%{position:relative;left:100px;opacity:0;}to{position:relative;left:0;opacity:1;}}@keyframes prev{0%{position:relative;left:100px;opacity:0;}to{position:relative;left:0;opacity:1;}}@-webkit-keyframes next{0%{position:relative;right:100px;opacity:0;}to{position:relative;right:0;opacity:1;}}@keyframes next{0%{position:relative;right:100px;opacity:0;}to{position:relative;right:0;opacity:1;}}.main-hero{min-height:100vh;max-height:100vh;height:100%;}.main-hero .fui-btn-white{padding:12px 40px;color:#0ba14a;border:1px solid white;-webkit-box-shadow:0 4px 10px 0 #111;box-shadow:0 4px 10px 0 #111;text-transform:uppercase;}.main-hero .fui-btn-white:hover{color:white;background:#0ba14a;}.main-hero .item{min-height:100vh;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.main-hero .item .main-title{display:inline-block;background:#087134;padding:5px 15px;}.main-hero .item .fui-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.main-hero .item .fui-btn img{margin-left:15px;max-width:15px;height:20px;-o-object-fit:contain;object-fit:contain;}.main-hero .item .sub-title{font-size:30px;display:inline-block;background:#0ba14a;padding:5px 15px;}.main-hero .item .sub-info{font-size:18px;font-weight:500 !important;max-width:800px;margin:auto;text-shadow:0 2px 10px #111;}@media (max-width:768px){.main-hero{text-align:center;}.main-hero .item .img-col{text-align:center;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;max-width:350px;margin:0 auto;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:50px;padding-bottom:50px;}.main-hero .main-title{font-size:20px !important;padding:0 15px;}.main-hero .sub-title{font-size:18px !important;}}section.about-us{background:#eaf6f4;}section.about-us .info-col{padding:50px 10px;}section.about-us .info-col .logo{margin-bottom:20px;}section.about-us .info-col .logo img{max-width:450px;}section.about-us .info-col .info{font-size:14px;}section.about-us .img-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}section.about-us .img-col .images{max-width:500px;position:relative;}section.about-us .img-col .images .img-1{width:100%;position:relative;}section.about-us .img-col .images .img-1:after{content:" ";display:block;border:1px solid #0ba14a;width:100%;height:100%;top:-10px;left:-10px;position:absolute;}section.about-us .img-col .images .img-1 img{position:relative;z-index:1;}@media (max-width:768px){section.about-us{padding-top:50px;}section.about-us .info-col{text-align:center;}section.about-us .info-col img{margin-bottom:20px;max-width:300px !important;}section.about-us .img-col{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}section.about-us .img-col .images .img-1 img{max-width:400px;}}.title-bar{padding:0 10px;}.title-bar .title{font-size:40px;margin-bottom:10px;font-weight:900;color:#555;}.title-bar .sub-info{line-height:1.5;font-size:14px;color:gray;}@media (max-width:768px){.title-bar{text-align:center;}}section.categories{background:#f6f6f6;padding:50px 10px;position:relative;}section.categories .category-cards{padding:0 10px;}section.categories .category-cards .single-col{padding:15px 0;}section.categories .category-cards .single-col .card{border-radius:5px;padding:15px;height:200px;-webkit-transition:all .32s ease;-o-transition:all .32s ease;transition:all .32s ease;position:relative;top:0;}section.categories .category-cards .single-col .card:hover{top:-5px;-webkit-box-shadow:2px 5px 10px 0 rgba(0,0,0,.8);box-shadow:2px 5px 10px 0 rgba(0,0,0,.8);}section.categories .category-cards .single-col .card .title{font-weight:800;font-size:25px;color:white;margin-bottom:5px;}section.categories .category-cards .single-col .card .info{font-size:14px;color:white;}.about-banner .info-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.about-banner .info-col .info-p{margin-bottom:0;font-weight:600;}.about-banner .info-col .title{font-size:60px;font-weight:900;color:#0ba14a;}.about-banner .info-col .info{font-size:14px;}.about-banner .info-col .fui-btn{border:none;}@media (max-width:768px){.about-banner .info-col{text-align:center;}.about-banner .info-col .info{width:100%;}.about-banner .info-col .title{font-size:25px;}.about-banner .img-col{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-bottom:0 !important;}}@media (max-width:768px){section.ad-banner{padding:0 !important;}}section.ad-banner .fui-container{position:relative;padding:20px 0;overflow:hidden;}section.ad-banner .fui-container .info-col{padding-left:0;}section.ad-banner .fui-container .info-col .logo{padding-left:25px;max-width:450px;margin-bottom:20px;}section.ad-banner .fui-container .img-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}section.ad-banner .fui-container .img-col .img{position:relative;margin-right:25px;margin-top:20px;}@media (max-width:768px){section.ad-banner .fui-container .info-col{padding:15px;}section.ad-banner .fui-container .info-col .logo{padding-left:0;max-width:250px;margin:0 auto;text-align:center;margin-bottom:40px;}section.ad-banner .fui-container .info-col br{display:none;}section.ad-banner .fui-container .img-col{margin-top:50px;}section.ad-banner .fui-container .img-col .img{position:relative;margin-right:25px;margin-top:20px;}}section.our-stories{position:relative;}section.our-stories .bg-blue{height:45%;position:absolute;left:0;width:100%;bottom:0;}section.our-stories .img{display:block;}section.our-stories .img img{display:block;height:400px;width:100%;-o-object-fit:cover;object-fit:cover;}section.our-stories .info-col{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:10;}section.our-stories .info-col .info-card{position:absolute;background:#0ba14a;max-width:600px;width:100%;padding:15px;color:white;left:90%;}section.our-stories .info-col .info-card .title{font-size:16px;font-weight:600;}section.our-stories .info-col .info-card p{font-size:14px;}@media (max-width:768px){section.our-stories .img img{height:350px;}section.our-stories .info-col .info-card{position:static !important;}}section.our-clients{background:#f3f3f3;}section.our-clients .item .img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background:white;}section.our-clients .item .img img{height:50px;-o-object-fit:contain;object-fit:contain;}.main-footer{background:#1f232c;padding-top:50px;color:#ccc;margin-top:-20px;}.main-footer .row .single-col{margin-bottom:50px;}.main-footer .footer-title{font-size:18px;margin-bottom:20px;color:white;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.main-footer .footer-title img{max-width:20px;margin-right:5px;}.main-footer .about-info small{font-size:14px !important;}.main-footer .coupon-card{margin-bottom:40px;text-align:center;width:100%;padding:25px 15px;border:2px dashed gray;border-radius:10px;}.main-footer .coupon-card .title{font-size:25px;}.main-footer .coupon-card .title strong{color:#00c851;font-size:40px;}@media (max-width:768px){.main-footer .single-col{padding-left:0;text-align:center;width:100%;}.main-footer .single-col .footer-title{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}}.main-footer .single-col .links{padding:0;margin:0;list-style:none;}.main-footer .single-col .links li{padding:4px 0;}.main-footer .single-col .links li a{color:#ccc;}.main-footer .single-col .links li a:hover{color:#0ba14a;}.main-footer .bottom-footer{background:#161920;padding:50px 10px;}.main-footer .bottom-footer .fui-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-footer .bottom-footer .fui-container .social-links{margin-bottom:10px;}.main-footer .bottom-footer .fui-container .social-links a{width:40px;height:40px;border-radius:50%;display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:white;}.main-footer .bottom-footer .fui-container .social-links a:hover{background-color:#0ba14a;}@media (max-width:768px){.main-footer .bottom-footer .fui-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-footer .bottom-footer .fui-container .copy{padding-bottom:10px;}}.select2-container--default .select2-selection--single,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,select{display:block;max-width:100%;width:100%;min-height:40px;padding:10px 10px;background-color:white;outline:none;border:1px solid silver;}.select2-container--default .select2-selection--single:focus,.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,select:focus{border-color:#0ba14a;-webkit-box-shadow:0 0 0 2px rgba(11,161,74,.5);box-shadow:0 0 0 2px rgba(11,161,74,.5);}.button{padding:10px 15px !important;text-align:center;font-weight:400;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #0ba14a !important;color:white !important;background-color:#0ba14a !important;}.button.active,.button:active,.button:focus,.button:hover{color:white !important;background-color:#087134 !important;border-color:#087134 !important;-webkit-box-shadow:0 0 0 2px rgba(11,161,74,.5) !important;box-shadow:0 0 0 2px rgba(11,161,74,.5) !important;}#topbar-new .link{flex-grow:1;}#topbar-new .last-col{display:flex;align-items:center;justify-content:center;}#topbar-new .right-col{display:flex;align-items:center !important;justify-content:center;padding:15px !important;}#topbar-new .right-col .slides{padding:0 50px !important;width:100%;}#topbar-new .right-col .item{text-align:center;}#topbar-new .right-col .item a{display:block;width:100%;text-align:center !important;color:white !important;}#topbar-new .right-col .item.active a{font-weight:600 !important;}#topbar-new .right-col .item a:hover{font-weight:600;}.fancy-banner-main{padding:50px 0;overflow:hidden !important;max-width:1365px;width:100%;margin:0 auto;}.fancy-banner-main .fui-container{width:100%;max-width:1250px !important;}.fancy-banner-main.big .item{max-height:389.281px;overflow:hidden;}.fancy-banner-main.big .item img{height:100%;}.fancy-banner-main .item img{width:100%;}.fui-navbar .fui-btn,#topbar-new .last-col .fui-btn{background:transparent;color:white;border:1px solid white;font-size:12px;padding:4px 10px;}@media (min-width: 768px){#topbar-new .row .title{display:flex;height:100%;justify-content:flex-end;align-items:center;}}.fui-navbar .fui-btn:hover,#topbar-new .last-col .fui-btn:hover{background:#087134;border-color:#087134;}.fui-navbar .fui-btn strong,#topbar-new .last-col .fui-btn strong{display:block;font-weight:900;}#topbar-new{background:#0ba14a;position:relative;z-index:10;}@media (max-width: 768px){#topbar-new.top{display:none !important;}#topbar-new.top ~ .main-header .fui-navbar{top:0;}}#topbar-new.bottom{display:none;}@media (max-width: 768px){#topbar-new.bottom{display:block !important;}#topbar-new.bottom .left-col{text-align:center;padding:15px;}#topbar-new.bottom .right-col ul{flex-direction:column !important;}#topbar-new.bottom .right-col ul a{display:block;padding:10px !important;}#topbar-new.bottom ~ .main-header .fui-navbar{top:0;}}#topbar-new .left-col{padding:8px 15px;background:#087134;text-align:right;}#topbar-new .left-col .title{text-transform:uppercase;font-weight:600;color:white;margin:0;font-size:20px;}#topbar-new .right-col{padding:8px 15px;}#topbar-new .right-col ul{display:flex;align-items:center;justify-content:flex-start;}#topbar-new .right-col ul li:hover a,#topbar-new .right-col ul li.active a{font-weight:600;}#topbar-new .right-col ul a{font-size:14px;text-transform:uppercase;color:white;padding:5px 8px;}@media (min-width: 768px){.emerald-network-menu{display:none;}}.emerald-network-menu{list-style:none;margin:0;padding:0;}.emerald-network-menu .title-li{background-color:white !important;width:100%;text-align:center;margin-top:15px;margin-bottom:15px;}.emerald-network-menu .title{margin:0;padding:10px !important;letter-spacing:1.5px;font-weight:600;font-size:16px;color:#e6c261;}.emerald-network-menu .nav-item{text-align:center;padding:5px;text-transform:uppercase;}@keyframes arrrow{0%{bottom:0px;}50%{bottom:10px;}}section.contact-faq{padding:50px 15px;}section.contact-faq .main-title{text-align:center;font-weight:700;color:#0ba14a;text-transform:uppercase;margin-bottom:50px;}@media (max-width: 768px){section.contact-faq .main-title{font-size:28px;}}section.contact-faq .fui-accordion-container{margin-bottom:20px;border:1px solid black;}section.contact-faq .fui-accordion-container .fui-accordion{background-color:white !important;display:flex;align-items:center;justify-content:space-between;padding:5px 10px;}section.contact-faq .fui-accordion-container .fui-accordion.active{font-weight:600;}section.contact-faq .fui-accordion-container .fui-accordion:before,section.contact-faq .fui-accordion-container .fui-accordion:after{border-radius:50%;background-color:#0ba14a;color:white;width:40px;height:40px;min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;}section.contact-faq .fui-accordion-container .fui-panel-box{border:none;border-top:1px solid black;max-width:98%;margin:0 auto;}@keyframes pagearrrow{0%{bottom:0px;}50%{bottom:10px;}}#emerald-network-modal{padding:0 !important;}#emerald-network-modal .fui-modal-container{border:none;position:relative;max-width:100%;height:100vh;overflow-x:hidden;}#emerald-network-modal .modal-close{position:absolute;top:-65px;right:-60px;}@media (max-width: 768px){#emerald-network-modal .modal-close{max-width:120px;top:-50px;right:-50px;}}#emerald-network-modal .fui-modal-header{background-color:transparent !important;}#emerald-network-modal .fui-modal-body{display:flex;align-items:center;justify-content:center;min-height:100%;}#emerald-network-modal .fui-modal-body .main-logo img{max-width:350px;width:100%;}#emerald-network-modal .fui-modal-body .fui-container{max-width:1250px;}@media (min-width: 1400px){#emerald-network-modal .fui-modal-body .fui-container{max-width:1650px;}}@media (max-width: 1300px){#emerald-network-modal .fui-modal-body .fui-container{max-width:1500px;}}#emerald-network-modal .fui-modal-body .single-col{margin-bottom:25px;}#emerald-network-modal .fui-modal-body .card .title{color:white;border-left:4px solid #0ba14a;padding-left:10px;font-size:18px;font-weight:600;}#emerald-network-modal .fui-modal-body .card .logo{height:60px;object-fit:contain;margin-bottom:10px;margin-right:auto;}#emerald-network-modal .fui-modal-body .card .link{font-weight:600;font-size:12px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}@media (min-width: 1400px){#emerald-network-modal .fui-modal-body .card .link{font-size:14px;}}@media (max-width: 768px){#emerald-network-modal .fui-modal-body .card .link{width:150px;}}#emerald-network-modal .fui-modal-body .card .info-p{color:#777;font-size:14px;}section.home-newbanner{padding:50px 15px;}section.home-newbanner .row{padding-top:50px;width:auto;}@media (min-width: 768px){section.home-newbanner .row{margin-left:-10px;margin-right:-10px;}}section.home-newbanner .title-bar{position:relative;text-align:center;}section.home-newbanner .title-bar .main-title{font-weight:800;font-size:40px;text-transform:uppercase;background:-webkit-linear-gradient(rgba(17,161,77,.7),rgba(4,51,24,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:.8;}@media (max-width: 768px){section.home-newbanner .title-bar .main-title{font-size:28px;}}section.home-newbanner .title-bar img{position:absolute;bottom:0;left:0;width:100%;}section.home-newbanner .card{margin-bottom:20px;}section.home-newbanner .card .content{padding:50px 25px;background:rgba(9,113,52,.7);text-align:center;color:white;}section.home-newbanner .card .title{font-weight:700;}@media (max-width: 768px){section.home-newbanner .card .title{font-size:28px;}}section.home-newbanner .card .info-p{font-size:22px;font-weight:300;}@media (max-width: 768px){section.home-newbanner .card .info-p{font-size:18px;}}section.home-newbanner .card .link{margin-top:35px;}section.home-newbanner .card .fui-btn{color:#0ba14a;font-weight:600;font-size:20px;padding:15px 25px;border:2px solid white;}section.home-newbanner .card .fui-btn:hover{background:#0ba14a;color:white;}.main-hero .item .sub-title{font-size:27px;}@media (max-width: 768px){.main-hero .sub-title{font-size:15px !important;}}section.blog-archives .blog-card{border-radius:5px;background-color:#f5f8fa;-webkit-transition:all .12s ease;-o-transition:all .12s ease;transition:all .12s ease;overflow:hidden;margin-bottom:10px;}section.blog-archives .blog-card:hover{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.1);box-shadow:0 2px 5px 0 rgba(0,0,0,.1);}section.blog-archives .blog-card a{text-align:center;display:block;}section.blog-archives .blog-card .category{color:#93a1b0;margin-bottom:5px;margin-top:20px;font-size:14px;}section.blog-archives .blog-card .title{font-size:18px;color:black;font-weight:300;margin-bottom:20px;}section.blog-archives .blog-card img{width:100%;-o-object-fit:cover;object-fit:cover;height:220px;}section.new-reviews{padding:50px 15px;text-align:center;background-color:#f4f4f4;}section.new-reviews .main-title{color:black;font-weight:600;text-transform:uppercase;}section.new-reviews .item{padding:40px 25px;padding-bottom:0;}@media (max-width: 768px){section.new-reviews .item{padding:12px 10px;padding-bottom:0;}}section.new-reviews .item i{position:absolute;bottom:-11px;right:10px;display:block;text-align:left;font-size:80px;color:#f4f4f4;}section.new-reviews .item .card{background-color:white;padding:50px 40px;-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.2));filter:drop-shadow(0 0 5px rgba(0,0,0,.2));position:relative;z-index:10;}section.new-reviews .item .card:after{content:"";border-top:25px solid white;border-bottom:25px solid transparent;border-right:25px solid transparent;border-left:25px solid transparent;position:absolute;left:30px;top:100%;}section.new-reviews .item .card .comment{font-size:20px;line-height:1.6;margin-bottom:25px;}@media (max-width: 768px){section.new-reviews .item .card .comment{font-size:16px;}}section.new-reviews .item .details{text-align:left;margin-top:30px;}section.new-reviews .item .details .name{color:black;font-weight:700;margin-bottom:5px;}section.new-reviews .item .details .from{color:black;}@font-face{font-family:dashicons;src:url("https://www.theemeraldcorp.com/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("https://www.theemeraldcorp.com/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("https://www.theemeraldcorp.com/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal;}html{--wp-admin--admin-bar--height:32px;scroll-padding-top:var(--wp-admin--admin-bar--height);}#wpadminbar *{height:auto;width:auto;margin:0;padding:0;position:static;text-shadow:none;text-transform:none;letter-spacing:normal;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:2.46153846;border-radius:0;box-sizing:content-box;transition:none;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;}#wpadminbar .ab-empty-item{cursor:default;}#wpadminbar .ab-empty-item,#wpadminbar a.ab-item,#wpadminbar>#wp-toolbar span.ab-label,#wpadminbar>#wp-toolbar span.noticon{color:#f0f0f1;}#wpadminbar ul li:after,#wpadminbar ul li:before{content:normal;}#wpadminbar a,#wpadminbar a img,#wpadminbar a img:hover,#wpadminbar a:hover{border:none;text-decoration:none;background:0 0;box-shadow:none;}#wpadminbar a:active,#wpadminbar a:focus,#wpadminbar div,#wpadminbar input[type=email],#wpadminbar input[type=number],#wpadminbar input[type=password],#wpadminbar input[type=search],#wpadminbar input[type=text],#wpadminbar input[type=url],#wpadminbar select,#wpadminbar textarea{box-shadow:none;}#wpadminbar a:focus{outline-offset:-1px;}#wpadminbar{direction:ltr;color:#c3c4c7;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:2.46153846;height:32px;position:fixed;top:0;left:0;width:100%;min-width:600px;z-index:99999;background:#1d2327;}#wpadminbar .ab-sub-wrapper,#wpadminbar ul,#wpadminbar ul li{background:0 0;clear:none;list-style:none;margin:0;padding:0;position:relative;text-indent:0;z-index:99999;}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0;}#wpadminbar .quicklinks ul{text-align:left;}#wpadminbar li{float:left;}#wpadminbar .ab-empty-item{outline:0;}#wpadminbar .quicklinks .ab-top-secondary>li{float:right;}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks a,#wpadminbar .shortlink-input{height:32px;display:block;padding:0 10px;margin:0;}#wpadminbar .quicklinks>ul>li>a{padding:0 8px 0 7px;}#wpadminbar .menupop .ab-sub-wrapper,#wpadminbar .shortlink-input{margin:0;padding:0;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#2c3338;display:none;position:absolute;float:none;}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:100%;}#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper{right:0;left:auto;}#wpadminbar .ab-submenu{padding:6px 0;}#wpadminbar .quicklinks .menupop ul li{float:none;}#wpadminbar .quicklinks .menupop ul li a strong{font-weight:600;}#wpadminbar .quicklinks .menupop ul li .ab-item,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li .ab-item,#wpadminbar .shortlink-input,#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{line-height:2;height:26px;white-space:nowrap;min-width:140px;}#wpadminbar li.hover>.ab-sub-wrapper,#wpadminbar.nojs li:hover>.ab-sub-wrapper{display:block;}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-left:100%;margin-top:-32px;}#wpadminbar .ab-top-secondary .menupop li.hover>.ab-sub-wrapper,#wpadminbar .ab-top-secondary .menupop li:hover>.ab-sub-wrapper{margin-left:0;left:inherit;right:100%;}#wpadminbar .ab-top-menu>li.hover>.ab-item,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus{background:#2c3338;color:#72aee6;}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon,.wp-admin-bar-arrow{position:relative;float:left;font:normal 20px/1 dashicons;speak:never;padding:4px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none !important;margin-right:6px;}#wpadminbar #adminbarsearch:before,#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before{color:#a7aaad;color:rgba(240,246,252,.6);}#wpadminbar #adminbarsearch:before,#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before{position:relative;transition:color .1s ease-in-out;}#wpadminbar .ab-submenu .ab-item{color:#c3c4c7;color:rgba(240,246,252,.7);}#wpadminbar .quicklinks .menupop ul li a,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li a,#wpadminbar.nojs .quicklinks .menupop:hover ul li a{color:#c3c4c7;color:rgba(240,246,252,.7);}#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a,#wpadminbar .quicklinks .menupop ul li a:focus,#wpadminbar .quicklinks .menupop ul li a:focus strong,#wpadminbar .quicklinks .menupop ul li a:hover,#wpadminbar .quicklinks .menupop ul li a:hover strong,#wpadminbar .quicklinks .menupop.hover ul li a:focus,#wpadminbar .quicklinks .menupop.hover ul li a:hover,#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,#wpadminbar li #adminbarsearch.adminbar-focused:before,#wpadminbar li .ab-item:focus .ab-icon:before,#wpadminbar li .ab-item:focus:before,#wpadminbar li a:focus .ab-icon:before,#wpadminbar li.hover .ab-icon:before,#wpadminbar li.hover .ab-item:before,#wpadminbar li:hover #adminbarsearch:before,#wpadminbar li:hover .ab-icon:before,#wpadminbar li:hover .ab-item:before,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{color:#72aee6;}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before,#wpadminbar .menupop .menupop>.ab-item .wp-admin-bar-arrow:before{position:absolute;font:normal 17px/1 dashicons;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}#wpadminbar .menupop .menupop>.ab-item{display:block;padding-right:2em;}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item{padding-left:2em;padding-right:1em;}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary{display:block;position:relative;right:auto;margin:0;box-shadow:none;}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu{background:#3c434a;}#wpadminbar .quicklinks .menupop .ab-sub-secondary>li .ab-item:focus a,#wpadminbar .quicklinks .menupop .ab-sub-secondary>li>a:hover{color:#72aee6;}#wpadminbar .ab-top-secondary{float:right;}#wpadminbar ul li:last-child,#wpadminbar ul li:last-child .ab-item{box-shadow:none;}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{width:15px;height:20px;margin-right:0;padding:6px 0 5px;}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0 7px;}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{content:"";top:2px;}#wpadminbar #wp-admin-bar-search .ab-item{padding:0;background:0 0;}#wpadminbar #adminbarsearch{position:relative;height:32px;padding:0 2px;z-index:1;}#wpadminbar #adminbarsearch:before{position:absolute;top:6px;left:5px;z-index:20;font:normal 20px/1 dashicons !important;content:"";speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input{display:inline-block;float:none;position:relative;z-index:30;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.84615384;text-indent:0;height:24px;width:24px;max-width:none;padding:0 3px 0 24px;margin:0;color:#c3c4c7;background-color:rgba(255,255,255,0);border:none;outline:0;cursor:pointer;box-shadow:none;box-sizing:border-box;transition-duration:.4s;transition-property:width,background;transition-timing-function:ease;}#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input:focus{z-index:10;color:#000;width:200px;background-color:rgba(255,255,255,.9);cursor:text;border:0;}#wpadminbar #adminbarsearch .adminbar-button{display:none;}#wpadminbar .screen-reader-text,#wpadminbar .screen-reader-text span{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}#wpadminbar .screen-reader-shortcut{position:absolute;top:-1000em;}#wpadminbar .screen-reader-shortcut:focus{left:6px;top:7px;height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f0f0f1;color:#2271b1;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,.6);}@media screen and (max-width:782px){html{--wp-admin--admin-bar--height:46px;}html #wpadminbar{height:46px;min-width:240px;}#wpadminbar *{font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:2.28571428;}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks>ul>li>a{padding:0;height:46px;line-height:3.28571428;width:auto;}#wpadminbar .ab-icon{font:40px/1 dashicons !important;margin:0;padding:0;width:52px;height:46px;text-align:center;}#wpadminbar .ab-icon:before{text-align:center;}#wpadminbar .ab-submenu{padding:0;}#wpadminbar .quicklinks .menupop ul li .ab-item,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li .ab-item,#wpadminbar .shortlink-input,#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{line-height:1.6;}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-top:-46px;}#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item{padding-right:30px;}#wpadminbar .menupop .menupop>.ab-item:before{top:10px;right:6px;}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item{font-size:16px;padding:8px 16px;}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper a:empty{display:none;}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0;}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{padding:0;width:52px;height:46px;text-align:center;vertical-align:top;}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{font:28px/1 dashicons !important;top:-3px;}#wpadminbar .ab-icon,#wpadminbar .ab-item:before{padding:0;}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{padding:0;margin-right:0;}#wpadminbar #wp-admin-bar-search{display:none;}#wp-toolbar>ul>li{display:none;}#wpadminbar li#wp-admin-bar-comments,#wpadminbar li#wp-admin-bar-customize,#wpadminbar li#wp-admin-bar-edit,#wpadminbar li#wp-admin-bar-menu-toggle,#wpadminbar li#wp-admin-bar-my-account,#wpadminbar li#wp-admin-bar-my-sites,#wpadminbar li#wp-admin-bar-new-content,#wpadminbar li#wp-admin-bar-site-editor,#wpadminbar li#wp-admin-bar-site-name,#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:block;}#wpadminbar li.hover ul li,#wpadminbar li:hover ul li,#wpadminbar li:hover ul li:hover ul li{display:list-item;}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:-moz-fit-content;min-width:fit-content;}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0;}#wpadminbar #wp-admin-bar-comments,#wpadminbar #wp-admin-bar-edit,#wpadminbar #wp-admin-bar-my-account,#wpadminbar #wp-admin-bar-my-sites,#wpadminbar #wp-admin-bar-new-content,#wpadminbar #wp-admin-bar-site-name,#wpadminbar #wp-admin-bar-updates,#wpadminbar #wp-admin-bar-wp-logo,#wpadminbar .ab-top-menu,#wpadminbar .ab-top-secondary{position:static;}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before{top:10px;left:0;}}@media screen and (max-width:600px){#wpadminbar{position:absolute;}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{width:100%;left:0;}#wpadminbar .menupop .menupop>.ab-item:before{display:none;}#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper{margin-left:0;}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper{margin:0;width:100%;top:auto;left:auto;position:relative;}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item{font-size:16px;padding:6px 15px 19px 30px;}#wpadminbar li:hover ul li ul li{display:list-item;}#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:none;}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper{position:static;box-shadow:none;}}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}ol,ul{box-sizing:border-box;}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color),html :where([style*=border-width]){border-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal !important;word-wrap:normal !important;padding:0;position:absolute !important;width:1px;}.screen-reader-text:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}@-webkit-keyframes fadein{0%{opacity:0;}to{opacity:1;}}@keyframes fadein{0%{opacity:0;}to{opacity:1;}}@-webkit-keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-480px);}}@keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-480px);}}@media only screen and (max-width:480px){@-webkit-keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-100vw);}}@keyframes slidein{0%{transform:translateX(0);}to{transform:translateX(-100vw);}}}@-webkit-keyframes spin{0%{transform:rotate(0deg);}to{transform:rotate(1 turn);}}@keyframes spin{0%{transform:rotate(0deg);}to{transform:rotate(1 turn);}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg);}to{transform:rotate(1 turn);}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg);}to{transform:rotate(1 turn);}}@-webkit-keyframes loading__animation{to{transform:translateX(100%);}}@keyframes loading__animation{to{transform:translateX(100%);}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2;}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none;}.wpcf7-form-control-wrap{position:relative;}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes blink{from{opacity:0;}50%{opacity:1;}to{opacity:0;}}.wpcf7 input[type="file"]{cursor:pointer;}.wpcf7 input[type="file"]:disabled{cursor:default;}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr;}#message-purchased{border:0;border-radius:0;bottom:20px;box-shadow:0 0 4px 0 rgba(0,0,0,.4);display:none;font-family:tahoma,sans-serif;left:20px;padding:0;position:fixed;right:auto !important;text-align:left;top:auto !important;width:auto;z-index:99999;}#message-purchased img{cursor:pointer;float:left;max-height:85px;max-width:85px;width:auto;align-self:center;}#message-purchased p{float:left;font-size:13px;line-height:20px;margin:0 0 0 13px;padding:10px 5px 5px 0;width:auto;}#message-purchased p a,#message-purchased p span{color:#000;display:block;font-size:15px;font-weight:700;width:100%;margin:0;overflow:hidden;text-overflow:ellipsis;padding:0;}#message-purchased p a:hover{color:#000;}#message-purchased p small{display:block;font-size:10px;margin-bottom:8px;}#message-purchased{padding-right:25px;background-color:#fff;color:#0f0f0f;}@media screen and (max-width:767px){#message-purchased{bottom:0 !important;box-sizing:border-box;left:0 !important;top:auto !important;width:100%;padding:0;}#message-purchased img{max-width:20%;}#message-purchased a img{max-width:100%;}#message-purchased p{font-size:11px;width:70%;}#message-purchased p a{font-size:13px;}#message-purchased p small{margin-bottom:0;}}#message-purchased a{color:#0f0f0f;}@keyframes nFadeIn{0%{opacity:0;transform:translate3d(0,100%,0);}100%{opacity:1;transform:none;}}@keyframes nFadeOut{0%{opacity:1;}100%{bottom:0;opacity:0;transform:translate3d(0,100%,0);}}@keyframes nbounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:scale3d(.3,.3,.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(.9,.9,.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(.97,.97,.97);}to{opacity:1;transform:scale3d(1,1,1);}}@keyframes nbounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:translate3d(0,-3000px,0);}60%{opacity:1;transform:translate3d(0,25px,0);}75%{transform:translate3d(0,-10px,0);}90%{transform:translate3d(0,5px,0);}to{transform:none;}}@keyframes nbounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:translate3d(-3000px,0,0);}60%{opacity:1;transform:translate3d(25px,0,0);}75%{transform:translate3d(-10px,0,0);}90%{transform:translate3d(5px,0,0);}to{transform:none;}}@keyframes nbounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}from{opacity:0;transform:translate3d(3000px,0,0);}60%{opacity:1;transform:translate3d(-25px,0,0);}75%{transform:translate3d(10px,0,0);}90%{transform:translate3d(-5px,0,0);}to{transform:none;}}@keyframes nbounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}from{opacity:0;transform:translate3d(0,3000px,0);}60%{opacity:1;transform:translate3d(0,-20px,0);}75%{transform:translate3d(0,10px,0);}90%{transform:translate3d(0,-5px,0);}to{transform:translate3d(0,0,0);}}@keyframes nbounceOut{20%{transform:scale3d(.9,.9,.9);}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1);}to{opacity:0;transform:scale3d(.3,.3,.3);}}@keyframes nbounceOutDown{20%{transform:translate3d(0,10px,0);}40%,45%{opacity:1;transform:translate3d(0,-20px,0);}to{opacity:0;transform:translate3d(0,2000px,0);}}@keyframes nbounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0);}to{opacity:0;transform:translate3d(-2000px,0,0);}}@keyframes nbounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0);}to{opacity:0;transform:translate3d(2000px,0,0);}}@keyframes nbounceOutUp{20%{transform:translate3d(0,-10px,0);}40%,45%{opacity:1;transform:translate3d(0,20px,0);}to{opacity:0;transform:translate3d(0,-2000px,0);}}@keyframes nfadeInDown{from{opacity:0;transform:translate3d(0,-100%,0);}to{opacity:1;transform:none;}}@keyframes nfadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0);}to{opacity:1;transform:none;}}@keyframes nfadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0);}to{opacity:1;transform:none;}}@keyframes nfadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0);}to{opacity:1;transform:none;}}@keyframes nfadeInRight{from{opacity:0;transform:translate3d(100%,0,0);}to{opacity:1;transform:none;}}@keyframes nfadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0);}to{opacity:1;transform:none;}}@keyframes nfadeInUp{from{opacity:0;transform:translate3d(0,100%,0);}to{opacity:1;transform:none;}}#message-purchased.fadeInUp{animation-duration:1s;animation-name:nfadeInUp;}@keyframes nfadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0);}to{opacity:1;transform:none;}}@keyframes nfadeOutDown{from{opacity:1;}to{opacity:0;transform:translate3d(0,100%,0);}}@keyframes nfadeOutDownBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,2000px,0);}}@keyframes nfadeOutLeft{from{opacity:1;}to{opacity:0;transform:translate3d(-100%,0,0);}}@keyframes nfadeOutLeftBig{from{opacity:1;}to{opacity:0;transform:translate3d(-2000px,0,0);}}@keyframes nfadeOutRight{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0);}}@keyframes nfadeOutRightBig{from{opacity:1;}to{opacity:0;transform:translate3d(2000px,0,0);}}@keyframes nfadeOutUp{from{opacity:1;}to{opacity:0;transform:translate3d(0,-100%,0);}}@keyframes nfadeOutUpBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,-2000px,0);}}@keyframes nflipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg);}to{transform:perspective(400px);}}@keyframes nflipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg);}to{transform:perspective(400px);}}@keyframes nflipOutX{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1;}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0;}}@keyframes nflipOutY{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1;}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0;}}@keyframes nlightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}60%{transform:skewX(20deg);opacity:1;}80%{transform:skewX(-5deg);opacity:1;}to{transform:none;opacity:1;}}@keyframes nlightSpeedOut{from{opacity:1;}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0;}}@keyframes nrotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0;}to{transform-origin:center;transform:none;opacity:1;}}@keyframes nrotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}@keyframes nrotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}@keyframes nrotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}@keyframes nrotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}@keyframes nrotateOut{from{transform-origin:center;opacity:1;}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0;}}@keyframes nrotateOutDownLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}}@keyframes nrotateOutDownRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}@keyframes nrotateOutUpLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}@keyframes nrotateOutUpRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0;}}@keyframes nrollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);}to{opacity:1;transform:none;}}@keyframes nrollOut{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);}}@keyframes nzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3);}50%{opacity:1;}}@keyframes nzoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}@keyframes nzoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}@keyframes nzoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}@keyframes nzoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);}}@keyframes nzoomOut{from{opacity:1;}50%{opacity:0;transform:scale3d(.3,.3,.3);}to{opacity:0;}}@keyframes nzoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);}}@keyframes nzoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0);}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center;}}@keyframes nzoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center;}}@keyframes nzoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);}}@keyframes nslideInDown{from{transform:translate3d(0,-100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes nslideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes nslideInRight{from{transform:translate3d(100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes nslideInUp{from{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes nslideOutDown{from{transform:translate3d(0,0,0);opacity:1;}to{visibility:hidden;transform:translate3d(0,100%,0);opacity:0;}}@keyframes nslideOutLeft{from{transform:translate3d(0,0,0);opacity:1;}to{visibility:hidden;transform:translate3d(-100%,0,0);opacity:0;}}@keyframes nslideOutRight{from{transform:translate3d(0,0,0);opacity:1;}to{visibility:hidden;transform:translate3d(100%,0,0);opacity:0;}}@keyframes nslideOutUp{from{transform:translate3d(0,0,0);opacity:1;}to{visibility:hidden;opacity:0;transform:translate3d(0,-100%,0);}}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@font-face{font-family:star;src:url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot");src:url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix") format("embedded-opentype"),url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff") format("woff"),url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf") format("truetype"),url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star") format("svg");font-weight:400;font-style:normal;}@font-face{font-family:WooCommerce;src:url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot");src:url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"),url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff") format("woff"),url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf") format("truetype"),url("https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce") format("svg");font-weight:400;font-style:normal;}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute !important;width:1px;word-wrap:normal !important;}@font-face{font-family:"ywraq-quote-icon";src:url("https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/../icons/ywraq-quote-icon.eot?ygyboi");src:url("https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/../icons/ywraq-quote-icon.eot?ygyboi#iefix") format("embedded-opentype"),url("https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/../icons/ywraq-quote-icon.ttf?ygyboi") format("truetype"),url("https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/../icons/ywraq-quote-icon.woff?ygyboi") format("woff"),url("https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/../icons/ywraq-quote-icon.svg?ygyboi#ywraq-quote-icon") format("svg");font-weight:normal;font-style:normal;font-display:block;}[class^="ywraq-quote-icon-"],[class*=" ywraq-quote-icon-"]{font-family:"ywraq-quote-icon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.gform_wrapper.gravity-theme fieldset,.gform_wrapper.gravity-theme legend{background:0 0;padding:0;}.gform_wrapper.gravity-theme fieldset{border:none;display:block;margin:0;}.gform_wrapper.gravity-theme legend{margin-left:0;margin-right:0;}@font-face{font-family:gform-icons-theme;src:url("https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.woff2?a2cayk") format("woff2"),url("https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.ttf?a2cayk") format("truetype"),url("https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.woff?a2cayk") format("woff"),url("https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/../fonts/gform-icons-theme.svg?a2cayk#gform-icons-theme") format("svg");font-weight:400;font-style:normal;font-display:block;}::-ms-reveal{display:none;}@media only screen and (max-width:641px){.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:32px;}.gform_wrapper.gravity-theme textarea{line-height:1.5;}.gform_wrapper.gravity-theme ul.gfield_checkbox li label,.gform_wrapper.gravity-theme ul.gfield_radio li label{width:85%;cursor:pointer;}}.gform_wrapper.gravity-theme .gf_hidden,.gform_wrapper.gravity-theme .gform_hidden{display:none;}.gform_wrapper.gravity-theme .hidden_label .gfield_label,.gform_wrapper.gravity-theme .hidden_sub_label,.gform_wrapper.gravity-theme .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;word-wrap:normal !important;}.gform_wrapper.gravity-theme button.screen-reader-text:focus{border:0;clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;position:static !important;width:auto;}.gform_wrapper.gravity-theme .gfield textarea{width:100%;}.gform_wrapper.gravity-theme .gfield textarea.large{height:288px;}.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select{max-width:100%;}.gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large{width:100%;}.gform_wrapper.gravity-theme *{box-sizing:border-box;}.gform_wrapper.gravity-theme .gform_fields{width:100%;display:-ms-grid;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2%;grid-row-gap:16px;}.gform_wrapper.gravity-theme .gfield{grid-column:1/-1;}.gform_wrapper.gravity-theme .gfield.gfield--width-full{-ms-grid-column-span:12;grid-column:span 12;}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0;}.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column:1/-1;}}html[dir=rtl] code,html[dir=rtl] input[type=email],html[dir=rtl] input[type=tel],html[dir=rtl] input[type=url]{direction:rtl;}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label{direction:rtl;}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required{margin-left:0;margin-right:4px;}html[dir=rtl] ::-webkit-input-placeholder{text-align:right;}html[dir=rtl] ::-moz-placeholder{text-align:right;}html[dir=rtl] :-ms-input-placeholder{text-align:right;}html[dir=rtl] :-moz-placeholder{text-align:right;}html[dir=rtl] .gform_wrapper.gravity-theme fieldset{display:block;}.gform_wrapper.gravity-theme .gfield_label{font-size:16px;font-weight:700;margin-bottom:8px;display:inline-block;padding:0;}.gform_wrapper .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-left:.125em;}.gform_wrapper .gfield_required .gfield_required_custom,.gform_wrapper .gfield_required .gfield_required_text{font-style:italic;font-weight:400;}.gform_wrapper .gfield_error .gfield_repeater_cell label,.gform_wrapper .gfield_error label,.gform_wrapper .gfield_error legend,.gform_wrapper .gfield_validation_message,.gform_wrapper .validation_message,.gform_wrapper [aria-invalid=true]+label,.gform_wrapper label+[aria-invalid=true]{color:#c02b0a;}.gform_wrapper.gravity-theme button.button:disabled{opacity:.6;}.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer{margin:6px 0 0;padding:16px 0;}.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input{margin-bottom:8px;}.gform_wrapper.gravity-theme .gform_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_footer input.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled{opacity:.6;}.gform_wrapper.gravity-theme .gform_footer button+input,.gform_wrapper.gravity-theme .gform_footer input+button,.gform_wrapper.gravity-theme .gform_footer input+input,.gform_wrapper.gravity-theme .gform_page_footer button+input,.gform_wrapper.gravity-theme .gform_page_footer input+button,.gform_wrapper.gravity-theme .gform_page_footer input+input{margin-left:8px;}html[dir=rtl] .gform_wrapper.gravity-theme button+input,html[dir=rtl] .gform_wrapper.gravity-theme input+button,html[dir=rtl] .gform_wrapper.gravity-theme input+input{margin-right:8px;}.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label{display:inline-block;font-size:15px;}.gform_wrapper.gravity-theme .gfield_checkbox button,.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],.gform_wrapper.gravity-theme .gfield_radio button,.gform_wrapper.gravity-theme .gfield_radio input[type=text]{margin-top:16px;}.gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:0;top:0;vertical-align:middle;}.gform_wrapper.gravity-theme .gfield-choice-input+label{max-width:calc(100% - 32px);margin-bottom:0;vertical-align:middle;}.gform_wrapper.gravity-theme input[type=number]{display:inline-block;}.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{font-size:15px;padding:8px;margin-bottom:0;margin-top:0;}</style>
  35. <link rel="stylesheet" data-pmdelayedstyle="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.css">
  36. <link rel="stylesheet" data-pmdelayedstyle="https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css">
  37. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  38.  
  39. <!-- This site is optimized with the Yoast SEO plugin v21.6 - https://yoast.com/wordpress/plugins/seo/ -->
  40. <meta name="description" content="Emerald Corp is the best private label CBD Supplements Manufacturers, white Label CBD Supplements in the USA!" class="yoast-seo-meta-tag" />
  41. <link rel="canonical" href="https://www.theemeraldcorp.com/" class="yoast-seo-meta-tag" />
  42. <meta property="og:locale" content="en_US" class="yoast-seo-meta-tag" />
  43. <meta property="og:type" content="website" class="yoast-seo-meta-tag" />
  44. <meta property="og:title" content="Private Label &amp; White Label CBD Supplements Manufacturers" class="yoast-seo-meta-tag" />
  45. <meta property="og:description" content="Emerald Corp is the best private label CBD Supplements Manufacturers, white Label CBD Supplements in the USA!" class="yoast-seo-meta-tag" />
  46. <meta property="og:url" content="https://www.theemeraldcorp.com/" class="yoast-seo-meta-tag" />
  47. <meta property="og:site_name" content="Private Label CBD Supplement Manufacturers" class="yoast-seo-meta-tag" />
  48. <meta property="article:publisher" content="https://www.facebook.com/theemeraldcorp/" class="yoast-seo-meta-tag" />
  49. <meta property="article:modified_time" content="2023-05-19T14:42:10+00:00" class="yoast-seo-meta-tag" />
  50. <meta property="og:image" content="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/02/01_Private-label-Supplements.jpg" class="yoast-seo-meta-tag" />
  51. <meta property="og:image:width" content="1028" class="yoast-seo-meta-tag" />
  52. <meta property="og:image:height" content="536" class="yoast-seo-meta-tag" />
  53. <meta property="og:image:type" content="image/jpeg" class="yoast-seo-meta-tag" />
  54. <meta name="twitter:card" content="summary_large_image" class="yoast-seo-meta-tag" />
  55. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.theemeraldcorp.com/","url":"https://www.theemeraldcorp.com/","name":"Private Label & White Label CBD Supplements Manufacturers","isPartOf":{"@id":"https://www.theemeraldcorp.com/#website"},"about":{"@id":"https://www.theemeraldcorp.com/#organization"},"datePublished":"2021-01-02T18:08:11+00:00","dateModified":"2023-05-19T14:42:10+00:00","description":"Emerald Corp is the best private label CBD Supplements Manufacturers, white Label CBD Supplements in the USA!","breadcrumb":{"@id":"https://www.theemeraldcorp.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.theemeraldcorp.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.theemeraldcorp.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.theemeraldcorp.com/#website","url":"https://www.theemeraldcorp.com/","name":"Private Label CBD Supplement Manufacturers","description":"","publisher":{"@id":"https://www.theemeraldcorp.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.theemeraldcorp.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.theemeraldcorp.com/#organization","name":"Private Label CBD Suppliers | Private Label CBD Manufacturers","url":"https://www.theemeraldcorp.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.theemeraldcorp.com/#/schema/logo/image/","url":"https://theemeraldcorp.wpengine.com/wp-content/uploads/2020/11/The-Emerald-Corp-Logo.jpg","contentUrl":"https://theemeraldcorp.wpengine.com/wp-content/uploads/2020/11/The-Emerald-Corp-Logo.jpg","width":737,"height":206,"caption":"Private Label CBD Suppliers | Private Label CBD Manufacturers"},"image":{"@id":"https://www.theemeraldcorp.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/theemeraldcorp/","https://instagram.com/theemeraldcorp","https://www.linkedin.com/company/the-emerald-corp/","https://www.youtube.com/channel/UCdfyAdG-QV24SABzhSm7h8Q?view_as=subscriber"]}]}</script>
  56. <!-- / Yoast SEO plugin. -->
  57.  
  58.  
  59. <link rel='dns-prefetch' href='//i0.wp.com' />
  60.  
  61. <link href='https://i0.wp.com' rel='preconnect' />
  62. <link rel='stylesheet' id='dashicons-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-includes/css/dashicons.min.css?ver=6.4.3" type='text/css' media='all' />
  63. <style id='dashicons-inline-css' type='text/css'>
  64. [data-font="Dashicons"]:before {font-family: 'Dashicons' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}
  65. </style>
  66. <link rel='stylesheet' id='admin-bar-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-includes/css/admin-bar.min.css?ver=6.4.3" type='text/css' media='all' />
  67. <style id='admin-bar-inline-css' type='text/css'>
  68.  
  69. @media screen { html { margin-top: 32px !important; } }
  70. @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } }
  71. @media print { #wpadminbar { display:none; } }
  72. </style>
  73. <style id='wp-emoji-styles-inline-css' type='text/css'>
  74.  
  75. img.wp-smiley, img.emoji {
  76. display: inline !important;
  77. border: none !important;
  78. box-shadow: none !important;
  79. height: 1em !important;
  80. width: 1em !important;
  81. margin: 0 0.07em !important;
  82. vertical-align: -0.1em !important;
  83. background: none !important;
  84. padding: 0 !important;
  85. }
  86. </style>
  87. <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3" type='text/css' media='all' />
  88. <link rel='stylesheet' id='wc-blocks-vendors-style-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=10.4.6" type='text/css' media='all' />
  89. <link rel='stylesheet' id='wc-blocks-style-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=10.4.6" type='text/css' media='all' />
  90. <link rel='stylesheet' id='ivole-frontend-css-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/customer-reviews-woocommerce/css/frontend.css?ver=5.31.3" type='text/css' media='all' />
  91. <link rel='stylesheet' id='cr-badges-css-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/customer-reviews-woocommerce/css/badges.css?ver=5.31.3" type='text/css' media='all' />
  92. <style id='classic-theme-styles-inline-css' type='text/css'>
  93. /*! This file is auto-generated */
  94. .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
  95. </style>
  96. <style id='global-styles-inline-css' type='text/css'>
  97. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  98. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  99. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  100. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  101. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  102. </style>
  103. <link rel='stylesheet' id='contact-form-7-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.7" type='text/css' media='all' />
  104. <link rel='stylesheet' id='woocommerce-notification-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce-notification/css/woocommerce-notification.min.css?ver=1.3.9.7" type='text/css' media='all' />
  105. <style id='woocommerce-notification-inline-css' type='text/css'>
  106.  
  107.                #message-purchased{
  108.                        background-color: #ffffff;                      
  109.                        color:#212121 !important;
  110.                        border-radius:0px ;
  111.                }
  112.                #message-purchased img{
  113.                       border-radius:0px 0 0 0px;
  114.                }
  115.                 #message-purchased a, #message-purchased p span{
  116.                        color:#212121 !important;
  117.                }
  118. </style>
  119. <link rel='stylesheet' id='woocommerce-layout-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.9.0" type='text/css' media='all' />
  120. <link rel='stylesheet' id='woocommerce-smallscreen-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.9.0" type='text/css' media='only screen and (max-width: 768px)' />
  121. <link rel='stylesheet' id='woocommerce-general-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=7.9.0" type='text/css' media='all' />
  122. <style id='woocommerce-inline-inline-css' type='text/css'>
  123. .woocommerce form .form-row .required { visibility: visible; }
  124. </style>
  125. <link rel='stylesheet' id='swatches-and-photos-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce-variation-swatches-and-photos/assets/css/swatches-and-photos.css?ver=3.0.6" type='text/css' media='all' />
  126. <link rel='stylesheet' id='yith_ywraq_frontend-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/ywraq-frontend.css?ver=3.0.2" type='text/css' media='all' />
  127. <style id='yith_ywraq_frontend-inline-css' type='text/css'>
  128. .woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button{
  129.    background-color: #0066b4!important;
  130.    color: #fff!important;
  131. }
  132. .woocommerce .add-request-quote-button.button:hover,  .woocommerce .add-request-quote-button-addons.button:hover{
  133.    background-color: #044a80!important;
  134.    color: #fff!important;
  135. }
  136.  
  137. #ywraq_checkout_quote.button{
  138. background: #0066b4;
  139.    color: #ffffff;
  140.    border: 1px solid #ffffff;
  141. }
  142.  
  143. #ywraq_checkout_quote.button:hover{
  144. background: #044a80;
  145.    color: #ffffff;
  146.    border: 1px solid #ffffff;
  147. }
  148.  
  149. </style>
  150. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
  151. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
  152. <script type="text/javascript" id="woocommerce-notification-js-extra">
  153. /* <![CDATA[ */
  154. var _woocommerce_notification_params = {"str_about":"About","str_ago":"ago","str_day":"day","str_days":"days","str_hour":"hour","str_hours":"hours","str_min":"minute","str_mins":"minutes","str_secs":"secs","str_few_sec":"a few seconds","time_close":"24","show_close":"0","loop":"1","initial_delay":"4","display_time":"5","next_time":"20","notification_per_page":"60","display_effect":"fade-in","hidden_effect":"fade-out","redirect_target ":"0","image":"0","messages":["{first_name} in {city} purchased a {product_with_link} {time_ago}","{product_with_link} {custom}"],"message_custom":"{number} people seeing this product right now","message_number_min":"10","message_number_max":"200","detect":"1","time":"2","names":["Cristal\r","Brennan\r","Rosemary\r","Roxana\r","Phyllis\r","Terrance\r","Kati\r","Rhiannon\r","Carina\r","Joseph\r","Sandra\r","Philip\r","Lorraine\r","Jamel\r","Sadie\r","Sherry\r","Everett\r","Shante\r","Christy\r","Aileen\r","Tyrel\r","Jamison\r","Floyd\r","Shaun\r","Ray\r","Carlos\r","Pete\r","Deirdre\r","Bertha\r","Zackary\r","Tenisha\r","Byron\r","Angelia\r","Lauren\r","Oscar\r","Maegan\r","Leo\r","Eduardo\r","Elsie\r","Jeanette\r","Tasia\r","John\r","Mariel\r","Dianna\r","Isaac\r","Clifford\r","Kelly\r","Kandi\r","Sandy\r","Larry\r"],"cities":["Puerto Rico\r","Rhode Island\r","South Carolina\r","Maine\r","Maryland\r","Montana\r","South Dakota\r","Louisiana\r","New Mexico\r","Pennsylvania\r","Virginia\r","Kentucky\r","Oregon\r","Mississippi\r","Indiana\r","California\r","Washington\r","Arkansas\r","Connecticut\r","Nevada\r","Idaho\r","Vermont\r","Illinois\r","North Dakota\r","Iowa\r","New Jersey\r","Minnesota\r","New York\r","Nebraska\r","Florida\r","West Virginia\r","Arizona\r","Ohio\r","Massachusetts\r","Texas\r","New Hampshire\r","Alaska\r","Oklahoma\r","Delaware\r","Tennessee\r","Hawaii\r","Colorado\r","Missouri\r","North Carolina\r","Utah\r","Alabama\r","Michigan\r","Wyoming","Georgia\r","Kansas\r"],"country":"","billing":"0","in_the_same_cate":"0","products":[{"title":"Private Label CBD Cosmetics","url":"https:\/\/www.theemeraldcorp.com\/product\/private-label-cbd-cosmetics\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2022\/06\/Featured-Banner-Image-Private-Label-CBD-Cosmetics-100x100.jpg"},{"title":"Private Label CBD Cookies","url":"https:\/\/www.theemeraldcorp.com\/product\/private-label-cbd-cookies\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2022\/06\/Featured-Banner-Image-Private-Label-CBD-Cookies-1-100x100.jpg"},{"title":"Private Label CBD Brownies","url":"https:\/\/www.theemeraldcorp.com\/product\/private-label-cbd-brownies\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2022\/06\/Featured-Banner-Image-Private-Label-CBD-Brownies-1-100x100.jpg"},{"title":"Private Label CBD Chocolate","url":"https:\/\/www.theemeraldcorp.com\/product\/cbd-chocolate\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2022\/02\/Featured-Product-Image-Private-Label-CBD-Chocolate-100x100.jpg"},{"title":"Private Label Sleep Support Supplements","url":"https:\/\/www.theemeraldcorp.com\/product\/private-label-sleep-support-supplements\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2021\/03\/1-100x100.jpg"},{"title":"Private Label Topical Cream","url":"https:\/\/www.theemeraldcorp.com\/product\/pain-cream\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/11\/Featured-Product-Image-Private-Label-CBD-Topical-Cream-100x100.jpg"},{"title":"Private Label Lung Health Tincture","url":"https:\/\/www.theemeraldcorp.com\/product\/lung-health\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/10\/Featured-Product-Image-Private-Label-CBD-Lung-Health-Tincture-100x100.jpg"},{"title":"Private Label Libido Support","url":"https:\/\/www.theemeraldcorp.com\/product\/private-label-libido-support\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/10\/Featured-Product-Image-Private-Label-CBD-Libido-Support-Supplement-1-100x100.jpg"},{"title":"Private Label Brain Health Supplements","url":"https:\/\/www.theemeraldcorp.com\/product\/brain-health\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/10\/Featured-Product-Image-Private-Label-CBD-Brain-Health-Supplement-100x100.jpg"},{"title":"Private Label Moisturizing Body Lotion","url":"https:\/\/www.theemeraldcorp.com\/product\/moisturizing-body-lotion\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/09\/Featured-Product-Image-Private-Label-CBD-Moisturizing-Body-Lotion-100x100.jpg"},{"title":"Private Label CBD Pet Treats","url":"https:\/\/www.theemeraldcorp.com\/product\/pet-cbd-treats\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/08\/Featured-Product-Image-Private-Label-CBD-Pet-Treats-100x100.jpg"},{"title":"Private Label Shampoo &#038; Conditioner","url":"https:\/\/www.theemeraldcorp.com\/product\/shampoo-conditioner\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/08\/Featured-Product-Image-Private-Label-CBD-Shampoo-and-Conditiner-100x100.jpg"},{"title":"Private Label Balm \/ Salve","url":"https:\/\/www.theemeraldcorp.com\/product\/cbd-balm-salve\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/08\/Featured-Product-Image-Private-Label-CBD-Label-Balm-or-Salve-100x100.jpg"},{"title":"Private Label Hemp Flower","url":"https:\/\/www.theemeraldcorp.com\/product\/private-label-hemp-flower\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/07\/Featured-Product-Image-Hemp-Flower-100x100.jpg"},{"title":"Private Label CBD Gummies","url":"https:\/\/www.theemeraldcorp.com\/product\/cbd-gummies\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/07\/Featured-Product-Image-Private-Label-CBD-Gummies-100x100.jpg"},{"title":"Private Label Topical Roll-On","url":"https:\/\/www.theemeraldcorp.com\/product\/cbd-topical-roll-on\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/07\/Featured-Product-Image-Private-Label-CBD-Topical-Roll-On-100x100.jpg"},{"title":"Private Label CBD+Terpenes","url":"https:\/\/www.theemeraldcorp.com\/product\/cbd-terpenes\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/07\/Featured-Product-Image-Private-Label-CBD-Terpenes-100x100.jpg"},{"title":"Private Label CBD Tincture","url":"https:\/\/www.theemeraldcorp.com\/product\/cbd-tinctures\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/07\/Featured-Product-Image-Private-Label-CBD-Tincture-100x100.jpg"},{"title":"Private Label Mushroom Supplements","url":"https:\/\/www.theemeraldcorp.com\/product\/mushroom-tinctures\/","thumb":"https:\/\/www.theemeraldcorp.com\/wp-content\/uploads\/2020\/07\/Featured-Product-Image-Private-Label-CBD-Mushroom-Supplement-1-100x100.jpg"}]};
  155. /* ]]> */
  156. </script>
  157. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce-notification/js/woocommerce-notification.min.js?ver=1.3.9.7" id="woocommerce-notification-js"></script>
  158. <link rel="https://api.w.org/" href="https://www.theemeraldcorp.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.theemeraldcorp.com/wp-json/wp/v2/pages/1975" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.theemeraldcorp.com/xmlrpc.php?rsd" />
  159. <link rel='shortlink' href='https://www.theemeraldcorp.com/' />
  160. <script>
  161. document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );
  162. </script>
  163. <style>
  164. .no-js img.lazyload { display: none; }
  165. figure.wp-block-image img.lazyloading { min-width: 150px; }
  166. .lazyload, .lazyloading { opacity: 0; }
  167. .lazyloaded {
  168. opacity: 1;
  169. transition: opacity 400ms;
  170. transition-delay: 0ms;
  171. }
  172. </style>
  173. <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
  174. <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/cropped-logo-32x32.png" sizes="32x32" />
  175. <link rel="icon" href="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/cropped-logo-300x300.png" sizes="192x192" />
  176. <link rel="apple-touch-icon" href="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/cropped-logo-300x300.png" />
  177. <meta name="msapplication-TileImage" content="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/cropped-logo-300x300.png" />
  178. <style type="text/css" id="wp-custom-css">
  179. .hero-video .info{
  180. max-width: 1100px !important;
  181. }
  182.  
  183. .hero-video .info {
  184. font-size: 18px !important;
  185. }
  186.  
  187. .woocommerce-Tabs-panel--description h3{
  188. font-weight: 600;
  189. padding-left: 15px;
  190. margin-bottom: 25px;
  191. position: relative;
  192. }
  193.  
  194. .woocommerce-Tabs-panel--description li,
  195. .woocommerce-Tabs-panel--description p{
  196. line-height: 1.6;
  197. }
  198.  
  199. .woocommerce-Tabs-panel--description  h3::before,
  200. .woocommerce-Tabs-panel--description  h3::after{
  201. content: "";
  202. height: 2px;
  203.    display: block;
  204. margin-top: 10px;
  205. max-width: 150px;
  206.    background: #0ba14a;
  207. }
  208.  
  209. .woocommerce-Tabs-panel--description  h3::before{
  210. position: absolute;
  211. bottom: -6px;
  212. width: 180px;
  213. max-width: 120px
  214. }
  215.  
  216. section.our-stories .info-col .info-card .title .text-primary,
  217. section.our-stories .info-col .info-card p .text-primary{
  218. color: white !important;
  219. }
  220.  
  221. section.about-state img{
  222. max-height: 350px;
  223. max-width: 350px;
  224. object-fit: cover;
  225. min-width: 350px;
  226. min-height: 350px;
  227. border-radius: 50%;
  228. display: block;
  229. margin: 0 auto;
  230. border: 10px solid #0ba14a
  231. }
  232.  
  233. section.contact-faq .fui-accordion-container div.fui-accordion:after{
  234. padding-top: 4px !important;
  235. }
  236. section.faq {
  237.  padding: 50px 15px;
  238. }
  239. section.faq .title-bar {
  240.  text-align: center;
  241. margin-bottom: 40px;
  242. }
  243. section.faq .title-bar .main-title {
  244.  display: block;
  245.  position: relative;
  246.  font-weight: 300;
  247.  margin-bottom: 0;
  248. }
  249. @media (max-width: 768px) {
  250.  section.faq .title-bar .main-title {
  251.    font-size: 28px;
  252.  }
  253. }
  254. section.faq .title-bar .mini-title {
  255.  padding: 10px 25px;
  256.  display: inline-block;
  257.  font-weight: 300;
  258.  margin-bottom: 50px;
  259.  border-bottom: 1px solid #262161;
  260.  position: relative;
  261. }
  262. section.faq .title-bar .mini-title:after {
  263.  content: "";
  264.  display: block;
  265.  width: 60%;
  266.  margin: 0 auto;
  267.  position: absolute;
  268.  bottom: -2px;
  269.  left: 50%;
  270.  -webkit-transform: translateX(-50%);
  271.          transform: translateX(-50%);
  272.  border-top: 4px solid #262161;
  273. }
  274. section.faq .questions .fui-accordion-container {
  275.  border: 1px solid #ccc;
  276.  margin-bottom: 10px;
  277. }
  278. section.faq .questions .fui-accordion-container .fui-accordion {
  279.  padding: 20px;
  280.  font-size: 20px;
  281.  color: black;
  282. font-weight: 600;
  283.  background-color: #f4f4f4;
  284.  display: -webkit-box;
  285.  display: -ms-flexbox;
  286.  display: flex;
  287.  -webkit-box-align: center;
  288.      -ms-flex-align: center;
  289.          align-items: center;
  290.  -webkit-box-pack: justify;
  291.      -ms-flex-pack: justify;
  292.          justify-content: space-between;
  293. }
  294. @media (max-width: 768px) {
  295.  section.faq .questions .fui-accordion-container .fui-accordion {
  296.    font-size: 16px;
  297.  }
  298. }
  299. section.faq .questions .fui-accordion-container .fui-panel .fui-panel-box {
  300.  border: none;
  301.  text-align: center;
  302.  padding: 20px;
  303.  line-height: 1.6;
  304.  font-weight: 300;
  305. }
  306. @media (max-width: 768px) {
  307.  section.faq .questions .fui-accordion-container .fui-panel .fui-panel-box {
  308.    font-size: 14px !important;
  309.  }
  310.  section.faq .questions .fui-accordion-container .fui-panel .fui-panel-box p {
  311.    font-size: 14px !important;
  312.  }
  313. }
  314. section.faq .questions .fui-accordion-container .fui-panel .fui-panel-box .learn-more {
  315.  margin-top: 10px;
  316. }
  317. section.faq .questions .fui-accordion-container .fui-panel .fui-panel-box .learn-more a {
  318.  font-size: 18px;
  319.  font-weight: 600;
  320. }
  321. section.faq .questions .fui-accordion-container .fui-panel .fui-panel-box .learn-more a i {
  322.  margin-left: 10px;
  323. }
  324. section.faq .note {
  325.  text-align: center;
  326.  font-size: 20px;
  327.  margin-top: 40px;
  328.  margin-bottom: 0;
  329.  font-weight: 600;
  330. }
  331.  
  332. html,
  333. body{
  334. background-color: white;
  335. }
  336.  
  337. body:not(.logged-in) {
  338. margin-top: -32px !important;
  339. }
  340.  
  341. body:not(.logged-in) #wpadminbar{
  342. display: none !important;
  343. }
  344.  
  345. .steps-banner .fui-container.row{
  346.    align-items: center;
  347.    max-width: 1250px !important;
  348. }
  349.  
  350. #progressbar li:after {
  351.    content: '';
  352.    width: 50% !important;
  353.    height: 3px;
  354.    background: #eee !important;
  355.    position: absolute;
  356.    left: -24% !important;
  357.    top: 44% !important;
  358.    /* z-index: -1; */
  359. z-index: 0;
  360. }
  361.  
  362. #progressbar li:before{
  363. height: 40px;
  364. width: 40px;
  365. font-size: 20px;
  366. display: flex;
  367. align-items: center;
  368. justify-content: center;
  369. }
  370.  
  371. .steps-banner .fui-container.row .brand-logo-image img{
  372.    max-width: 300px;
  373.    width: 100%;
  374.    object-fit: contain;
  375. }
  376.  
  377. .steps-banner .fui-container.row .text-content{
  378.    text-align: left;
  379.    border-left: 2px solid white;
  380.    padding-left: 25px;
  381. }
  382.  
  383.  
  384. .steps-banner .fui-container.row  .step-title::after{
  385. transform: none !important
  386. }
  387.  
  388.  
  389. section.instagram-banner {
  390.  background-color: #14062a;
  391.  padding: 25px 15px;
  392. }
  393. section.instagram-banner .row {
  394.  align-items: center;
  395. }
  396. @media (max-width: 768px) {
  397.  section.instagram-banner .row {
  398.    text-align: center;
  399.  }
  400. }
  401. section.instagram-banner .main-title {
  402.  font-weight: 700;
  403.  font-size: 50px;
  404.  color: #00aa3b;
  405. }
  406. @media (max-width: 768px) {
  407.  section.instagram-banner .main-title {
  408.    font-size: 28px;
  409.  }
  410. }
  411. section.instagram-banner .logo {
  412.  margin-bottom: 40px;
  413. }
  414.  
  415. section.instagram-banner .logo  img{
  416. max-width: 300px;
  417. width: 100%;
  418. }
  419.  
  420. section.instagram-banner .link {
  421.  margin-top: 25px;
  422. }
  423. section.instagram-banner .info-p {
  424.  color: white;
  425.  line-height: 1.5;
  426. }
  427. section.instagram-banner .fui-btn {
  428.  border-radius: 35px;
  429.  color: black;
  430.  font-weight: 600;
  431. }
  432. section.instagram-banner .fui-btn img {
  433.  margin-left: 10px;
  434. }
  435. section.instagram-banner .fui-btn:hover {
  436.  background-color: #00aa3b;
  437.  color: white;
  438. }
  439. section.instagram-banner .fui-btn:hover img {
  440.  filter: brightness(100);
  441. }
  442. section.instagram-banner .img-col {
  443.  position: relative;
  444.  display: flex;
  445.  align-items: center;
  446.  justify-content: center;
  447. }
  448. @media (min-width: 768px) {
  449. section.instagram-banner .img-col .phone-desktop{
  450. display: none;
  451. }
  452. }
  453.  
  454. @media (max-width: 768px) {
  455. .hero-video .content{
  456. top: 25px;
  457. z-index: 10;
  458. position: relative !important;
  459. }
  460. .video-content video{
  461. position: absolute;
  462. top: 0;
  463. width: 100%;
  464. height: 100%;
  465. left: 0;
  466. }
  467. section.instagram-banner .info{
  468. padding-bottom: 50px;
  469. }
  470.  section.instagram-banner .img-col {
  471.    padding-bottom: 50px;
  472.    order: -1;
  473.  }
  474. section.instagram-banner .img-col .phone,
  475. section.instagram-banner .img-col .owl-carousel{
  476. display: none !important;
  477. }
  478. }
  479. section.instagram-banner .img-col .owl-carousel {
  480.  position: absolute;
  481.  max-width: 250px;
  482.  transform: rotate3d(50, 50, 0, 0);
  483.  margin-top: 50px;
  484. }
  485. @media (max-width: 768px) {
  486.  section.instagram-banner .img-col .owl-carousel {
  487.    margin: 0 auto;
  488.    margin-top: 50px;
  489.    max-width: 160px;
  490.  }
  491. }
  492. section.instagram-banner .img-col .owl-carousel .item img {
  493.  height: 280px;
  494.  object-fit: cover;
  495. }
  496. @media (max-width: 768px) {
  497.  section.instagram-banner .img-col .owl-carousel .item img {
  498.    height: 170px;
  499.  }
  500. }
  501. section.instagram-banner .img-col .phone {
  502.  position: relative;
  503.  z-index: 100;
  504.  width: 100%;
  505. }
  506. @media (max-width: 768px) {
  507.  section.instagram-banner .img-col .phone {
  508.    max-width: 350px;
  509.    width: 100%;
  510.  }
  511. }
  512.  
  513.  
  514. .single-new-product-page .info-col .quantity input{
  515. width: 100px !important;
  516. padding-right: 35px;
  517. }
  518.  
  519. @media(max-width: 768px){
  520.  
  521. section.our-categories .products-row .single-col img{
  522. width: 100% !important;
  523. }
  524. .em-static-container label{
  525. font-size: 18px;
  526. }
  527.  
  528. .em-steps .em-singlestep{
  529. padding: 0;
  530. }
  531.  
  532. .em-steps .em-stepheader, .main-steps-header .em-stepheader{
  533. flex-direction: column;
  534. align-items: flex-start;
  535. }
  536.  
  537. .em-steps .em-stepheader, .main-steps-header .em-stepheader .single{
  538. width: 100%;
  539. max-width: 94.5%;
  540. }
  541.  
  542. .em-steps .em-steps-footer{
  543. padding: 15px 25px !important;
  544. }
  545. }
  546.  
  547. .swatch-control.radio-select li label{
  548. margin-left: -25px;
  549. padding-left: 25px;
  550. position: relative;
  551. z-index: 10;
  552. }
  553.  
  554. .woocommerce div.product form.cart .variations tr{
  555. border: none !important;
  556. display:flex;
  557. flex-direction: column;
  558. margin-bottom: 15px;
  559. padding: 10px 0;
  560. border-bottom: 1px solid #ccc !important;
  561. }
  562. .woocommerce div.product form.cart .variations td{
  563. border: none !important;
  564. }
  565.  
  566. .woocommerce div.product form.cart .variations td.label{
  567. padding: 0 !important;
  568. line-height: 1;
  569. }
  570.  
  571.  
  572. .woocommerce div.product form.cart .variations td.label label{
  573.  
  574. }
  575.  
  576. .woocommerce div.product form.cart table td.value{
  577. padding: 0 !important;
  578. }
  579.  
  580.  
  581. .woocommerce div.product form.cart table td.value li {
  582. display: inline-flex;
  583. align-items: center;
  584. position: relative;
  585. padding: 0 6px;
  586. margin:  0 0;
  587. }
  588.  
  589. .woocommerce div.product form.cart .variations li label{
  590. margin: 0;
  591. display: inline-flex;
  592. align-items: center;
  593. margin-left: -25px;
  594. }
  595.  
  596. .woocommerce div.product form.cart table td.value li input[type='radio'] {
  597. display: none;
  598. }
  599. .woocommerce div.product form.cart table td.value li {
  600. color: #666;
  601. font-weight: normal;
  602. }
  603.  
  604. .woocommerce div.product form.cart table td.value li:before {
  605. content: " ";
  606. display: inline-block;
  607. position: relative;
  608. /* top: 6px; */
  609. margin: 0 5px 0 0;
  610. width: 20px;
  611. height: 20px;
  612. border-radius: 11px;
  613. border: 2px solid #0ba14a;
  614. background-color: transparent;
  615. }
  616.  
  617. .woocommerce div.product form.cart table td.value li input[type=radio]:checked + label:after {
  618. border-radius: 11px;
  619. width: 12px;
  620. height: 12px;
  621. position: absolute;
  622. /* top: 5px; */
  623. left: 4px;
  624. content: " ";
  625. display: block;
  626. background: #0ba14a;
  627. }
  628.  
  629. @media(max-width: 768px){
  630. .woocommerce div.product form.cart table td.value li input[type=radio]:checked + label:after {
  631. /* top: 3px; */
  632.  
  633. }
  634. }
  635.  
  636. .added-product-to-quote-modal .fui-modal-body{
  637. padding: 20px 15px;
  638. }
  639.  
  640. .added-product-to-quote-modal .fui-modal-body i{
  641. width: 60px;
  642. height: 60px;
  643. border-radius: 50%;
  644. background: #0ba14a;
  645. color: white;
  646. font-size: 28px;
  647. display: flex;
  648. align-items: center;
  649. justify-content: center;
  650. margin: 25px auto;
  651. }
  652.  
  653. .added-product-to-quote-modal .fui-modal-body .fui-btn{
  654. flex-grow: 1;
  655. margin: 4px 10px;
  656. }
  657.  
  658. .added-product-to-quote-modal .fui-modal-body .title{
  659. margin-bottom: 5px;
  660. }
  661.  
  662. .added-product-to-quote-modal .fui-modal-body .mini-info{
  663. color: gray;
  664. text-transform: uppercase;
  665. font-size: 14px;
  666. margin-bottom: 25px;
  667. }
  668.  
  669. .added-product-to-quote-modal .fui-modal-body .mini-info span{
  670. color: #0ba14a;
  671. }
  672.  
  673. .em-steps .em-steps-footer{
  674. flex-wrap: wrap;
  675. }
  676.  
  677. @media(max-width: 768px){
  678. .em-steps .em-steps-footer{
  679. padding: 15px 0;
  680. }
  681.  
  682. .em-steps .em-steps-footer .fui-btn{
  683. margin: 4px 0;
  684. }
  685.  
  686. }
  687.  
  688. .added-product-to-quote-modal .fui-modal-body .fui-btn-primary{
  689. color: white !important;
  690. font-weight: 600;
  691. border: 2px solid #0ba14a;
  692. }
  693. .added-product-to-quote-modal .fui-modal-body .fui-btn-primary-outline{
  694. border: 2px solid #0ba14a;
  695. color: #0ba14a !important;
  696. font-weight: 600;
  697. }
  698.  
  699. .added-product-to-quote-modal .fui-modal-body .fui-btn-primary-outline:hover{
  700. color: white !important;
  701. background-color: #0ba14a !important;
  702. }
  703.  
  704. .woocommerce img, .woocommerce-page img{
  705. width: 100%;
  706. }
  707.  
  708. /* NEW CODE ABOVE THIS */
  709.  
  710. select.fui-input:not([multiple]), select.input:not([multiple]){
  711. position: unset !important;
  712. opacity: 1;
  713. padding: 10px;
  714. }
  715.  
  716. section.about-us{
  717. background: #f1f1f1;
  718. }
  719.  
  720. section.categories .title-bar,
  721. section.blog-archives .main-title,
  722. section.blog-archives .sub-info{
  723. text-align: center;
  724. }
  725.  
  726. .video-content{
  727. background: white;
  728. }
  729.  
  730. .as-seen {
  731. margin-bottom: 15px;
  732. padding-top: 25px !important;
  733. }
  734.  
  735. .as-seen .logos{
  736. display: flex;
  737. align-items: center;
  738. justify-content: space-between;;
  739. flex-wrap: wrap;
  740. max-width: 800px;
  741. margin: 10px auto;
  742. }
  743.  
  744. .as-seen .title{
  745. max-width: 800px;
  746. margin: 15px auto;
  747. display: flex;
  748. align-items: center;
  749. }
  750.  
  751. .as-seen .title .text{
  752. background: #0ba14a;
  753. color: white;
  754. display: inline-block;
  755. padding: 4px 50px;
  756. text-transform: uppercase;
  757. font-weight: 500;
  758. font-size: 18px;
  759. letter-spacing: 1px;
  760. position: relative;
  761. margin: 0 10px;
  762. }
  763.  
  764. .as-seen .title .line{
  765. flex-grow: 1;
  766. content: '';
  767. display: inline-block;
  768. height: 4px;
  769. background: black;
  770. width: 100px;
  771. }
  772.  
  773. .as-seen .logos img{
  774. height: 100px;
  775. object-fit: contain;
  776. max-width: 150px;
  777. margin: 15px;
  778. }
  779.  
  780. section.home-newbanner .card .content{
  781. background: rgba(0,0,0,0.5)
  782. }
  783.  
  784. section.home-newbanner{
  785. padding: 0 25px;
  786. }
  787.  
  788. section.home-newbanner .row{
  789. padding-top: 15px;
  790. }
  791.  
  792. .page-template-template-homenewone section.fancy-banner-main{
  793. padding-top: 40px !important;
  794. padding-bottom: 20px !important;
  795. }
  796.  
  797. .hero-video{
  798. display: flex;
  799. align-items: center;
  800. justify-content: center;
  801. position: relative;
  802. text-align: center;
  803. }
  804.  
  805. .hero-video .title{
  806. font-weight: 900;
  807. font-size: 50px;
  808. }
  809.  
  810.  
  811. .hero-video .info{
  812. font-size: 22px;
  813. position: relative;
  814. max-width: 800px;
  815. margin: 10px auto;
  816. background: rgba(255,255,255,0.3);
  817. padding: 15px 10px;
  818. line-height: 1.5;
  819. }
  820.  
  821. .hero-video .content:after{
  822. content: '';
  823. width: 100px;
  824. height: 2px;
  825. background: black;
  826. display: block;
  827. margin: 10px auto;
  828. margin-top: 25px;
  829. }
  830.  
  831. .hero-video:before{
  832. content: '';
  833. position: absolute;
  834. display: block;
  835. top: 0;
  836. left: 0;
  837. width: 100%;
  838. height: 100%;
  839. background-color: rgba(255,255,255 ,0.8)
  840. }
  841.  
  842. .hero-video .content{
  843. position: absolute;
  844. }
  845.  
  846.  
  847. .page-template-template-homenewone section.fancy-banner-main{
  848. margin-top: -60px;
  849. }
  850.  
  851. .page-template-template-homenewone .fancy-banner-main .arrow i{
  852. color: white !important;
  853. }
  854.  
  855. @media(max-width: 768px){
  856.  
  857.  
  858.  
  859.  
  860. .video-content{
  861. height: 400px !important;
  862. }
  863. .video-content video{
  864. width: 100%;
  865. object-fit: cover;
  866. height: 100%;
  867. margin-top: 0 !important;
  868. }
  869.  
  870. section.home-newbanner{
  871. padding: 0 10px;
  872. }
  873.  
  874. .as-seen .logos a{
  875. display: block;
  876. flex-basis: 25%;
  877. max-width: 25%;
  878. text-align: center;
  879. padding: 5px;
  880. padding-bottom: 0;
  881.  
  882. }
  883.  
  884. .as-seen .logos img{
  885. width: 100%;
  886. max-width: 100%;
  887. margin: 0;
  888. }
  889.  
  890. .as-seen .title .text{
  891. padding: 4px 10px;
  892. font-size: 16px;
  893. width: 100%;
  894. }
  895.  
  896. .hero-video .content{
  897. padding: 25px 15px;
  898. }
  899. .hero-video .title{
  900. font-size: 28px;
  901. }
  902.  
  903. .hero-video .info{
  904. font-size: 16px !important;
  905. }
  906. }
  907.  
  908. section.our-clients{
  909. background: white !important;
  910. }
  911.  
  912. section.our-clients .title-bar{
  913. text-align: center;
  914. }
  915.  
  916. @media (max-width: 768px){
  917.  
  918. section.home-newbanner .title-bar .main-title{
  919. font-size: 26px !important;
  920. }
  921.  
  922. section.home-newbanner .card .title {
  923. font-size: 28px !important;
  924. }
  925.  
  926. section.home-newbanner .col-md-4{
  927. margin-bottom: 20px;
  928. }
  929.  
  930. section.home-newbanner .col-md-4:nth-child(2){
  931. order: -1;
  932. }
  933.  
  934. }
  935.  
  936.  
  937. .yith-ywraq-add-to-quote{
  938. /* flex-wrap: wrap; */
  939. display: flex;
  940. align-items: center;
  941. }
  942.  
  943. .yith_ywraq_add_item_browse_message a{
  944. margin-top: 0 !important;
  945. border-radius: 5px;
  946. margin-left: 10px;
  947. }
  948.  
  949. .yith-ywraq-add-to-quote a{
  950. margin: 4px !important;
  951. }
  952.  
  953. .yith-ywraq-add-to-quote.add-to-quote-919 {
  954. position: relative;
  955. margin-bottom: 20px;
  956. }
  957.  
  958. .yith_ywraq_add_item_product_message{
  959. position: absolute;
  960. top: 115%;
  961. margin-left: 4px;
  962. }
  963.  
  964. section.home-newbanner .card .content,
  965. section.home-newbanner a,
  966. section.home-newbanner .card {
  967. height: 100%;
  968. }
  969.  
  970. section.home-newbanner .card{
  971. background-position: center top !important;
  972. }
  973.  
  974. section.home-newbanner .card .content{
  975. display: flex;
  976. align-items: center;
  977. justify-content: center;
  978. flex-direction: column;
  979. padding: 50px 15px !important;
  980. }
  981.  
  982. section.home-newbanner .card .title{
  983. text-transform: uppercase;
  984. font-weight: 800;
  985. letter-spacing: 1px;
  986. letter-spacing: 1px;
  987. text-shadow: 0 0 5px  black;
  988. font-size: 40px;
  989. }
  990.  
  991. section.home-newbanner .card:hover{
  992. box-shadow: 0 0 10px 0 rgba(0,0,0,0.5)
  993. }
  994.  
  995. section.our-categories .products-row .single-col .details{
  996. padding: 5px;
  997. margin-top: 4px;
  998. }
  999.  
  1000. section.contact-faq .fui-accordion-container .fui-accordion:after{
  1001. padding: 0 !important;
  1002. }
  1003.  
  1004. section.our-categories .products-row .single-col .details h2{
  1005. margin-bottom: 0;
  1006. }
  1007.  
  1008. .product-margin{
  1009. padding: 8px 5px;
  1010. text-align: center;
  1011. background: #eee;;
  1012. color: black;
  1013. }
  1014.  
  1015. .product-margin span{
  1016. display: block;
  1017. font-size: 14px;
  1018. font-weight: 600;
  1019. }
  1020.  
  1021. .product-margin strong{
  1022. font-size: 20px;
  1023. color:  #0ba14a;
  1024. }
  1025.  
  1026. .private-contact span.wpcf7-not-valid-tip{
  1027. position: unset !important
  1028. }
  1029.  
  1030. .private-contact form p{
  1031. margin: 0;
  1032. }
  1033.  
  1034. section.contact-form img{
  1035. object-fit: contain;
  1036. }
  1037.  
  1038. section.our-brands-logos .row .col-md-4 .card  {
  1039. display: flex;
  1040. align-items: center;
  1041. justify-content: center;
  1042. }
  1043.  
  1044. .main-footer .days{
  1045. color: white !important;
  1046. letter-spacing: 1px;
  1047. font-weight: 400 !important;
  1048. }
  1049.  
  1050. section.our-brands-logos .row .col-md-4 .card .img{
  1051. margin-bottom: 0;
  1052. }
  1053.  
  1054. section.our-brands-logos .row .col-md-4 .card .img picture,
  1055. section.our-brands-logos .row .col-md-4 .card .img img{
  1056. object-fit: contain;
  1057. max-width: 150px;
  1058. height: 100% !important;
  1059. }
  1060.  
  1061. .contact-form span.wpcf7-not-valid-tip{
  1062. position: unset !important;
  1063. }
  1064.  
  1065. section.new-design-request-page .fui-panel-box .btns-group{
  1066. margin: 0 !important;
  1067. }
  1068.  
  1069. fieldset{
  1070. border: 1px solid #ccc;
  1071. padding: 15px !important;
  1072. margin-bottom: 25px;
  1073. }
  1074.  
  1075. fieldset legend{
  1076. font-weight: 500;
  1077. font-size: 20px;
  1078. padding:0 15px;
  1079. margin-left: 15px;
  1080. }
  1081.  
  1082. .emerald-projects table.fui-table thead{
  1083. background: #0ba14a;
  1084. color: white;
  1085. border: none !important;
  1086. }
  1087. .emerald-projects svg{
  1088. max-width: 150px;
  1089. }
  1090.  
  1091. section.new-design-request-page .fui-panel-box .left-col .fui-tab-link{
  1092. display: inline-block !important;
  1093. }
  1094.  
  1095. section.new-design-request-page .fui-panel-box .right-col .fui-tab-link{
  1096. border: none !important;
  1097. }
  1098.  
  1099. /* .fui-tab-link{
  1100. display: inline-block !important;
  1101. } */
  1102.  
  1103. .fui-tab-container > div{
  1104. background: white !important;
  1105. }
  1106.  
  1107. section.new-design-request-page .fui-panel-box .left-col > .group{
  1108. padding-top: 0;
  1109. padding-left: 10px;
  1110. /* margin-top: -50px; */
  1111. }
  1112.  
  1113. section.new-design-request-page .fui-panel-box .left-col  .active:after{
  1114. display: none !important;
  1115. }
  1116.  
  1117. section.new-design-request-page .fui-panel-box .left-col .fui-tab-nav{
  1118. border-bottom: 1px solid #0ba14a;
  1119. display: flex;
  1120. }
  1121.  
  1122. section.new-design-request-page .fui-panel-box .left-col .fui-tab-nav .fui-tab-link:hover,
  1123. section.new-design-request-page .fui-panel-box .left-col .fui-tab-nav .fui-tab-link.active{
  1124. background-color: #08883e;
  1125. }
  1126.  
  1127. section.new-design-request-page .fui-panel-box .left-col .fui-tab-nav .fui-tab-link{
  1128. background: #0ba14a;
  1129. color: white;
  1130. border-radius: 0;
  1131. border: none !important;
  1132. padding: 10px 15px;
  1133. margin: 0;
  1134. display: inline-block !important;
  1135. cursor: pointer;
  1136. outline: none;
  1137. }
  1138.  
  1139. section.new-design-request-page .fui-accordion{
  1140. display: flex;
  1141. align-items: center;
  1142. justify-content: space-between;
  1143. }
  1144.  
  1145. #topbar-new .left-col:hover{
  1146. background: #0d6532 !important;
  1147. }
  1148.  
  1149. #topbar-new .left-col .title:hover{
  1150. color: #fbff00 !important;
  1151. }
  1152.  
  1153. [style="width: 140px"] img{
  1154. width: 140px;
  1155. }
  1156.  
  1157. #emerald-network-modal .fui-modal-body .card .logo img{
  1158. height: 60px;
  1159. object-fit: contain;
  1160. margin-bottom: 10px;
  1161. margin-right: auto;
  1162. }
  1163.  
  1164. .modal-open{
  1165. cursor: pointer;
  1166. }
  1167.  
  1168. section.contact-faq .fui-accordion-container .fui-accordion:before, section.contact-faq .fui-accordion-container .fui-accordion:after{
  1169. display: flex !important;
  1170. align-items: center !important;
  1171. justify-content: center !important;
  1172. }
  1173.  
  1174. .fui-accordion-container.default .fui-accordion:after {
  1175. padding-top: 6px;
  1176. }
  1177.  
  1178. @media (min-width: 768px){
  1179. section.contact-support .img-col{
  1180. padding: 0;
  1181. }
  1182. section.contact-support .img-col img{
  1183. height: 100%;
  1184. object-fit: cover;
  1185. }
  1186.  
  1187. }
  1188.  
  1189. .fui-accordion-container.default .fui-accordion:after{
  1190. margin: 0;
  1191. float: none;
  1192. }
  1193.  
  1194. section.blog-archives .blog-card a{
  1195. text-align: left;
  1196. }
  1197.  
  1198. section.blog-archives .blog-card .date{
  1199. font-size: 14px;
  1200. color: #999;
  1201. margin-top: 8px;
  1202. margin-bottom: 0 !important;
  1203. /* background-color: white; */
  1204. padding: 5px 15px;
  1205. }
  1206.  
  1207. section.blog-archives .blog-card .date i{
  1208. margin-right: 5px;
  1209. }
  1210.  
  1211. section.blog-archives .blog-card a.read-more{
  1212. margin-left: 16px;
  1213. }
  1214.  
  1215. section.categories .category-cards .single-col .card .info{
  1216. font-size: 16px;
  1217. }
  1218. section.our-clients .item .img img{
  1219. height: 80px;
  1220. }
  1221.  
  1222. section.blog-archives .blog-card .title{
  1223. margin-top: 10px !important;
  1224. }
  1225.  
  1226. @media (min-width: 768px){
  1227. /* .owl-carousel .owl-item img{
  1228. height: 220px;
  1229. object-fit: cover;
  1230. } */
  1231. }
  1232.  
  1233. #couponModal .owl-nav,
  1234. #couponModal .owl-dots{
  1235. display: none !important;
  1236. }
  1237.  
  1238. #couponModal .bg-cover{
  1239. padding: 0 !important;
  1240. }
  1241.  
  1242. #couponModal .fui-modal-container a{
  1243. display: block;
  1244. width: 100%;
  1245. height: 100%;
  1246. }
  1247.  
  1248. #couponModal .fui-modal-container{
  1249. max-width: 650px;
  1250. width: 100%;
  1251. }
  1252.  
  1253. .main-footer .single-col .links li a:after{
  1254. display: none !important;
  1255. }
  1256.  
  1257. .fui-navbar .menu-1 li a:after{
  1258. margin-left: 10px !important;
  1259. }
  1260.  
  1261. /* .main-footer .single-col .links li:nth-child(4){
  1262. display: none;
  1263. } */
  1264.  
  1265.  
  1266. #couponModal .fui-modal-container{
  1267. border: none;
  1268. overflow: hidden;
  1269. padding: 0 !important;
  1270. }
  1271.  
  1272. #couponModal .modal-close{
  1273. position: absolute;
  1274. top: 10px;
  1275. right: 10px;
  1276. z-index: 10;
  1277. cursor: pointer;
  1278. }
  1279.  
  1280. @media (max-width: 768px) {
  1281. #couponModal .modal-close{
  1282. width: 40px;
  1283. height: 40px;
  1284. border-radius: 50%;
  1285. background-color: white !important;
  1286. display: flex;
  1287. align-items: center;
  1288. justify-content: center;
  1289. z-index: 100 !important;
  1290.  
  1291. }
  1292.  
  1293. }
  1294.  
  1295. #couponModal .fui-modal-container .fui-modal-body{
  1296. padding: 0;
  1297. }
  1298.  
  1299. #couponModal .fui-modal-container .modal-bg{
  1300. position: absolute;
  1301. top: -25px;
  1302. width: 150px;
  1303. pointer-events: none;
  1304. right: -25px;
  1305. opacity: 0.1;
  1306. }
  1307.  
  1308. #couponModal .fui-modal-container .top .mini-title{
  1309. font-weight: 500;
  1310. font-size: 14px;
  1311. }
  1312.  
  1313. #couponModal .fui-modal-container .top .title{
  1314. font-weight: 900;
  1315. }
  1316.  
  1317.  
  1318. #couponModal .fui-modal-container .bottom{
  1319. padding-top: 25px;
  1320. }
  1321.  
  1322. #couponModal .fui-modal-container .bottom .mini-title{
  1323. font-size: 14px;
  1324. }
  1325.  
  1326. #couponModal .fui-modal-container .bg-cover{
  1327. min-height: 150px;
  1328. }
  1329.  
  1330. #couponModal .fui-modal-container .info-col a{
  1331. padding: 10px 15px;
  1332. background: #056839;
  1333. color: white;
  1334. margin-top: 5px;
  1335. display: block;
  1336. text-align: center;
  1337. cursor: pointer;
  1338. }
  1339.  
  1340. #couponModal .fui-modal-container .info-col a:hover{
  1341. background: #004e29;
  1342. }
  1343.  
  1344. #couponModal .fui-modal-container .code{
  1345. border: 2px dashed #056839;
  1346. padding: 10px 15px;
  1347. text-align: center;
  1348. font-weight: 600;
  1349. color: #056839;
  1350. background: #00ff860d;
  1351. }
  1352.  
  1353. #couponModal .fui-modal-container .info-col{
  1354. position: relative;
  1355. overflow: hidden;
  1356. padding: 25px;
  1357. }
  1358.  
  1359. .fui-dropdown>a:after{
  1360. display: inline-block !important;
  1361. width: 0 !important;
  1362. height: 0 !important;
  1363. margin-left: 2px !important;
  1364. margin-right: 6px !important;
  1365. vertical-align: 0px !important;
  1366. content:"\f078" !important;
  1367. font-family: 'fontawesome' !important;
  1368. position: relative;
  1369. top: -10px !important;
  1370. border: none !important;
  1371. }
  1372.  
  1373. .fui-dropdown:hover .fui-dropdown-menu{
  1374. display: flex;
  1375. }
  1376.  
  1377. .fui-dropdown-menu{
  1378. border: none !important;
  1379. box-shadow: 0 0 4px 0 rgba(0,0,0,0.1)
  1380. }
  1381.  
  1382. #requestTourModal .fui-modal-container{
  1383. border: none;
  1384. }
  1385.  
  1386. #requestTourModal .fui-modal-header{
  1387. background-color: white;
  1388. border-bottom: 1px solid #eee;
  1389. }
  1390.  
  1391. #requestTourModal .group{
  1392. padding-bottom: 0;
  1393. }
  1394.  
  1395. #requestTourModal textarea{
  1396. height: 50px;
  1397. }
  1398.  
  1399. /* section.about-us,
  1400. section.about-us .info-col{
  1401. padding-bottom: 0 !important;
  1402. }
  1403.  
  1404. section.about-us .img-col{
  1405. flex-wrap: wrap;
  1406. }
  1407.  
  1408. section.about-us .fui-btn{
  1409. display: block;
  1410. width: 100%;
  1411. padding: 15px;
  1412. text-transform: uppercase;
  1413. letter-spacing: 1px;
  1414. font-size: 18px;
  1415. }
  1416. */
  1417. /* section.about-us .info-col a,
  1418. section.about-us .img-col a{
  1419. display: none;
  1420. } */
  1421.  
  1422. /* section.about-us .modal-btn,
  1423. section.about-us .about-btn{
  1424. padding: 0;
  1425. } */
  1426.  
  1427. @media(max-width: 768px){
  1428. /* section.about-us .modal-btn,
  1429. section.about-us .about-btn{
  1430. display: none;
  1431. }
  1432. section.about-us .info-col a,
  1433. section.about-us .img-col a{
  1434. display: block;
  1435. font-size: 14px;
  1436. }
  1437.  
  1438. section.about-us .info-col{
  1439. padding-bottom: 20px !important;
  1440. } */
  1441. }
  1442.  
  1443.  
  1444. section.about-us .fui-btn-dark-green{
  1445. background-color: #056839;
  1446. color: white;
  1447. max-width: 350px;
  1448. width: 100%;
  1449. padding: 15px 25px;
  1450. border: none;
  1451. border-left: 10px solid #0ca148;
  1452. margin-top: 15px;
  1453. text-transform: uppercase;
  1454. font-weight: 600;
  1455. letter-spacing: 2px;
  1456. }
  1457.  
  1458. section.about-us .fui-btn-dark-green:hover{
  1459. background-color: #1b8050;
  1460. }
  1461.  
  1462. section.about-us .fui-btn-light-green{
  1463. background-color: #0ca148;
  1464. color: white;
  1465. margin-top: 15px;
  1466. }
  1467.  
  1468. section.about-us .fui-btn-light-green:hover{
  1469. background-color: #068037;
  1470. }
  1471.  
  1472.  
  1473. .woocommerce nav.woocommerce-pagination ul{
  1474. /* border: 1px solid #ccc; */
  1475. border: none !important;
  1476. display: flex;
  1477. flex-wrap: wrap;
  1478. text-align: center;
  1479.  
  1480. }
  1481.  
  1482. section.categories .category-cards .single-col .card{
  1483. height: auto;
  1484. padding: 0;
  1485. }
  1486.  
  1487. section.categories .category-cards .single-col .card .info{
  1488. margin-top: 15px;
  1489. }
  1490.  
  1491.  
  1492. section.categories .category-cards .single-col .card{
  1493. background: white;
  1494. }
  1495.  
  1496. section.categories .category-cards .single-col .card .title{
  1497. color: #0ba14a;
  1498. }
  1499. section.categories .category-cards .single-col .card .info{
  1500. color: black;
  1501. }
  1502.  
  1503. section.our-team-members .card .img img{
  1504. min-height: 180px;
  1505. min-width: 180px !important;
  1506. }
  1507.  
  1508. section.competitive-edge .main-title:after{
  1509. bottom: 24px;
  1510. }
  1511.  
  1512. section.competitive-edge .info-col{
  1513. overflow: hidden;
  1514. }
  1515.  
  1516. section.our-team-members .bg-image,
  1517. section.competitive-edge .info-col .logo{
  1518. opacity: 0.05;
  1519. pointer-events: none;
  1520. z-index: 10;
  1521. filter: invert(1);
  1522. }
  1523.  
  1524. section.our-team-members,
  1525. section.competitive-edge,
  1526. section.working-with-emerald{
  1527. background-color: #f5f5f5 !important;
  1528. }
  1529.  
  1530. section.our-team-members .card .title{
  1531. font-weight: 500;
  1532. }
  1533.  
  1534. section.our-team-members .card .title,
  1535. section.our-team-members{
  1536. color: #111;
  1537. }
  1538.  
  1539. section.our-team-members .info-p{
  1540. color: #111;
  1541. font-weight: 400;
  1542. line-height: 1.5;
  1543. }
  1544.  
  1545. section.competitive-edge .content,
  1546. section.working-with-emerald .content{
  1547. font-weight: 400;
  1548. line-height: 1.5;
  1549. z-index: 100;
  1550. position: relative;
  1551. }
  1552.  
  1553. .single-service-page.single-career-page .text-muted{
  1554. color: #555;
  1555. margin-top: 15px;
  1556. line-height: 1.5;
  1557. }
  1558.  
  1559. .single-service-page.single-career-page li,
  1560. .single-service-page.single-career-page p{
  1561. color: #555;
  1562. font-size: 18px !important;
  1563. }
  1564.  
  1565. span.wpcf7-not-valid-tip {
  1566. position: absolute;
  1567. font-size: 12px;
  1568. bottom: 2px;
  1569. left: 10px;
  1570. }
  1571.  
  1572. .wpcf7-response-output {
  1573. border-color: #F44336 !important;
  1574. color: white;
  1575. background: #F44336;
  1576. padding: 10px !important;
  1577. text-align: center;
  1578. margin-top: 0 !important;
  1579. }
  1580.  
  1581. .wpcf7 form.sent .wpcf7-response-output {
  1582. text-align: center;
  1583. border-color: #056839;
  1584. background: #056839;
  1585. color: white;
  1586. padding: 10px;
  1587. }
  1588.  
  1589.  
  1590. @media (max-width: 450px){
  1591. .main-footer .single-col .instafeeds img {
  1592. border-radius: 10px;
  1593. width: 100%;
  1594. height: 100px;
  1595. -o-object-fit: cover;
  1596. object-fit: cover;
  1597. }
  1598.  
  1599. .main-footer .bottom-footer .fui-container .copy{
  1600. text-align: center;
  1601. }
  1602.  
  1603. }
  1604.  
  1605. section.blog-archives {
  1606. background: white !important;
  1607. }
  1608.  
  1609. section.blog-archives .main-title{
  1610. /* text-align: center; */
  1611. font-size: 40px;
  1612. margin-bottom: 10px;
  1613. font-weight: 900;
  1614. color: #555;
  1615. padding: 0 5px;
  1616. color: #555;
  1617. }
  1618.  
  1619. section.blog-archives .sub-info {
  1620. line-height: 1.5;
  1621. font-size: 14px;
  1622. color: gray;
  1623. padding: 0 5px;
  1624. margin-bottom: 40px;
  1625. }
  1626.  
  1627. section.blog-archives .blog-card {
  1628. box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1)
  1629. }
  1630.  
  1631. section.blog-archives .blog-card a:hover{
  1632. color: #065929;
  1633. }
  1634.  
  1635. section.blog-archives .blog-card .category{
  1636. padding-left: 15px;
  1637. padding-right: 15px;
  1638. color: #555;
  1639. }
  1640. section.blog-archives .blog-card a.read-more{
  1641. font-weight: 600;
  1642. margin-top: 15px;
  1643. margin-bottom: 20px;
  1644. }
  1645. section.blog-archives .blog-card a.read-more i{
  1646. margin-left: 8px;
  1647. }
  1648.  
  1649. section.blog-archives .blog-card img{
  1650. height: 340px;
  1651. /* object-position: center top; */
  1652. }
  1653.  
  1654. section.blog-archives .blog-card .title{
  1655. padding: 0 15px;
  1656. font-size: 16px;
  1657. }
  1658.  
  1659. .no-border .item{
  1660. border: none !important;
  1661. }
  1662.  
  1663. section.ad-banner.py-5{
  1664. padding: 0 !important;
  1665. }
  1666.  
  1667. section.ad-banner .fui-container{
  1668. padding: 25px !important;
  1669. max-width: 100% !important;
  1670. }
  1671.  
  1672. .woocommerce nav.woocommerce-pagination ul li a:hover,
  1673. .woocommerce nav.woocommerce-pagination ul li span.current{
  1674. background-color: #03a84e;
  1675. color: white;
  1676. border-color: #03a84e !important;
  1677. }
  1678.  
  1679. .woocommerce nav.woocommerce-pagination ul li{
  1680. border: none !important;
  1681. margin: 1px;
  1682. min-width: 40px !important;
  1683. width: 40px !important;
  1684.  
  1685. }
  1686.  
  1687. .woocommerce nav.woocommerce-pagination ul span,
  1688. .woocommerce nav.woocommerce-pagination ul a{
  1689. text-align: center;
  1690. display: inline-block !important;
  1691. width: 100%;
  1692. border: 1px solid #ccc !important;
  1693. padding: 10px  !important;
  1694.  
  1695. }
  1696.  
  1697. section.about-us .img-col .images .img-1:after{
  1698. pointer-events: none;
  1699. }
  1700. .dropdown-bar{
  1701. margin-bottom: 25px;
  1702. max-width: 100%;
  1703. width: 100%;
  1704. }
  1705. .dropdown-bar img{
  1706. width: 100% !important;
  1707. max-width: 100%;
  1708. flex-grow: 1;
  1709. display: block;
  1710. }
  1711.  
  1712. .dropdown-bar > div{
  1713. padding-right: 28px;
  1714. }
  1715.  
  1716. .ad-banner .hover-image{
  1717. display: none;
  1718. }
  1719.  
  1720.  
  1721. .ad-banner .fui-container:hover .normal-image{
  1722. display: none;
  1723. }
  1724.  
  1725. .ad-banner .fui-container:hover .hover-image{
  1726. display: block !important;
  1727. }
  1728.  
  1729.  
  1730. @media(max-width: 768px){
  1731.  
  1732. section.blog-archives .blog-card img{
  1733. height: auto !important;
  1734. }
  1735.  
  1736. section.about-us .img-col .images{
  1737. width: 100%;
  1738. }
  1739.  
  1740. section.about-us .img-col .images .img-1:after{
  1741. display: none !important;
  1742. }
  1743.  
  1744. section.about-us .img-col .images .img-1 iframe{
  1745. width: 100% !important;
  1746. height: auto !important;
  1747. }
  1748.  
  1749. section.about-us .info-col .logo img{
  1750. width: 100%;
  1751. }
  1752.  
  1753. section.ad-banner .fui-container{
  1754. padding: 0 !important;
  1755. }
  1756.  
  1757. .dropdown-bar > div{
  1758. width: 100%;
  1759. padding-right: 18px !important;
  1760. }
  1761. select.orderby{
  1762. width: 100% !important;
  1763. }
  1764. .sidebar {
  1765. padding-bottom: 10px !important;
  1766. }
  1767.  
  1768. .dropdown-bar{
  1769. flex-wrap: wrap;
  1770. }
  1771. .dropdown-bar{
  1772. max-width: 100%;
  1773. }
  1774.  
  1775. .dropdown-bar img{
  1776. order: -1;
  1777. padding-left: 10px;
  1778. padding-right: 10px;
  1779. margin-bottom: 20px;
  1780. }
  1781. }
  1782.  
  1783. .about-us-page{
  1784. line-height: 1.5;
  1785. }
  1786.  
  1787. .about-us-page p{
  1788. font-size: 18px;
  1789. color: gray;
  1790.  
  1791. }
  1792.  
  1793. .hover-image .hover-image-hover{
  1794. display: none !important;
  1795. }
  1796.  
  1797. .hover-image:hover .hover-image-hover{
  1798. display: block !important;
  1799. }
  1800.  
  1801. .hover-image:hover .hover-image-main{
  1802. display: none !important;
  1803. }
  1804.  
  1805. .archive .fancy-banner-main{
  1806. padding-top: 0;
  1807. max-width: 100%;
  1808. }
  1809.  
  1810. section.our-clients .item{
  1811. border-right: 2px solid #0ba14a;
  1812. text-align: center;
  1813. }
  1814.  
  1815. section.our-clients .item .img img{
  1816. max-width: 150px;
  1817. object-fit: contain;
  1818. }
  1819.  
  1820. section.our-clients .item .img{
  1821. background: transparent !important;
  1822. }
  1823.  
  1824. section.our-clients .item .img:hover{
  1825. opacity: 0.5
  1826. }
  1827.  
  1828. .about-us-page ul{
  1829. padding-left: 20px !important;
  1830. }
  1831.  
  1832. .about-us-page li{
  1833. font-size: 18px;
  1834. color: gray;
  1835. list-style: circle !important;
  1836.  
  1837. padding-top: 0 !important;
  1838. padding-bottom: 0 !important;
  1839. border: none !important;
  1840. margin-bottom: 15px !important;
  1841. }
  1842.  
  1843. .about-us-page li li{
  1844. margin-top: 15px !important;
  1845. }
  1846.  
  1847. .fancy-banner-main{
  1848. padding-bottom: 60px !important;
  1849. position: relative;
  1850. overflow: unset !important;
  1851. }
  1852.  
  1853. .fancy-banner-main .arrow{
  1854. /* border: 2px solid #087134;
  1855. padding: 5px 8px; */
  1856. font-size: 36px;
  1857. /* border-radius: 10px; */
  1858. color: #087134;
  1859. position: absolute;
  1860. bottom: 0;
  1861. left: 50%;
  1862. transform: translatex(-50%);
  1863. animation: arrrow 1s linear infinite;
  1864. /* background: #0ba14a; */
  1865. z-index: 10
  1866. }
  1867.  
  1868. @keyframes arrrow{
  1869. 0%{
  1870. bottom: 0px;
  1871. }
  1872.  
  1873. 50%{
  1874. bottom:10px;
  1875. }
  1876.  
  1877. }
  1878.  
  1879.  
  1880. @media(max-width: 768px){
  1881.  
  1882. section.home-newbanner .card{
  1883. background-position: center top !important;
  1884. }
  1885.  
  1886. .arrow-banner{
  1887. padding: 0 !important;
  1888. }
  1889.  
  1890. .fancy-banner-main{
  1891. padding-bottom: 0px !important;
  1892. }
  1893.  
  1894. .fancy-banner-main .arrow{
  1895. font-size: 28px !important;
  1896. /* display: none !important; */
  1897. }
  1898. .archive .fancy-banner-main{
  1899. padding-bottom: 0 !important;
  1900. }
  1901. section.our-categories.single-page.products-page{
  1902. padding: 25px 0 !important;
  1903. }
  1904.  
  1905. section.our-categories.single-page.products-page .fui-container{
  1906. padding: 0;
  1907. }
  1908. }
  1909.  
  1910. section.main-ad-banner{
  1911. overflow: hidden;
  1912. }
  1913.  
  1914. section.main-ad-banner .fui-container{
  1915. height: auto !important;
  1916. padding: 0;
  1917. }
  1918.  
  1919.  
  1920.  
  1921. @media(max-width: 768px){
  1922. section.main-ad-banner{
  1923. padding: 10px;
  1924. }
  1925. }
  1926.  
  1927. .swatch-wrapper a{
  1928. text-align: center;
  1929. }
  1930.  
  1931. .swatch-anchor{
  1932. width: 110px !important;
  1933. height: 110px !important;
  1934. }
  1935.  
  1936. .woocommerce img, .woocommerce-page img{
  1937. width: auto;
  1938. }
  1939.  
  1940. section.our-categories .products-row .single-col .img{
  1941. height: auto !important;
  1942. }
  1943.  
  1944. .woocommerce-tabs:after{
  1945. content: "";
  1946. float: none;
  1947. clear: both;
  1948. display: block;
  1949. }
  1950.  
  1951. .fui-navbar.fui-default-nav .fui-brand a .home-logo {
  1952. display: block !important;
  1953. }
  1954.  
  1955. .fui-navbar.fui-default-nav.bg-primary .sideNavbar, .fui-navbar.fui-default-nav.bg-primary .slidedown{
  1956. padding-bottom: 100px;
  1957. }
  1958.  
  1959. @media (max-width: 350px){
  1960. .fui-navbar .other-page-logo{
  1961. display: none !important;
  1962. }
  1963. }
  1964.  
  1965. .fancy-banner-main{
  1966. padding: 25px 0;
  1967. }
  1968.  
  1969. .fancy-banner-main .owl-dots{
  1970. display: none !important;
  1971. }
  1972.  
  1973. .fui-navbar .menu-1 a:after{
  1974. display: none;
  1975. }
  1976.  
  1977.  
  1978. @media(max-width: 768px){
  1979. #topbar-new{
  1980. display: none;
  1981. }
  1982.  
  1983. .fancy-banner-main .owl-carousel{
  1984. margin-bottom: 20px;
  1985. }
  1986. }
  1987.  
  1988. .fui-navbar{
  1989. position: unset !important;
  1990. }
  1991.  
  1992. .fui-navbar.fui-default-nav.bg-primary{
  1993. background: #f9f9f9 !important;
  1994. }
  1995.  
  1996. @media(min-width: 768px){
  1997. .fui-navbar{
  1998. top: 50px;
  1999. }
  2000.  
  2001. .fui-navbar .fui-menu .cart-link i{
  2002. color: black;
  2003. }
  2004.  
  2005. }
  2006. .current-cat a{
  2007. color: white !important;
  2008. background: #056839 !important;
  2009. }
  2010.  
  2011. .swatch-control ul{
  2012. display: flex;
  2013. flex-wrap: wrap;
  2014. }
  2015.  
  2016. .swatch-wrapper img{
  2017. object-fit: contain;
  2018. height: 100%;
  2019. }
  2020.  
  2021. .woocommerce div.product form.cart .variations li label{
  2022. font-weight: 300 !important;
  2023. }
  2024.  
  2025. .variations{
  2026. border-collapse: collapse;
  2027. }
  2028.  
  2029. .variations td{
  2030. padding: 10px !important;
  2031.  
  2032. }
  2033.  
  2034. .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
  2035. vertical-align: middle;
  2036. }
  2037.  
  2038. .variations td,
  2039. .variations tr{
  2040. border: 1px solid #ccc !important;
  2041. }
  2042.  
  2043. .swatch-control ul li{
  2044. margin-right: 10px !important;
  2045. }
  2046.  
  2047. .woocommerce-tabs{
  2048. margin-bottom: 50px;
  2049. }
  2050.  
  2051. form.cart table.thwepo-extra-options input, form.cart table.thwepo-extra-options select{
  2052. padding: 5px 10px;
  2053. height: 40px;
  2054. margin-left: 10px;
  2055. }
  2056.  
  2057. /* .single_variation_wrap, */
  2058. /* .woocommerce div.product form.cart div.quantity, */
  2059. .woocommerce div.product form.cart .button,
  2060. .price{
  2061. display: none !important;
  2062. }
  2063.  
  2064. .sidebar ul{
  2065. flex-direction: column;
  2066. width: 100% !important;
  2067.  
  2068. }
  2069.  
  2070. .sidebar ul li{
  2071. width: 100% !important;
  2072. max-width: 100% !important;
  2073. flex-basis: 100% !important;
  2074. }
  2075.  
  2076. .product-subtotal{
  2077. display: none !important;
  2078. }
  2079.  
  2080. .yith_ywraq_add_item_browse_message a{
  2081. display: inline-block;
  2082. margin-top: 10px;
  2083. /* background: #0ba14a; */
  2084. color: #0ba14a;
  2085. border: 1px solid #0ba14a;
  2086. padding: 8px 15px;
  2087. }
  2088.  
  2089. .yith_ywraq_add_item_browse_message a:hover{
  2090. border-color: #0ba14a;
  2091. background: #0ba14a;
  2092. color: white;
  2093. }
  2094.  
  2095. .jumbotron {
  2096. padding-top: 150px !important;
  2097. }
  2098.  
  2099. @media(min-width: 768px){
  2100. .woocommerce div.product div.images img{
  2101. max-height: 400px;
  2102. object-fit: contain;
  2103. }
  2104. }
  2105. @media(max-width: 768px){
  2106. section.main-ad-banner .fui-container .link{
  2107. padding: 0 15px;
  2108. }
  2109.  
  2110. section.main-ad-banner .fui-container .link .fui-btn{
  2111. font-size: 14px;
  2112. padding: 14px 15px;
  2113. }
  2114.  
  2115. }
  2116.  
  2117. #yith-ywraq-form img{
  2118. max-width: 150px;
  2119. object-fit: contain;
  2120. }
  2121.  
  2122. #yith-ywraq-form .product-name a{
  2123. display: block;
  2124. }
  2125.  
  2126. .woocommerce ul.products, .woocommerce-page ul.products{
  2127. width: 100%;
  2128. }
  2129.  
  2130. .woocommerce-result-count{
  2131. display: none
  2132. }
  2133.  
  2134. .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  2135. border: 1px solid #eee;
  2136. padding: 10px 15px;
  2137. }
  2138.  
  2139. .pwb-single-product-brands a img{
  2140. display: block;
  2141. max-width: 100px;
  2142. margin-top: 10px;
  2143. }
  2144.  
  2145. .content-area  div.product .product_title{
  2146. margin-bottom: 25px;
  2147. }
  2148.  
  2149. .woocommerce-info{
  2150. width: 100%;
  2151. }
  2152.  
  2153. .product-info-col .add-to-cart{
  2154. padding-top: 20px;
  2155. }
  2156.  
  2157. .product-info-col .add-to-cart select{
  2158. min-height: 40px;
  2159. padding-left: 15px;
  2160. }
  2161.  
  2162. .woocommerce-product-details__short-description{
  2163. color: #999 !important;
  2164. }
  2165.  
  2166. .woocommerce-breadcrumb{
  2167. display: none !important;
  2168. }
  2169.  
  2170. .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  2171. background: #00cc67 !important;
  2172. color: white;
  2173. }
  2174.  
  2175. /* SINGLE PRODUCT */
  2176. .product_meta {
  2177. display: flex;
  2178. flex-direction: column;
  2179. }
  2180.  
  2181. .woocommerce .quantity .qty{
  2182. min-height: 40px;
  2183. }
  2184.  
  2185.  
  2186.  
  2187. .woocommerce-account .woocommerce-MyAccount-navigation ul{
  2188. padding: 0;
  2189. margin: 0;
  2190. display: flex;
  2191. align-items: center;
  2192. justify-content: center;
  2193. list-style: none;
  2194. flex-direction: column;
  2195. }
  2196.  
  2197. .woocommerce-account .woocommerce-MyAccount-navigation ul li{
  2198. padding: 0;
  2199. margin: 0;
  2200. width: 100%;
  2201. }
  2202.  
  2203. .woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  2204. padding: 10px 15px;
  2205. background: white;
  2206. border: 1px solid #eee;
  2207. border-bottom: 0;
  2208. margin: 0;
  2209. display: block;
  2210. color: gray;
  2211. }
  2212.  
  2213. .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a{
  2214. border: 1px solid #eee;
  2215. }
  2216.  
  2217.  
  2218. .woocommerce-account.logged-in .woocommerce{
  2219. display: flex;
  2220. }
  2221.  
  2222. .woocommerce-account .woocommerce-MyAccount-navigation{
  2223. width: 100%;
  2224. float: none !important;
  2225. margin-bottom: 25px;
  2226. max-width: 20%;
  2227. flex-basis: 20%;
  2228. }
  2229.  
  2230. .woocommerce-account .woocommerce-MyAccount-content{
  2231. width: 100%;
  2232. float: none !important;
  2233. max-width: 80%;
  2234. flex-basis: 80%;
  2235. padding-left: 20px;
  2236. }
  2237.  
  2238. .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{
  2239. display: none;
  2240. }
  2241.  
  2242. .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
  2243. .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  2244. background: #056839 !important;
  2245. color: white !important;
  2246. border-color: #056839 !important;
  2247. }
  2248.  
  2249. .woocommerce-info {
  2250. border-top-color: #00cc67;
  2251. }
  2252.  
  2253. .woocommerce-info::before {
  2254. color: #00cc67;
  2255. }
  2256.  
  2257. .u-columns.woocommerce-Addresses.col2-set.addresses .col-2,
  2258. .u-columns.woocommerce-Addresses.col2-set.addresses .col-1{
  2259. width: 100% !important;
  2260. flex-basis: 50%;
  2261. max-width: 50%;
  2262. padding: 15px;
  2263. }
  2264.  
  2265. fieldset {
  2266. padding: 10px 0;
  2267. }
  2268.  
  2269. .woocommerce-page table.cart td.actions .input-text{
  2270. min-height: 40px;
  2271. width: 150px;
  2272. }
  2273.  
  2274. woocommerce-account .woocommerce{
  2275. flex-wrap: wrap;
  2276. }
  2277.  
  2278. .woocommerce-notices-wrapper{
  2279. width: 100%;
  2280. }
  2281.  
  2282. /* SINGLE PRODUCT PAGE */
  2283.  
  2284. .woocommerce div.product .product_title{
  2285. font-size: 25px;
  2286. font-weight: 600
  2287. }
  2288.  
  2289. .woocommerce-tabs{
  2290. margin-top: 20px;
  2291. }
  2292.  
  2293. .woocommerce-tabs .tabs{
  2294. padding: 0 !important;
  2295. display: flex;
  2296. flex-wrap: wrap;
  2297. justify-content: space-evenly;
  2298.  
  2299. }
  2300.  
  2301. .woocommerce div.product .woocommerce-tabs ul.tabs::before{
  2302. display: none !important;
  2303. }
  2304.  
  2305. .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
  2306. .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  2307. display: none !important;
  2308. }
  2309.  
  2310. .woocommerce-tabs .tabs li:hover a,
  2311. .woocommerce-tabs .tabs li.active a{
  2312. background: #056839!important;
  2313. color: white !important;
  2314. border: none !important;
  2315. }
  2316.  
  2317. .woocommerce-tabs .tabs li.active{
  2318. border-color: #056839!important;
  2319. }
  2320.  
  2321. .woocommerce div.product .woocommerce-tabs .panel h2{
  2322. font-size: 25px !important;
  2323. border-bottom: 1px solid #ccc;
  2324. padding-bottom: 10px;
  2325. }
  2326.  
  2327. .woocommerce-tabs .tabs li{
  2328. border: none !important;
  2329. border-radius: 0 !important;
  2330. padding: 0 !important;
  2331. display: block !important;
  2332. margin: 0 !important;
  2333. flex-grow: 1;
  2334. text-align: center;
  2335. }
  2336.  
  2337. .woocommerce-tabs .tabs li a{
  2338. padding: 15px 15px !important;
  2339. border-right: 1px solid #ccc !important;
  2340. display: block !important;
  2341. }
  2342.  
  2343. .woocommerce-tabs .tabs li:last-child a{
  2344. border-right: none !important;
  2345. }
  2346.  
  2347. .woocommerce div.product p.price, .woocommerce div.product span.price{
  2348. color: #056839 !important;
  2349. font-size: 40px;
  2350. }
  2351.  
  2352. .woocommerce div.product .woocommerce-tabs .panel {
  2353. margin: 0;
  2354. padding: 15px;
  2355. border: 1px solid #ccc;
  2356. }
  2357.  
  2358. .main-product-info > .card{
  2359. padding: 20px 10px 0 10px !important;
  2360. }
  2361.  
  2362. .related.products h2{
  2363. color: #333;
  2364. padding-left: 10px;
  2365. }
  2366.  
  2367. html,
  2368. body,
  2369. section.our-categories.related{
  2370. background: white;
  2371. }
  2372.  
  2373. section.our-categories.related{
  2374. float: none;
  2375. display: block;
  2376. clear: both;
  2377. margin-bottom: 50px;
  2378. }
  2379.  
  2380. .related.products {
  2381. margin-top: 0 !important
  2382. }
  2383.  
  2384. @media(max-width: 580px){
  2385. .woocommerce-tabs .tabs li.active,
  2386. .woocommerce-tabs .tabs li{
  2387. margin-bottom: 2px !important;
  2388. }
  2389.  
  2390. .woocommerce-tabs .tabs li,
  2391. .woocommerce-tabs .tabs li a{
  2392. display: block !important;
  2393. width: 100%;
  2394. border-right: none !important;
  2395. }
  2396.  
  2397. }
  2398.  
  2399.  
  2400. @media(max-width: 768px){
  2401. .related.products h2{
  2402. padding-left: 5px !important;
  2403. }
  2404.  
  2405. h2{
  2406. font-size: 20px;
  2407. font-weight: 600;
  2408. }
  2409.  
  2410. }
  2411.  
  2412. select{
  2413. padding-left: 10px;
  2414. padding-right: 10px;
  2415. }
  2416.  
  2417. input,
  2418. select,
  2419. textarea{
  2420. border: 1px solid #ccc;
  2421. }
  2422.  
  2423. input:focus,
  2424. select:focus,
  2425. textarea:focus{
  2426. border-color: #056839!important;
  2427. outline: none;
  2428. }
  2429.  
  2430. .woocommerce .woocommerce-ordering select{
  2431. margin-left: 10px;
  2432. min-height: 40px;
  2433. border: 1px solid #eee;
  2434. }
  2435.  
  2436. .sidebar .widget{
  2437. padding: 10px;
  2438. border-radius: 0;
  2439. border: 1px solid #eee;
  2440. margin-bottom: 20px;
  2441. }
  2442.  
  2443. .sidebar .widget .widgettitle{
  2444. background: #f4f5f6;
  2445. padding: 10px 20px;
  2446. font-weight: 900;
  2447. font-size: 16px;
  2448. color: black
  2449. }
  2450.  
  2451. .pwb-filter-products{
  2452. padding: 15px 0
  2453. }
  2454.  
  2455. .pwb-filter-products button{
  2456. padding: 10px 15px!important;
  2457. text-align: center;
  2458. font-weight: 400;
  2459. cursor: pointer;
  2460. -webkit-user-select: none;
  2461. -moz-user-select: none;
  2462. -ms-user-select: none;
  2463. user-select: none;
  2464. border: 1px solid #056839!important;
  2465. color: white!important;
  2466. background-color: #056839!important;
  2467. border-radius: 5px;
  2468. }
  2469.  
  2470. .pwb-filter-products button:hover{
  2471. color: white!important;
  2472. background-color: #03371e!important;
  2473. border-color: #03371e!important;
  2474. -webkit-box-shadow: 0 0 0 2px rgba(5, 104, 57, 0.5)!important;
  2475. box-shadow: 0 0 0 2px rgba(5, 104, 57, 0.5)!important;
  2476. }
  2477.  
  2478. .woocommerce .widget_price_filter .price_slider_wrapper{
  2479. padding-top: 20px;
  2480. }
  2481.  
  2482. .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  2483. background-color: #059110;
  2484. }
  2485.  
  2486. .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
  2487. .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  2488. background-color: #056839;
  2489. }
  2490.  
  2491. .woocommerce .widget_price_filter .price_label {
  2492. font-weight: 700;
  2493. }
  2494.  
  2495. .shop-page .sidebar .widget_product_categories .product-categories > li:last-child > a{
  2496. border: none !important;
  2497. }
  2498.  
  2499. .pwb-filter-products input{
  2500. width: 20px;
  2501. height: 20px;
  2502. }
  2503.  
  2504. .pwb-filter-products label{
  2505. display: flex;
  2506. align-items:  center;
  2507. padding: 5px 0;
  2508. }
  2509.  
  2510. .sidebar .product-categories{
  2511. margin-top: 10px;
  2512. }
  2513.  
  2514. .product_meta{
  2515. margin-top: 25px;
  2516. }
  2517.  
  2518. @media (min-width: 768px){
  2519. .woocommerce-checkout-review-order-table .product-name{
  2520. width: 75%;
  2521. }
  2522. }
  2523. #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  2524. width: 150px;
  2525. }
  2526.  
  2527.  
  2528. .woocommerce div.product .woocommerce-tabs .panel h2{
  2529. padding: 10px;
  2530. }
  2531.  
  2532. .woocommerce div.product .woocommerce-tabs .panel p{
  2533. padding: 0 15px;
  2534. }
  2535.  
  2536. .woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button{
  2537. background: #087134 !important;
  2538. }
  2539.  
  2540. .woocommerce .add-request-quote-button.button:hover, .woocommerce .add-request-quote-button-addons.button:hover{
  2541. background: #087134 !important;
  2542. }
  2543.  
  2544. nav.woocommerce-breadcrumb {
  2545. display: flex;
  2546. align-items: center;
  2547. justify-content: center;
  2548. margin: 0 !important;
  2549. padding: 10px !important;
  2550. border-top: 1px solid #ccc;
  2551. font-size: 16px !important;
  2552. }
  2553.  
  2554. nav.woocommerce-breadcrumb a {
  2555. padding: 5px;
  2556. }
  2557.  
  2558. .orderby {
  2559. width: 150px !important;
  2560. }
  2561.  
  2562. div#customer_details .col-2,
  2563. div#customer_details .col-1 {
  2564. max-width: 48%;
  2565. }
  2566. @media (max-width: 768px) {
  2567. div#customer_details .col-2,
  2568. div#customer_details .col-1 {
  2569. max-width: 100% !important;
  2570. }
  2571. }
  2572.  
  2573. .select2-container--default .select2-selection--single {
  2574. padding-top: 5px;
  2575. }
  2576.  
  2577. .select2-container--default .select2-selection--single,
  2578. select,
  2579. .woocommerce form .form-row input.input-text,
  2580. .woocommerce form .form-row textarea {
  2581. display: block;
  2582. max-width: 100%;
  2583. width: 100%;
  2584. min-height: 40px;
  2585. padding: 10px 10px;
  2586. background-color: white;
  2587. outline: none;
  2588. border: 1px solid silver;
  2589. }
  2590. .select2-container--default .select2-selection--single:focus,
  2591. select:focus,
  2592. .woocommerce form .form-row input.input-text:focus,
  2593. .woocommerce form .form-row textarea:focus {
  2594. border-color: #056839;
  2595. box-shadow: 0 0 0 2px rgba(5, 104, 57, 0.5);
  2596. }
  2597.  
  2598. .woocommerce-info {
  2599. border-color: #056839 !important;
  2600. }
  2601.  
  2602. .woocommerce-info::before {
  2603. color: #056839 !important;
  2604. }
  2605.  
  2606. .sidebar ul > li {
  2607. margin-bottom: 20px;
  2608. }
  2609.  
  2610. .sidebar ul ul {
  2611. padding: 0;
  2612. margin: 0;
  2613. }
  2614.  
  2615. .sidebar ul ul li {
  2616. margin: 0;
  2617. }
  2618.  
  2619. .sidebar ul ul a {
  2620. display: block;
  2621. background: rgba(0, 0, 0, 0.1);
  2622. padding: 10px 15px;
  2623. color: #555;
  2624. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  2625. }
  2626.  
  2627. .sidebar ul ul a:hover {
  2628. background: #056839;
  2629. color: white;
  2630. }
  2631.  
  2632. .sidebar ul ul li:last-child a {
  2633. border: none;
  2634. }
  2635.  
  2636. .sidebar .widget_product_search .search-field,
  2637. .sidebar .searchform > div input[type=text] {
  2638. display: block;
  2639. width: 100%;
  2640. padding: 10px 15px;
  2641. }
  2642. .sidebar .widget_product_search .search-field:focus,
  2643. .sidebar .searchform > div input[type=text]:focus {
  2644. outline: none;
  2645. border-color: #056839;
  2646. }
  2647.  
  2648. .sidebar .widget_product_search button,
  2649. .sidebar .searchform > div input[type=submit] {
  2650. display: block;
  2651. padding: 10px 15px !important;
  2652. text-align: center;
  2653. font-weight: 400;
  2654. cursor: pointer;
  2655. -webkit-user-select: none;
  2656. user-select: none;
  2657. margin-top: 10px;
  2658. width: 100%;
  2659. border: 1px solid #056839 !important;
  2660. color: white !important;
  2661. background-color: #056839 !important;
  2662. }
  2663. .sidebar .widget_product_search button.active, .sidebar .widget_product_search button:focus, .sidebar .widget_product_search button:active, .sidebar .widget_product_search button:hover,
  2664. .sidebar .searchform > div input[type=submit].active,
  2665. .sidebar .searchform > div input[type=submit]:focus,
  2666. .sidebar .searchform > div input[type=submit]:active,
  2667. .sidebar .searchform > div input[type=submit]:hover {
  2668. color: white !important;
  2669. background-color: #03371e !important;
  2670. border-color: #03371e !important;
  2671. }
  2672. .sidebar .widget_product_search button.active, .sidebar .widget_product_search button:focus:active, .sidebar .widget_product_search button:focus, .sidebar .widget_product_search button:active,
  2673. .sidebar .searchform > div input[type=submit].active,
  2674. .sidebar .searchform > div input[type=submit]:focus:active,
  2675. .sidebar .searchform > div input[type=submit]:focus,
  2676. .sidebar .searchform > div input[type=submit]:active {
  2677. box-shadow: 0 0 0 2px rgba(5, 104, 57, 0.5) !important;
  2678. }
  2679.  
  2680. .button {
  2681. padding: 10px 15px !important;
  2682. text-align: center;
  2683. font-weight: 400;
  2684. cursor: pointer;
  2685. -webkit-user-select: none;
  2686. user-select: none;
  2687. border: 1px solid #0ba14a !important;
  2688. color: white !important;
  2689. background-color: #0ba14a !important;
  2690. }
  2691. .button.active, .button:focus, .button:active, .button:hover {
  2692. color: white !important;
  2693. background-color: #03371e !important;
  2694. border-color: #03371e !important;
  2695. box-shadow: 0 0 0 2px rgba(5, 104, 57, 0.5) !important;
  2696. }
  2697.  
  2698. .sidebar .widgettitle {
  2699. padding: 10px;
  2700. margin: 0;
  2701. background: #555;
  2702. color: white;
  2703. font-size: 18px;
  2704. }
  2705.  
  2706. #topbar .right-col{
  2707. display: flex;
  2708. align-items: center;
  2709. justify-content: space-between;
  2710. }
  2711.  
  2712. .fui-navbar .fui-btn,
  2713. #topbar .right-col .fui-btn{
  2714. background: transparent;
  2715. color: white;
  2716. border: 1px solid white;
  2717. font-size: 12px;
  2718. padding: 4px 10px;
  2719. }
  2720.  
  2721. @media(min-width: 768px){
  2722.  
  2723. #topbar .row .title{
  2724. display: flex;
  2725. height: 100%;
  2726. justify-content: flex-end;
  2727. -webkit-box-align:center;-ms-flex-align:center;align-items:center}
  2728. }
  2729.  
  2730.  
  2731. @media(max-width: 768px){
  2732. .page-title-container .page-title{
  2733. font-size: 28px;
  2734. }
  2735. }
  2736.  
  2737. .fui-navbar .fui-btn:hover,
  2738. #topbar .right-col .fui-btn:hover{
  2739. background: #087134;
  2740. border-color: #087134;
  2741. }
  2742.  
  2743. .fui-navbar .fui-btn strong,
  2744. #topbar .right-col .fui-btn strong{
  2745. display: block;
  2746. font-weight: 900;
  2747. }
  2748.  
  2749. .search-form form{
  2750. max-width: 600px;
  2751. margin: 15px auto;
  2752. }
  2753.  
  2754. .search-form form .group{
  2755. display: flex;
  2756. }
  2757.  
  2758. .search-form form .group .fui-btn{
  2759. border: none;
  2760. }
  2761.  
  2762. .search-form form .group .fui-btn,
  2763. .search-form form .group .fui-input{
  2764. border-radius: 0;
  2765. }
  2766.  
  2767. .emerald-network-menu .nav-item.active{
  2768. font-weight: 600;
  2769. background-color: #018639;
  2770. }
  2771.  
  2772. section.complainces .single-complaince .brand-logo img{
  2773. max-width: 200px;
  2774. width: 100%;
  2775. }
  2776.  
  2777. section.complainces .single-complaince .brand-logo{
  2778. margin-bottom: 25px;
  2779. }
  2780.  
  2781. section.complainces .single-complaince .complainces-row{
  2782. margin-bottom: 50px;
  2783. border-bottom: 2px solid #ccc;
  2784. padding-bottom: 50px;
  2785. }
  2786.  
  2787. html,
  2788. body{
  2789. overflow-x: hidden;
  2790. }
  2791.  
  2792. section.our-stories .img video{
  2793. width: 500px;
  2794. }
  2795.  
  2796.  
  2797.  
  2798. section.about-us .img-col .images .img-1 video {
  2799. vertical-align: middle;
  2800. max-width: 100%;
  2801. border-style: none;
  2802. position: relative;
  2803. z-index: 1;
  2804. }
  2805.  
  2806.  
  2807. @media(max-width: 580px){
  2808. section.our-stories .img video{
  2809. width: 100%;
  2810. }
  2811.  
  2812. section.complainces .single-complaince .single-complaince-col:hover .download{
  2813. display: none !important;
  2814. }
  2815.  
  2816. }
  2817.  
  2818. .main-header.white-navbar .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link{
  2819. color: white !important;
  2820. }
  2821.  
  2822. .main-header.white-navbar .home-logo{
  2823. display: none !important;
  2824. }
  2825.  
  2826.  
  2827. .main-header.white-navbar img.other-page-logo{
  2828. display: block !important
  2829. }https://beta.theemeraldcorp.com/
  2830.  
  2831. .main-header.white-navbar .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:hover,
  2832.  
  2833. .main-header.white-navbar .fui-navbar.fui-default-nav.bg-primary  .fui-menu .active .nav-link
  2834. {
  2835. color: black !important;
  2836. }
  2837.  
  2838. .main-header.white-navbar  .fui-navbar .menu-1 a:after{
  2839. background: white
  2840. }
  2841.  
  2842.  
  2843.  
  2844.  
  2845. .admin-bar #topbar-new~.main-header .fui-navbar{
  2846. top: 80px
  2847. }
  2848.  
  2849. .contact-us-page .form-card .form-col textarea{
  2850. height: 100px !important;
  2851. min-height: 100px !important;
  2852. }
  2853.  
  2854. @media(max-width: 768px){
  2855. .main-hero .item .main-title{
  2856. font-size: 40px !important;
  2857. }
  2858.  
  2859. .main-hero .sub-title{
  2860. font-size: 20px !important
  2861. }
  2862. }
  2863.  
  2864.  
  2865. @media(max-width: 580px){
  2866.  
  2867. /* .main-hero .item.first-slide{
  2868. background-position: bottom left;
  2869. } */
  2870.  
  2871. .main-hero .item.first-slide{
  2872. display: none !important;
  2873. }
  2874.  
  2875. .main-hero .item.second-slide .fui-container{
  2876. padding-top: 0 !important;
  2877. margin-bottom: 50px;
  2878. }
  2879.  
  2880.  
  2881. .main-hero .item.first-slide .fui-container{
  2882. position: absolute;
  2883. top: 90px;
  2884.  
  2885. margin-bottom: 220px;
  2886. padding-top: 0 !important;
  2887. }
  2888.  
  2889. .main-hero .item .main-title{
  2890. font-size: 25px !important;
  2891. }
  2892.  
  2893. .main-hero .sub-title{
  2894. font-size: 16px !important
  2895. }
  2896. }
  2897.  
  2898. @media(min-width: 992px){
  2899.  
  2900. .main-hero {
  2901. min-height: 90vh;
  2902. max-height: 90vh;
  2903. height: 100%;
  2904. }
  2905.  
  2906. .main-hero .item{
  2907. height: 100% !important;
  2908. max-height: 90vh !important;
  2909. min-height: 90vh !important;
  2910. }
  2911.  
  2912. section.about-us{
  2913. padding: 50px 15px;
  2914. }
  2915.  
  2916. }
  2917.  
  2918. .main-footer .coupon-card i{
  2919. margin-bottom: 20px;
  2920. }
  2921.  
  2922. .main-footer .coupon-card .title{
  2923. font-size: 20px;
  2924. }
  2925.  
  2926.  
  2927. .main-footer .coupon-card .info{
  2928. font-weight: 900;
  2929. color: #0ba14a;
  2930. }
  2931.  
  2932. section.main-hero div.owl-nav>button i{
  2933. color: black !important;
  2934. }
  2935.  
  2936. .fui-navbar .other-page-logo{
  2937. display: none !important;
  2938. }
  2939.  
  2940. /*  body:not(.home) .fui-navbar .home-logo{
  2941. display: none !important;
  2942. } */
  2943. /*
  2944. body:not(.home) .fui-navbar .other-page-logo{
  2945. display: block !important;
  2946. }
  2947.  
  2948. body:not(.home)  .fui-navbar .menu-1 a:after{
  2949. background: white
  2950. } */
  2951.  
  2952. .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:hover,
  2953. .fui-navbar.fui-default-nav.bg-primary .fui-menu .active .nav-link{color: #0eb957 !important;
  2954. font-weight: 700;
  2955. }
  2956.  
  2957.  
  2958. /* body:not(.home) .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link{
  2959. color: white !important;
  2960. }
  2961.  
  2962. body:not(.home) .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:hover,
  2963. body:not(.home) .fui-navbar.fui-default-nav.bg-primary  .fui-menu .active .nav-link{color: #0eb957 !important;
  2964. font-weight: 700;
  2965. } */
  2966.  
  2967. .fui-navbar .menu-1 a:after{
  2968. background: black;
  2969. }
  2970.  
  2971. @media(max-width: 350px){
  2972. .fui-navbar.fui-default-nav .fui-brand img{
  2973. max-width: 150px
  2974. }
  2975. }
  2976.  
  2977.  
  2978. .fui-navbar.fui-default-nav .fui-menu .nav-link:focus, .fui-navbar.fui-default-nav .fui-menu .nav-link,
  2979. .fui-navbar.fui-default-nav .fui-menu .nav-link:focus, .fui-navbar.fui-default-nav .fui-menu .nav-link:hover{
  2980. color: black !important;
  2981. }
  2982.  
  2983. .form-card p{
  2984. margin: 0;
  2985. }
  2986.  
  2987. .form-card br{
  2988. display: none !important
  2989. }
  2990.  
  2991. span.wpcf7-not-valid-tip{
  2992. font-size: 14px;
  2993. margin-top: 2px;
  2994. }
  2995.  
  2996.  
  2997.  
  2998. /* TOP BAR */
  2999. @media (min-width:768px) {
  3000. .emerald-network-menu {
  3001. display: none
  3002. }
  3003. }
  3004.  
  3005. .emerald-network-menu {
  3006. list-style: none;
  3007. margin: 0;
  3008. padding: 0
  3009. }
  3010.  
  3011. .emerald-network-menu .title-li {
  3012. background-color: white!important;
  3013. width: 100%;
  3014. text-align: center;
  3015. margin-top: 15px;
  3016. margin-bottom: 15px
  3017. }
  3018.  
  3019. .emerald-network-menu .title {
  3020. margin: 0;
  3021. padding: 10px!important;
  3022. letter-spacing: 1.5px;
  3023. font-weight: 600;
  3024. font-size: 16px;
  3025. color: #056839 !important;
  3026. }
  3027.  
  3028. .emerald-network-menu .nav-item {
  3029. text-align: center;
  3030. padding: 5px;
  3031. text-transform: uppercase
  3032. }
  3033.  
  3034. .emerald-network-menu .nav-item .nav-link{
  3035. letter-spacing: 1px;
  3036. font-size: 14px;
  3037. color: white !important;
  3038. }
  3039.  
  3040. header.main-header.vibe-navbar .fui-navbar {
  3041. background-color: #2a2a2a!important;
  3042. display: none
  3043. }
  3044.  
  3045. header.main-header.vibe-navbar .fui-navbar .fui-menu-box.sideNavbar .fui-menu li.nav-item a.nav-link {
  3046. color: white!important;
  3047. letter-spacing: 1.2px
  3048. }
  3049.  
  3050. header.main-header.vibe-navbar .fui-navbar .fui-menu-box.sideNavbar .fui-menu li.nav-item.active a.nav-link,
  3051. header.main-header.vibe-navbar .fui-navbar .fui-menu-box.sideNavbar .fui-menu li.nav-item:hover a.nav-link {
  3052. color: #03371e!important
  3053. }
  3054. section.about-us-page ul  {
  3055. list-style: none;
  3056. padding:0px;
  3057. }
  3058.  
  3059. section.about-us-page ul li {
  3060. list-style: none;
  3061. border: 1px solid #7f7f7f;
  3062. padding: 10px;
  3063. }
  3064.  
  3065. .page-template-template-promo .about-us-page .image-col-mobile {
  3066. display: none !important;
  3067. }
  3068.  
  3069. @media (max-width:768px) {
  3070.  
  3071. header.main-header.vibe-navbar .fui-navbar {
  3072. display: block!important
  3073. }
  3074. header.main-header.vibe-navbar .fui-navbar .fui-brand img {
  3075. max-width: 150px
  3076. }
  3077.  
  3078. .page-template-template-promo .about-us-page .image-col {
  3079. display: block;
  3080. margin-top:10px;
  3081. }
  3082. .page-template-template-promo .about-us-page .image-col-mobile {
  3083. display: block !important;
  3084. }
  3085. .page-template-template-promo .about-us-page .image-col-desktop {
  3086. display: none !important;
  3087. }
  3088.  
  3089.  
  3090. }
  3091.  
  3092.  
  3093. /* COMPLAINCE */
  3094. section.complainces .white-logo{display:inline-block;padding:15px;border-radius:15px;background-color:#056839}section.complainces .single-complaince{padding:50px 0;border-bottom:2px solid #eee}section.complainces .single-complaince .brand-logo{text-align:center}section.complainces .single-complaince .complainces-row{margin-top:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.complainces .single-complaince .single-complaince-col{margin-bottom:20px;position:relative}section.complainces .single-complaince .single-complaince-col .download{position:absolute;top:10px;left:20px;z-index:10;background-color:#056839;color:white;padding:10px 15px;border-radius:5px;opacity:0}section.complainces .single-complaince .single-complaince-col:hover .download{opacity:1}section.complainces .single-complaince .gallery-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #056839;background-color:black;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.complainces .single-complaince .gallery-link:hover i{opacity:1}section.complainces .single-complaince .gallery-link:hover img{opacity:0.5}section.complainces .single-complaince .gallery-link img{background-color:black;width:100%;-o-object-fit:cover;object-fit:cover}section.complainces .single-complaince .gallery-link i{opacity:0;position:absolute;font-size:50px;color:white}section.complainces .single-complaince .gallery-link .title{color:white;margin-bottom:0;padding:10px 5px;text-align:center;font-size:16px;width:100%;background-color:#056839}
  3095.  
  3096. @media(max-width: 768px){
  3097. .video-content video{
  3098. opacity: 0.4;
  3099. }
  3100. /* .video-content{
  3101. position: absolute;
  3102. opacity: 0;
  3103. top: 0;
  3104. left: 0;
  3105. width: 100%;
  3106. height: 100% !important;
  3107. }
  3108. */
  3109. .hero-video .info{
  3110. background: rgba(255,255,255,0.5);
  3111. }
  3112. section.our-categories .products-row .single-col{
  3113. max-width: 50% !important;
  3114. flex-basis: 50% !important;
  3115. padding-left: 5px !important;
  3116. padding-right: 5px !important;
  3117. }
  3118.  
  3119. section.our-categories .products-row .single-col .img{
  3120. height: auto !important;
  3121. }
  3122.  
  3123. section.our-categories .products-row .single-col .woocommerce-loop-product__title{
  3124. font-size: 14px;
  3125. }
  3126.  
  3127. section.our-categories .products-row .single-col img{
  3128. object-fit: contain;
  3129. }
  3130. }
  3131.  
  3132. .fui-btn {
  3133. border: 2px solid white;
  3134. text-transform: uppercase;
  3135. padding: 15px 25px;
  3136. }
  3137.  
  3138.  
  3139.  
  3140. section.new-design-request-page .fui-accordion span{
  3141. margin-right: auto;
  3142. }
  3143.  
  3144. .select2-container--default .select2-selection--single .select2-selection__rendered{
  3145. line-height: 1.5;
  3146. }
  3147.  
  3148. .select2-container--default .select2-selection--single, select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  3149. height: 45px;
  3150. border: 1px dashed black;
  3151. border-radius: 0;
  3152. }
  3153.  
  3154. section.new-design-request-page select.fui-input:not([multiple]), section.new-design-request-page select.input:not([multiple]){
  3155. position: unset !important;
  3156. }
  3157.  
  3158. .select2-hidden-accessible{
  3159. display: none !important;
  3160. }
  3161.  
  3162. section.new-design-request-page .fui-panel-box .left-col > .group{
  3163. padding-left: 0;
  3164. padding-right: 0 !important;
  3165. margin-bottom: 15px;
  3166. }
  3167.  
  3168. .product-label-attributes .group{
  3169. margin-bottom: 15px;
  3170. }
  3171.  
  3172. section.new-design-request-page .fui-accordion-container{
  3173. position: relative;
  3174. }
  3175.  
  3176. section.new-design-request-page .remove-product{
  3177. position: absolute;
  3178. right: 0;
  3179. top: 12px;
  3180. width: 30px;
  3181. height: 30px;
  3182. background: tomato;
  3183. color: white;
  3184. display: inline-flex;
  3185. justify-content: center;
  3186. align-items: center;
  3187. border-radius: 50%;
  3188. cursor: pointer;
  3189. }
  3190.  
  3191.  
  3192. section.new-design-request-page .remove-product:hover{
  3193. background: red;
  3194. }
  3195.  
  3196. .fui-accordion-container.default .fui-accordion:after{
  3197. padding-right: 50px;
  3198. }
  3199.  
  3200. .compare-btn-wrapper .yith-ywraq-add-to-quote {
  3201. display: none;
  3202. }
  3203.  
  3204. .add-request-quote-button.button, .add-request-quote-button.button, .yith-ywraq-add-button.addedd {
  3205. display: inline-block !important;
  3206. }
  3207.  
  3208. .yith_ywraq_add_item_response_message.hide-when-removed {
  3209. display: none !important;
  3210. }
  3211.  
  3212. .gform_wrapper.gravity-theme .gfield textarea.large {
  3213.  height: 100px !important
  3214. }
  3215.  
  3216. #field_1_1 {
  3217.  display: flex !important;
  3218.  grid-auto-columns: 0;
  3219. }
  3220.  
  3221. .ginput_container_radio .gfield_radio {
  3222.  display: flex !important;
  3223.  align-items: center;
  3224.  
  3225. }
  3226.  
  3227. .ginput_container_radio .gfield_radio>div {
  3228.  margin-right: 25px;
  3229. }
  3230.  
  3231.  
  3232.  
  3233. .ginput_container_radio .gfield_checkbox input {
  3234.  height: 20px;
  3235.  width: 20px;
  3236. }
  3237.  
  3238.  
  3239.  
  3240. .gfield_radio div {
  3241.  position: relative;
  3242.  padding-left: 40px;
  3243. }
  3244.  
  3245. .gfield_radio label:after {
  3246.  content: "";
  3247.  background: #ccc;
  3248.  width: 27px;
  3249.  height: 27px;
  3250.  display: flex;
  3251.  align-items: center;
  3252.  justify-content: center;
  3253.  position: absolute;
  3254.  left: 0;
  3255.  top: 0;
  3256.  border-radius: 25px;
  3257.  z-index: 0;
  3258. }
  3259.  
  3260. .gfield_radio label:before {
  3261.  content: "";
  3262.  display: block;
  3263.  position: absolute;
  3264.  width: 10px;
  3265.  height: 18px;
  3266.  border: solid #fff;
  3267.  border-width: 0 3px 3px 0;
  3268.  left: 9px;
  3269.  top: 4px;
  3270.  transform: rotate(45deg);
  3271.  opacity: 0;
  3272.  z-index: 1;
  3273.  transition: all 100ms;
  3274. }
  3275.  
  3276. .gfield_radio input[type=radio] {
  3277.  opacity: 0;
  3278.  outline: none;
  3279.  z-index: 100;
  3280.  width: 27px;
  3281.  height: 27px;
  3282.  top: 0;
  3283.  left: 0;
  3284.  position: absolute;
  3285.  -webkit-appearance: none;
  3286.  -moz-appearance: none;
  3287.  appearance: none;
  3288.  cursor: pointer;
  3289. }
  3290.  
  3291.  
  3292. .gfield_radio input[type=radio]+label {
  3293.  cursor: pointer;
  3294. }
  3295.  
  3296. .gfield_radio input[type=radio]:checked+label:before {
  3297.  background: #0ba14a;
  3298.  opacity: 1;
  3299.  top: 3px;
  3300. }
  3301.  
  3302. .gfield_radio [type=radio]:checked+label:after {
  3303.  background-color: #0ba14a;
  3304. }
  3305. /*
  3306. #message-purchased{
  3307. padding: 5px;
  3308. }
  3309.  
  3310. #message-purchased img{
  3311. object-fit: contain !important;
  3312. margin-left: 5px;
  3313. border: 2px solid white;
  3314. }
  3315.  
  3316. #message-purchased{
  3317. background: linear-gradient(#0ba14a,#0ba14a, #18cd64,#0ba14a);
  3318. color: white;
  3319. border: 1x solid white ;
  3320. box-shadow: 0 0 10px 0 rgba(0,0,0,0.8) !important
  3321. }
  3322.  
  3323. #message-purchased > a{
  3324. display: inline-flex;
  3325. align-items: center;
  3326. justify-content:center;
  3327. }
  3328.  
  3329. #message-purchased p,
  3330. #message-purchased p a, #message-purchased p span{
  3331. color: white !important;
  3332. }*/
  3333.  
  3334.  
  3335. /* @media screen and (max-width: 767px){
  3336. #message-purchased{
  3337. bottom: 50px !important;
  3338. }
  3339. #message-purchased p{
  3340. width: 45% !important;
  3341. }
  3342. } */
  3343.  
  3344.  
  3345. .main-hero .form-col .card .card-body,
  3346. .main-hero .form-col .card .card-header {
  3347.  padding: 25px;
  3348. }
  3349.  
  3350. .main-hero {
  3351.  background-position: center bottom;
  3352. }
  3353. /*
  3354. .gform_wrapper.gravity-theme .gfield textarea.large {
  3355.  height: 100px !important
  3356. }
  3357.  
  3358. #field_1_1 {
  3359.  display: flex !important;
  3360.  grid-auto-columns: 0;
  3361. }
  3362.  
  3363. .ginput_container_radio .gfield_radio {
  3364.  display: flex !important;
  3365.  align-items: center;
  3366.  
  3367. }
  3368.  
  3369. .ginput_container_radio .gfield_radio>div {
  3370.  margin-right: 25px;
  3371. }
  3372.  
  3373.  
  3374.  
  3375. .ginput_container_radio .gfield_checkbox input {
  3376.  height: 20px;
  3377.  width: 20px;
  3378. }
  3379.  
  3380.  
  3381.  
  3382. .gfield_radio div {
  3383.  position: relative;
  3384.  padding-left: 40px;
  3385. }
  3386.  
  3387. .gfield_radio label:after {
  3388.  content: "";
  3389.  background: #ccc;
  3390.  width: 27px;
  3391.  height: 27px;
  3392.  display: flex;
  3393.  align-items: center;
  3394.  justify-content: center;
  3395.  position: absolute;
  3396.  left: 0;
  3397.  top: 0;
  3398.  border-radius: 25px;
  3399.  z-index: 0;
  3400. }
  3401.  
  3402. .gfield_radio label:before {
  3403.  content: "";
  3404.  display: block;
  3405.  position: absolute;
  3406.  width: 10px;
  3407.  height: 18px;
  3408.  border: solid #fff;
  3409.  border-width: 0 3px 3px 0;
  3410.  left: 9px;
  3411.  top: 4px;
  3412.  transform: rotate(45deg);
  3413.  opacity: 0;
  3414.  z-index: 1;
  3415.  transition: all 100ms;
  3416. }
  3417.  
  3418. .gfield_radio input[type=radio] {
  3419.  opacity: 0;
  3420.  outline: none;
  3421.  z-index: 100;
  3422.  width: 27px;
  3423.  height: 27px;
  3424.  top: 0;
  3425.  left: 0;
  3426.  position: absolute;
  3427.  -webkit-appearance: none;
  3428.  -moz-appearance: none;
  3429.  appearance: none;
  3430.  cursor: pointer;
  3431. }
  3432.  
  3433. .gfield_radio input[type=radio]+label {
  3434.  cursor: pointer;
  3435. }
  3436.  
  3437. .gfield_radio input[type=radio]:checked+label:before {
  3438.  background: #96ca4e;
  3439.  opacity: 1;
  3440.  top: 3px;
  3441. }
  3442.  
  3443. .gfield_radio [type=radio]:checked+label:after {
  3444.  background-color: #96ca4e;
  3445. } */
  3446.  
  3447.  
  3448. .main-hero {
  3449. display: flex;
  3450. align-items: center;
  3451.  position: relative;
  3452.  padding: 50px 0;
  3453.  background-position: center top;
  3454. }
  3455. @media (max-width: 768px) {
  3456.  .main-hero {
  3457.    background-position: center left;
  3458.    padding: 50px 0;
  3459.  }
  3460. }
  3461. .main-hero .row {
  3462.  -webkit-box-align: center;
  3463.      -ms-flex-align: center;
  3464.          align-items: center;
  3465.  position: relative;
  3466.  z-index: 10;
  3467. }
  3468. .main-hero .row .info-col {
  3469.  padding-right: 25px;
  3470. }
  3471. @media (max-width: 768px) {
  3472.  .main-hero .row .info-col {
  3473.    padding: 25px 0;
  3474.    text-align: center;
  3475.    -webkit-box-ordinal-group: 2;
  3476.        -ms-flex-order: 1;
  3477.            order: 1;
  3478.  }
  3479. }
  3480.  
  3481. .main-hero .row .info-col .hero-title {
  3482.  font-size: 34px;
  3483.  font-weight: 700;
  3484.  text-transform: uppercase;
  3485. }
  3486. @media (max-width: 768px) {
  3487.  .main-hero .row .info-col .hero-title {
  3488.    font-size: 20px !important;
  3489.  }
  3490. }
  3491. .main-hero .row .info-col .info-p {
  3492.  color: white;
  3493.  font-size: 20px;
  3494.  font-weight: 300;
  3495.  line-height: 1.8;
  3496. }
  3497. @media (max-width: 768px) {
  3498.  .main-hero .row .info-col .info-p {
  3499.    font-size: 16px !important;
  3500.  }
  3501. }
  3502. .main-hero .row .info-col .link {
  3503.  margin-top: 30px;
  3504. }
  3505. .main-hero .row .info-col .link .fui-btn {
  3506.  padding: 15px 40px;
  3507.  border-radius: 50px;
  3508.  text-transform: uppercase;
  3509. }
  3510. @media (max-width: 768px) {
  3511.  .main-hero .row .info-col .link .fui-btn {
  3512.    margin-top: 10px;
  3513.    width: 100%;
  3514.  }
  3515. }
  3516. @media (max-width: 768px) {
  3517.  .main-hero .row .img-col {
  3518.    -webkit-box-ordinal-group: 0;
  3519.        -ms-flex-order: -1;
  3520.            order: -1;
  3521.    text-align: center;
  3522.  }
  3523. }
  3524. .main-hero .row .img-col img {
  3525.  width: 100%;
  3526.  margin-top: 60px;
  3527.  -webkit-transform: scale(1.1);
  3528.          transform: scale(1.1);
  3529. }
  3530. @media (max-width: 768px) {
  3531.  .main-hero .row .img-col img {
  3532.    -webkit-transform: scale(1);
  3533.            transform: scale(1);
  3534.    margin-top: 0;
  3535.    max-width: 250px;
  3536.  }
  3537. }
  3538. .main-hero .link .fui-btn {
  3539.  margin-right: 10px;
  3540. }
  3541. .main-hero .form-col .card {
  3542.  border-radius: 0;
  3543.  background-color: white;
  3544.  overflow: hidden;
  3545. }
  3546. .main-hero .form-col .card .card-header {
  3547.  background-color: #0ba14a;
  3548.  color: white;
  3549.  padding: 15px;
  3550. }
  3551.  
  3552. @media(min-width: 768px){
  3553. .main-hero .fui-container{
  3554. max-width: 90%;
  3555. }
  3556. }
  3557. .main-hero .row .info-col .hero-title {
  3558.  color: #0ba14a !important;
  3559. }
  3560. .main-hero .form-col .card .card-header .card-title {
  3561.  margin-bottom: 5px;
  3562.  font-weight: 600;
  3563.  font-size: 24px;
  3564.  text-transform: uppercase;
  3565. }
  3566. .main-hero .form-col .card .card-header .sub-title {
  3567.  font-size: 18px;
  3568.  margin-bottom: 0;
  3569. }
  3570. .main-hero .form-col .card .card-body {
  3571.  padding: 15px;
  3572. }
  3573.  
  3574. .main-hero {
  3575.    max-height: unset !important;
  3576. }
  3577.  
  3578. .fui-navbar.fui-default-nav .fui-brand a .home-logo{
  3579. object-fit: contain !important;
  3580. }
  3581.  
  3582. img{
  3583.    height: auto ;
  3584. }
  3585.  
  3586. .ad-banner img{
  3587. width: 100%
  3588. }
  3589.  
  3590. @media(max-width: 768px){
  3591. section.about-state img{
  3592. max-width: 200px;
  3593. min-width: 200px;
  3594. min-height: 200px;
  3595. min-height: 200px;
  3596. width: 200px;
  3597. height: 200px;
  3598. }
  3599. }
  3600.  
  3601. .woocommerce .star-rating span{
  3602. color: gold;
  3603. }
  3604.  
  3605. .woocommerce #reviews #comments h2{
  3606. font-size: 20px !important;
  3607. font-weight: 600;
  3608. text-align: center;
  3609. margin-bottom: 20px;
  3610. border: none;
  3611. }
  3612.  
  3613. .woocommerce #reviews #comments ol.commentlist li .comment-text p{
  3614. font-weight: 500;
  3615. line-height: 1.6
  3616. }
  3617.  
  3618. #review_form,
  3619. .comment-form-rating{
  3620. text-align: center;
  3621. }
  3622.  
  3623. #respond,
  3624. .comment-reply-title{
  3625. padding: 25px 15px !important;
  3626. display: block;
  3627. border-radius: 15px;
  3628. background: #f9f9f9 !important;
  3629. }
  3630.  
  3631. .comment-reply-title{
  3632. font-weight: 600;
  3633. font-size: 24px;
  3634. }
  3635.  
  3636. #respond textarea{
  3637. padding: 15px;
  3638. border: 1px solid #eee;
  3639. border-radius: 5px;
  3640. }
  3641.  
  3642. #respond #submit{
  3643. background-color: #0ba14a !important;
  3644. padding: 20px 50px !important;
  3645. color: white !important;
  3646. }
  3647.  
  3648. .woocommerce p.stars a{
  3649. font-size: 20px;
  3650. }
  3651.  
  3652. .comment-form-rating{
  3653. margin-bottom: 20px;
  3654. }
  3655.  
  3656. p.comment-form-comment label,
  3657. .comment-form-rating label{
  3658. font-weight: 500;
  3659. }
  3660.  
  3661. .woocommerce .star-rating{
  3662. float: none;
  3663. display: block;
  3664. margin-bottom: 15px;
  3665. margin-left: 12px !important;
  3666. }
  3667.  
  3668. .woocommerce .star-rating
  3669.  
  3670. #respond #submit:hover{
  3671. background-color: #067635 !important;
  3672. } </style>
  3673. </head>
  3674.  
  3675. <body data-rsssl=1 class="home page-template page-template-template-homenewone page-template-template-homenewone-php page page-id-1975 admin-bar no-customize-support theme-emeraldcorp woocommerce-no-js">
  3676.  
  3677. <div id="topbar-new">
  3678. <div class="row">
  3679.  
  3680. <!-- COL -->
  3681. <div class="col-md-4 col-12 left-col">
  3682. <h4 class="title magical animated fadeInUp anime-triggered modal-open" data-modal="emerald-network-modal" data-delay="100">The Emerald Network</h4>
  3683. </div>
  3684.  
  3685. <!-- COL -->
  3686. <div class="col-md-6 col-12 right-col">
  3687.  
  3688. <div class="slides">
  3689. <div class="owl-carousel">
  3690.  
  3691. <div class="item magical active">
  3692. <a href="/">Manufacturing</a>
  3693. </div>
  3694.  
  3695.  
  3696. <div class="item magical">
  3697. <a href="https://wholesale.theemeraldcorp.com/">Wholesale</a>
  3698. </div>
  3699.  
  3700. <div class="item magical">
  3701. <a href="https://shop.theemeraldcorp.com/">Online Store</a>
  3702. </div>
  3703.  
  3704. <div class="item magical">
  3705. <a href="http://farmaedibles.com/">FARMa</a>
  3706. </div>
  3707.  
  3708. <div class="item magical">
  3709. <a href="http://naturefineplus.com/">Naturefine+</a>
  3710. </div>
  3711.  
  3712. <div class="item magical">
  3713. <a href="http://vibeenterprise.com/">Vibe CBD</a>
  3714. </div>
  3715.  
  3716. <div class="item magical">
  3717. <a href="https://www.imsmackd.com" class="nav-link">SMACK'D</a>
  3718. </div>
  3719.  
  3720. <div class="item magical">
  3721. <a href="https://www.plusshrooms.com/" class="nav-link">+Shrooms</a>
  3722. </div>
  3723. <div class="item magical">
  3724. <a href="https://www.originaltruedelta.com/" class="nav-link">True Delta</a>
  3725. </div>
  3726.  
  3727. <div class="item magical">
  3728. <a href="https://blog.theemeraldcorp.com/">Blog</a>
  3729. </div>
  3730.  
  3731.  
  3732.  
  3733. </div>
  3734. </div>
  3735.  
  3736. </div>
  3737.  
  3738. <!-- COL -->
  3739. <div class="col-md-2 col-12 last-col">
  3740. <div class="link">
  3741. <a href="https://www.theemeraldcorp.com/compliance/" class="fui-btn fui-btn-white">
  3742. <strong>COMPLIANCE</strong>
  3743. <span>SEARCH FOR COAS</span>
  3744. </a>
  3745. </div>
  3746. </div>
  3747.  
  3748. </div>
  3749. </div>
  3750.  
  3751. <!--  <div id="topbar" class="top">
  3752. <div class="row">
  3753.  
  3754.  
  3755. <div class="col-md-4 col-12 left-col">
  3756. <h4 class="title magical animated fadeInUp anime-triggered" data-delay="100">The Emerald Network</h4>
  3757. </div>
  3758.  
  3759. <div class="col-md-8 col-12 right-col">
  3760. <ul class="links list-unstyled">
  3761. <li class="active magical animated fadeInUp anime-triggered" data-delay="200">
  3762. <a href="/">White Label</a>
  3763. </li>
  3764. <li class="magical animated fadeInUp anime-triggered" data-delay="300">
  3765. <a href="https://shop.theemeraldcorp.com/">Online Store</a>
  3766. </li>
  3767. <li class="magical animated fadeInUp anime-triggered" data-delay="400">
  3768. <a href="http://farmaedibles.com/">FARMa Edibles</a>
  3769. </li>
  3770. <li class="magical animated fadeInUp anime-triggered" data-delay="300">
  3771. <a href="http://naturefineplus.com/">Naturefine+</a>
  3772. </li>
  3773. <li class="magical animated fadeInUp anime-triggered" data-delay="300">
  3774. <a href="http://vibeenterprise.com/">Vibe CBD</a>
  3775. </li>
  3776. <li class="nav-item">
  3777. <a href="https://www.imsmackd.com" class="nav-link">SMACK'D</a>
  3778. </li>
  3779. </ul>
  3780.  
  3781. <a href="https://www.theemeraldcorp.com/compliance/" class="fui-btn fui-btn-white">
  3782. <strong>COMPLIANCE</strong>
  3783. <span>SEARCH FOR COAS</span>
  3784. </a>
  3785.  
  3786.  
  3787. </div>
  3788. </div>
  3789. </div> -->
  3790.  
  3791. <!-- NAVBAR -->
  3792. <header class="main-header">
  3793. <nav class="fui-navbar fui-expand-md fui-default-nav bg-primary">
  3794. <div class="fui-container-fluid">
  3795.  
  3796. <!-- LOGO -->
  3797. <div class="fui-brand magical">
  3798. <a href="/">
  3799.  
  3800. <img width="592" height="168" class="home-logo" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/emeraldwebsitelogo.png" alt="">
  3801. <!--             <img width="290" height="82"   alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/emerald-logo.png" class="other-page-logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="290" height="82" class="other-page-logo" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/emerald-logo.png" alt=""></noscript> -->
  3802. </a>
  3803. </div>
  3804.  
  3805. <!-- NAVBAR -->
  3806. <div class="fui-menu-box" id="mainNav1">
  3807.  
  3808. <!-- CLOSE BUTTON | MOBILE-->
  3809. <div class="menu-close"><i class="fa fa-arrow-left"></i></div>
  3810. <a href="/" class="mobile-menu-logo no-cache no-lazyload">
  3811. <img width="592" height="168"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/emeraldwebsitelogo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="592" height="168" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/emeraldwebsitelogo.png" alt=""></noscript>
  3812. </a>
  3813. <style>
  3814. .mobile-menu-logo{
  3815. display: block;
  3816. padding: 10px;
  3817. background-color: white;
  3818. text-align: center;
  3819. }
  3820. .mobile-menu-logo img{
  3821. max-width: 200px !important;
  3822. width: 100% !important;
  3823. }
  3824. @media(min-width: 768px){
  3825. .mobile-menu-logo{
  3826. display: none !important
  3827. }
  3828. }
  3829. </style>
  3830.  
  3831. <!-- MENU -->
  3832. <ul class="fui-menu ml-auto menu-1">
  3833. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-2179" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item active menu-item-2179 nav-item"><a title="Home" href="/" class="nav-link">Home</a></li>
  3834. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1345" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1345 nav-item"><a title="About" href="https://www.theemeraldcorp.com/about/" class="nav-link">About</a></li>
  3835. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-930 nav-item"><a title="Products" href="https://www.theemeraldcorp.com/products/" class="nav-link">Products</a></li>
  3836. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1502" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown fui-dropdown menu-item-1502 nav-item"><a title="Capabilities" href="https://www.theemeraldcorp.com/capabilities/" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-1502">Capabilities</a>
  3837. <ul class="dropdown-menu fui-dropdown-menu" aria-labelledby="menu-item-dropdown-1502" role="menu">
  3838. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1504" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1504 nav-item"><a title="Branding" href="https://www.theemeraldcorp.com/capabilities/branding/" class="dropdown-item">Branding</a></li>
  3839. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1505" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1505 nav-item"><a title="Formulation" href="https://www.theemeraldcorp.com/capabilities/formulation/" class="dropdown-item">Formulation</a></li>
  3840. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1503" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1503 nav-item"><a title="Manufacturing" href="https://www.theemeraldcorp.com/capabilities/manufacturing/" class="dropdown-item">Manufacturing</a></li>
  3841. </ul>
  3842. </li>
  3843. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1473" class="menu-item menu-item-type-post_type_archive menu-item-object-careers menu-item-1473 nav-item"><a title="Careers" href="https://www.theemeraldcorp.com/careers/" class="nav-link">Careers</a></li>
  3844. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1744 nav-item"><a title="Contact" href="https://www.theemeraldcorp.com/contact/" class="nav-link">Contact</a></li>
  3845.  
  3846. </ul>
  3847.  
  3848.  
  3849. <ul class="fui-menu menu-2 ml-0">
  3850. <li class="nav-item"><a href="/my-account/" class="nav-link">Login</a></li>
  3851.            <li class="nav-item"><a href="/my-account/" class="nav-link">Signup</a></li>
  3852. <li class="nav-item magical">
  3853. <a href="https://www.theemeraldcorp.com/request-quote/" class="cart-link">
  3854. <i class="fa fa-shopping-cart"></i>
  3855.  
  3856.  
  3857. <span class="count">0</span>
  3858. </a>
  3859. </li>
  3860. </ul>
  3861.  
  3862. <!-- EMERALD NETWORK MENU -->
  3863. <ul class="ml-auto emerald-network-menu">
  3864.  
  3865. <li class="title-li">
  3866. <h4 class="title modal-open" data-modal="emerald-network-modal">The Emerald Network</h4>
  3867. </li>
  3868.  
  3869. <li class="nav-item active">
  3870. <a href="https://www.theemeraldcorp.com/" class="nav-link">Manufacturing</a>
  3871. </li>
  3872. <li class="nav-item">
  3873. <a href="https://wholesale.theemeraldcorp.com/" class="nav-link">Wholesale</a>
  3874. </li>
  3875. <li class="nav-item">
  3876. <a href="https://shop.theemeraldcorp.com/" class="nav-link">Online Store</a>
  3877. </li>
  3878. <li class="nav-item">
  3879. <a href="https://farmaedibles.com/" class="nav-link">FARMa Store</a>
  3880. </li>
  3881. <li class="nav-item">
  3882. <a href="https://naturefineplus.com" class="nav-link">Naturefine+</a>
  3883. </li>
  3884. <li class="nav-item">
  3885. <a href="https://vibeenterprise.com/" class="nav-link">Vibe CBD</a>
  3886. </li>
  3887. <li class="nav-item">
  3888. <a href="https://www.imsmackd.com" class="nav-link">Smack'd</a>
  3889. </li>
  3890. <li class="nav-item">
  3891. <a href="https://www.plusshrooms.com/" class="nav-link">+Shrooms</a>
  3892. </li>
  3893. <li class="nav-item">
  3894. <a href="https://www.originaltruedelta.com/" class="nav-link">True Delta</a>
  3895. </li>
  3896. <li class="nav-item text-center">
  3897. <a href="https://www.theemeraldcorp.com/compliance/" class="fui-btn fui-btn-white">
  3898. <strong>COMPLIANCE</strong>
  3899. <span>SEARCH FOR COAS</span>
  3900. </a>
  3901. </li>
  3902. </ul>
  3903.  
  3904. </div>
  3905.  
  3906. <!-- fui-toggler | MOBILE -->
  3907. <button class="fui-toggler bg-secondary text-white " data-nav="#mainNav1"><i class="fa fa-bars "></i></button>
  3908.  
  3909. </div>
  3910. </nav>
  3911. </header>
  3912.  
  3913.  
  3914. <section class="main-hero bg-primary bg-cover" style="background-image: linear-gradient(rgba(0, 0, 0,0), rgba(0, 0, 0, 0)),
  3915.  url('https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/hero-bg.png')">
  3916. <div class="fui-container">
  3917. <div class="row">
  3918.  
  3919. <!-- COL -->
  3920. <div class="col-md-7 col-12 info-col">
  3921. <div class="content">
  3922.  
  3923. <!-- <div class="img">
  3924. <img  data-src='https://www.emeraldnutra.com/wp-content/uploads/2021/09/Untitled-1-6.png' class='lazyload' src='data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='><noscript><img src="https://www.emeraldnutra.com/wp-content/uploads/2021/09/Untitled-1-6.png"></noscript>
  3925. </div>
  3926. <h2 class="strong-title">
  3927. WE ARE AT THE PRIVATE <br>
  3928. LABEL EXPO!
  3929. <img  data-src='https://www.emeraldnutra.com/wp-content/uploads/2021/09/Untitled-1-7.png' class='lazyload' src='data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='><noscript><img src="https://www.emeraldnutra.com/wp-content/uploads/2021/09/Untitled-1-7.png"></noscript>
  3930. </h2> -->
  3931. <h1 class="hero-title text-primary">PRIVATE LABEL CBD MANUFACTURING</h1>
  3932. <p class="info-p">
  3933. We manufacture and distribute a variety of customizable CBD products, including CBD oil, private label CBD gummies, and CBD creams, using top-quality all-natural ingredients available in full-spectrum, isolate, and broad-spectrum options. The Emerald Corp is an industry leader in the CBD industry, creating revolutionary alt-cannabinoid and CBD products to support health and wellness. Our amazing team of CBD experts, formulators, brand strategists, and production specialists provide many resources and professional services, including custom formulation and white labeling, to save you time, energy, and money as you grow your own CBD business.
  3934. <br><br>
  3935. We are a full-service white label manufacturing company committed to bringing brands to life with high-quality private label CBD products derived from hemp plants. With a team of talented branding experts offering two decades of experience in product design, product development, and label design, we have all it takes to make your vision a reality. Our white label program ensures the highest standards in good manufacturing practices, extraction processes, and third-party laboratory testing for our white label CBD products, hemp products, and cosmetic products. So, let's combine our diverse resources and industry experience with our private label partners to help your brand beat the competition and excel in the CBD hemp market.
  3936.  
  3937. </p>
  3938.  
  3939. <div class="link">
  3940. <a href="/capabilities/" class="fui-btn fui-btn-primary">Learn More</a>
  3941. <a href="/products" class="fui-btn fui-btn-secondary">Build Your Brand</a>
  3942. </div>
  3943.  
  3944. </div>
  3945. </div>
  3946.  
  3947. <!-- COL -->
  3948. <div class="col-md-5 col-12 form-col">
  3949. <div class="card">
  3950. <div class="card-header">
  3951. <h4 class="card-title">Start Your Own CBD Brand</h4>
  3952. <p class="sub-title">TELL US MORE ABOUT YOURSELF</p>
  3953. </div>
  3954. <div class="card-body">
  3955. <script type="rocketlazyloadscript" data-rocket-type="text/javascript"></script>
  3956.                <div class='gf_browser_unknown gform_wrapper gravity-theme' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1'  action='/#gf_1' >
  3957.                        <div class='gform_body gform-body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><div id="field_1_9" class="gfield gfield--width-full gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" ><label class='gfield_label' for='input_1_9' >Email Address<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'>
  3958.                            <input name='input_9' id='input_1_9' type='text' value='' class='large'    aria-required="true" aria-invalid="false"  />
  3959.                        </div></div><fieldset id="field_1_7" class="gfield gfield--width-full gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" ><legend class='gfield_label'  >Do you have an existing brand?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_1_7'>
  3960. <div class='gchoice gchoice_1_7_0'>
  3961. <input class='gfield-choice-input' name='input_7' type='radio' value='Yes'  id='choice_1_7_0' onchange='gformToggleRadioOther( this )'    />
  3962. <label for='choice_1_7_0' id='label_1_7_0'>Yes</label>
  3963. </div>
  3964. <div class='gchoice gchoice_1_7_1'>
  3965. <input class='gfield-choice-input' name='input_7' type='radio' value='No'  id='choice_1_7_1' onchange='gformToggleRadioOther( this )'    />
  3966. <label for='choice_1_7_1' id='label_1_7_1'>No</label>
  3967. </div></div></div></fieldset><fieldset id="field_1_8" class="gfield gfield--width-full gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" ><legend class='gfield_label'  >Do you need label design work?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_1_8'>
  3968. <div class='gchoice gchoice_1_8_0'>
  3969. <input class='gfield-choice-input' name='input_8' type='radio' value='Yes'  id='choice_1_8_0' onchange='gformToggleRadioOther( this )'    />
  3970. <label for='choice_1_8_0' id='label_1_8_0'>Yes</label>
  3971. </div>
  3972. <div class='gchoice gchoice_1_8_1'>
  3973. <input class='gfield-choice-input' name='input_8' type='radio' value='No'  id='choice_1_8_1' onchange='gformToggleRadioOther( this )'    />
  3974. <label for='choice_1_8_1' id='label_1_8_1'>No</label>
  3975. </div></div></div></fieldset><div id="field_1_3" class="gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" ><label class='gfield_label' for='input_1_3' >How do you sell your products?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_3' id='input_1_3' class='large gfield_select'    aria-required="true" aria-invalid="false" ><option value='Choose an Option' selected='selected'>Choose an Option</option><option value='Online' >Online</option><option value='Locally' >Locally</option></select></div></div></div></div>
  3976.        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='NEXT STEP'  onclick='if(window["gf_submitting_1"]){return false;}  window["gf_submitting_1"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true;  jQuery("#gform_1").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=0' />
  3977.            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />
  3978.            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />
  3979.            
  3980.            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
  3981.            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsImU2MGM3MzUxNDEyM2E5OTJkZDVkYTc2YTFjMjU4MjAwIl0=' />
  3982.            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />
  3983.            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />
  3984.            <input type='hidden' name='gform_field_values' value='' />
  3985.            
  3986.        </div>
  3987.                        </form>
  3988.                        </div>
  3989.                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
  3990.                <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/images/spinner.svg' );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/images/spinner.svg' );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);} );} );</script> </div>
  3991.  
  3992. </div>
  3993. </div>
  3994.  
  3995. </div>
  3996. </div>
  3997. </section>
  3998.  
  3999.  
  4000. <!-- <div class="hero-video">
  4001. <div class="content">
  4002. <h1 class="title">
  4003. PRIVATE LABEL CBD MANUFACTURING
  4004. </h1>
  4005. <p class="info">
  4006. We manufacture and distribute a variety of customizable CBD products using top-quality all-natural ingredients available in full-spectrum, isolate, broad-spectrum, and ultra broad. The Emerald Corp creates revolutionary alt-cannabinoid and CBD products to support health and wellness. Our amazing team of formulators, brand strategists, and production specialists provide many resources and professional services available to save you time, energy, and money as you grow your company. We breathe life into your brand.
  4007. <br><br>
  4008. We are a full-service white label manufacturing company committed to bringing brands to life. With a team of talented branding experts offering two decades of experience in product design and development, we have all it takes to make your vision a reality. So, let's combine our diverse resources and industry experience to help your brand beat the competition.
  4009.  
  4010.  
  4011. </p>
  4012. </div>
  4013.  
  4014.  
  4015. <div class="video-content">
  4016. <video defaultMuted playsinline autoplay muted loop id="myVideo">
  4017. <source src="https://www.theemeraldcorp.com/wp-content/uploads/2021/04/theemeraldcorploop2.mp4" type="video/mp4">
  4018. </video>
  4019. </div>
  4020.  
  4021. </div> -->
  4022.  
  4023. <section class="fancy-banner-main big arrow-banner">
  4024. <div class="arrow">
  4025. <a href="#next-section">
  4026. <i class="fa fa-angle-double-down"></i>
  4027. </a>
  4028. </div>
  4029. </section>
  4030.  
  4031. <div class="fui-container as-seen text-center">
  4032.  
  4033. <h4 class="title">
  4034. <span class="line"></span>
  4035. <span class="text">As Seen On</span>
  4036. <span class="line"></span>
  4037. </h4>
  4038.  
  4039. <div class="logos">
  4040. <a href="https://www.wicz.com/story/43949973/the-emerald-corp-private-label-supplement-manufacturer-introduces-innovative-products-in-the-supplement-industry" target="_blank">
  4041. <img width="225" height="225"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/download-8.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="225" height="225" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/download-8.png"></noscript>
  4042. </a>
  4043. <a href="https://www.marketwatch.com/press-release/the-emerald-corp-private-label-supplement-manufacturer-introduces-innovative-products-in-the-supplement-industry-2021-05-24" target="_blank">
  4044. <img width="593" height="85"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/download-9.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="593" height="85" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/download-9.png"></noscript>
  4045. </a>
  4046. <a href="https://www.wrde.com/story/43949973/the-emerald-corp-private-label-supplement-manufacturer-introduces-innovative-products-in-the-supplement-industry" target="_blank">
  4047. <img width="1920" height="1920"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/msnbc-logo-png-1920.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1920" height="1920" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/msnbc-logo-png-1920.png"></noscript>
  4048. </a>
  4049. <a href="https://www.digitaljournal.com/pr/the-emerald-corp-private-label-supplement-manufacturer-introduces-innovative-products-in-the-supplement-industry" target="_blank">
  4050. <img width="250" height="115"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/05/digital-journal-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="250" height="115" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/05/digital-journal-logo.png"></noscript>
  4051. </a>
  4052. </div>
  4053.  
  4054. <!-- <img width="800" height="231" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/as_seen_on_1_.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="800" height="231" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/01/as_seen_on_1_.jpg" /></noscript> -->
  4055. </div>
  4056.  
  4057.  
  4058.  
  4059. <style>
  4060. .as-seen {
  4061. padding-top:10px;
  4062. }
  4063. .video-content {
  4064. height: 444px;
  4065. overflow: hidden;
  4066. }
  4067. .video-content video {
  4068. margin-top: -275px;
  4069. }
  4070. </style>
  4071. <!-- MODAL -->
  4072. <button class="d-none couponModalBtn modal-open" data-modal="couponModal"></button>
  4073.  
  4074. <section class="home-newbanner bg-cover">
  4075. <div class="fui-container-fluid">
  4076.  
  4077. <div class="title-bar">
  4078. <!--<h1 class="main-title">Private Label Supplement Manufacturers</h1>-->
  4079. <!-- <img width="1243" height="23"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-banner/title-lines.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1243" height="23" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-banner/title-lines.png" alt=""></noscript> -->
  4080. </div>
  4081.  
  4082. <div class="row">
  4083.  
  4084. <div class="col-md-4 col-sm-6 col-12">
  4085. <a href="https://www.theemeraldcorp.com/products">
  4086. <div class="card bg-cover" style="background-image: url(https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/03/labshot-scaled.jpeg);">
  4087.  
  4088. <div class="content">
  4089. <h2 class="title">Private Label <br> CBD</h2>
  4090. <p class="subtitle">Create Your Own CBD and Hemp Products <br> With Our Easy To Use Private Label Builder</p>
  4091. </div>
  4092.  
  4093. </div>
  4094. </a>
  4095. </div>
  4096.  
  4097. <div class="col-md-4 col-sm-6 col-12">
  4098. <a href="https://shop.theemeraldcorp.com/">
  4099. <div class="card bg-cover" style="background-image: url(https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/03/farma2-e1615138390591.png);">
  4100.  
  4101. <div class="content">
  4102. <h2 class="title">Online Store</h2>
  4103. <p class="subtitle">Purchase A Variety Of High Quality,<br> Trusted Brands From Our Online Store</p>
  4104. </div>
  4105.  
  4106. </div>
  4107. </a>
  4108. </div>
  4109.  
  4110. <div class="col-md-4 col-sm-6 col-12">
  4111. <a href="https://wholesale.theemeraldcorp.com/">
  4112. <div class="card bg-cover" style="background-image: url(https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/03/wholesale.png);">
  4113.  
  4114. <div class="content">
  4115. <h2 class="title">Shop <br> Wholesale</h2>
  4116. <p class="subtitle">Become A Wholesale Partner And <br> Get Our Products Shipped To Your Store</p>
  4117. </div>
  4118.  
  4119. </div>
  4120. </a>
  4121. </div>
  4122.  
  4123. </div>
  4124.  
  4125. </div>
  4126. </section>
  4127.  
  4128.  
  4129.  
  4130. <!-- NEW BANNER -->
  4131. <!-- <section class="fancy-banner-main big">
  4132.  
  4133. <div class="row">
  4134.  
  4135. <div class="col-md-8 col-12 mx-auto">
  4136. <div class="owl-carousel">
  4137. -->
  4138. <!-- <div class="item">
  4139.  
  4140. <a href="/shop" class="desktop hover-image ">
  4141. <img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2_Banner_1600X720-2.jpg" class="hover-image-main lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2_Banner_1600X720-2.jpg" class="hover-image-main lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2_Banner_1600X720-2.jpg" class="hover-image-main" alt="Manufacturing & Services of CBD Products - Emerald Corp"></noscript></noscript>
  4142. <img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/Hover_view_Banner_1600X720.jpg" class="hover-image-hover lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/Hover_view_Banner_1600X720.jpg" class="hover-image-hover lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/Hover_view_Banner_1600X720.jpg" class="hover-image-hover" alt="Manufacturing & Services of CBD Products - Emerald Corp"></noscript></noscript>
  4143. </a>
  4144.  
  4145. <a href="/shop" class="mobile hover-image">
  4146. <img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2_Banner_1600X720-2.jpg" class="hover-image-main lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2_Banner_1600X720-2.jpg" class="hover-image-main lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2_Banner_1600X720-2.jpg" class="hover-image-main" alt="Manufacturing & Services of CBD Products - Emerald Corp"></noscript></noscript>
  4147. <img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/Hover_view_Banner_1600X720.jpg" class="hover-image-hover lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720"   alt="Manufacturing & Services of CBD Products - Emerald Corp" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/Hover_view_Banner_1600X720.jpg" class="hover-image-hover lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1600" height="720" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/Hover_view_Banner_1600X720.jpg" class="hover-image-hover" alt="Manufacturing & Services of CBD Products - Emerald Corp"></noscript></noscript>
  4148. </a>
  4149.  
  4150. </div>  -->
  4151.  
  4152.  
  4153. <!-- </div>
  4154. </div> -->
  4155.  
  4156.  
  4157. <!-- <div class="col-md-4 col-12 mini-ads">
  4158. <div class="row">
  4159.  
  4160.  
  4161. <div class="col-12">
  4162. <a href="https://shop.theemeraldcorp.com/">
  4163. <img width="596" height="256"  alt="private label biofreeze" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/emeraldshopbannerpsd.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="596" height="256" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/emeraldshopbannerpsd.jpg" alt="private label biofreeze"></noscript>
  4164. </a>
  4165. </div>
  4166.  
  4167.  
  4168. <div class="col-12">
  4169. <a href="https://blog.theemeraldcorp.com/articles/cannabinoid-experts-take-advantage-of-the-flexibility-of-our-product-formulas/">
  4170. <img width="596" height="256"  alt="dietary supplements" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/01_596X256_banner_For_theemeraldcorp-1.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="596" height="256" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/01_596X256_banner_For_theemeraldcorp-1.jpg" alt="dietary supplements"></noscript>
  4171. </a>
  4172. </div>
  4173.  
  4174. </div>
  4175. </div> -->
  4176.  
  4177. <!-- </div>
  4178.  
  4179.  
  4180.  
  4181. </section> -->
  4182.  
  4183.  
  4184.  
  4185. <!-- OUR CLIENTS -->
  4186. <section class="our-clients py-5" id="next-section">
  4187. <div class="fui-container">
  4188.  
  4189. <!-- TITLE -->
  4190. <div class="title-bar">
  4191. <h4 class="title magical">Our <strong class="text-primary"> CBD products and More</strong></h4>
  4192. <!-- <p class="sub-info magical">Purchase quality holistic CBD products created with a passion for quality, by the Emerald Corp</p> -->
  4193.  
  4194. <p class="sub-info magical">Purchase a Variety of High-Quality Trusted CBD Products, including CBD oil, CBD creams, and private label CBD gummies, From Our Online Store</p>
  4195.  
  4196.  
  4197. </div>
  4198.  
  4199. <!-- CLIENTS -->
  4200. <div class="owl-carousel mt-4">
  4201.  
  4202. <!-- ITEM -->
  4203. <div class="item magical">
  4204. <div class="img">
  4205. <a href="http://farmaedibles.com/">
  4206. <img width="500" height="418"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/farmaedibles.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="500" height="418" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/farmaedibles.png" alt=""></noscript>
  4207. </a>
  4208. </div>
  4209. </div>
  4210.  
  4211. <!-- ITEM -->
  4212. <div class="item magical">
  4213. <a href="http://naturefineplus.com/">
  4214. <div class="img">
  4215. <img width="500" height="77"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/naturefineplus.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="500" height="77" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/naturefineplus.png" alt=""></noscript>
  4216. </div>
  4217. </a>
  4218. </div>
  4219.  
  4220. <!-- ITEM -->
  4221. <div class="item magical">
  4222. <a href="http://vibeenterprise.com/">
  4223. <div class="img">
  4224. <img width="500" height="316"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/vibecbd.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="500" height="316" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/vibecbd.png" alt=""></noscript>
  4225. </div>
  4226. </a>
  4227. </div>
  4228.  
  4229. <div class="item magical">
  4230. <a href="https://www.imsmackd.com/">
  4231. <div class="img">
  4232. <img width="500" height="127"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/smackd.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="500" height="127" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/smackd.png" alt=""></noscript>
  4233. </div>
  4234. </a>
  4235. </div>
  4236.  
  4237. <!-- ITEM -->
  4238. <div class="item magical">
  4239. <a href="http://budd.theemeraldcorp.com/">
  4240. <div class="img">
  4241. <img width="283" height="283"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/BUDD-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="283" height="283" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/BUDD-logo.png" alt=""></noscript>
  4242. </div>
  4243. </a>
  4244. </div>
  4245.  
  4246. <!-- ITEM -->
  4247. <div class="item magical">
  4248. <a href="https://www.plusshrooms.com/">
  4249. <div class="img">
  4250. <img width="261" height="107"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/12/logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="261" height="107" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/12/logo.png" alt=""></noscript>
  4251. </div>
  4252. </a>
  4253. </div>
  4254.  
  4255. <!-- ITEM -->
  4256. <div class="item magical">
  4257. <a href="https://www.originaltruedelta.com/">
  4258. <div class="img">
  4259. <img width="371" height="466"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/03/true-delta-Logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="371" height="466" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2021/03/true-delta-Logo.png" alt=""></noscript>
  4260. </div>
  4261. </a>
  4262. </div>
  4263.  
  4264.  
  4265. </div>
  4266. </div>
  4267. </section>
  4268.  
  4269. <!-- ABOUT US -->
  4270. <section class="about-us">
  4271. <div class="fui-container">
  4272. <div class="row">
  4273.  
  4274. <!-- COL -->
  4275. <div class="col-md-6 col-12 info-col">
  4276.  
  4277. <!-- LOGO -->
  4278. <div class="logo magical"  data-anime="slideInLeft">
  4279. <img width="592" height="168"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/logo-green.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="592" height="168" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/logo-green.png" alt=""></noscript>
  4280. </div>
  4281.  
  4282. <p class="info magical"  data-anime="slideInLeft">
  4283. The CBD industry, with its hemp plants and cannabis plants, is filled with opportunities and continues to prosper. Millions of CBD product consumers worldwide are discovering and embracing the benefits of CBD edibles, topicals, and the endocannabinoid system. Each innovative CBD product, such as white-label CBD products and private label CBD solutions, is gaining in popularity as regulations are defined. The benefits to overall wellness are also becoming more well-known and documented with ongoing research.
  4284. <br><br>
  4285. Our vast selection of CBD products epitomizes the outcome of years of dedication, hard work, and experience in the cosmetic and dietary supplement manufacturing industries. The Emerald Corp, an industry leader, offers a wide variety of customizable private label CBD products, including hemp extract, CBD isolate, and broad-spectrum CBD. We partner with private label partners and are committed to helping your own CBD business thrive. We exceed your expectations by being involved every step of the way or staying out of your way as your partner in building a profitable CBD brand with our white label program and product formulation.
  4286.  
  4287. </p>
  4288. <!-- INFO -->
  4289. <!-- <p class="info magical"  data-anime="slideInLeft">Our extensive selection of CBD products represents the culmination of hard work and years of experience in the dietary supplement manufacting and cosmetic industries. We have a huge variety of customizable private label supplements and the highest volume bulk private label CBD products in the industry.</p>
  4290. <p class="info magical">As your partner, we are committed to building relationships with each and every one of our clients and look forward to helping you build a successful CBD brand!</p> -->
  4291.  
  4292.  
  4293. <div class="link text-center">
  4294. <a href="/about" class="fui-btn fui-btn-dark-green">Learn more about building your CBD brand</a>
  4295. </div>
  4296.  
  4297. </div>
  4298.  
  4299. <!-- IMAGE COL -->
  4300. <div class="col-md-6 col-12 img-col">
  4301. <div class="images">
  4302.  
  4303. <!-- IMAGE ONE -->
  4304. <div class="img-1 magical"  data-anime="slideInRight">
  4305. <iframe width="500" height="285"  frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen data-src="https://www.youtube.com/embed/W61EXsc6m6M" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></iframe>
  4306. </div>
  4307. </div>
  4308.  
  4309. </div>
  4310.  
  4311.  
  4312.  
  4313. </div>
  4314. </div>
  4315. </section>
  4316.  
  4317. <!-- BLOG -->
  4318. <section class="blog-archives bg-light">
  4319. <div class="fui-container pb-5 pt-5">
  4320.  
  4321. <h2 class="main-title magical">Our <strong class="text-primary">Blog</strong></h2>
  4322. <p class="sub-info">Stay up to date with The Emerald Corp, CBD hemp experts, and news from the CBD industry.</p>
  4323.  
  4324. <div class="row">
  4325.  
  4326. <div class="col-md-4 col-sm-6 col-12 mb-2">
  4327. <div class="card blog-card">
  4328. <a href="https://blog.theemeraldcorp.com/articles/label-the-products-under-your-brand/">
  4329. <img width="1000" height="1000"  alt="LABEL THE PRODUCTS UNDER YOUR BRAND" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/labelproductsunderyourbrand-scaled.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1000" height="1000" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/labelproductsunderyourbrand-scaled.jpg" alt="LABEL THE PRODUCTS UNDER YOUR BRAND"></noscript>
  4330. <p class="date">
  4331. <i class="fa fa-calendar"></i>
  4332. 12:22 am EDT 9/9/2020 </p>
  4333. <h2 class="title weight-600 mt-2">LABEL OUR PRODUCTS UNDER YOUR SUPPLEMENT BRAND</h2>
  4334. <p class="category">Emerald Corp supply chain provides you a range of private label CBD products. Before going further in the depth of the quality and range of the supplement products we provide, let me give you an insight about what private label manufacturing and private label CBD is. […]</p>
  4335. </a>
  4336. <a href="https://blog.theemeraldcorp.com/articles/label-the-products-under-your-brand/" class="read-more">READ MORE <i class="fa fa-arrow-right"></i></a>
  4337. </div>
  4338. </div>
  4339.  
  4340. <div class="col-md-4 col-sm-6 col-12 mb-2">
  4341. <div class="card blog-card">
  4342. <a href="https://blog.theemeraldcorp.com/articles/cannabinoid-experts-take-advantage-of-the-flexibility-of-our-product-formulas/">
  4343. <img width="1000" height="798"  alt="LABEL THE PRODUCTS UNDER YOUR BRAND" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/02_1080X1080_banner_For_theemeraldcorp-scaled.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1000" height="798" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/02_1080X1080_banner_For_theemeraldcorp-scaled.jpg" alt="LABEL THE PRODUCTS UNDER YOUR BRAND"></noscript>
  4344. <p class="date">
  4345. <i class="fa fa-calendar"></i>
  4346. 5:56 pm EDT 10/5/2020 </p>
  4347. <h2 class="title weight-600 mt-2">CANNABINOID EXPERTS – TAKE ADVANTAGE OF THE FLEXIBILITY OF OUR SUPPLEMENT PRODUCTs & FORMULAS</h2>
  4348. <p class="category">One of our very core beliefs at The Emerald Corp is putting customers in charge and giving you a degree of flexibility that you will not find anywhere else. This is why we offer you the choice to make your own private label supplement formula and add a wide range of botanical and herbal supplements. […]</p>
  4349. </a>
  4350. <a href="https://blog.theemeraldcorp.com/articles/cannabinoid-experts-take-advantage-of-the-flexibility-of-our-product-formulas/" class="read-more">READ MORE <i class="fa fa-arrow-right"></i></a>
  4351. </div>
  4352. </div>
  4353.  
  4354. <div class="col-md-4 col-sm-6 col-12 mb-2">
  4355. <div class="card blog-card">
  4356. <a href="https://blog.theemeraldcorp.com/articles/the-supplement-industry-is-booming/">
  4357. <img width="1080" height="1080"  alt="LABEL THE PRODUCTS UNDER YOUR BRAND" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/Artboard-1CBD-1.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1080" height="1080" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2022/05/Artboard-1CBD-1.png" alt="LABEL THE PRODUCTS UNDER YOUR BRAND"></noscript>
  4358. <p class="date">
  4359. <i class="fa fa-calendar"></i>
  4360. 1:45 am EDT 8/26/2020 </p>
  4361. <h2 class="title weight-600 mt-2">THE CBD SUPPLEMENT INDUSTRY IS BOOMING</h2>
  4362. <p class="category">Unless you’ve been away to outer space, there’s a good chance you’ve heard about Hemp (or Hemp Extract, as it’s colloquially known). Of course, you may have no idea of exactly what CBD is, what it’s used for or why CBD-based have become a hot topic around the world… still, the point remains. More brands are […]</p>
  4363. </a>
  4364. <a href="https://blog.theemeraldcorp.com/articles/the-supplement-industry-is-booming/" class="read-more">READ MORE <i class="fa fa-arrow-right"></i></a>
  4365. </div>
  4366. </div>
  4367.  
  4368.  
  4369.  
  4370.  
  4371.  
  4372. </div>
  4373.  
  4374. <div class="text-center mt-2">
  4375. <a href="https://blog.theemeraldcorp.com/" target="_blank" class="fui-btn fui-btn-primary">VIEW MORE</a>
  4376. </div>
  4377.  
  4378. </div>
  4379.  
  4380. </section>
  4381.  
  4382.  
  4383. <section class="ad-banner py-5">
  4384. <a href="/capabilities/manufacturing/">
  4385. <div class="fui-container bg-cover">
  4386. <img width="1200" height="345"   data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/1_theemeraldcorp_new_section_1150X316-main-scaled.jpg" class="normal-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1200" height="345" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/1_theemeraldcorp_new_section_1150X316-main-scaled.jpg" class="normal-image"></noscript>
  4387. <img width="1200" height="345"   data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/1_theemeraldcorp_new_section_1150X316-copy-scaled.jpg" class="hover-image lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1200" height="345" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/1_theemeraldcorp_new_section_1150X316-copy-scaled.jpg" class="hover-image"></noscript>
  4388. </div>
  4389. </a>
  4390. </section>
  4391.  
  4392. <!-- CATEGORIES -->
  4393. <section class="categories">
  4394. <div class="fui-container">
  4395.  
  4396. <!-- TITLE -->
  4397. <div class="title-bar">
  4398. <!-- <h4 class="title magical">Our <strong class="text-primary">Capabilities</strong></h4> -->
  4399. <h4 class="title magical weight-500">Why select <strong class="text-primary weight-900">The Emerald Corp</strong> for your private label CBD product manufacturing needs?</h4>
  4400. <p class="sub-info magical">
  4401. Our professional team of private label and white label manufacturers, including CBD experts, goes beyond expectations to create a custom concept or utilize an existing formula. Before your CBD product, such as CB oil or CBD creams, ever reaches the finish line, we're with you from idea to product formulation to manufacturing to marketing to website development and every step in-between or as many of them as you desire. The Emerald Corp is a one-stop shop for everything you need from A to Z to operate a successful CBD product company offering high-quality private label CBD products in full-spectrum, isolate, broad-spectrum, and ultra broad options derived from hemp plants and cannabis plants.
  4402.  
  4403. </p>
  4404. </div>
  4405.  
  4406. <!-- CATEGORIES CARDS -->
  4407. <div class="category-cards owl-carousel mt-2">
  4408. <div class="item single-col magical" data-anime="slideInLeft">
  4409. <a href="/capabilities/branding" class="d-block">
  4410.  
  4411. <!--             <div class="card bg-cover"
  4412. style="background-image: radial-gradient(rgba(0, 255, 136, 0.5), rgba(5, 104, 57,0.8)), url('')"> -->
  4413. <div class="card bg-cover">
  4414. <img width="987" height="640"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/branding.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="987" height="640" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/branding.jpg"></noscript>
  4415. <div class="py-1 px-2">
  4416. <h3 class="title">Brand Your Private Label Supplements</h3>
  4417. <div class="info">The Emerald Corp makes use of industry-leading products and formulas in all of our high-quality CBD products, such as private label CBD gummies and white label CBD products. Pushing the scope further, we are also proud of our reputation as a company that constantly strives to discover even more innovative liquid supplement formulas, including CBG oil and hemp seed oil, that you and your brand can work with and carve a unique niche in the CBD industry.</div>
  4418. </div>
  4419. </div>
  4420. </a>
  4421. </div>
  4422.  
  4423. <div class="item single-col magical" data-anime="slideInLeft">
  4424. <a href="/capabilities/formulation" class="d-block">
  4425.  
  4426. <!--             <div class="card bg-cover"
  4427. style="background-image: radial-gradient(rgba(0, 255, 136, 0.5), rgba(5, 104, 57,0.8)), url('')"> -->
  4428. <div class="card bg-cover">
  4429. <img width="868" height="549"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/formulation.jpg.webp" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="868" height="549" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/formulation.jpg.webp"></noscript>
  4430. <div class="py-1 px-2">
  4431. <h3 class="title">Supplement Formulation</h3>
  4432. <div class="info">At The Emerald Corp, we spare no expense on research and development when it comes to our industry-leading line of liquid supplement products and dietary supplements. It is far too easy to remain complacent and satisfied with the status quo. But we recognize here that the key towards growth and success is constant research and development. The Emerald Corp boasts of having some of the most innovative product lines, from pet products to personal care products like lip balm and hair care.</div>
  4433. </div>
  4434. </div>
  4435. </a>
  4436. </div>
  4437.  
  4438. <div class="item single-col magical" data-anime="slideInLeft">
  4439. <a href="/capabilities/manufacturing" class="d-block">
  4440.  
  4441. <!--             <div class="card bg-cover"
  4442. style="background-image: radial-gradient(rgba(0, 255, 136, 0.5), rgba(5, 104, 57,0.8)), url('')"> -->
  4443. <div class="card bg-cover">
  4444. <img width="1188" height="763"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/manufacturing.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="1188" height="763" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2019/11/manufacturing.jpg"></noscript>
  4445. <div class="py-1 px-2">
  4446. <h3 class="title">Liquid Supplement Manufacturing</h3>
  4447. <div class="info">Many people would say supplement manufacturing is an art. Here at The Emerald Corp, we really couldn't agree more. At The Emerald Corp, we possess all the tools needed to inject that much sought-after artistic freshness and perspective into our products and supplement design process. Our white label program ensures the highest standards in good manufacturing practices, extraction processes, and third-party laboratory testing for our broad-spectrum CBD, CBD isolate, and full-spectrum oils.
  4448. </div>
  4449. </div>
  4450. </div>
  4451. </a>
  4452. </div>
  4453.  
  4454. </div>
  4455. </div>
  4456. </section>
  4457.  
  4458.  
  4459. <!-- ABOUT BANNER -->
  4460. <section class="about-banner bg-light-blue">
  4461. <div class="fui-container">
  4462. <div class="row">
  4463.  
  4464. <!-- COL -->
  4465. <div class="col-md-5 col-12 info-col py-5">
  4466. <div class="info">
  4467. <p class="info-p magical">Private Label Supplement Manufacturer</p>
  4468. <h2 class="title mb-2 magical">#emeraldcorp</h2>
  4469. <p class="info magical">
  4470. <!-- We offer a seamless turnkey process for those seeking Private Label Supplements. We can be involved in as much or as little of the process as needed. We can take you from sourcing your raw material all the way to branding, marketing and sales. We are in the business of putting you in the position to succeed in the liquid supplement industry. Contact us today to get started with a free consultation. -->
  4471. We provide an impeccable process to help Private Label CBD companies, including white label CBD products and private label CBD products, not just survive but thrive in the competitive CBD industry. Our professional team, consisting of CBD experts, is involved as little or as much as you need in areas like product development, custom formulation, and label design. You can outsource your website revamp, a new logo, graphic design, marketing, content writing, social media, press releases, and more to us if needed. Of course, if you have it all set up in-house, you're welcome to keep it all there too. We partner with you and private label partners to make your CBD brand successful and are flexible with what that looks like, offering a private label program and own branding opportunities.
  4472. <br><br>
  4473. Contact us for a free no-obligation consultation.
  4474.  
  4475. </p>
  4476. <a href="/contact" class="fui-btn fui-btn-primary px-5 rounded magical mt-2">Contact Us</a>
  4477. </div>
  4478. </div>
  4479.  
  4480. <!-- COL -->
  4481. <div class="col-md-7 col-12 img-col py-5">
  4482. <div class="img magical">
  4483. <img width="869" height="551"  alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/cartoonlab.png" class="img-fluid lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="869" height="551" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/cartoonlab.png" alt="" class="img-fluid"></noscript>
  4484. </div>
  4485. </div>
  4486.  
  4487. </div>
  4488. </div>
  4489. </section>
  4490.  
  4491. <!-- OUR STORIES -->
  4492. <section class="our-stories pt-5 pb-8">
  4493. <div class="fui-container">
  4494.  
  4495. <!-- TITLE -->
  4496. <div class="title-bar">
  4497. <h4 class="title magical">Your Liquid CBD Brand <strong class="text-primary">Brought To Life</strong></h4>
  4498. <p class="sub-info magical">
  4499. The Emerald Corp, an industry leader, can manufacture any liquid CBD formula available in high-quality CBD in full-spectrum, isolate, broad-spectrum, and ultra broad, using hemp plant extracts and adhering to good manufacturing practices. Our knowledgeable team can formulate a brand-new private label CBD liquid supplement, such as CBD oil, CBD creams, or CBG oil, targeted at your exact ailment and benefit. From ingredient sourcing, including hemp seed oil and essential oils, to third-party laboratory testing, we've got you covered. Rely on The Emerald Corp to be the partner who will journey with you for long-term success in your own CBD business.
  4500.  
  4501. </p>
  4502. </div>
  4503.  
  4504. <div class="row mt-4">
  4505.  
  4506. <!-- COL -->
  4507. <div class="col-md-6 col-12 info-col">
  4508.  
  4509. <!-- IMAGE -->
  4510. <div class="img magical">
  4511. <!--           <img width="710" height="601"  alt="Private Label CBD" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/stoy-bg.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="710" height="601" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/stoy-bg.jpg" alt="Private Label CBD"></noscript> -->
  4512. <video src="https://shop.theemeraldcorp.com/wp-content/uploads/2020/02/Emerald-Corp-New-Commercial.mp4" poster="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/02/poster.png" controls></video>
  4513. </div>
  4514.  
  4515. <!-- INFO -->
  4516. <div class="info-card magical">
  4517. <h1 class="title">Private Label CBD Products</h1>
  4518. <p class="info">As the premier full-spectrum white label CBD products and private label CBD manufacturer in the thriving cbd industry, our focus is on keeping things as convenient as possible for you while expanding your sales through custom formulation and white labeling. We're as hands-on or hands-off as you wish. Our fantastic customer service team, consisting of CBD experts, is always responsive, providing full support to answer all questions, find solutions, and help you continue building your CBD brand with own branding and a private label program.
  4519. <br><br>
  4520. Each CBD product, such as CBD oil, CBD creams, and CBG oil, contains high-quality ingredients sourced in the United States from hemp plant and cannabis plants. Our products are natural and of top-notch quality, adhering to the highest standards and good manufacturing practices. Our clients count on us to consistently provide premium products, including private label CBD gummies, pet products, and cosmetic products, that are tested, pure, traceable, and perfect full-spectrum hemp oils, broad-spectrum CBD, and CBD isolate. Additionally, we offer a wide range of product lines, such as personal care products, hair care, lip balm, bath salts, and bath bombs, using hemp seed oil, essential oils, and natural ingredients. With third-party laboratory testing, we ensure the final product meets the supplemental dietary product requirements, allowing you and your customers to trust and enjoy the benefits of the endocannabinoid system. Start your own CBD business and partner with us as your reliable industry leader in private label CBD solutions and white-label CBD products.
  4521. </p>
  4522. </div>
  4523.  
  4524. </div>
  4525. </div>
  4526.  
  4527. <!-- BG BLUE -->
  4528. <div class="bg-blue magical"></div>
  4529. </div>
  4530. </section>
  4531.  
  4532.  
  4533.  
  4534. <section class="new-reviews">
  4535. <div class="fui-container">
  4536.  
  4537. <h2 class="main-title">What Clients Say</h2>
  4538.  
  4539. <div class="owl-carousel">
  4540.  
  4541. <div class="item">
  4542. <div class="card">
  4543. <p class="comment">
  4544. I’ve wanted to offer white label CBD products but didn’t know where to begin or how to market them. The Emerald Corp provided me with more than a shipment of white label CBD products. Their knowledgeable team worked with me to design a logo, marketing strategy, website, online store, and ongoing social media content. It was especially exciting to find a CBD manufacturer as they control the quality, timelines and can offer low minimum order quantities.
  4545. </p>
  4546. <i class="fa fa-quote-right"></i>
  4547. </div>
  4548. <div class="details">
  4549. <h4 class="name">Joannie</h4>
  4550. <span class="from">Google Review</span>
  4551. </div>
  4552. </div>
  4553. <div class="item">
  4554. <div class="card">
  4555. <p class="comment">
  4556. We’d been looking for a private label CBD manufacturer when discovering Emerald Corp. As expected, we got to specify everything about the private label CBD. But, still, additionally, they provided an amazing SEO optimized revamp for our existing website and a marketing strategy to help us make the most of our new website and online store where we’re offering our new private label CBD along with our other supplements.
  4557. </p>
  4558. <i class="fa fa-quote-right"></i>
  4559. </div>
  4560. <div class="details">
  4561. <h4 class="name">Daniel</h4>
  4562. <span class="from">Google Review</span>
  4563. </div>
  4564. </div>
  4565. <div class="item">
  4566. <div class="card">
  4567. <p class="comment">
  4568. We love everything about getting our private label CBD products from The Emerald Corp! The quick, responsive, and friendly service was impressive. We’re an established supplement outlet and wanted to meet the demands of our customers that are requesting CBD products, so we were happy to find a low minimum order quantity private label CBD manufacturer to give this idea a try! It’s been a win-win situation, and we’re now repeat customers ordering private label CBD products again.
  4569. </p>
  4570. <i class="fa fa-quote-right"></i>
  4571. </div>
  4572. <div class="details">
  4573. <h4 class="name">Brad</h4>
  4574. <span class="from">Google Review</span>
  4575. </div>
  4576. </div>
  4577. <div class="item">
  4578. <div class="card">
  4579. <p class="comment">
  4580. We found a company, The Emerald Corp, that offers various services to help our private label CBD business succeed! This private label CBD manufacturer provides quality products that customers come back for month after month. We had a CBD blend idea, and they worked with us to formulate it and bring it to life! Not only that, they helped us with brand development including a new logo design!
  4581. </p>
  4582. <i class="fa fa-quote-right"></i>
  4583. </div>
  4584. <div class="details">
  4585. <h4 class="name">Anne </h4>
  4586. <span class="from">Google Review</span>
  4587. </div>
  4588. </div>
  4589. <div class="item">
  4590. <div class="card">
  4591. <p class="comment">
  4592. I love this group of people! They made finding a white label CBD product go smoothly and successfully. The team at The Emerald Corp was very patient and went above and beyond to be sure all of my questions were answered. Each time I saw someone from The Emerald Corp getting in touch with me, it was a highlight of my day, a fun element that was added and not a stressful conversation.
  4593. </p>
  4594. <i class="fa fa-quote-right"></i>
  4595. </div>
  4596. <div class="details">
  4597. <h4 class="name">Cody</h4>
  4598. <span class="from">Google Review</span>
  4599. </div>
  4600. </div>
  4601.  
  4602. </div>
  4603. </div>
  4604. </section>
  4605.  
  4606.  
  4607. <!-- FAQ -->
  4608. <section class="contact-faq">
  4609. <div class="fui-container">
  4610.  
  4611. <div class="title-bar">
  4612. <h2 class="main-title">FREQUENTLY ASKED QUESTIONS</h2>
  4613. </div>
  4614.  
  4615. <div class="questions">
  4616.  
  4617.  
  4618. <div class="questions">
  4619. <div class="fui-accordion-container default">
  4620. <div class="fui-accordion active ">What is a Private Label CBD Product?</div>
  4621. <div class="fui-panel">
  4622. <div class="fui-panel-box">
  4623. <p><p>A private label CBD product is a custom formulation of CBD oil and other CBD items, branded with the customer&#8217;s design and logo, as part of a white label program. Partnering with the proper private label CBD manufacturer is the best way to launch your private label CBD brand and enter the fast-growing CBD industry, using high-quality hemp plant extracts and natural ingredients. We are the leading private label CBD manufacturer and a trusted name in the cannabusiness industry, providing white label CBD products and private label CBD products that adhere to the highest standards.</p>
  4624. <p>Private label CBD pertains to CBD formulations, such as CBD creams, CBD balm, and CBG oil, that are created and manufactured exclusively for a client, with product formulation tailored to their needs. Others cannot produce these products, as the CBD product formulation is proprietary. Each CBD product, including pet products, personal care products, and cosmetic products, is custom-created to match the company&#8217;s specifications ordering the CBD products for private labeling. These CBD supplements, like private label CBD gummies and dietary supplements, are sold under the company&#8217;s brand name for which they are formulated and manufactured. Private label CBD products are unique because of the exclusive nature of the proprietary formulations and own branding opportunities.</p>
  4625. <p>Our product lines include hemp products, beauty products, hair care, lip balm, bath salts, and bath bombs, using hemp seed oil, essential oils, and cannabis oils. We ensure our products, such as full spectrum oils, broad-spectrum CBD, and CBD isolate, meet supplemental dietary product requirements through third-party laboratory testing. As an industry leader and CBD hemp experts, we can help you build your own CBD business and establish a successful private label program.</p>
  4626. </p>
  4627. </div>
  4628. </div>
  4629. </div>
  4630.  
  4631. <div class="fui-accordion-container default">
  4632. <div class="fui-accordion active ">What is Private Label CBD Manufacturing?</div>
  4633. <div class="fui-panel">
  4634. <div class="fui-panel-box">
  4635. <p><p>Private label CBD manufacturing involves the creation of custom formulation and white labeling of unique CBD products, such as CBD oil, CBD creams, and CBD isolate, tailored to the needs of resellers and retailers in the booming CBD industry. The Emerald Corp, an industry leader in private label CBD solutions and white-label CBD products, delivers consistently high-quality private label products sourced from hemp plant and cannabis plants in the United States.</p>
  4636. <p>With their expertise in product formulation and development, they ensure the highest standards by adhering to good manufacturing practices and using an extraction process that maintains the properties of hemp extract and broad-spectrum CBD. They offer a comprehensive range of product lines, including personal care products, hair care, lip balm, pet products, pet treats, and dietary supplements, ensuring the perfect CBD product for every customer.</p>
  4637. <p>Through their private label program, The Emerald Corp partners with CBD experts and private label partners to provide premium products, such as private label CBD gummies, CBD balm, and beauty products. They also offer label design and own branding services, enabling businesses to establish their own CBD business with a strong brand presence.</p>
  4638. <p>By working with The Emerald Corp, businesses can gain brand loyalty, increase customer retention, and grow repeat orders. Their commitment to transparency and quality assurance, backed by third-party laboratory testing, ensures the safety and effectiveness of their full spectrum oils, hemp seed oil, and other natural ingredients, ultimately benefiting the endocannabinoid system of the end users.</p>
  4639. </p>
  4640. </div>
  4641. </div>
  4642. </div>
  4643.  
  4644. <div class="fui-accordion-container default">
  4645. <div class="fui-accordion active ">Why choose The Emerald Corp Private Label CBD Products </div>
  4646. <div class="fui-panel">
  4647. <div class="fui-panel-box">
  4648. <p><p>We cater to the needs of the holistic health market and offer a wide range of CBD-infused products, such as CBD oil, CBD creams, and CBD isolate, tailored to the booming CBD industry. We stand apart from other white label and private label manufacturing companies because we don&#8217;t just create products for our clients. Instead, we support our clients with our unmatched expertise, including custom formulation and white labeling, and are available to guide each of our clients in CBD formula sourcing, product development, and brand development.</p>
  4649. <p>Our business operations are based on three key aspects – flexibility, innovation, and verticality. We offer a scalable private label program in which our clients are in charge of all the key areas, such as label design and own branding. The Emerald Corp will handle things on behalf of the clients based on the level of involvement needed. We are the best choice because of our innovative proprietary liquid CBD formulations in our state-of-the-art manufacturing facility, adhering to the highest standards and good manufacturing practices.</p>
  4650. <p>As a private label CBD solutions provider, we cater to a wide range of product lines, including personal care products, hair care, lip balm, pet products, pet treats, and dietary supplements. Our hemp products are sourced from high-quality hemp farms and cannabis plants in the United States, ensuring the perfect CBD product for every customer.</p>
  4651. <p>Our commitment to quality assurance is supported by third-party laboratory testing of our broad-spectrum CBD, full spectrum oils, hemp seed oil, and natural ingredients. By partnering with The Emerald Corp, businesses can establish their own CBD business and offer premium products, such as private label CBD gummies, CBD balm, and beauty products, to their customers.</p>
  4652. </p>
  4653. </div>
  4654. </div>
  4655. </div>
  4656.  
  4657.  
  4658. </div>
  4659.  
  4660.  
  4661.  
  4662.  
  4663.  
  4664.  
  4665.  
  4666.  
  4667. </div>
  4668.  
  4669.  
  4670.  
  4671. </div>
  4672. </section>
  4673.  
  4674.  
  4675. <!-- MODAL -->
  4676.    <div class="fui-modal bg-cover" id="emerald-network-modal">
  4677.        <div class="fui-modal-container bg-cover" style="background-image: url(https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/modal-bg.jpg)">
  4678.            <!-- header -->
  4679.            <div class="fui-modal-header">
  4680.                <div class="modal-close" data-modal="emerald-network-modal">
  4681.                    <img width="145" height="145"  alt="best private label cbd" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/modal-close.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="145" height="145" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/modal-close.png" alt="best private label cbd"></noscript>
  4682.                </div>
  4683.            </div>
  4684.  
  4685.            <div class="fui-modal-body">
  4686.                <div class="fui-container">
  4687.  
  4688.                    <div class="main-logo text-center mb-5">
  4689.                        <img width="521" height="189"  alt="best white label cbd" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="521" height="189" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/logo.png" alt="best white label cbd"></noscript>
  4690.                    </div>
  4691.  
  4692.                    <div class="row">
  4693.  
  4694.                        <!-- COL -->
  4695.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4696.                            <div class="card">
  4697.                                <a href="//theemeraldcorp.com">
  4698.                                    <h4 class="title">Manufacturing</h4>
  4699.                                    <img width="202" height="57"  alt="private label cbd manufacturers"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="202" height="57" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/2.png" alt="private label cbd manufacturers" class="logo"></noscript>
  4700.                                    <p class="link">theemeraldcorp.com</p>
  4701.                                    <p class="info-p">
  4702.                                        We have a huge variety of customizable products and the highest volume capacity in the industry. We provide private label supplements that are formulated and manufactured in the USA.
  4703.                                    </p>
  4704.                                </a>
  4705.                            </div>
  4706.                        </div>
  4707.  
  4708.                        <!-- COL -->
  4709.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4710.                            <div class="card">
  4711.                                <a href="//wholesale.theemeraldcorp.com">
  4712.                                    <h4 class="title">Wholesale</h4>
  4713.                                    <img width="200" height="57"  alt="wholesale cbd"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/1.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="200" height="57" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/1.png" alt="wholesale cbd" class="logo"></noscript>
  4714.                                    <p class="link">wholesale.theemeraldcorp.com</p>
  4715.                                    <p class="info-p">
  4716.                                        Wholesale members enjoy being a part of the Emerald Corp team and understands the benefits as well as the WHY of CBD.
  4717.                                    </p>
  4718.                                </a>
  4719.                            </div>
  4720.                        </div>
  4721.  
  4722.                        <!-- COL -->
  4723.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4724.                            <div class="card">
  4725.                                <a href="//shop.theemeraldcorp.com">
  4726.                                    <h4 class="title">Online Store</h4>
  4727.                                    <img width="201" height="57"  alt="cbd online"  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/3.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="201" height="57" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/3.png" alt="cbd online" class="logo"></noscript>
  4728.                                    <p class="link">shop.theemeraldcorp.com</p>
  4729.                                    <p class="info-p">
  4730.                                        Our extensive selection of CBD products represents the culmination of hard work and years of experience in the dietary supplement and beauty industries.
  4731.                                    </p>
  4732.                                </a>
  4733.                            </div>
  4734.                        </div>
  4735.  
  4736.                        <!-- COL -->
  4737.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4738.                            <div class="card">
  4739.                                <a href="//blog.theemeraldcorp.com">
  4740.                                    <h4 class="title">Blog</h4>
  4741.                                    <img width="201" height="57"  alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/4.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="201" height="57" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/4.png" alt="" class="logo"></noscript>
  4742.                                    <p class="link">blog.theemeraldcorp.com</p>
  4743.                                    <p class="info-p">
  4744.                                        Stay up to date with The Emerald Corp and news in the Holistic Wellness and alternative health industry
  4745.                                    </p>
  4746.                                </a>
  4747.                            </div>
  4748.                        </div>
  4749.  
  4750.                        <!-- COL -->
  4751.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4752.                            <div class="card">
  4753.                                <a href="//farmaedibles.com">
  4754.                                    <h4 class="title">Farma Edibles</h4>
  4755.                                    <img width="79" height="66"  alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/5.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="79" height="66" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/5.png" alt="" class="logo"></noscript>
  4756.                                    <p class="link">farmaedibles.com</p>
  4757.                                    <p class="info-p">
  4758.                                        FARMa is your best option for a satisfying dose of CBD. We set ourselves apart by offering gourmet products utilizing the fastest absorbing CBD on the market.
  4759.                                    </p>
  4760.                                </a>
  4761.                            </div>
  4762.                        </div>
  4763.  
  4764.                        <!-- COL -->
  4765.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4766.                            <div class="card">
  4767.                                <a href="//naturefineplus.com">
  4768.                                    <h4 class="title">Naturefine+</h4>
  4769.                                    <img width="214" height="33"  alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/6.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="214" height="33" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/6.png" alt="" class="logo"></noscript>
  4770.                                    <p class="link">naturefineplus.com</p>
  4771.                                    <p class="info-p">
  4772.                                        Naturefine+ showcases a full line of enhanced CBD formulas designed to meet all of your needs. We have carefully formulated these products to ensure you feel the benefits with every dose.
  4773.                                    </p>
  4774.                                </a>
  4775.                            </div>
  4776.                        </div>
  4777.  
  4778.                        <!-- COL -->
  4779.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4780.                            <div class="card">
  4781.                                <a href="//vibeenterprise.com">
  4782.                                    <h4 class="title">Vibe CBD</h4>
  4783.                                    <img width="111" height="70"  alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/7.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="111" height="70" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/7.png" alt="" class="logo"></noscript>
  4784.                                    <p class="link">vibeenterprise.com</p>
  4785.                                    <p class="info-p">
  4786.                                        Vibe CBD was created for those with a lasting need for bliss. We are firm believers that positive vibes can have a lasting effect on your overall wellness.
  4787.                                    </p>
  4788.                                </a>
  4789.                            </div>
  4790.                        </div>
  4791.  
  4792.                        <!-- COL -->
  4793.                        <div class="col-md-2 col-sm-6 col-6 single-col">
  4794.                            <div class="card">
  4795.                                <a href="//imsmackd.com">
  4796.                                    <h4 class="title">SMACK'D</h4>
  4797.                                    <img width="139" height="36"  style="width: 140px" alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/8.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="139" height="36" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/10/8.png" style="width: 140px" alt="" class="logo"></noscript>
  4798.                                    <p class="link">imsmackd.com</p>
  4799.                                    <p class="info-p">
  4800.                                        Whether or not you want to admit it, anxiety attacks stemming from the use of THC products are an all too common problem. But if you're too high, don't panic, get smack'd.
  4801.                                    </p>
  4802.                                </a>
  4803.                            </div>
  4804.                        </div>
  4805. <div class="col-md-2 col-sm-6 col-6 single-col">
  4806.                            <div class="card">
  4807.                                <a href="https://www.originaltruedelta.com/">
  4808.                                    <h4 class="title">True Delta</h4>
  4809.                                    <img width="229" height="430"  style="width: 140px" alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2023/04/logo.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="229" height="430" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2023/04/logo.png" style="width: 140px" alt="" class="logo"></noscript>
  4810.                                    <p class="link">originaltruedelta.com</p>
  4811.                                    <p class="info-p">
  4812.                                        True Delta is an exciting new wellness brand that seeks to expand the efficiency of the health & wellness industry through our remarkable line of products powered all by Delta 8, the fascinating hemp compound that's taking the market by storm just like CBD did before it.
  4813.                                    </p>
  4814.                                </a>
  4815.                            </div>
  4816.                        </div>
  4817.  
  4818. <!-- COL -->
  4819. <!--                         <div class="col-md-2 col-sm-6 col-6 single-col">
  4820.                            <div class="card">
  4821.                                <a href="http://serenitywellness.theemeraldcorp.com">
  4822.                                    <h4 class="title">BUDD</h4>
  4823.                                    <img width="78" height="78"  alt=""  data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/logo-serenitywellness.png" class="logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="78" height="78" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images-modal/logo-serenitywellness.png" alt="" class="logo"></noscript>
  4824.                                    <p class="link">www.serenitywellness.theemeraldcorp.com</p>
  4825.                                    <p class="info-p">
  4826.                                        BUDD CBD is an alternative CBD brand with a versatility range that is quite unmatched in the market at the moment and in the future.
  4827.                                    </p>
  4828.                                </a>
  4829.                            </div>
  4830.                        </div> -->
  4831.  
  4832.  
  4833.                    </div>
  4834.                </div>
  4835.            </div>
  4836.  
  4837.        </div>
  4838.    </div>
  4839.  
  4840.  
  4841.  
  4842. <div class="fui-modal" id="couponModal">
  4843. <div class="fui-modal-container">
  4844. <div class="fui-modal-body">
  4845. <div class="modal-close" data-modal="couponModal"><i class="fa fa-close"></i></div>
  4846.  
  4847. <div class="row">
  4848.  
  4849. <div class="col-md-6 col-12 bg-cover">
  4850. <div class="owl-carousel">
  4851.  
  4852. <div class="item">
  4853. <a href="/shop">
  4854. <img  data-src='https://shop.theemeraldcorp.com/wp-content/uploads/2020/11/IMG_1919.png' class='lazyload' src='data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='><noscript><img src="https://shop.theemeraldcorp.com/wp-content/uploads/2020/11/IMG_1919.png"></noscript>
  4855. </a>
  4856. </div>
  4857.  
  4858. </div>
  4859. </div>
  4860.  
  4861. <div class="col-md-6 col-12 info-col">
  4862. <img width="998" height="865"   data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/07/ad-logo-bg.png" class="modal-bg lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="998" height="865" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/uploads/2020/07/ad-logo-bg.png" class="modal-bg"></noscript>
  4863. <div class="top">
  4864. <h5 class="mini-title">
  4865. VALID TILL - NOVEMBER 30TH
  4866. </h5>
  4867. <h6 class="title">
  4868. SAVE 15%
  4869. </h6>
  4870. </div>
  4871. <div class="bottom">
  4872. <h5 class="mini-title">
  4873. Enter this code during checkout
  4874. </h5>
  4875. <h4 class="code">
  4876. BLACKFRIDAY2020
  4877. </h4>
  4878. <a href="/shop">SHOP NOW</a>
  4879. </div>
  4880. </div>
  4881.  
  4882. </div>
  4883. </div>
  4884.  
  4885. </div>
  4886. </div>
  4887.  
  4888. <div class="fui-modal" id="requestTourModal">
  4889. <div class="fui-modal-container">
  4890. <div class="fui-modal-header">
  4891. <h4 class="fui-modal-title">
  4892. Request a Tour
  4893. </h4>
  4894. <div class="modal-close" data-modal="requestTourModal"><i class="fa fa-close"></i></div>
  4895. </div>
  4896. <div class="fui-modal-body">
  4897.  
  4898. <div class="wpcf7 no-js" id="wpcf7-f1499-o1" lang="en-US" dir="ltr">
  4899. <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
  4900. <form action="/#wpcf7-f1499-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
  4901. <div style="display: none;">
  4902. <input type="hidden" name="_wpcf7" value="1499" />
  4903. <input type="hidden" name="_wpcf7_version" value="5.7.7" />
  4904. <input type="hidden" name="_wpcf7_locale" value="en_US" />
  4905. <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1499-o1" />
  4906. <input type="hidden" name="_wpcf7_container_post" value="0" />
  4907. <input type="hidden" name="_wpcf7_posted_data_hash" value="" />
  4908. </div>
  4909. <!-- GROUP -->
  4910. <div class="group">
  4911. <p><label>TOUR DATE*</label><br />
  4912. <span class="wpcf7-form-control-wrap" data-name="your-date"><input class="wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date fui-input" aria-required="true" aria-invalid="false" value="" type="date" name="your-date" /></span>
  4913. </p>
  4914. </div>
  4915.  
  4916.  
  4917. <!-- GROUP -->
  4918. <div class="group">
  4919. <p><label>TELL US YOUR NAME *</label><br />
  4920. <span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required fui-input" aria-required="true" aria-invalid="false" placeholder="Your Name*" value="" type="text" name="your-name" /></span>
  4921. </p>
  4922. </div>
  4923.  
  4924. <!-- GROUP -->
  4925. <div class="group">
  4926. <p><label>ENTER YOUR PHONE *</label><br />
  4927. <span class="wpcf7-form-control-wrap" data-name="your-phone"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel fui-input" aria-required="true" aria-invalid="false" placeholder="Phone*" value="" type="tel" name="your-phone" /></span>
  4928. </p>
  4929. </div>
  4930.  
  4931. <!-- GROUP -->
  4932. <div class="group">
  4933. <p><label>ENTER YOUR EMAIL *</label><br />
  4934. <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email fui-input" aria-required="true" aria-invalid="false" placeholder="Email Address*" value="" type="email" name="your-email" /></span>
  4935. </p>
  4936. </div>
  4937.  
  4938. <!-- GROUP -->
  4939. <div class="group">
  4940. <p><label>MESSAGE *</label><br />
  4941. <span class="wpcf7-form-control-wrap" data-name="your-message"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required fui-input" aria-required="true" aria-invalid="false" placeholder="Message*" name="your-message"></textarea></span>
  4942. </p>
  4943. </div>
  4944.  
  4945. <!-- GROUP -->
  4946. <div class="group text-center">
  4947. <p><input class="wpcf7-form-control has-spinner wpcf7-submit fui-btn fui-btn-primary" type="submit" value="SEND REQUEST" />
  4948. </p>
  4949. </div><div class="wpcf7-response-output" aria-hidden="true"></div>
  4950. </form>
  4951. </div>
  4952.  
  4953. </div>
  4954. </div>
  4955. </div>
  4956.  
  4957. <footer class="main-footer">
  4958.  <div class="fui-container">
  4959.    <div class="row">
  4960.  
  4961.      <!-- ABOUT -->
  4962.      <div class="col-md-4 col-sm-6 col-12 magical single-col text-center">
  4963.        <div class="logo mb-2">
  4964.          <img width="138" height="181"  alt="Private Label Supplements" style="max-width: 100px" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/footer-logo.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="138" height="181" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/footer-logo.png" alt="Private Label Supplements" style="max-width: 100px"></noscript>
  4965.        </div>
  4966.  
  4967.        <p class="about-info text-gray">
  4968.          <small>
  4969.            At The Emerald Corp, we offer a diverse range of high-quality private label CBD products, including CBD oil, pet products, and cosmetic products, using various forms such as full-spectrum, isolate, and broad-spectrum CBD. Our team of CBD experts collaborates with you through each step of custom formulation, white labeling, and product development, ensuring your CBD brand thrives in the competitive industry. With our commitment to the highest standards, flexible private label program, and third-party laboratory testing, we provide the perfect partnership for your own CBD business.
  4970.          </small>
  4971.        </p>
  4972.      </div>
  4973.  
  4974.      <!-- LINKS -->
  4975.      <div class="col-md-2 col-sm-6 col-12 magical single-col">
  4976.        <h4 class="footer-title">Quick Links</h4>
  4977.        <ul class="links">
  4978.          <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5285" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1975 current_page_item active menu-item-5285 nav-item"><a title="Private Label CBD" href="https://www.theemeraldcorp.com/" class="nav-link">Private Label CBD</a></li>
  4979. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5286 nav-item"><a title="About The Emerald Corp" href="https://www.theemeraldcorp.com/about/" class="nav-link">About The Emerald Corp</a></li>
  4980. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5298" class="menu-item menu-item-type-post_type_archive menu-item-object-product menu-item-5298 nav-item"><a title="Private Label CBD Products" href="https://www.theemeraldcorp.com/products/" class="nav-link">Private Label CBD Products</a></li>
  4981. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287 nav-item"><a title="Private Label CBD Manufacturing" href="https://www.theemeraldcorp.com/capabilities/manufacturing/" class="nav-link">Private Label CBD Manufacturing</a></li>
  4982. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5290 nav-item"><a title="Private Label Program" href="https://www.theemeraldcorp.com/private-label-program/" class="nav-link">Private Label Program</a></li>
  4983. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5329" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5329 nav-item"><a title="Private Label Nutraceuticals" href="https://www.emeraldnutra.com" class="nav-link">Private Label Nutraceuticals</a></li>
  4984. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5532" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5532 nav-item"><a title="Wholesale CBD" href="https://wholesale.theemeraldcorp.com/" class="nav-link">Wholesale CBD</a></li>
  4985. <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-5289" class="menu-item menu-item-type-post_type_archive menu-item-object-locations menu-item-5289 nav-item"><a title="Private Label CBD Near Me" href="https://www.theemeraldcorp.com/locations/" class="nav-link">Private Label CBD Near Me</a></li>
  4986.        </ul>
  4987.  
  4988.      </div>
  4989.  
  4990.      <!-- INSTAGRAM -->
  4991.      <div class="col-md-3 col-sm-6 col-12 magical single-col">
  4992.       <h4 class="footer-title">Our Location</h4>
  4993. <!-- <h4 class="footer-title"><i class="fa fa-instagram"></i>&nbsp;@TheEmeraldCorp</h4>
  4994.        <div class="row instafeeds">
  4995.  
  4996.        </div> -->
  4997.  <iframe  width="100%" height="250" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0" data-src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3019.6279109949123!2d-73.27504038459189!3d40.81416967932093!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e8375ac7f2685d%3A0xd9994f95c2aabb5d!2sThe%20Emerald%20Corp%20-%20Private%20Label%20Supplement%20Manufacturing!5e0!3m2!1sen!2slk!4v1613716470040!5m2!1sen!2slk" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></iframe>
  4998.      </div>
  4999.  
  5000.      <!-- COUPON -->
  5001.      <div class="col-md-3 col-sm-6 col-12 magical single-col flex-center-center flex-column">
  5002.        <div class="coupon-card">
  5003. <i class="fa fa-comments-o fa-2x"></i>
  5004.          <h5 class="title">Live Support Available</h5>
  5005.  <p class="info days text-white mb-0">Monday - Friday</p>
  5006.          <p class="info">10 AM to 5 PM EST</p>
  5007.        </div>
  5008.        <div class="accept text-center">
  5009. <img width="280" height="29"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/corpfooterflag.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="280" height="29" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/corpfooterflag.png" alt=""></noscript>
  5010. <!--           <img width="280" height="29"  alt="" data-src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/accept.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img width="280" height="29" src="https://i0.wp.com/www.theemeraldcorp.com/wp-content/themes/emeraldcorp/images/accept.png" alt=""></noscript> -->
  5011.        </div>
  5012.      </div>
  5013.  
  5014.  
  5015.  
  5016.    </div>
  5017.  </div>
  5018.  
  5019.  <!-- BOTTOM FOOTER -->
  5020.  <div class="bottom-footer">
  5021.    <div class="fui-container">
  5022.  
  5023.      <!-- SOCIAL LINKS -->
  5024.      <div class="social-links">
  5025.        <a target="_blank" href="https://instagram.com/theemeraldcorp">
  5026.          <i class="fa fa-instagram"></i>
  5027.        </a>
  5028. <!--
  5029.        <a target="_blank" href="">
  5030.          <i class="fa fa-twitter"></i>
  5031.        </a>
  5032. -->
  5033.        <a target="_blank" href="https://www.facebook.com/theemeraldcorp/">
  5034.          <i class="fa fa-facebook"></i>
  5035.        </a>
  5036.  <a target="_blank" href="https://www.youtube.com/channel/UCdfyAdG-QV24SABzhSm7h8Q?view_as=subscriber">
  5037. <i class="fa fa-youtube"></i>
  5038. </a>
  5039. <!--
  5040.        <a target="_blank" href="">
  5041.          <i class="fa fa-linkedin"></i>
  5042.        </a>
  5043. -->
  5044.      </div>
  5045.  
  5046.      <div class="copy">© 2024 <a href="https://www.theemeraldcorp.com/" class="text-primary">Emerald Corp</a> - <a href="https://www.theemeraldcorp.com/capabilities/manufacturing/" class="text-primary">Private Label CBD Supplement Manufacturing</a> All copyrights reserved</div>
  5047.    </div>
  5048.  </div>
  5049. </footer>
  5050.  
  5051.  
  5052.  
  5053.  
  5054.  
  5055. <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  5056. <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/famousui.js?v=9999"></script>
  5057. <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/magical.js"></script>
  5058. <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js"></script>
  5059. <script type="rocketlazyloadscript" src="https://cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/dist/js/select2.min.js"></script>
  5060. <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
  5061. <!-- <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/owl.carousel.min.js"></script> -->
  5062. <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
  5063. <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/instagram.js"></script>
  5064. <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/quiz.js"></script>
  5065. <!-- jQuery easing plugin -->
  5066.    <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" data-rocket-type="text/javascript"></script>
  5067.  
  5068. <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/validate.js"></script>
  5069.  
  5070. <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.6.3/nouislider.min.js"
  5071.        integrity="sha512-EnXkkBUGl2gBm/EIZEgwWpQNavsnBbeMtjklwAa7jLj60mJk932aqzXFmdPKCG6ge/i8iOCK0Uwl1Qp+S0zowg=="
  5072.        crossorigin="anonymous"></script>
  5073.  
  5074. <script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/steps.js"></script>
  5075.  
  5076.  
  5077.  
  5078. <!--<script type="rocketlazyloadscript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/index.js?v=9999"></script>-->
  5079. <!-- <script type="rocketlazyloadscript" src="https://blog.theemeraldcorp.com/wp-content/themes/emerald-blog/js/topnav.js"></script> -->
  5080.  
  5081.        <div id="message-purchased" class=" " style="display: none;">
  5082.  
  5083.        </div>
  5084. <script type="rocketlazyloadscript" id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/fb56e7fdbb351e4bcefd8bc97/702bde472ad3286e6a0e4211d.js");</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  5085. (function () {
  5086. var c = document.body.className;
  5087. c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
  5088. document.body.className = c;
  5089. })();
  5090. </script>
  5091. <link rel='stylesheet' id='gform_basic-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/basic.min.css?ver=2.5.5.3" type='text/css' media='all' />
  5092. <link rel='stylesheet' id='gform_theme_ie11-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/theme-ie11.min.css?ver=2.5.5.3" type='text/css' media='all' />
  5093. <link rel='stylesheet' id='gform_theme-css' data-pmdelayedstyle="https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/css/theme.min.css?ver=2.5.5.3" type='text/css' media='all' />
  5094. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/hoverintent-js.min.js?ver=2.2.1" id="hoverintent-js-js"></script>
  5095. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/admin-bar.min.js?ver=6.4.3" id="admin-bar-js"></script>
  5096. <script type="text/javascript" id="cr-frontend-js-js-extra">
  5097. /* <![CDATA[ */
  5098. var cr_ajax_object = {"ajax_url":"https:\/\/www.theemeraldcorp.com\/wp-admin\/admin-ajax.php"};
  5099. /* ]]> */
  5100. </script>
  5101. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/customer-reviews-woocommerce/js/frontend.js?ver=5.31.3" id="cr-frontend-js-js"></script>
  5102. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/customer-reviews-woocommerce/js/colcade.js?ver=5.31.3" id="cr-colcade-js"></script>
  5103. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.7" id="swv-js"></script>
  5104. <script type="text/javascript" id="contact-form-7-js-extra">
  5105. /* <![CDATA[ */
  5106. var wpcf7 = {"api":{"root":"https:\/\/www.theemeraldcorp.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
  5107. /* ]]> */
  5108. </script>
  5109. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.7" id="contact-form-7-js"></script>
  5110. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.9.0" id="jquery-blockui-js"></script>
  5111. <script type="text/javascript" id="wc-add-to-cart-js-extra">
  5112. /* <![CDATA[ */
  5113. var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/www.theemeraldcorp.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
  5114. /* ]]> */
  5115. </script>
  5116. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.9.0" id="wc-add-to-cart-js"></script>
  5117. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.9.0" id="js-cookie-js"></script>
  5118. <script type="text/javascript" id="woocommerce-js-extra">
  5119. /* <![CDATA[ */
  5120. var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
  5121. /* ]]> */
  5122. </script>
  5123. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.9.0" id="woocommerce-js"></script>
  5124. <script type="text/javascript" id="swatches-and-photos-js-extra">
  5125. /* <![CDATA[ */
  5126. var wc_swatches_params = {"ajax_url":"https:\/\/www.theemeraldcorp.com\/wp-admin\/admin-ajax.php"};
  5127. /* ]]> */
  5128. </script>
  5129. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/woocommerce-variation-swatches-and-photos/assets/js/swatches-and-photos.js?ver=3.0.6" id="swatches-and-photos-js"></script>
  5130. <script type="text/javascript" id="mailchimp-woocommerce-js-extra">
  5131. /* <![CDATA[ */
  5132. var mailchimp_public_data = {"site_url":"https:\/\/www.theemeraldcorp.com","ajax_url":"https:\/\/www.theemeraldcorp.com\/wp-admin\/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"};
  5133. /* ]]> */
  5134. </script>
  5135. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=3.1.03" id="mailchimp-woocommerce-js"></script>
  5136. <script type="text/javascript" id="like_post-js-extra">
  5137. /* <![CDATA[ */
  5138. var ajax_var = {"url":"https:\/\/www.theemeraldcorp.com\/wp-admin\/admin-ajax.php","nonce":"e39ff6df2d"};
  5139. /* ]]> */
  5140. </script>
  5141. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/themes/emeraldcorp/js/index.js?ver=2" id="like_post-js"></script>
  5142. <script type="text/javascript" id="yith_ywraq_frontend-js-extra">
  5143. /* <![CDATA[ */
  5144. var ywraq_frontend = {"ajaxurl":"\/?wc-ajax=%%endpoint%%","current_lang":"","no_product_in_list":"<p class=\"ywraq_list_empty_message\">Your list is empty, add products to the list to send a request<p><p class=\"return-to-shop\"><a class=\"button wc-backward\" href=\"https:\/\/theemeraldcorp.wpengine.com\/shop\/\">Choose Products<\/a><\/p>","block_loader":"https:\/\/www.theemeraldcorp.com\/wp-content\/plugins\/yith-woocommerce-request-a-quote-premium\/assets\/images\/ajax-loader.gif","go_to_the_list":"no","rqa_url":"https:\/\/www.theemeraldcorp.com\/confirmation\/","current_user_id":"","hide_price":"1","allow_out_of_stock":"","allow_only_on_out_of_stock":"","select_quantity":"Set at least the quantity for a product","i18n_choose_a_variation":"Please select some product options before adding this product to your quote list.","i18n_out_of_stock":"This Variation is Out of Stock, please select another one.","raq_table_refresh_check":"1","auto_update_cart_on_quantity_change":"1","enable_ajax_loading":"0","widget_classes":".widget_ywraq_list_quote, .widget_ywraq_mini_list_quote"};
  5145. /* ]]> */
  5146. </script>
  5147. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/js/frontend.min.js?ver=3.0.2" id="yith_ywraq_frontend-js"></script>
  5148. <script type="text/javascript" src="https://www.theemeraldcorp.com/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js?ver=3.9.8" id="smush-lazy-load-js"></script>
  5149. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
  5150. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
  5151. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
  5152. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script>
  5153. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script>
  5154. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script>
  5155. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
  5156. /* <![CDATA[ */
  5157. wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
  5158. /* ]]> */
  5159. </script>
  5160. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.theemeraldcorp.com/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script>
  5161. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' src="https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.5.5.3" id="gform_json-js"></script>
  5162. <script type="text/javascript" id="gform_gravityforms-js-extra">
  5163. /* <![CDATA[ */
  5164. var gform_i18n = {"datepicker":{"days":{"monday":"Mon","tuesday":"Tue","wednesday":"Wed","thursday":"Thu","friday":"Fri","saturday":"Sat","sunday":"Sun"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"}}};
  5165. var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.theemeraldcorp.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.theemeraldcorp.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
  5166. var gf_legacy_multi = {"1":""};
  5167. /* ]]> */
  5168. </script>
  5169. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' src="https://www.theemeraldcorp.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.5.5.3" id="gform_gravityforms-js"></script>
  5170. <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'> gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script> <div id="wpadminbar" class="nojq nojs">
  5171. <a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1">Skip to toolbar</a>
  5172. <div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar">
  5173. <ul id='wp-admin-bar-root-default' class="ab-top-menu"><li id='wp-admin-bar-wp-logo' class="menupop"><div class="ab-item ab-empty-item" tabindex="0" aria-haspopup="true"><span class="ab-icon" aria-hidden="true"></span><span class="screen-reader-text">About WordPress</span></div><div class="ab-sub-wrapper"><ul id='wp-admin-bar-wp-logo-external' class="ab-sub-secondary ab-submenu"><li id='wp-admin-bar-wporg'><a class='ab-item' href='https://wordpress.org/'>WordPress.org</a></li><li id='wp-admin-bar-documentation'><a class='ab-item' href='https://wordpress.org/documentation/'>Documentation</a></li><li id='wp-admin-bar-learn'><a class='ab-item' href='https://learn.wordpress.org/'>Learn WordPress</a></li><li id='wp-admin-bar-support-forums'><a class='ab-item' href='https://wordpress.org/support/forums/'>Support</a></li><li id='wp-admin-bar-feedback'><a class='ab-item' href='https://wordpress.org/support/forum/requests-and-feedback'>Feedback</a></li></ul></div></li></ul><ul id='wp-admin-bar-top-secondary' class="ab-top-secondary ab-top-menu"><li id='wp-admin-bar-search' class="admin-bar-search"><div class="ab-item ab-empty-item" tabindex="-1"><form action="https://www.theemeraldcorp.com/" method="get" id="adminbarsearch"><input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" /><label for="adminbar-search" class="screen-reader-text">Search</label><input type="submit" class="adminbar-button" value="Search" /></form></div></li></ul> </div>
  5174. </div>
  5175.  
  5176. <script type="rocketlazyloadscript">
  5177. if ($('#couponModal .owl-carousel').length) {
  5178.        $("#couponModal .owl-carousel").owlCarousel({
  5179.            loop: true,
  5180.            margin: 0,
  5181.            nav: true,
  5182.            autoplay: true,
  5183.            autoHeight: true,
  5184.            navText: [
  5185.                '<i class="fa fa-arrow-left"></i>',
  5186.                '<i class="fa fa-arrow-right"></i>'
  5187.            ],
  5188.            responsive: {
  5189.                0: {
  5190.                    items: 1
  5191.                }
  5192.            }
  5193.        });
  5194.    }
  5195.    baguetteBox.run('.gallery-link');
  5196. </script>
  5197.  
  5198. <script type="rocketlazyloadscript">
  5199.  
  5200. setTimeout(function(){
  5201. // $('.couponModalBtn').click();
  5202. },5000);
  5203.  
  5204. </script>
  5205.  
  5206. <script type="rocketlazyloadscript">
  5207.  
  5208. $(function(){
  5209.  
  5210. // $('.quantity input.qty').on('input change', function(){
  5211. // var val = parseInt($(this).val());
  5212. // var min = parseInt($(this).attr('min'));
  5213. // if(val < min){
  5214. // $(this).val(min);
  5215. // }
  5216. // });
  5217.  
  5218. jQuery(
  5219. '<div class="quantity-nav"><div class="quantity-button quantity-up">+</div><div class="quantity-button quantity-down">-</div></div>'
  5220. )
  5221. .insertAfter('.quantity input');
  5222. jQuery('.quantity').each(function () {
  5223. var spinner = jQuery(this),
  5224. input = spinner.find('.input-text.qty'),
  5225. btnUp = spinner.find('.quantity-up'),
  5226. btnDown = spinner.find('.quantity-down'),
  5227. min = input.attr('min'),
  5228. max = input.attr('max');
  5229.  
  5230. btnUp.click(function () {
  5231.  
  5232. var oldValue = parseFloat(input.val());
  5233.  
  5234. if (oldValue >= min) {
  5235. var newVal = oldValue;
  5236. newVal++
  5237. input.val(newVal);
  5238. input.trigger("change");
  5239. }
  5240.  
  5241. });
  5242.  
  5243. btnDown.click(function () {
  5244.  
  5245. var oldValue = parseFloat(input.val());
  5246.  
  5247. if (oldValue >= min) {
  5248. var newVal = oldValue;
  5249. newVal--
  5250. if(newVal < min){
  5251. newVal = min;
  5252. }
  5253. input.val(newVal);
  5254. input.trigger("change");
  5255. }
  5256. });
  5257.  
  5258. });
  5259.  
  5260. })
  5261. </script>
  5262.  
  5263. <!-- Global site tag (gtag.js) - Google Analytics -->
  5264. <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-157959300-1"></script>
  5265. <script type="rocketlazyloadscript">
  5266.  window.dataLayer = window.dataLayer || [];
  5267.  function gtag(){dataLayer.push(arguments);}
  5268.  gtag('js', new Date());
  5269.  
  5270.  gtag('config', 'UA-157959300-1');
  5271. $('.emerald-network-menu .title').on('click', function(){
  5272. $('.sideNavbar').removeClass('toggled')
  5273. });
  5274. </script>
  5275.  
  5276. <script type="rocketlazyloadscript">
  5277.        if ($('.instagram-banner .owl-carousel').length) {
  5278.            $(".instagram-banner .owl-carousel").owlCarousel({
  5279.                loop: true,
  5280.                margin: 0,
  5281.                nav: false,
  5282.                autoplay: true,
  5283.                autoHeight: false,
  5284.                responsive: {
  5285.                    0: {
  5286.                        items: 1
  5287.                    }
  5288.                }
  5289.            });
  5290.        }
  5291.    </script>
  5292.  
  5293. <script type="rocketlazyloadscript">
  5294.  
  5295.  
  5296.  
  5297.  
  5298. $('#newcustomerno').on('click', function(){
  5299. $('#newcustomerselect').removeClass('d-none');
  5300.        $('.newcustomerfield').addClass('d-none');
  5301. });
  5302.  
  5303. $('#newcustomeryes').on('click', function(){
  5304. $('#newcustomerselect').addClass('d-none');
  5305. $('.newcustomerfield').removeClass('d-none');
  5306. });
  5307.  
  5308. // Tawk_API.toggle()
  5309. // $('.live-support-btn').on('click', function(e){
  5310. // e.preventDefault();
  5311. // Tawk_API.toggleVisibility()
  5312. // });
  5313.  
  5314. Tawk_API.onStatusChange = function (status){
  5315.  
  5316. if(status === 'online')
  5317. {
  5318.  
  5319. }
  5320.  
  5321. else if(status === 'away')
  5322. {
  5323. $('.live-support-btn').text('We are currently away');
  5324. }
  5325.  
  5326. else if(status === 'offline')
  5327. {
  5328. $('.live-support-btn').text('Live chat is Offline');
  5329. }
  5330.  
  5331. }
  5332. </script>
  5333.  
  5334.  
  5335.  
  5336. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="perfmatters-delayed-styles-js">!function(){const e=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];function t(){document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),e.forEach(function(e){window.removeEventListener(e,t,{passive:!0})})}e.forEach(function(e){window.addEventListener(e,t,{passive:!0})})}();</script></body>
  5337.  
  5338. </html>
  5339.  
  5340. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda