html.open-searchbar #ac-gn-curtain {
  display: none !important;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a:link, .a:visited, .a:hover {
  font-weight: bold;
  text-decoration: underline;
}
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, nav, section, summary, time, mark, audio, video, button, input, textarea {
  vertical-align: bottom;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
iframe {
    border: 0;
}
#ac-gn-curtain {
	background: none !important;
	        position: absolute !important;
}
.dfd-embedded{
    padding-top: 15px !important;
}
@media (max-width: 768px) {
  button.close-ddf-search{
    display:none !important;
  }
}
button.close-ddf-search{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background: no-repeat;
    border: none;
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    cursor: pointer;
} 
.main {
  margin: 0 auto 5px;
}
@media(max-width:1376px){
    #compare-trigger {
        margin-left: 10px;
    }
}

a {
    color: #292929;
    text-decoration: none
}
.page-header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #111;
}
.logo {
    min-width: auto;
    padding-top: 0 !important;
    padding-left: 30px !important;
}
.logo a {
  margin-top: 0px;
  display: block;
  width: 170px;
}
.logo img {
  height: auto !important;
  display: block;
}
.pd-top {
  padding-top: 5px;
  margin-top: 0;
}
.header.content {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  box-sizing: content-box;
}
.header.content:before,
.header.content:after {
  display: none;
}
.action.skip:not(:focus){
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    font-weight: 400;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0;
    height: 60px;
    margin: 3px 0 5px;
    text-transform: uppercase
}
.header.content .header-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}
.header.content .header-right > .header.links {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 45px;
}
.topbar_wrap {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 4px;
    color: #fff;
    background-color: #111;
}
.topbar_wrap .topbar_div {
    padding-left: 16px;
    margin-right: 19px;
    border-left: 1px solid #fff;
    line-height: 1;
}
.topbar_wrap .topbar_div:first-child {
  padding-left: 0;
  margin-right: 17px;
  border: none;
}
.topbar_wrap .topbar_div a {
    display: block;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}
.topbar_div span {
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
}
.topbar_div img.tpimg {
    height: 20px;
    line-height: 1;
    vertical-align: middle;
}
.topbar_headwrap {
    flex-shrink: 0;
    margin-right: 10px;
}
.common-stars {
    --rating-width: 0%;
    --rating-color: #76c900;
    --inactive-color: #8f8f8f;
    --star-size: 16px;
    --star-gap: 1.5px;

    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--star-size);
    width: calc((var(--star-size) * 5) + (var(--star-gap) * 4));
    min-width: calc((var(--star-size) * 5) + (var(--star-gap) * 4));
    line-height: 0;
    vertical-align: middle;
}
.common-stars::before,
.common-stars::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/star_1.png");
    mask-image: url("https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/star_1.png");
    -webkit-mask-size: var(--star-size) var(--star-size);
    mask-size: var(--star-size) var(--star-size);
    -webkit-mask-repeat: space no-repeat;
    mask-repeat: space no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    pointer-events: none;
}
.common-stars::before {
    background-color: var(--inactive-color);
}
.common-stars::after {
    background: linear-gradient(
        to right,
        var(--rating-color) 0,
        var(--rating-color) var(--rating-width),
        transparent var(--rating-width),
        transparent 100%
    );
}
.topbar_div .common-stars {
    margin: 0 5px;
}
.cust_support_li {
    display: none;
}
.cust_support {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 225px;
    height: 45px;
    padding-left: 0;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1;
}
.cust_support::before {
  content: "";
  display: block;
  flex: 0 0 26px;
  width: 26px;
  max-width: 26px;
  height: 26px;
  margin-left: 9px;
  margin-right: 7px;
  background:
      url("https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/navbar/customer-service.png")
      center / 26px no-repeat;
}
.cust_support::after {
    content: "";
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 10px auto 10px 5px;
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    transform: rotate(45deg);
}
.cust_support  .cust_support_info {
  padding-right: 21px;
}
.cust_support_info span {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.cust_support span:first-child {
    margin-bottom: 1px;
    color: #000;
    font-size: 15px;
}
.header.links .customer-name {
    display: block;
    cursor: pointer;
}
.header-menu {
  background-color: #87C442;
}
.header-menu span,
.header-menu a {
  color: #000;
}
.new-navigation.second {
    float: none;
    width: auto;
}
.new-navigation.second #om {
    text-align: center;
}
.new-navigation.second #om > ul {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.new-search {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    padding-right: 3px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}
.new-search > .search-icon {
    width: 225px;
    height: 45px;
    padding: 0;
    margin: 0;
    background:
        url(https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/navbar/searchIconOld.png)
        right center / 40px no-repeat;
    border: none;
}
.header.links .customer-name::before {
    content: "";
    display: block;
    padding: 0;
    background:
        url(https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/navbar/User-icon-old.png)
        center / contain no-repeat;
}
#compare-trigger {
    --compare-icon-color: #fff;
    position: relative;
    width: 55px;
    margin-top: -4px;
    margin-right: 6px;
    color: transparent;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    height: auto;
    padding: 0;
    border: none;
    text-transform: none;
}

#compare-trigger::before {
    content: "";
    display: block;
    width: 50px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    background:
        linear-gradient(var(--compare-icon-color) 0 0)
            left 7px bottom 1px / 10px 9px no-repeat,
        linear-gradient(var(--compare-icon-color) 0 0)
            center bottom 1px / 10px 27px no-repeat,
        linear-gradient(var(--compare-icon-color) 0 0)
            right 7px bottom 1px / 10px 18px no-repeat;
}
#compare-trigger::after {
    content: "Comparar";
    display: block;
    margin-top: 1px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}
.comparecount {
    position: absolute;
    top: 7px;
    right: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    color: #000;
    background-color: #3b719f;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}
.compare-drawer-container {
  position: fixed;
  right: -750px;
  width: 750px;
}
#search_mini_form {
  border-radius: 6px;
}
body.post-template-template-vaporizers .breadcrumbs {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 700;
      padding-top: 10px;
  padding-bottom: 10px;

}
.breadcrumbs li {
  display: inline-block;
    line-height: 1.5;
}
.breadcrumbs a::after {
  content: "»";
  display: inline-block;
  padding: 0 10px;
  color: #8d97a1;
  font-size: 16px;
  line-height: .7;
  text-decoration: none !important;
}
body:not(.post-template-template-vaporizers) .breadcrumbs {
    max-width: 1028px;
    margin: 0 auto 5px;
}
body:not(.post-template-template-vaporizers) .breadcrumbs a {
  color: #656565;
}
body:not(.post-template-template-vaporizers) .breadcrumbs a::after {
  font-weight: 400;
}
@media (min-width: 769px) {
    body {
        color: #606060;
    }
    .nav-toggle {
        display: none
    }
    .header.content .header-right > .header.links {
        line-height: 68px;
    }
    .logo img {
        max-height: 50px !important;
    }
    .block-search {
        display: none;
    }
    .header.links .customer-name::before {
        width: 45px;
        height: 68px;
        background-size: 45px;
    }
    #om {
        display: block;
    }
    .navbarul {
        position: absolute;
        left: 0;
        display: none;
        padding: 20px;
    }
    .menu > ul > li {
        margin-bottom: 0;
    }
    .menu > ul > li > .level-top {
        position: relative;
        display: block;
        padding: 0 12px !important;
        color: #000;
        font-family: Roboto, Arial, sans-serif;
        font-size: 16px;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }
    .menu > ul > li > .level-top::before,
    .menu > ul > li > .level-top::after {
        display: none;
    }
    .backarrow,
    .fortharrow,
    .hide-desktop {
        display: none;
    }
    body.post-template-template-vaporizers .breadcrumbs {
        width: calc(100% - 80px);
    }
    .breadcrumbs ol:before {
        content: 'You are at:';
        display: inline-block;
        color: green;
        margin-right: 21px;
        text-transform: uppercase;
    }
}
@media (min-width: 769px) and (max-width: 1376px) {
    .topbar_headwrap .topbar_div {
        padding-left: 15px;
        margin-right: 10px;
    }
    .new-search {
        margin-right: 10px;
    }
    .new-search > .search-icon {
        width: 200px;
    }
    .header.content .header-right > .header.links {
        margin-right: 0;
    }
}
@media (min-width: 769px) and (max-width: 1301px) {
    .topbar_div.google_review {
        display: none;
    }
    .topbar_wrap {
        justify-content: flex-start;
    }
    .topbar_wrap .topbar_div:first-child,
    .topbar_div.trustpilot_review {
        padding: 0;
        margin: 0 auto;
        border: 0;
    }
    .cust_support {
        max-width: 170px;
        padding-right: 2px;
    }
    .cust_support span:first-child,
    .cust_support span:nth-child(2) {
        font-size: 10px;
    }
    .cust_support:before {
        margin-left: 7px;
        margin-right: 5px;
    }
    .header.content .header-right > .header.links {
        max-width: 40px;
    }
}
@media (min-width: 769px) and (max-width: 1148px) {
    .new-search > .search-icon {
        width: 120px;
    }
}
@media (min-width: 769px) and (max-width: 1020px) {
    .new-search > .search-icon {
        width: 100px;
    }
}
@media (min-width: 769px) and (max-width: 950px) {
    .new-search > .search-icon {
        width: 47px;
    }
    .cust_support {
        max-width: 50px;
        width: 50px;
        padding: 0;
    }
    .cust_support::before {
        margin-left: auto;
        margin-right: auto;
    }
    .cust_support .cust_support_info,
    .cust_support::after {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 1212px) {
    .menu > ul > li > .level-top {
        font-size: 14px;
        line-height: 50px;
    }
}

@media (min-width: 769px) and (max-width: 1096px) {
    .menu > ul > li > .level-top {
        padding: 0 10px !important;
    }
}

@media (min-width: 769px) and (max-width: 1054px) {
    .menu > ul > li > .level-top {
        padding: 0 8px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .menu > ul > li > .level-top {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .menu > ul > li > .level-top {
        font-size: 11px;
    }
}

@media (min-width: 769px) and (max-width: 840px) {
    .menu > ul > li > .level-top {
        font-size: 10px;
        line-height: 45px;
    }
}

@media (min-width: 1213px) {
    .menu > ul > li > .level-top {
        line-height: 55px;
    }
}

@media (min-width: 1475px) {
    .menu > ul > li > .level-top {
        font-size: 17px;
    }
}

@media (min-width: 1600px) {
    .new-search {
        margin-right: 20px;
    }
    .new-navigation.second #om > ul {
        max-width: 1920px;
    }
    .menu > ul > li > .level-top {
        padding: 0 15px !important;
        font-size: 18px;
    }
    .cust_support {
        margin-right: 20px;
    }
    .new-search > .search-icon {
        width: 400px;
    }
}

@media (min-width: 1700px) {
    .cust_support {
        margin-right: 30px;
    }
    .menu > ul > li > .level-top {
        padding: 0 18px !important;
        font-size: 19px;
    }
}

@media (min-width: 1800px) {
    .menu > ul > li > .level-top {
        padding: 0 20px !important;
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .cust_support {
        margin-right: 40px;
    }
    .menu > ul > li > .level-top {
        padding: 0 26px !important;
        font-size: 21px;
    }
}
@media only screen and (max-width: 1024px) {
    .logo img {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .closeicon,
    .header.content .header-right .header.links,
    #om {
        display: none;
    }
    .cust_support,
    .topbar_headwrap {
        display: none;
    }
    .header.content {
        position: relative;
        display: block;
        padding: 0;
        min-height: 55px;
    }
    .header.content .logo {
        width: 170px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 8px 0 !important;
        text-align: center;
        display: block;
    }
    .header.content .logo img {
        width: auto;
        max-height: 55px !important;
        margin: 0 auto;
    }
    .header.content .header-right {
        position: unset;
        display: block;
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .header.content .block-search {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        display: block;
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
        z-index: 99;
        transition: none;
    }
    .header.content .block-search .field .control {
        margin-left: 0;
        text-align: center;
    }
    .header.content .block-search .field .control .input-wrapper {
        width: 100%;
        display: inline-block;
    }
    .header.content .block-search .field .control .input-wrapper:before {
        display: none;
    }
    .header.content .block-search .input-wrapper input {
        position: relative;
        width: 100%;
        max-width: 100% !important;
        height: 40px;
        padding: 0 0 0 12px;
        background-color: #fff;
        border-radius: 5px;
        line-height: 12px;
        border: 0;
        opacity: 0;
        right: 18px;
        transition: none;
    }
    .header.content .block-search .field .control .closebtn {
        display: none !important;
    }
    .header.content .block-search .actions {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .header.content .block-search .actions .action.search {
        display: block;
        width: 32px;
        height: 40px;
        padding: 0;
        margin: 0;
        background:
            transparent
            url("https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/navbar/searchIconOld.png")
            center / 32px no-repeat;
        border: 0;
        opacity: 1;
    }
    .header-right .block.block-search .block.block-content {
        margin-bottom: 0;
    }
    .compare-drawer-container {
        width: 100%;
        right: -100%;
    }
    #search_mini_form .field.search {
        display: inline-block;
        width: 100%;
    }
    .header-menu {
        position: relative;
    }
    /* Prevent unstyled mobile-menu content from flashing */
    .header-menu .new-navigation {
        position: absolute;
        z-index: 101;
        top: 0 !important;
        left: 0;
        width: 100%;
        max-width: 768px;
        height: 100vh;
        padding: 0;
        overflow: hidden auto;
        background-color: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    .nav-toggle {
        position: absolute;
        top: 9px;
        left: 24px;
        cursor: pointer;
        display: block;
        font-size: 0;
        z-index: 14;
        background-color: transparent;
        border: none;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .nav-toggle:before {
        content: "";
        width: 40px;
        display: block;
        height: 34px;
        background-size: 100%
    }
    .action.nav-toggle::before {
        background-image: url(https://torontovaporizer.ca/blog/wp-content/themes/smart-mag-child/ecommerce-menu/images/menubutton.png);
    }
    .new-search {
        display: none;
    }
    #compare-trigger {
        position: absolute;
        top: 0;
        right: 20px;
        margin-top: 0;
    }
    .comparecount {
        top: 10px;
        right: -7px;
        font-family: Roboto, Arial, sans-serif;
        font-size: 10px;
        font-weight: 400;
    }
    #search_mini_form {
        position: relative;
        margin-left: 24px;
        margin-right: 24px;
        background-color: #fff;
    }
    body.post-template-template-vaporizers .breadcrumbs {
        width: calc(100% - 48px);
        padding-right: 15px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .nav-toggle {
        left: 15px;
    }
    #compare-trigger {
        right: 0;
    }
  #search_mini_form {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 400px) {
    .header.content .logo img {
        max-height: 35px !important;
        right: 0;
    }
    .nav-toggle {
        top: 6px;
    }
    .comparecount {
        top: 9px;
        right: -5px;
    }
}
@media (max-width: 340px) {
    .comparecount {
        top: 9px;
        right: 0;
        width: 20px;
        height: 20px;
        font-size: 10px;
        font-weight: 400;
    }
}
@media (max-width: 300px) {
  .header.content .logo img {
    margin-left: 8px;
  }
}