/* 
Theme Name: Cannadish
Description: Cannadish is a child theme of Hello Elementor
Template: hello-elementor
Version: 0.11.0
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Cannadish Color Palette */
/* ------------------------------ GLOBALS ----------------------------- */
body {
  font-family: "Montserrat", Sans-serif;
}

.woocommerce span.onsale {
  background-color: #e8030d !important;
  right: unset !important;
  left: -1em !important;
}

.single-product span.onsale {
  left: -0.5em !important;
}

form.cart {
  display: block !important;
}

/* ------------------------------ UM FORMS ---------------------------- */
.um input[type=submit].um-button, .woocommerce a.button.alt, .woocommerce button.button.alt {
  background-color: #F04E98 !important;
}

.um input[type=submit].um-button:hover {
  background-color: #D1508C !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
  background: #D8D8D8;
  color: #D1508C !important;
}

/* ------------------------------ USER DASH --------------------------- */
.woocommerce-info {
  border-top-color: #F04E98 !important;
}

.woocommerce-info::before {
  color: #F04E98 !important;
}

ul.canna-user-dash-nav {
  list-style: none;
  padding: 10px;
}

ul.canna-user-dash-nav {
  list-style: none;
  padding: 10px;
}

ul.canna-user-dash-nav li a {
  display: block;
  background-color: #E4E4E4;
  padding: 15px;
  font-weight: 600;
}

ul.canna-user-dash-nav li a:hover {
  color: #D1508C;
  background-color: #cecece;
}

/* ------------------------------ HEADER ------------------------------ */
header {
  width: 100%;
  min-width: 100%;
}
header .can-announcement-bar {
  background: black;
  color: white;
  text-align: center;
  padding: 4px 0px;
  margin-bottom: 5px;
  position: relative;
}
header .can-announcement-bar p {
  margin: 0px;
}
header .can-announcement-bar i.fa.fa-times {
  position: absolute;
  top: 10px;
  right: 10px;
}
header img#site-logo {
  position: absolute;
  width: 34px;
  margin-left: 5px;
  z-index: 100;
}
header .nav-cannadish-title {
  font-family: "Assassin$ Regular";
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: all ease-in-out 0.8s;
}
header .nav-cannadish-title.collapsed-title {
  width: 0px;
}
@media only screen and (max-width: 515px) {
  header .nav-cannadish-title h1 {
    font-size: 2em;
    margin-bottom: 5px;
  }
}
header #nav-bar {
  padding-left: 40px;
}
header .nav-search-select {
  color: white;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 60px;
  height: 34px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f04e98;
  background: #f04e98;
  position: relative;
  transition: all ease-in-out 1.8s;
  transition-delay: 5s;
  transition: display 3s;
}
header .nav-search-fill {
  width: 100%;
  margin: 0;
  border-width: 0;
  transition: all ease-in-out 0.8s;
}
header #nav-belt {
  display: flex;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
}
header #nav-search {
  display: flex;
  width: 100%;
  height: 34px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 4px 4px 2px lightgrey;
  transition: all ease-in-out 0.8s;
  position: absolute;
  right: 126px;
  max-width: 300px;
}
header #nav-search.mobile-search {
  bottom: -10px;
  right: 0px;
  max-width: 90%;
}
header #nav-search.collapsed {
  box-shadow: none;
  width: 55px;
  min-width: 55px;
}
header #nav-search.collapsed .nav-search-select {
  opacity: 0;
  display: none;
  transition-delay: 5s;
  transition: display 3s;
}
header #nav-search.collapsed .nav-search-fill {
  width: 0px;
}
header #nav-search.collapsed .nav-search-fill .nav-search-input {
  border: none;
}
header #nav-search-form {
  display: flex;
  width: 100%;
}
header .nav-search-select:after {
  top: 50%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: white;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
header .nav-search-select select {
  padding: 10px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  color: white;
}
header .nav-search-select select:focus {
  outline: none;
}
header .nav-search-button {
  background-color: #f04e98;
  border: none;
  color: white;
  padding: 4px 6px;
  height: 34px;
  width: 48px;
  font-size: 16px;
  outline: none;
}
header .nav-search-input {
  width: 100%;
  height: 34px;
  padding: 0;
  border-width: 2px;
  border: 1px solid #ccc;
  text-indent: 5px;
  transition: all ease-in-out 1.5s;
}
header .nav-icon {
  margin-left: 5px;
  position: relative;
}
header #nav-hamburger {
  margin-left: 5px;
  font-size: 1.5rem;
  max-height: 40px;
  min-width: 40px;
  width: 40px;
  padding: unset;
  color: black;
  border-color: black;
  background: white;
}

/* ---------------------------- NAVIGATION ---------------------------- */
nav.cannadish-header-nav {
  position: relative;
  width: 100%;
  top: 10px;
  background-color: white;
}
nav.cannadish-header-nav ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
nav.cannadish-header-nav ul.menu {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  display: block;
  height: 0px;
  overflow: hidden;
}
nav.cannadish-header-nav ul.menu.opened {
  height: unset;
}
nav.cannadish-header-nav ul li a {
  display: block;
  background-color: white;
  color: black;
  text-decoration: none;
  padding: 0.7rem 2%;
  font-weight: 500;
}
nav.cannadish-header-nav ul li ul li a {
  padding-left: 5%;
}
nav.cannadish-header-nav ul li ul li ul li a {
  padding-left: 10%;
}
nav.cannadish-header-nav ul li ul li ul li ul li a {
  padding-left: 15%;
}
nav.cannadish-header-nav:after {
  content: "";
  display: table;
  clear: both;
}

.nav-icon span#cart-count {
  position: absolute;
  border: 2px solid #4AA75A;
  left: 0;
  background: white;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  bottom: 0;
}

@media only screen and (max-width: 687px) {
  .nav-icon span#cart-count {
    bottom: 27px;
  }
}
/* -------------------------- MOBILE NAVIGATION ----------------------- */
@media only screen and (max-width: 687px) {
  nav.cannadish-header-nav ul.menu li.menu-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    position: relative;
  }
}
nav.cannadish-header-nav ul.sub-menu {
  transition: all 0.5s ease-out;
}
nav.cannadish-header-nav a.submenu-toggle {
  display: block;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease-out;
  border-bottom: none;
  background: transparent;
  text-align: right;
  width: 50%;
}
nav.cannadish-header-nav a.submenu-toggle.toggled i {
  transform: rotate(90deg);
}

.nav-icon.mobile-logo {
  margin: 0px;
  margin-right: 5px;
  position: relative;
  /* left: 1px; */
}

@media only screen and (max-width: 1024px) {
  nav.cannadish-header-nav {
    padding-left: 0px !important;
  }

  a.logo-desktop {
    display: none !important;
  }

  #nav-bar {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 980px) {
  div.nav-icon.mobile-login {
    display: none !important;
  }
}
/* -------------------------- CATEGORY PAGE --------------------------- */
div.content-container-desktop {
  display: grid;
}

div.content-container {
  grid-template-columns: repeat(1, 1fr);
  /* the parent */
}
div.content-container h1 {
  clear: both;
}
div.content-container .slick-slide {
  margin: 0 10px;
}
div.content-container .slick-list {
  margin: 0 -10px;
}
div.content-container .slick-dotted.slick-slider {
  margin: 15px;
}
div.content-container div.post-container {
  position: relative;
  margin: 10px;
  background-color: #f59bbb;
  max-width: 250px;
}
div.content-container div.post-container img {
  object-fit: cover;
}
div.content-container div.post-container p {
  overflow: hidden;
  text-overflow: ellipsis;
}
div.content-container div.post-image {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
div.content-container div.post-image span.post-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.content-container div.post-text {
  background-color: #f59bbb;
  padding: 0.75rem;
}
div.content-container div.post-text h2 {
  margin: 0;
  font-size: 0.9rem;
}

.product .grid-row {
  min-height: 54px;
  overflow: hidden;
  height: 70px;
}

.post-text a {
  color: black;
}

/* ----------------------------- PRODUCTS ARCHIVE -------------------------- */
#products-filter-btn {
  margin-bottom: 0px;
  position: relative;
  z-index: 15;
}

section#products-archive-filters {
  position: absolute;
  height: 0px;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  background: #fff;
  box-shadow: 0px -2px 16px 0px rgba(209, 210, 213, 0.5);
  top: 100px;
  font-family: Montserrat;
}
section#products-archive-filters.open-filters {
  height: 1260px;
}
section#products-archive-filters li {
  border-bottom: 1px solid #d0cfcf;
  transition: background-color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease-in;
}
section#products-archive-filters li a {
  color: #000000;
  display: block;
  padding: 10px 0px;
}
section#products-archive-filters span.count {
  display: none;
}
section#products-archive-filters #product-archive-nav {
  font-size: 0.9rem;
}
section#products-archive-filters #product-archive-nav ul.product-categories {
  list-style: none;
  padding-inline-start: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: #F04E98;
}

/******************** Elementor Product Archive **************************/
#products-grid {
  top: -50px;
}

div.woocommerce-variation-price {
  display: none;
}

div.can-shipping-limit-wrapper {
  max-height: 0px;
  opacity: 0;
  transition: all ease-out 1s;
  overflow: hidden;
}
div.can-shipping-limit-wrapper.show-notice {
  max-height: 200px;
  opacity: 1;
}

/************************** Sidecart *****************************/
.can-sidecart-backdrop.show-backdrop {
  position: fixed;
  background: #80808073;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 200;
}

.can-sidecart-wrapper {
  position: fixed;
  width: 0%;
  max-width: 370px;
  background: white;
  z-index: 201;
  right: 0px;
  box-shadow: 0.5em 0.5em 1em 4px grey;
  top: 0px;
  bottom: 0px;
  font-family: "Roboto", Sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  transition: all ease-in 0.2s;
}
.can-sidecart-wrapper a#can-sidecart-close {
  float: right;
}
.can-sidecart-wrapper.cart-open {
  width: 50%;
  padding: 15px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-header > * {
  display: inline-block;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-header p.title {
  font-size: 1rem;
  font-weight: 700;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card {
  margin: 10px 0px;
  position: relative;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card a.can-sidecart-removeitem {
  position: absolute;
  right: 0px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-img {
  display: inline-block;
  max-width: 33.33%;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details {
  display: inline-block;
  max-width: 66.66%;
  vertical-align: top;
  padding: 0px 5px;
  font-size: 0.75rem;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p {
  margin: 0px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-title, .can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-price {
  /* font-size: 0.75rem; */
  font-weight: 600;
  margin-bottom: 10px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-title a, .can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-price a {
  color: black;
}
.can-sidecart-wrapper .can-sidecart-actions {
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10%;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-subtotal {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  overflow: hidden;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-subtotal > p {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-subtotal > p:last-child {
  float: right;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-button {
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 0.75rem;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-button:first-of-type {
  background-color: #EF4E98;
  color: white;
}

@media only screen and (min-width: 50rem) {
  /* ------------------------------ HEADER ------------------------------ */
  header img#site-logo {
    width: 55px;
    margin-left: 10px;
  }
  header #nav-bar {
    padding-left: 70px;
  }
  header #nav-hamburger {
    display: none;
  }
  header .nav-icon {
    margin-left: 15px;
    margin-top: 4px;
    display: block;
    min-width: 40px;
    position: absolute;
    right: 0px;
  }
  header .nav-icon:last-of-type {
    right: 63px;
  }
  header .nav-cannadish-title {
    width: calc(100% - 126px);
  }

  /* ---------------------------- NAVIGATION ---------------------------- */
  nav.cannadish-header-nav {
    display: block;
    top: 0px;
  }
  nav.cannadish-header-nav ul.menu {
    display: block;
    list-style-type: none;
    margin: auto;
    white-space: nowrap;
    padding-left: 78px;
    height: unset;
  }
  nav.cannadish-header-nav ul.menu > li {
    display: inline-block;
  }
  nav.cannadish-header-nav ul li a {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.7rem 0.9rem;
    font-weight: unset;
  }
  nav.cannadish-header-nav ul li ul {
    left: auto;
    z-index: 99;
    position: absolute;
    height: 0px;
    overflow: hidden;
    width: 165px;
  }
  nav.cannadish-header-nav ul li:hover ul {
    width: 165px;
    height: 300px;
  }
  nav.cannadish-header-nav ul li ul li {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /* -------------------------- CATEGORY PAGE --------------------------- */
  div.content-container-desktop.content-container {
    grid-template-columns: repeat(2, 1fr);
  }

  section#products-archive-filters {
    position: initial;
    height: auto;
    box-shadow: unset;
  }
  section#products-archive-filters li a:hover {
    background-color: #f1efef;
    font-weight: 500;
  }
  section#products-archive-filters li.active a:hover {
    background-color: #f1efef;
    font-weight: 500;
  }

  #products-filter-btn {
    top: unset;
  }

  /******************** Elementor Product Archive **************************/
  #products-grid {
    top: unset;
  }

  /*********************** Drawer Cart *******************/
  .can-sidecart-wrapper.cart-open {
    width: 30%;
  }
  .can-sidecart-wrapper .can-sidecart-container .can-sidecart-header p.title {
    font-size: 1.5rem;
  }
  .can-sidecart-wrapper .can-sidecart-actions .can-sidecart-button {
    font-size: 1rem;
  }

  /********************** Single Product *****************/
  .single-product span.onsale {
    min-height: 4em;
    min-width: 4em;
    top: -1em;
    left: -1em;
    line-height: 4;
    font-size: x-large;
  }
}
@media only screen and (min-width: 60rem) {
  /* ------------------------------ HEADER ------------------------------ */

  /* ---------------------------- NAVIGATION ---------------------------- */

  /* -------------------------- CATEGORY PAGE --------------------------- */
}
@media only screen and (min-width: 60rem) and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 60rem) and (max-width: 1024px) {
  header div.nav-icon.mobile-login {
    display: none;
  }
}
@media only screen and (min-width: 60rem) and (min-width: 1025px) {
  header div.nav-icon.mobile-logo {
    display: none;
  }
}
@media only screen and (min-width: 60rem) {
  header img#site-logo {
    width: 85px;
    margin-left: 13px;
  }
}
@media only screen and (min-width: 60rem) {
  header #nav-bar {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 60rem) {
  nav.cannadish-header-nav {
    padding-left: 110px;
  }
  nav.cannadish-header-nav ul.menu > li {
    padding-right: 4px;
  }
  nav.cannadish-header-nav ul.menu > li#menu-item-41158 ul.sub-menu {
    display: none;
  }
  nav.cannadish-header-nav ul.menu > li > a {
    border-right: none;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 74px;
  }
/* 
Theme Name: Cannadish
Description: Cannadish is a child theme of Hello Elementor
Template: hello-elementor
Version: 0.11.0
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Cannadish Color Palette */
/* ------------------------------ GLOBALS ----------------------------- */
body {
  font-family: "Montserrat", Sans-serif;
}

.woocommerce span.onsale {
  background-color: #e8030d !important;
  right: unset !important;
  left: -1em !important;
}

.single-product span.onsale {
  left: -0.5em !important;
}

form.cart {
  display: block !important;
}

/* ------------------------------ UM FORMS ---------------------------- */
.um input[type=submit].um-button, .woocommerce a.button.alt, .woocommerce button.button.alt {
  background-color: #F04E98 !important;
}

.um input[type=submit].um-button:hover {
  background-color: #D1508C !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
  background: #D8D8D8;
  color: #D1508C !important;
}

/* ------------------------------ USER DASH --------------------------- */
.woocommerce-info {
  border-top-color: #F04E98 !important;
}

.woocommerce-info::before {
  color: #F04E98 !important;
}

ul.canna-user-dash-nav {
  list-style: none;
  padding: 10px;
}

ul.canna-user-dash-nav {
  list-style: none;
  padding: 10px;
}

ul.canna-user-dash-nav li a {
  display: block;
  background-color: #E4E4E4;
  padding: 15px;
  font-weight: 600;
}

ul.canna-user-dash-nav li a:hover {
  color: #D1508C;
  background-color: #cecece;
}

/* ------------------------------ HEADER ------------------------------ */
header {
  width: 100%;
  min-width: 100%;
}
header .can-announcement-bar {
  background: black;
  color: white;
  text-align: center;
  padding: 4px 0px;
  margin-bottom: 5px;
  position: relative;
}
header .can-announcement-bar p {
  margin: 0px;
}
header .can-announcement-bar i.fa.fa-times {
  position: absolute;
  top: 10px;
  right: 10px;
}
header img#site-logo {
  position: absolute;
  width: 34px;
  margin-left: 5px;
  z-index: 100;
}
header .nav-cannadish-title {
  font-family: "Assassin$ Regular";
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: all ease-in-out 0.8s;
}
header .nav-cannadish-title.collapsed-title {
  width: 0px;
}
@media only screen and (max-width: 515px) {
  header .nav-cannadish-title h1 {
    font-size: 2em;
    margin-bottom: 5px;
  }
}
header #nav-bar {
  padding-left: 40px;
}
header .nav-search-select {
  color: white;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 60px;
  height: 34px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f04e98;
  background: #f04e98;
  position: relative;
  transition: all ease-in-out 1.8s;
  transition-delay: 5s;
  transition: display 3s;
}
header .nav-search-fill {
  width: 100%;
  margin: 0;
  border-width: 0;
  transition: all ease-in-out 0.8s;
}
header #nav-belt {
  display: flex;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
}
header #nav-search {
  display: flex;
  width: 100%;
  height: 34px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 4px 4px 2px lightgrey;
  transition: all ease-in-out 0.8s;
  position: absolute;
  right: 126px;
  max-width: 300px;
}
header #nav-search.mobile-search {
  bottom: -10px;
  right: 0px;
  max-width: 90%;
}
header #nav-search.collapsed {
  box-shadow: none;
  width: 55px;
  min-width: 55px;
}
header #nav-search.collapsed .nav-search-select {
  opacity: 0;
  display: none;
  transition-delay: 5s;
  transition: display 3s;
}
header #nav-search.collapsed .nav-search-fill {
  width: 0px;
}
header #nav-search.collapsed .nav-search-fill .nav-search-input {
  border: none;
}
header #nav-search-form {
  display: flex;
  width: 100%;
}
header .nav-search-select:after {
  top: 50%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: white;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
header .nav-search-select select {
  padding: 10px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  color: white;
}
header .nav-search-select select:focus {
  outline: none;
}
header .nav-search-button {
  background-color: #f04e98;
  border: none;
  color: white;
  padding: 4px 6px;
  height: 34px;
  width: 48px;
  font-size: 16px;
  outline: none;
}
header .nav-search-input {
  width: 100%;
  height: 34px;
  padding: 0;
  border-width: 2px;
  border: 1px solid #ccc;
  text-indent: 5px;
  transition: all ease-in-out 1.5s;
}
header .nav-icon {
  margin-left: 5px;
  position: relative;
}
header #nav-hamburger {
  margin-left: 5px;
  font-size: 1.5rem;
  max-height: 40px;
  min-width: 40px;
  width: 40px;
  padding: unset;
  color: black;
  border-color: black;
  background: white;
}

/* ---------------------------- NAVIGATION ---------------------------- */
nav.cannadish-header-nav {
  position: relative;
  width: 100%;
  top: 10px;
  background-color: white;
}
nav.cannadish-header-nav ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
nav.cannadish-header-nav ul.menu {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  display: block;
  height: 0px;
  overflow: hidden;
}
nav.cannadish-header-nav ul.menu.opened {
  height: unset;
}
nav.cannadish-header-nav ul li a {
  display: block;
  background-color: white;
  color: black;
  text-decoration: none;
  padding: 0.7rem 2%;
  font-weight: 500;
}
nav.cannadish-header-nav ul li ul li a {
  padding-left: 5%;
}
nav.cannadish-header-nav ul li ul li ul li a {
  padding-left: 10%;
}
nav.cannadish-header-nav ul li ul li ul li ul li a {
  padding-left: 15%;
}
nav.cannadish-header-nav:after {
  content: "";
  display: table;
  clear: both;
}

.nav-icon span#cart-count {
  position: absolute;
  border: 2px solid #4AA75A;
  left: 0;
  background: white;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  bottom: 0;
}

@media only screen and (max-width: 687px) {
  .nav-icon span#cart-count {
    bottom: 27px;
  }
}
/* -------------------------- MOBILE NAVIGATION ----------------------- */
@media only screen and (max-width: 687px) {
  nav.cannadish-header-nav ul.menu li.menu-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    position: relative;
  }
}
nav.cannadish-header-nav ul.sub-menu {
  transition: all 0.5s ease-out;
}
nav.cannadish-header-nav a.submenu-toggle {
  display: block;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease-out;
  border-bottom: none;
  background: transparent;
  text-align: right;
  width: 50%;
}
nav.cannadish-header-nav a.submenu-toggle.toggled i {
  transform: rotate(90deg);
}

.nav-icon.mobile-logo {
  margin: 0px;
  margin-right: 5px;
  position: relative;
  /* left: 1px; */
}

@media only screen and (max-width: 1024px) {
  nav.cannadish-header-nav {
    padding-left: 0px !important;
  }

  a.logo-desktop {
    display: none !important;
  }

  #nav-bar {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 980px) {
  div.nav-icon.mobile-login {
    display: none !important;
  }
}
/* -------------------------- CATEGORY PAGE --------------------------- */
div.content-container-desktop {
  display: grid;
}

div.content-container {
  grid-template-columns: repeat(1, 1fr);
  /* the parent */
}
div.content-container h1 {
  clear: both;
}
div.content-container .slick-slide {
  margin: 0 10px;
}
div.content-container .slick-list {
  margin: 0 -10px;
}
div.content-container .slick-dotted.slick-slider {
  margin: 15px;
}
div.content-container div.post-container {
  position: relative;
  margin: 10px;
  background-color: #f59bbb;
  max-width: 250px;
}
div.content-container div.post-container img {
  object-fit: cover;
}
div.content-container div.post-container p {
  overflow: hidden;
  text-overflow: ellipsis;
}
div.content-container div.post-image {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
div.content-container div.post-image span.post-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.content-container div.post-text {
  background-color: #f59bbb;
  padding: 0.75rem;
}
div.content-container div.post-text h2 {
  margin: 0;
  font-size: 0.9rem;
}

.product .grid-row {
  min-height: 54px;
  overflow: hidden;
  height: 70px;
}

.post-text a {
  color: black;
}

/* ----------------------------- PRODUCTS ARCHIVE -------------------------- */
#products-filter-btn {
  margin-bottom: 0px;
  position: relative;
  z-index: 15;
}

section#products-archive-filters {
  position: absolute;
  height: 0px;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  background: #fff;
  box-shadow: 0px -2px 16px 0px rgba(209, 210, 213, 0.5);
  top: 100px;
  font-family: Montserrat;
}
section#products-archive-filters.open-filters {
  height: 1260px;
}
section#products-archive-filters li {
  border-bottom: 1px solid #d0cfcf;
  transition: background-color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease-in;
}
section#products-archive-filters li a {
  color: #000000;
  display: block;
  padding: 10px 0px;
}
section#products-archive-filters span.count {
  display: none;
}
section#products-archive-filters #product-archive-nav {
  font-size: 0.9rem;
}
section#products-archive-filters #product-archive-nav ul.product-categories {
  list-style: none;
  padding-inline-start: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: #F04E98;
}

/******************** Elementor Product Archive **************************/
#products-grid {
  top: -50px;
}

div.woocommerce-variation-price {
  display: none;
}

div.can-shipping-limit-wrapper {
  max-height: 0px;
  opacity: 0;
  transition: all ease-out 1s;
  overflow: hidden;
}
div.can-shipping-limit-wrapper.show-notice {
  max-height: 200px;
  opacity: 1;
}

/************************** Sidecart *****************************/
.can-sidecart-backdrop.show-backdrop {
  position: fixed;
  background: #80808073;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 200;
}

.can-sidecart-wrapper {
  position: fixed;
  width: 0%;
  max-width: 370px;
  background: white;
  z-index: 201;
  right: 0px;
  box-shadow: 0.5em 0.5em 1em 4px grey;
  top: 0px;
  bottom: 0px;
  font-family: "Roboto", Sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  transition: all ease-in 0.2s;
}
.can-sidecart-wrapper a#can-sidecart-close {
  float: right;
}
.can-sidecart-wrapper.cart-open {
  width: 50%;
  padding: 15px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-header > * {
  display: inline-block;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-header p.title {
  font-size: 1rem;
  font-weight: 700;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card {
  margin: 10px 0px;
  position: relative;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card a.can-sidecart-removeitem {
  position: absolute;
  right: 0px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-img {
  display: inline-block;
  max-width: 33.33%;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details {
  display: inline-block;
  max-width: 66.66%;
  vertical-align: top;
  padding: 0px 5px;
  font-size: 0.75rem;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p {
  margin: 0px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-title, .can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-price {
  /* font-size: 0.75rem; */
  font-weight: 600;
  margin-bottom: 10px;
}
.can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-title a, .can-sidecart-wrapper .can-sidecart-container .can-sidecart-content .can-sidecart-card .can-sidecart-card-details p.can-sidecart-card-price a {
  color: black;
}
.can-sidecart-wrapper .can-sidecart-actions {
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10%;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-subtotal {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  overflow: hidden;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-subtotal > p {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-subtotal > p:last-child {
  float: right;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-button {
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 0.75rem;
}
.can-sidecart-wrapper .can-sidecart-actions .can-sidecart-button:first-of-type {
  background-color: #EF4E98;
  color: white;
}

@media only screen and (min-width: 50rem) {
  /* ------------------------------ HEADER ------------------------------ */
  header img#site-logo {
    width: 55px;
    margin-left: 10px;
  }
  header #nav-bar {
    padding-left: 70px;
  }
  header #nav-hamburger {
    display: none;
  }
  header .nav-icon {
    margin-left: 15px;
    margin-top: 4px;
    display: block;
    min-width: 40px;
    position: absolute;
    right: 0px;
  }
  header .nav-icon:last-of-type {
    right: 63px;
  }
  header .nav-cannadish-title {
    width: calc(100% - 126px);
  }

  /* ---------------------------- NAVIGATION ---------------------------- */
  nav.cannadish-header-nav {
    display: block;
    top: 0px;
  }
  nav.cannadish-header-nav ul.menu {
    display: block;
    list-style-type: none;
    margin: auto;
    white-space: nowrap;
    padding-left: 78px;
    height: unset;
  }
  nav.cannadish-header-nav ul.menu > li {
    display: inline-block;
  }
  nav.cannadish-header-nav ul li a {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.7rem 0.9rem;
    font-weight: unset;
  }
  nav.cannadish-header-nav ul li ul {
    left: auto;
    z-index: 99;
    position: absolute;
    height: 0px;
    overflow: hidden;
    width: 165px;
  }
  nav.cannadish-header-nav ul li:hover ul {
    width: 165px;
    height: 300px;
  }
  nav.cannadish-header-nav ul li ul li {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /* -------------------------- CATEGORY PAGE --------------------------- */
  div.content-container-desktop.content-container {
    grid-template-columns: repeat(2, 1fr);
  }

  section#products-archive-filters {
    position: initial;
    height: auto;
    box-shadow: unset;
  }
  section#products-archive-filters li a:hover {
    background-color: #f1efef;
    font-weight: 500;
  }
  section#products-archive-filters li.active a:hover {
    background-color: #f1efef;
    font-weight: 500;
  }

  #products-filter-btn {
    top: unset;
  }

  /******************** Elementor Product Archive **************************/
  #products-grid {
    top: unset;
  }

  /*********************** Drawer Cart *******************/
  .can-sidecart-wrapper.cart-open {
    width: 30%;
  }
  .can-sidecart-wrapper .can-sidecart-container .can-sidecart-header p.title {
    font-size: 1.5rem;
  }
  .can-sidecart-wrapper .can-sidecart-actions .can-sidecart-button {
    font-size: 1rem;
  }

  /********************** Single Product *****************/
  .single-product span.onsale {
    min-height: 4em;
    min-width: 4em;
    top: -1em;
    left: -1em;
    line-height: 4;
    font-size: x-large;
  }
}
@media only screen and (min-width: 60rem) {
  /* ------------------------------ HEADER ------------------------------ */

  /* ---------------------------- NAVIGATION ---------------------------- */

  /* -------------------------- CATEGORY PAGE --------------------------- */
}
@media only screen and (min-width: 60rem) and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 60rem) and (max-width: 1024px) {
  header div.nav-icon.mobile-login {
    display: none;
  }
}
@media only screen and (min-width: 60rem) and (min-width: 1025px) {
  header div.nav-icon.mobile-logo {
    display: none;
  }
}
@media only screen and (min-width: 60rem) {
  header img#site-logo {
    width: 85px;
    margin-left: 13px;
  }
}
@media only screen and (min-width: 60rem) {
  header #nav-bar {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 60rem) {
  nav.cannadish-header-nav {
    padding-left: 110px;
  }
  nav.cannadish-header-nav ul.menu > li {
    padding-right: 4px;
  }
  nav.cannadish-header-nav ul.menu > li#menu-item-41158 ul.sub-menu {
    display: none;
  }
  nav.cannadish-header-nav ul.menu > li > a {
    border-right: none;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 74px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(2) > a {
    background-image: url("https://www.cannadish.net/wp-content/uploads/2021/02/Subscription-Icon.png");
    width: 161px;
    background-position-y: 9px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(3) > a {
    background-image: url("assets/images/beauty-icon-horizontal.png");
    width: 161px;
    background-position-y: 9px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(4) > a {
    font-size: 0;
    background-image: url("assets/images/eats-icon-horizontal.png");
    width: 163px;
    background-position-y: 3px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(5) > a {
    font-size: 0;
    background-image: url("assets/images/pets-icon-horizontal.png");
    width: 171px;
    background-position-y: 17px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(6) > a {
    font-size: 0;
    background-image: url("assets/images/retreats-icon-horizontal.png");
    width: 173px;
    background-position-y: 13px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(1) > a {
    font-size: 0;
    background-image: url("assets/images/shop-icon-horizontal.png");
    width: 174px;
    background-position-y: 13px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(7) {
    display: none;
  }
}
@media only screen and (min-width: 60rem) {
  div.content-container-desktop.content-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
/** SAM PARTNER PAGE STYLES */
.partner-form-field {
  min-width: 100%;
}

.partner-perform-field .wpcf7-form-control-wrap {
  padding: 0px 20px;
}

#partner_form input {
  border: none !important;
  border-radius: 0px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

#partner_form select {
  border: 0px;
  max-height: 28px;
  padding: 2px;
}

#ninja_forms_field_52 {
  background: #f04e99;
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  padding: 10px 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: auto;
  border-radius: 10px !important;
}

#partner_form .checkbox-wrap input {
  position: absolute;
  opacity: 0;
}
#partner_form .checkbox-wrap input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
#partner_form .checkbox-wrap input + label:before {
  content: "";
  margin: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
#partner_form .checkbox-wrap input:hover + label:before {
  background: white;
}
#partner_form .checkbox-wrap input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#partner_form .checkbox-wrap input:checked + label:before {
  background: #f04e98;
}
#partner_form .checkbox-wrap input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
#partner_form .checkbox-wrap input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
#partner_form .checkbox-wrap input:checked + label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.ninja-row:nth-child(8), .ninja-row:nth-child(9), .ninja-row:nth-child(10) {
  max-width: 800px;
  padding-left: 10%;
}

.hidden {
  display: none;
}

.ninja-col-1-2 > .checkbox-wrap {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ninja-forms-required-items {
  display: none !important;
}

.ninja-forms-req-symbol {
  color: #7d7d7d !important;
}

@media only screen and (max-width: 515px) {
  div.field-wrap label {
    font-size: 1em !important;
  }

  .ninja-forms-field h3 {
    font-size: 1.2em !important;
  }

  .ninja-row > .ninja-col-1-2 > .field-wrap.checkbox-wrap.label-right.partner_form_checkbox-wrap.nf-open-field-group-wrap > label {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 500px) {
  button.quantity-btn, input.input-text.qty {
    font-size: 14px !important;
    padding: 0.25rem 0.5rem !important;
    width: 30% !important;
  }

  table button.quantity-btn, input.input-text.qty {
    font-size: 14px !important;
    padding: 0.25rem 0.5rem !important;
    width: unset !important;
  }

  button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button.alt:hover {
    font-size: 0.75rem !important;
  }

  #content-widget {
    margin-bottom: 0px;
  }
}
.single-product ol {
  padding: 0px !important;
}
.single-product .elementor-add-to-cart.elementor-product-simple > p:first-child {
  display: none;
}
.single-product #quantity-col .elementor-column-wrap.elementor-element-populated {
  padding-left: 0px;
  padding-top: 0px;
}
.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button,
.single-product input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.single-product .elementor-widget-container .flex-viewport[style] {
  height: 400px;
}
.single-product div.product div.images .flex-control-thumbs li {
  width: 33.33% !important;
}
.single-product .elementor-add-to-cart.elementor-product-simple form.cart {
  display: table !important;
}
.single-product .quantity {
  display: table-row;
  height: 53px;
  display: block;
  margin-bottom: 5px !important;
  min-width: 100%;
  font-size: 0px;
  float: none !important;
}
.single-product .woocommerce-variation-add-to-cart {
  /* background-color: white; */
  display: block !important;
}
.single-product table.variations {
  opacity: 0;
}
@media screen and (max-width: 515px) {
  .single-product .quantity {
    height: 27px;
  }
}
@media screen and (max-width: 920px) {
  .single-product figure.woocommerce-product-gallery__wrapper img.wp-post-image {
    max-height: 50vh;
  }
}
.single-product .elementor-add-to-cart form.cart > .quantity {
  display: block;
  margin-bottom: 5px !important;
  min-width: 100%;
  font-size: 0px;
  float: none !important;
}
.single-product .quantity > button.quantity-btn:first-of-type {
  border-right: 4px solid white;
}
.single-product .quantity > input.qty {
  border-right: 4px solid white !important;
  border-left: 4px solid white !important;
}
.single-product .quantity > button:last-of-type {
  border-left: 4px solid white !important;
}
.single-product .quantity button.quantity-btn, .single-product .quantity input.input-text.qty.text {
  background: #F04E99;
  color: white;
  font-weight: 700;
  padding: 0.25rem 1rem;
  font-size: 1.5rem;
  border-radius: 0px;
  width: 33.33% !important;
  border: none;
  height: 100%;
}
.single-product button.quantity-btn:first-of-type {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.single-product button.quantity-btn:last-of-type {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.single-product button.single_add_to_cart_button.button.alt, .single-product button.single_add_to_cart_button.button.alt:hover {
  font-size: 1.5rem;
  background: #319B42;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0px !important;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 515px) {
  .single-product button.quantity-btn:first-of-type {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .single-product button.quantity-btn:last-of-type {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .single-product button.single_add_to_cart_button.button.alt, .single-product button.single_add_to_cart_button.button.alt:hover {
    border-radius: 6px;
  }
  .single-product .single-product .form-submit input#submit {
    font-size: 1em !important;
  }
}
.single-product .woocommerce-review-link {
  display: none;
}
.single-product .woocommerce #reviews #comments ol.commentlist {
  padding-left: 0px;
}
.single-product .comment_container img {
  display: none !important;
}
.single-product .woocommerce-Reviews-title {
  display: none !important;
}
.single-product .comment-text {
  margin: 0px !important;
}
.single-product #reply-title.comment-reply-title {
  font-size: 1rem;
  font-weight: 600;
}
.single-product p.form-submit {
  text-align: center;
}
.single-product .form-submit input#submit {
  background: #F04E99 !important;
  color: white !important;
  font-size: 1.5em !important;
  padding: 10px 30px !important;
}
.single-product .can-variation-switch-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid grey;
  background-size: contain !important;
  margin: 5px;
}
.single-product .can-variation-switch-image:hover {
  border: 2px solid #319B42;
}

@media only screen and (max-width: 515px) {
  .hide-on-mobile {
    display: none !important;
  }

  h2.woocommerce-Reviews-title {
    font-size: 1rem;
  }

  .form-submit input#submit {
    font-size: 1rem !important;
  }
}
.elementor-element.elementor-products-grid ul.products li.product {
  max-width: 400px;
  width: 100% !important;
}

.container {
  padding: 1em 0;
  float: left;
  width: 50%;
}
.container a {
  color: black;
}

@media screen and (max-width: 769px) {
  .container {
    display: block;
    width: 100%;
  }

  .grid-row {
    height: 74px;
  }
}
@media screen and (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 300px;
  }
}
.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  max-height: 271px;
}

.columns-4 .content {
  max-height: 219px;
}

@media only screen and (min-width: 1230px) {
  .columns-4 .content {
    position: relative;
    height: 300px;
    max-height: 300px;
  }
  .columns-4 .content img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  body.archive .columns-4 .content {
    max-height: 219px !important;
  }
}
.woocommerce div.product div.images img {
  width: auto !important;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

@media only screen and (max-width: 1260px) {
  .content-image {
    width: 250px;
    height: 250px;
    margin: 0px !important;
  }
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.grid-row {
  display: block;
}

.grid-row > * {
  display: inline-block !important;
  margin: 0px !important;
}

.products-grid > p {
  margin: 0px;
  height: 72px;
  overflow: hidden;
  margin: 5px 0px;
}

.products-grid > .woocommerce-Price-amount.amount {
  font-weight: 700;
}

li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}

.product-grid-btns {
  margin-top: 15px;
}

.products-grid .star-rating, .woocommerce ul.products li.product .star-rating {
  position: relative !important;
  float: none;
  font-size: 1em !important;
}

.products-grid .star-rating span {
  color: #f04e98;
}

.products-grid .star-rating::before {
  content: "SSSSS";
  color: #f59bbb;
  font-size: 1rem !important;
  font-family: star;
}

ul.products.columns-3, ul.products.columns-4 {
  list-style: none;
  padding: 10px;
}

.products-grid .product-grid-btns a {
  background: #309b42;
  color: white;
  font-family: montserrat !important;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600 !important;
  border-radius: 5px;
}

@media screen and (max-width: 515px) {
  .products-grid .product-grid-btns a {
    border-radius: 4px;
  }

  div.slick-slide {
    padding: 0px 10px;
  }

  .products-grid .grid-row h3 {
    font-size: 1em;
  }

  .products-grid .star-rating {
    width: 100% !important;
    position: relative !important;
    left: 0px;
  }

  .slick-list {
    margin-right: 20px;
    margin-left: 20px;
  }

  button.slick-arrow {
    border: none;
    color: rgba(0, 0, 0, 0);
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }
}
.products-grid .product-grid-btns a:hover {
  background: #309b42;
  color: white;
}

.product-overlay-cart {
  width: 90px;
  margin: auto;
}

/** FILTERS AND SORT OPTIONS **/
.sort-card {
  color: #f04e98;
  font-size: 1.4rem;
  font-weight: 600;
}
.sort-card a:link,
.sort-card a:visited,
.sort-card a:hover,
.sort-card a:active {
  color: rgba(0, 0, 16, 0.8);
  text-decoration: none;
}
.sort-card a:hover,
.sort-card a:active {
  border-bottom: 0.1em solid rgba(0, 0, 16, 0.8);
  color: rgba(0, 0, 16, 0.8);
  text-decoration: none;
}
.sort-card span {
  color: rgba(0, 0, 16, 0.4);
  font-size: 70%;
}
.sort-card header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 34.6rem;
}
.sort-card header h1 {
  font-size: 2.8em;
}
.sort-card .rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.8rem;
  width: 100%;
}
.sort-card .rating-text p {
  color: rgba(0, 0, 16, 0.8);
  font-size: 1.3rem;
  padding: 0.3rem;
}
.sort-card .rating {
  padding: 0 0.4rem 0 0.4rem;
  border-radius: 10px;
  width: 100%;
  border: 2px solid #f04e98;
}
.sort-card .rating > * {
  display: inline-block;
}
.sort-card .sort-title {
  margin-right: 25px;
}
.sort-card .sort-title > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.sort-card svg {
  fill: #f59bbb;
  height: 2rem;
  width: 1.6rem;
  margin: 0.2rem;
}
.sort-card .rating-form-2 svg {
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
}
.sort-card #radios label {
  position: relative;
}
.sort-card input[type=radio] {
  position: absolute;
  opacity: 0;
}
.sort-card input[type=radio] + svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
}
.sort-card input + svg {
  cursor: pointer;
}
.sort-card input[class=super-happy]:hover + svg,
.sort-card input[class=super-happy]:checked + svg,
.sort-card input[class=super-happy]:focus + svg,
.sort-card input[class=super-happy][selected=selected] + svg {
  fill: #f04e98;
}
.sort-card .woocommerce-ordering, .sort-card .woocommerce-page .woocommerce-ordering {
  float: right;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}
.sort-card .woocommerce-ordering {
  margin-bottom: 0px;
}

@media screen and (min-width: 515px) {
  .hide-on-desktop {
    display: none;
  }
}
.woocommerce-page .sidebar-button {
  display: none;
}
@media screen and (max-width: 515px) {
  .woocommerce-page .shop-filters {
    position: fixed;
    overflow-y: scroll;
    top: 0px;
    z-index: 99;
    max-width: 60%;
    bottom: 0px;
    background: white;
    transform: translate3d(-300px, 0, 0);
    transition: all 0.5s ease;
  }
  .woocommerce-page .shop-filters .ui-widget.ui-widget-content {
    border: none;
  }
  .woocommerce-page .shop-filters.shop-filters-show {
    transform: none;
    -webkit-transform: none;
  }
  .woocommerce-page .sidebar-button {
    float: left;
    display: block;
    color: #f04e98;
    background: white;
    padding: 0.5rem 1rem;
  }
  .woocommerce-page .sidebar-button i.fa.fa-bars {
    font-size: 1.5rem;
  }
  .woocommerce-page .sidebar-button p {
    display: inline-block;
    font-family: Roboto;
    margin-left: 5px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0px;
    vertical-align: text-top;
  }
  .woocommerce-page .sidebar-button.close > span {
    display: inline-block;
    margin-left: 5px;
  }
}
.woocommerce-page .sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  bottom: 0;
}
.woocommerce-page .shop-filters {
  font-family: Roboto;
  color: #f04e98;
  font-weight: bold;
  font-size: 1em;
  border-right: 2px ridge #f04e982e;
  margin-right: 25px;
}
.woocommerce-page .shop-filters h5, .woocommerce-page .shop-filters label {
  font-size: 1em;
  font-weight: bold;
  color: #f59bbb;
}
.woocommerce-page .shop-filters ul.wpf_hierachy > li > label, .woocommerce-page .shop-filters ul.wpf_submenu.wpf_level_2 > li > label {
  color: #f04e98;
}
.woocommerce-page .shop-filters .wpf_item input[type=checkbox] {
  border: 1px solid #f04e98;
  border-radius: 5px;
}
.woocommerce-page .shop-filters a {
  font-family: Roboto;
  color: #f04e98;
}
.woocommerce-page .shop-filters .wpf_form .wpf_items_wrapper .wpf_item ul.wpf_submenu.wpf_level_2 {
  padding-left: 20px;
  border: none;
}
.woocommerce-page .shop-filters .wpf_items_wrapper .wpf_item ul li {
  display: block;
}
.woocommerce-page .shop-filters .wpf_item .wpf_item_name {
  border: none;
}
.woocommerce-page .shop-filters .filter-rating ul {
  padding-left: 0px;
  list-style: none;
}
.woocommerce-page .shop-filters .filter-rating li.wc-layered-nav-rating a {
  display: block;
  color: transparent;
}
.woocommerce-page .shop-filters .filter-rating li.wc-layered-nav-rating a span.star-rating {
  float: none !important;
}
.woocommerce-page .shop-filters .filter-rating li.wc-layered-nav-rating a span.star-rating::before {
  position: unset;
  float: none;
}
.woocommerce-page .shop-filters .filter-rating span.star-rating span {
  float: none;
  position: unset;
  margin-left: 15px;
  font-family: Roboto;
  font-size: 0.8em;
}
.woocommerce-page .shop-filters .filter-rating span.star-rating span::before {
  font-family: star;
  font-size: 1rem !important;
}
.woocommerce-page .ui-state-default, .woocommerce-page .ui-widget-content .ui-state-default {
  border: none !important;
  background: #f04e98;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
}
.woocommerce-page .ui-widget-header {
  border: none !important;
  background: #f59bbb;
}
.woocommerce-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  border: none;
  color: #000000;
  font-weight: bold;
  background: white;
  opacity: 0;
}
.woocommerce-page label[for=orderby]::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: block;
  background: url("https://www.cannadish.net/wp-content/themes/cannadish/assets/images/slider.svg") no-repeat center center;
  pointer-events: none;
  background-size: 50%;
  height: 42px;
  color: #f04e98;
}

a.added_to_cart.wc-forward {
  display: none;
}

a.button.add_to_cart_button.product_type_simple.ajax_add_to_cart:not(.can_cart_btn) {
  background: transparent;
  display: block;
  position: relative;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

i.fa.fa-spinner {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  /* top: 0; */
  bottom: 40px;
  font-size: 2rem;
  color: white;
}

a.button.add_to_cart_button.product_type_simple.ajax_add_to_cart.loading i.fa.fa-spinner {
  display: block;
}

div#can-add-cart-modal {
  background: #B2D8B0;
  position: fixed;
  top: 15%;
  bottom: 0;
  /* left: 0; */
  right: 40%;
  width: 40%;
  height: 50px;
  box-shadow: 0em 0.25em 1em grey;
  max-width: 150px;
  padding: 5px 15px;
  /* line-height: 2rem; */
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #34A050;
  border: 2px solid #34A050;
  z-index: 99;
}

span#close-modal {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
}

p.mandatory-shipping {
  font-weight: 600;
}

.eael-lc-logo img {
  width: 120px !important;
  height: 120px !important;
}

.cannadish-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  text-align: center;
}
.cannadish-pagination ul.page-numbers li {
  display: inline-block;
  padding: 5px;
  background: #fff4f9;
  width: 27px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .social-page-equal-height > .elementor-widget-container {
    min-height: 216px;
  }
}
#contact-us-form input, #contact-us-form textarea {
  border: none !important;
  border-radius: 0px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

@media only screen and (min-width: 867px) {
  .can-meta h4 {
    font-size: 1.2em;
  }
  .can-meta h5 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 867px) {
  .can-meta h4 {
    font-size: 1em;
  }
  .can-meta h5 {
    font-size: 1em;
  }
}
.can-meta .can-meta-bar {
  text-align: center;
  min-width: 100%;
}
@media only screen and (max-width: 867px) {
  .can-meta .can-meta-bar .can-meta-bar-item {
    width: 50% !important;
  }
}
.can-meta .can-meta-bar .can-meta-bar-item {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 10px 20px;
  width: 25%;
}
.can-meta .can-meta-bar .can-meta-bar-item .icon {
  width: 50px;
}
.can-meta .can-meta-bar h4 {
  color: #b7b4b4;
  margin-top: 0px !important;
}
.can-meta .can-meta-accordion {
  margin-top: 10px;
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question {
  padding: 5px 20px;
  background: #F5F5F5;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #f8f7f7;
  cursor: pointer;
  position: relative;
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question h5 {
  display: inline-block;
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question i.fa.fa-chevron-right {
  position: absolute;
  right: 10px;
  top: 40%;
  transition: all 0.25s ease-out;
  /* bottom: 50%; */
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question.toggled i.fa.fa-chevron-right {
  transform: rotate(90deg);
}
.can-meta .can-meta-accordion .can-meta-accordion-item .answer {
  padding: 10px 20px;
  background: #ffffff;
}

/*# sourceMappingURL=style.css.map */
  nav.cannadish-header-nav ul.menu > li:nth-child(2) > a {
    background-image: url("assets/images/beauty-icon-horizontal.png");
    width: 161px;
    background-position-y: 9px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(3) > a {
    font-size: 0;
    background-image: url("assets/images/eats-icon-horizontal.png");
    width: 163px;
    background-position-y: 3px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(4) > a {
    font-size: 0;
    background-image: url("assets/images/pets-icon-horizontal.png");
    width: 171px;
    background-position-y: 17px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(5) > a {
    font-size: 0;
    background-image: url("assets/images/retreats-icon-horizontal.png");
    width: 173px;
    background-position-y: 13px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(1) > a {
    font-size: 0;
    background-image: url("assets/images/shop-icon-horizontal.png");
    width: 174px;
    background-position-y: 13px;
  }
  nav.cannadish-header-nav ul.menu > li:nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 60rem) {
  div.content-container-desktop.content-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
/** SAM PARTNER PAGE STYLES */
.partner-form-field {
  min-width: 100%;
}

.partner-perform-field .wpcf7-form-control-wrap {
  padding: 0px 20px;
}

#partner_form input {
  border: none !important;
  border-radius: 0px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

#partner_form select {
  border: 0px;
  max-height: 28px;
  padding: 2px;
}

#ninja_forms_field_52 {
  background: #f04e99;
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  padding: 10px 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: auto;
  border-radius: 10px !important;
}

#partner_form .checkbox-wrap input {
  position: absolute;
  opacity: 0;
}
#partner_form .checkbox-wrap input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
#partner_form .checkbox-wrap input + label:before {
  content: "";
  margin: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
#partner_form .checkbox-wrap input:hover + label:before {
  background: white;
}
#partner_form .checkbox-wrap input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#partner_form .checkbox-wrap input:checked + label:before {
  background: #f04e98;
}
#partner_form .checkbox-wrap input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
#partner_form .checkbox-wrap input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
#partner_form .checkbox-wrap input:checked + label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.ninja-row:nth-child(8), .ninja-row:nth-child(9), .ninja-row:nth-child(10) {
  max-width: 800px;
  padding-left: 10%;
}

.hidden {
  display: none;
}

.ninja-col-1-2 > .checkbox-wrap {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ninja-forms-required-items {
  display: none !important;
}

.ninja-forms-req-symbol {
  color: #7d7d7d !important;
}

@media only screen and (max-width: 515px) {
  div.field-wrap label {
    font-size: 1em !important;
  }

  .ninja-forms-field h3 {
    font-size: 1.2em !important;
  }

  .ninja-row > .ninja-col-1-2 > .field-wrap.checkbox-wrap.label-right.partner_form_checkbox-wrap.nf-open-field-group-wrap > label {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 500px) {
  button.quantity-btn, input.input-text.qty {
    font-size: 14px !important;
    padding: 0.25rem 0.5rem !important;
    width: 30% !important;
  }

  table button.quantity-btn, input.input-text.qty {
    font-size: 14px !important;
    padding: 0.25rem 0.5rem !important;
    width: unset !important;
  }

  button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button.alt:hover {
    font-size: 0.75rem !important;
  }

  #content-widget {
    margin-bottom: 0px;
  }
}
.single-product ol {
  padding: 0px !important;
}
.single-product .elementor-add-to-cart.elementor-product-simple > p:first-child {
  display: none;
}
.single-product #quantity-col .elementor-column-wrap.elementor-element-populated {
  padding-left: 0px;
  padding-top: 0px;
}
.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button,
.single-product input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.single-product .elementor-widget-container .flex-viewport[style] {
  height: 400px;
}
.single-product div.product div.images .flex-control-thumbs li {
  width: 33.33% !important;
}
.single-product .elementor-add-to-cart.elementor-product-simple form.cart {
  display: table !important;
}
.single-product .quantity {
  display: table-row;
  height: 53px;
  display: block;
  margin-bottom: 5px !important;
  min-width: 100%;
  font-size: 0px;
  float: none !important;
}
.single-product .woocommerce-variation-add-to-cart {
  /* background-color: white; */
  display: block !important;
}
.single-product table.variations {
  opacity: 0;
}
@media screen and (max-width: 515px) {
  .single-product .quantity {
    height: 27px;
  }
}
@media screen and (max-width: 920px) {
  .single-product figure.woocommerce-product-gallery__wrapper img.wp-post-image {
    max-height: 50vh;
  }
}
.single-product .elementor-add-to-cart form.cart > .quantity {
  display: block;
  margin-bottom: 5px !important;
  min-width: 100%;
  font-size: 0px;
  float: none !important;
}
.single-product .quantity > button.quantity-btn:first-of-type {
  border-right: 4px solid white;
}
.single-product .quantity > input.qty {
  border-right: 4px solid white !important;
  border-left: 4px solid white !important;
}
.single-product .quantity > button:last-of-type {
  border-left: 4px solid white !important;
}
.single-product .quantity button.quantity-btn, .single-product .quantity input.input-text.qty.text {
  background: #F04E99;
  color: white;
  font-weight: 700;
  padding: 0.25rem 1rem;
  font-size: 1.5rem;
  border-radius: 0px;
  width: 33.33% !important;
  border: none;
  height: 100%;
}
.single-product button.quantity-btn:first-of-type {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.single-product button.quantity-btn:last-of-type {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.single-product button.single_add_to_cart_button.button.alt, .single-product button.single_add_to_cart_button.button.alt:hover {
  font-size: 1.5rem;
  background: #319B42;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0px !important;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 515px) {
  .single-product button.quantity-btn:first-of-type {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .single-product button.quantity-btn:last-of-type {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .single-product button.single_add_to_cart_button.button.alt, .single-product button.single_add_to_cart_button.button.alt:hover {
    border-radius: 6px;
  }
  .single-product .single-product .form-submit input#submit {
    font-size: 1em !important;
  }
}
.single-product .woocommerce-review-link {
  display: none;
}
.single-product .woocommerce #reviews #comments ol.commentlist {
  padding-left: 0px;
}
.single-product .comment_container img {
  display: none !important;
}
.single-product .woocommerce-Reviews-title {
  display: none !important;
}
.single-product .comment-text {
  margin: 0px !important;
}
.single-product #reply-title.comment-reply-title {
  font-size: 1rem;
  font-weight: 600;
}
.single-product p.form-submit {
  text-align: center;
}
.single-product .form-submit input#submit {
  background: #F04E99 !important;
  color: white !important;
  font-size: 1.5em !important;
  padding: 10px 30px !important;
}
.single-product .can-variation-switch-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid grey;
  background-size: contain !important;
  margin: 5px;
}
.single-product .can-variation-switch-image:hover {
  border: 2px solid #319B42;
}

@media only screen and (max-width: 515px) {
  .hide-on-mobile {
    display: none !important;
  }

  h2.woocommerce-Reviews-title {
    font-size: 1rem;
  }

  .form-submit input#submit {
    font-size: 1rem !important;
  }
}
.elementor-element.elementor-products-grid ul.products li.product {
  max-width: 400px;
  width: 100% !important;
}

.container {
  padding: 1em 0;
  float: left;
  width: 50%;
}
.container a {
  color: black;
}

@media screen and (max-width: 769px) {
  .container {
    display: block;
    width: 100%;
  }

  .grid-row {
    height: 74px;
  }
}
@media screen and (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 300px;
  }
}
.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  max-height: 271px;
}

.columns-4 .content {
  max-height: 219px;
}

@media only screen and (min-width: 1230px) {
  .columns-4 .content {
    position: relative;
    height: 300px;
    max-height: 300px;
  }
  .columns-4 .content img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  body.archive .columns-4 .content {
    max-height: 219px !important;
  }
}
.woocommerce div.product div.images img {
  width: auto !important;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

@media only screen and (max-width: 1260px) {
  .content-image {
    width: 250px;
    height: 250px;
    margin: 0px !important;
  }
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.grid-row {
  display: block;
}

.grid-row > * {
  display: inline-block !important;
  margin: 0px !important;
}

.products-grid > p {
  margin: 0px;
  height: 72px;
  overflow: hidden;
  margin: 5px 0px;
}

.products-grid > .woocommerce-Price-amount.amount {
  font-weight: 700;
}

li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}

.product-grid-btns {
  margin-top: 15px;
}

.products-grid .star-rating, .woocommerce ul.products li.product .star-rating {
  position: relative !important;
  float: none;
  font-size: 1em !important;
}

.products-grid .star-rating span {
  color: #f04e98;
}

.products-grid .star-rating::before {
  content: "SSSSS";
  color: #f59bbb;
  font-size: 1rem !important;
  font-family: star;
}

ul.products.columns-3, ul.products.columns-4 {
  list-style: none;
  padding: 10px;
}

.products-grid .product-grid-btns a {
  background: #309b42;
  color: white;
  font-family: montserrat !important;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600 !important;
  border-radius: 5px;
}

@media screen and (max-width: 515px) {
  .products-grid .product-grid-btns a {
    border-radius: 4px;
  }

  div.slick-slide {
    padding: 0px 10px;
  }

  .products-grid .grid-row h3 {
    font-size: 1em;
  }

  .products-grid .star-rating {
    width: 100% !important;
    position: relative !important;
    left: 0px;
  }

  .slick-list {
    margin-right: 20px;
    margin-left: 20px;
  }

  button.slick-arrow {
    border: none;
    color: rgba(0, 0, 0, 0);
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }
}
.products-grid .product-grid-btns a:hover {
  background: #309b42;
  color: white;
}

.product-overlay-cart {
  width: 90px;
  margin: auto;
}

/** FILTERS AND SORT OPTIONS **/
.sort-card {
  color: #f04e98;
  font-size: 1.4rem;
  font-weight: 600;
}
.sort-card a:link,
.sort-card a:visited,
.sort-card a:hover,
.sort-card a:active {
  color: rgba(0, 0, 16, 0.8);
  text-decoration: none;
}
.sort-card a:hover,
.sort-card a:active {
  border-bottom: 0.1em solid rgba(0, 0, 16, 0.8);
  color: rgba(0, 0, 16, 0.8);
  text-decoration: none;
}
.sort-card span {
  color: rgba(0, 0, 16, 0.4);
  font-size: 70%;
}
.sort-card header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 34.6rem;
}
.sort-card header h1 {
  font-size: 2.8em;
}
.sort-card .rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.8rem;
  width: 100%;
}
.sort-card .rating-text p {
  color: rgba(0, 0, 16, 0.8);
  font-size: 1.3rem;
  padding: 0.3rem;
}
.sort-card .rating {
  padding: 0 0.4rem 0 0.4rem;
  border-radius: 10px;
  width: 100%;
  border: 2px solid #f04e98;
}
.sort-card .rating > * {
  display: inline-block;
}
.sort-card .sort-title {
  margin-right: 25px;
}
.sort-card .sort-title > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.sort-card svg {
  fill: #f59bbb;
  height: 2rem;
  width: 1.6rem;
  margin: 0.2rem;
}
.sort-card .rating-form-2 svg {
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
}
.sort-card #radios label {
  position: relative;
}
.sort-card input[type=radio] {
  position: absolute;
  opacity: 0;
}
.sort-card input[type=radio] + svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
}
.sort-card input + svg {
  cursor: pointer;
}
.sort-card input[class=super-happy]:hover + svg,
.sort-card input[class=super-happy]:checked + svg,
.sort-card input[class=super-happy]:focus + svg,
.sort-card input[class=super-happy][selected=selected] + svg {
  fill: #f04e98;
}
.sort-card .woocommerce-ordering, .sort-card .woocommerce-page .woocommerce-ordering {
  float: right;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}
.sort-card .woocommerce-ordering {
  margin-bottom: 0px;
}

@media screen and (min-width: 515px) {
  .hide-on-desktop {
    display: none;
  }
}
.woocommerce-page .sidebar-button {
  display: none;
}
@media screen and (max-width: 515px) {
  .woocommerce-page .shop-filters {
    position: fixed;
    overflow-y: scroll;
    top: 0px;
    z-index: 99;
    max-width: 60%;
    bottom: 0px;
    background: white;
    transform: translate3d(-300px, 0, 0);
    transition: all 0.5s ease;
  }
  .woocommerce-page .shop-filters .ui-widget.ui-widget-content {
    border: none;
  }
  .woocommerce-page .shop-filters.shop-filters-show {
    transform: none;
    -webkit-transform: none;
  }
  .woocommerce-page .sidebar-button {
    float: left;
    display: block;
    color: #f04e98;
    background: white;
    padding: 0.5rem 1rem;
  }
  .woocommerce-page .sidebar-button i.fa.fa-bars {
    font-size: 1.5rem;
  }
  .woocommerce-page .sidebar-button p {
    display: inline-block;
    font-family: Roboto;
    margin-left: 5px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0px;
    vertical-align: text-top;
  }
  .woocommerce-page .sidebar-button.close > span {
    display: inline-block;
    margin-left: 5px;
  }
}
.woocommerce-page .sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  bottom: 0;
}
.woocommerce-page .shop-filters {
  font-family: Roboto;
  color: #f04e98;
  font-weight: bold;
  font-size: 1em;
  border-right: 2px ridge #f04e982e;
  margin-right: 25px;
}
.woocommerce-page .shop-filters h5, .woocommerce-page .shop-filters label {
  font-size: 1em;
  font-weight: bold;
  color: #f59bbb;
}
.woocommerce-page .shop-filters ul.wpf_hierachy > li > label, .woocommerce-page .shop-filters ul.wpf_submenu.wpf_level_2 > li > label {
  color: #f04e98;
}
.woocommerce-page .shop-filters .wpf_item input[type=checkbox] {
  border: 1px solid #f04e98;
  border-radius: 5px;
}
.woocommerce-page .shop-filters a {
  font-family: Roboto;
  color: #f04e98;
}
.woocommerce-page .shop-filters .wpf_form .wpf_items_wrapper .wpf_item ul.wpf_submenu.wpf_level_2 {
  padding-left: 20px;
  border: none;
}
.woocommerce-page .shop-filters .wpf_items_wrapper .wpf_item ul li {
  display: block;
}
.woocommerce-page .shop-filters .wpf_item .wpf_item_name {
  border: none;
}
.woocommerce-page .shop-filters .filter-rating ul {
  padding-left: 0px;
  list-style: none;
}
.woocommerce-page .shop-filters .filter-rating li.wc-layered-nav-rating a {
  display: block;
  color: transparent;
}
.woocommerce-page .shop-filters .filter-rating li.wc-layered-nav-rating a span.star-rating {
  float: none !important;
}
.woocommerce-page .shop-filters .filter-rating li.wc-layered-nav-rating a span.star-rating::before {
  position: unset;
  float: none;
}
.woocommerce-page .shop-filters .filter-rating span.star-rating span {
  float: none;
  position: unset;
  margin-left: 15px;
  font-family: Roboto;
  font-size: 0.8em;
}
.woocommerce-page .shop-filters .filter-rating span.star-rating span::before {
  font-family: star;
  font-size: 1rem !important;
}
.woocommerce-page .ui-state-default, .woocommerce-page .ui-widget-content .ui-state-default {
  border: none !important;
  background: #f04e98;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
}
.woocommerce-page .ui-widget-header {
  border: none !important;
  background: #f59bbb;
}
.woocommerce-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  border: none;
  color: #000000;
  font-weight: bold;
  background: white;
  opacity: 0;
}
.woocommerce-page label[for=orderby]::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: block;
  background: url("https://www.cannadish.net/wp-content/themes/cannadish/assets/images/slider.svg") no-repeat center center;
  pointer-events: none;
  background-size: 50%;
  height: 42px;
  color: #f04e98;
}

a.added_to_cart.wc-forward {
  display: none;
}

a.button.add_to_cart_button.product_type_simple.ajax_add_to_cart:not(.can_cart_btn) {
  background: transparent;
  display: block;
  position: relative;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

i.fa.fa-spinner {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  /* top: 0; */
  bottom: 40px;
  font-size: 2rem;
  color: white;
}

a.button.add_to_cart_button.product_type_simple.ajax_add_to_cart.loading i.fa.fa-spinner {
  display: block;
}

div#can-add-cart-modal {
  background: #B2D8B0;
  position: fixed;
  top: 15%;
  bottom: 0;
  /* left: 0; */
  right: 40%;
  width: 40%;
  height: 50px;
  box-shadow: 0em 0.25em 1em grey;
  max-width: 150px;
  padding: 5px 15px;
  /* line-height: 2rem; */
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #34A050;
  border: 2px solid #34A050;
  z-index: 99;
}

span#close-modal {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
}

p.mandatory-shipping {
  font-weight: 600;
}

.eael-lc-logo img {
  width: 120px !important;
  height: 120px !important;
}

.cannadish-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  text-align: center;
}
.cannadish-pagination ul.page-numbers li {
  display: inline-block;
  padding: 5px;
  background: #fff4f9;
  width: 27px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .social-page-equal-height > .elementor-widget-container {
    min-height: 216px;
  }
}
#contact-us-form input, #contact-us-form textarea {
  border: none !important;
  border-radius: 0px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

@media only screen and (min-width: 867px) {
  .can-meta h4 {
    font-size: 1.2em;
  }
  .can-meta h5 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 867px) {
  .can-meta h4 {
    font-size: 1em;
  }
  .can-meta h5 {
    font-size: 1em;
  }
}
.can-meta .can-meta-bar {
  text-align: center;
  min-width: 100%;
}
@media only screen and (max-width: 867px) {
  .can-meta .can-meta-bar .can-meta-bar-item {
    width: 50% !important;
  }
}
.can-meta .can-meta-bar .can-meta-bar-item {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 10px 20px;
  width: 25%;
}
.can-meta .can-meta-bar .can-meta-bar-item .icon {
  width: 50px;
}
.can-meta .can-meta-bar h4 {
  color: #b7b4b4;
  margin-top: 0px !important;
}
.can-meta .can-meta-accordion {
  margin-top: 10px;
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question {
  padding: 5px 20px;
  background: #F5F5F5;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #f8f7f7;
  cursor: pointer;
  position: relative;
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question h5 {
  display: inline-block;
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question i.fa.fa-chevron-right {
  position: absolute;
  right: 10px;
  top: 40%;
  transition: all 0.25s ease-out;
  /* bottom: 50%; */
}
.can-meta .can-meta-accordion .can-meta-accordion-item .question.toggled i.fa.fa-chevron-right {
  transform: rotate(90deg);
}
.can-meta .can-meta-accordion .can-meta-accordion-item .answer {
  padding: 10px 20px;
  background: #ffffff;
}

/*# sourceMappingURL=style.css.map */
