/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@media only screen and (max-width: 989px) {
  #top #header .av-main-nav > li.menu-item  {
      display: none!important;
  }
  #top #header .av-burger-menu-main {
      cursor: pointer;
      display: block!important;
  }
  #top #header .av-main-nav > li#menu-item-search {
      display: block!important;
  }
}

@media only screen and (max-width : 989px) {
#no-mobile, .no-mobile {
    display:none !important;
}
}

@media only screen and (min-width : 989px) {
#only-mobile, .only-mobile {
    display:none !important;
}
}

@media only screen and (min-width : 450px) {
#only-phone, .only-phone {
    display:none !important;
}
}

@media only screen and (max-width : 420px) {
#no-phone, .no-phone {
    display:none !important;
}
}

@media only screen and (max-width: 989px) {
  .responsive .container {
    width: 100%;
  }
  .responsive .av-content-small {
    width: 100%;
  }
  .responsive .av-content-full {
    width: 100%;
  }
  .responsive .av_one_half,
  .responsive .av_one_third,
  .responsive .av_one_fourth,
  .responsive .av_one_fifth,
  .responsive .av_one_sixth,
  .responsive .av_two_third,
  .responsive .av_three_fourth,
  .responsive .av_three_fifth,
  .responsive .av_two_fifth,
  .responsive .av_four_fifth,
  .responsive .av_five_sixth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* ZEN */

.zen-go-box{
    background:#f3f3f3;
    max-width:600px;
	min-height:500px;
    margin:10px auto 0;
    padding:28px;
    border-radius:22px;
    font-family:sans-serif;
}

.zen-go-box-logo{
    display:block;
}

.zen-go-box-title{
    font-size:30px;
    font-weight:700 !important;
    line-height:1.25;
    margin-bottom:20px;
}

.zen-go-box-text{
    font-size:15px;
    line-height:1.6;
    margin-bottom:22px;
}

.zen-go-box-list{
    font-size:15px;
    line-height:1.55;
    margin-bottom:28px;
}

.zen-go-box-btn{
    display:inline-block;
    padding:12px 26px;
    background:#212121 !important;
    color:#fff !important;
    border-radius:40px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
}

@media(max-width:480px){
    .zen-go-box{padding:20px;min-height:420px;}
    .zen-go-box-title{font-size:24px;margin-bottom:14px;}
    .zen-go-box-text{margin-bottom:18px;}
    .zen-go-box-list{margin-bottom:22px;}
    .zen-go-box-btn{padding:10px 22px;font-size:14px;}
}

.zen-account-hello {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.zen-account-hello-sub {
    margin-top: 4px;
}

.zen-story-table {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.zen-story-table tr,
.zen-story-table td {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  vertical-align: middle;
  padding: 10px 0 !important;
}

.zen-story-table td:first-child {
  width: 25%;
  text-align: center;
}

.zen-story-table td:last-child {
  width: 75%;
  vertical-align: middle;
}

.zen-story-day {
  width: 100px;
  height: 100px;
  background-color: #10c956 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 50px;
  font-weight: 700;
  margin: 0 auto 8px auto;
  border: none !important;
  box-shadow: none !important;
}

.zen-story-date {
  text-align: center;
  font-size: 14px;
  color: #555 !important;
}

.zen-story-table h4 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
}

.zen-story-table p,
.zen-story-table ul {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.zen-story-table ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

@media (max-width: 600px) {
  .zen-story-table td:first-child,
  .zen-story-table td:last-child {
    width: 100%;
    display: block;
    text-align: center;
  }

  .zen-story-day {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .zen-story-date {
    font-size: 12px;
  }

  .zen-story-table h4 {
    font-size: 18px;
  }

  .zen-story-table p,
  .zen-story-table ul {
    font-size: 15px;
  }
}

.zen-karte .flex_cell {
    padding: 0px;
}

.zen-table-nobreak {
  table-layout: auto;
  width: 100%;
}

.zen-table-nobreak td,
.zen-table-nobreak th {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 990px) {
  .zen-table-slide-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }

  .zen-table-slide-wrapper table {
    width: auto !important;
    min-width: 700px;
  }

  .zen-table-slide-notice {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #555;
  }
}

@media (min-width: 991px) {
  .zen-table-slide-notice {
    display: none;
  }
}

.zen-coupon-ticket {
  position: relative;
  background: #10c956;
  color: #fff;
  padding: 20px;
  max-width: 520px;
  font-family: sans-serif;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
}

.zen-coupon-ticket-text {
  max-width: 60%;
}

.zen-coupon-ticket-text h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
}

.zen-coupon-ticket-text p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.zen-coupon-ticket-btn {
  background: #fff;
  color: #10c956;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.zen-coupon-ticket-code {
  background: #fff;
  color: #10c956;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  gap: 2px;
}

.zen-coupon-ticket-label {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: -10px;
}

.zen-coupon-ticket-value {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -15px;
}

.zen-coupon-ticket-copy {
  background: #fff;
  color: #10c956;
  border: 1px solid #10c956;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
}

.zen-coupon-ticket-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  left: 70%;
  transform: translateX(-50%);
}

.zen-coupon-ticket-circle.top {
  top: -20px;
}

.zen-coupon-ticket-circle.bottom {
  bottom: -20px;
}
.zen-news-box {
	position: relative; display: inline-block; width: 100%; margin: 30px 0;
}
.zen-news-content {
	position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); color: #fff; text-align: center;
}
.zen-news-headline {
	font-size: 36px; font-weight: 800; color: #fff; display: block; margin-bottom: 15px; line-height: 0.9em;
}
.zen-news-headline a, .zen-news-headline a:hover {
	color: #fff!important;
}
.zen-news-text {
	font-size: 16px; font-weight: 800; color: #fff; display: block; margin-bottom: 15px; line-height: 1em;
}
.zen-news-button {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    line-height: 1.1em;
    text-decoration: none;
}

.zen-news-button:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
	.zen-news-headline {
		font-size: 26px; margin-bottom: 6px; line-height: 1em;
	}
	.zen-news-text {
		font-size: 13px; margin-bottom: 8px; line-height: 1em;
	}
	.zen-news-button {
		padding: 6px 26px;
		line-height: 1em;
		border-radius: 6px;
		font-size: 15px;
	}
}

@keyframes zen-wobble {
  0%, 100% { transform: scale(.97) rotate(0deg); }
  50% { transform: scale(1.00) rotate(1.2deg); }
  75% { transform: scale(1.00) rotate(-1.2deg); }
}

.zen-wobble {
  display: inline-block;
  animation: zen-wobble 6s ease-in-out infinite;
}

.zen-footer-google {
	margin-bottom: -8px;
	margin-right: 4px;
	width: 14px;
	height: auto;
}
@media (max-width: 989px) {
	.zen-footer-google {
		margin-bottom: 0px;
		width: 18px;
		height: auto;
	}
}

#zen-shop-floating-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #10c956;
    color: #fff;
    border: none;
    padding: 8px 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 900;
    font-size: 15px;
    font-weight: 700;
}

.zen-members-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: sans-serif;
  font-size: 14px;
}
.zen-members-imgs {
  display: flex;
  align-items: center;
  position: relative;
}
.zen-members-img {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #42a5f5;
  border-radius: 50%;
  overflow: hidden;
}
.zen-members-img + .zen-members-img {
  margin-left: -10px;
}
.zen-members-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zen-members-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.zen-members-text {
	line-height: 1.2em;
    padding-left: 15px;
}

.zen-sorten-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.zen-sorten-wrap.zen-sorten-align-center {
  justify-content: center;
}
.zen-sorten-wrap.zen-sorten-align-left {
  justify-content: flex-start;
}
.zen-sorten-imgs {
  display: flex;
  align-items: center;
  position: relative;
}
.zen-sorten-img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: visible;
  box-shadow: 0 0 0 3px #10c956, 0 0 0 6px #ffffff;
  background: #fff;
  z-index: 1;
}
.zen-sorten-img + .zen-sorten-img {
  margin-left: -10px;
}
.zen-sorten-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.zen-sorten-verified-icon {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zen-sorten-verified-icon img {
  width: 18px;
  height: 18px;
  display: block;
}
.zen-sorten-text {
  line-height: 1.2em;
  padding-left: 15px;
  color: #ffffff;
}
.zen-sorten-text b {
  color: #ffffff;
}

.zen-font-resize {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.zen-font-btn {
    background-color: #10c956;
    color: #fff;
    border: none;
    padding: 2px 4px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.zen-font-btn:hover {
    background-color: #0ea54e;
}

.more-products-box .subheader, .template-shop .subheader, #cannazen-more-products .more-products-box .subheader {
    padding-left: 40px;
}

#cannazen-more-products .av-product-class-minimal {
    background: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.cannazen-indication {
	display: none;
}

.zen-green {
	color: #10c956 !important;
}

.zen-live-check {
	background: #10c956 url('https://cannazen.de/wp-content/uploads/2024/12/live-bestand-bluete-cannabis-apotheken.jpg') no-repeat right;
	background-size: auto 100%;
	width: 100%;
	padding: 30px 30px;
	margin: 30px 0;
	border-radius: 20px;
}

.legal-note {
	margin-top: 20px;
}

.zen-payment-icons {
	width: 200px;
	margin-bottom: -4px;
}

.zen-live-check h3, .zen-live-check p {
	color: #ffffff;
}
.zen-live-check a, .zen-live-check a:hover {
	color: #ffffff;
	font-weight: 500;
}

.zen-svg-color {
	 fill: white;
}

.zen-circle {
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zen-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zen-circle-80 {
    width: 80px;
    height: 80px;
}
.zen-circle-120 {
    width: 120px;
    height: 120px;
}

.zen-circle-120:hover {
    transform: scale(1.1) !important;
}

.zen-box {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    background-color: #f7f7f7;
	padding: 20px;
	margin: 30px 0 40px;
}

.zen-box p {
    font-size: 15px;
	line-height: 1.4em;
}

.zen-brand-icon {
    width: 18px;
    vertical-align: top;
    margin-left: -4px;
}

.zen-button-menu {
}
.zen-doctor-container {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.zen-doctor-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.zen-doctor-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zen-doctor-item:hover {
    transform: scale(1.1);
}

.zen-sorte {
	width: 40px;
	height: auto;
	margin: 0 0 80px 40px !important;
}
@media (max-width: 787px) {
	.zen-sorte {
		margin: 0 0 20px 40px;
	}
}

@media (max-width: 991px) {
  .zen-pop-up-button {
      position: sticky;
      width: 110%;
      bottom: -30px;
      padding: 0 5%;
      height: 80px;
      background-color: #fff;
  }	
}

tr.zen-checkout-pharmacy > * {
    padding: 15px 0 0 0 !important;
}

tr.zen-checkout-pharmacy label {
    font-weight: normal !important;
    line-height: 1.5rem;
}

/* TEXT */

body, footer, sidebar {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.text-teaser {
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    text-transform: none;
    font-weight: 800 !important;
    line-height: 0.8em !important;
    letter-spacing: -1px !important;
}
@media only screen and (max-width : 989px) {
.text-teaser {
    font-size: 3.2rem;
    margin: 30px 0;
}
}
@media only screen and (max-width : 400px) {
.text-teaser {
    font-size: 2.4rem;
    margin: 30px 0;
}
}

.text-teaser-sub {
    font-size: 1.2em;
	line-height: 1.4em;
    text-transform: none;
    font-weight: 400;
}
h1.text-teaser {
	margin-top: 60px;
}

a, a:hover, a:focus, a:visited, #top .av_inherit_color a {
    text-decoration: none !important;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
}

h1, .template-page .entry-content-wrapper h1 {
	text-transform: none;
    font-weight: 400;
	line-height: 1em;
}
.entry-content-wrapper .post-title, #top .fullsize .template-blog .post-title {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    text-transform: none;
    font-weight: 800 !important;
    line-height: 0.9em !important;
    letter-spacing: -1px !important;
}
@media (max-width: 767px) {
	.entry-content-wrapper .post-title, #top .fullsize .template-blog .post-title {
    font-size: 40px;
}
}
h2, .template-page .entry-content-wrapper h2 {
	text-transform: none;
    font-weight: 400;
	line-height: 1em;
}

h3, .template-page .entry-content-wrapper h3 {
	font-size: 28px;
	text-transform: none;
    font-weight: 400;
}

h4, .template-page .entry-content-wrapper h4 {
	font-size: 21px;
	text-transform: none;
    font-weight: 400;
	margin-top: 20px;
}

.widgettitle {
    text-transform: none;
}

.widget p, .widget li {
    font-size: 15px;
}

blockquote p {
	margin-top: 30px;
	margin-bottom: 30px;
}
blockquote.tiktok-embed {
	border-left-width: 0px !important;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
	text-align: left;
}

.credit {
	font-size: 0.8em;
	color: grey;
}

@media (max-width: 767px) {
	body, footer, sidebar {
		font-size: 16px !important;
	}
	#top .woocommerce-form-login label, #top .woocommerce-ResetPassword label {
		font-size: 16x !important;
		line-height: 1em !important;
	}
	#top label span, #top legend span {
		font-size: 16px !important;
	}
	.widget li {
		font-size: 18px;
	}
	#footer .widget {
		margin: 0;
	}
}

/* MENU */

.trusted-shops-menu {
	width: 60px;
	margin-bottom: -8px; 
}
@media (max-width: 767px) {
	.trusted-shops-menu {
		width: 80px;
		margin-bottom: 0px;
		margin-top: 20px;
		opacity: 0.2;
	}
}
#top #header.av_minimal_header .main_menu ul:first-child >li > ul {
	border-radius: 20px;
	padding: 20px;
}
.header_color li, .header_color a, .header_color span {
	border-left-color: #fff !important;
	border-right-color: #fff !important;
	border-bottom-color: #fff !important;
}
@media screen and (max-width: 989px) {
	#top #header.av_minimal_header .main_menu ul:first-child >li > ul {
		border-radius: 0px;
		padding: 0 0 0 30px;
	}	
}
#top #header.av_minimal_header .main_menu .avia_mega_div ul:first-child >li > ul {
	border-radius: 0px;
	padding: 0px;
}
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
    padding: 0px;
}
#top #header .avia_mega_div > .sub-menu > li > ul > li a .avia-bullet {
	display: none;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li a {
    padding-left: 60px;
}

#header .avia_mega_div {
	border-radius: 20px;
}

@media screen and (max-width: 989px) {
	a.zen-menu-order, a:hover.zen-menu-order {
        margin-right: 40px;
		margin-top: 4px;
        color: #fff;
        max-height: 32px;
        padding: 0 10px;
        font-size: 15px;
		font-weight: 800;
	}
	.zen-menu-order {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #10c956;
        border-radius: 6px;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        color: #fff;
    }
	.zen-menu-order:active {
		background-color: #56af51;
	}
    .zen-menu-order img {
        width: 20px;
        height: 20px;
        margin-right: 2px;
    }
}
@media screen and (min-width: 990px) {
	a.zen-menu-order {
        display: none;
	}	
}
.av-hamburger-box {
    width: 25px;
}
@media screen and (max-width: 989px) {
    .zen-menu-icons {
        display: flex;
        position: absolute;
        right: 40px;
        top: 60%;
        transform: translateY(-50%);
        gap: 16px;
    }
    .zen-menu-icons a img {
        width: 20px;
        height: 20px;
    }
}
@media screen and (min-width: 990px) {
    .zen-menu-icons {
        display: none;
    }
}

#top .sub_menu>ul, #top .sub_menu>ul>li {
	padding: 0 3px 0 0 !important;
	border-right: 0px;
}

@media only screen and (min-width : 989px) {
div .logo {
	margin: 8px 0;
}
}

.responsive .logo img, .responsive .logo svg {
	height: auto !important;
	max-height: 40px;
}

@media (max-width: 375px) {
  .responsive .logo img, .responsive .logo svg {
    max-height: 24px;
  }
}

.av_minimal_header .main_menu ul:first-child > li a {
    font-size: 14px;
}
@media (max-width: 989px) {
	.av_minimal_header .main_menu ul:first-child > li a {
		font-size: 24px;
    	font-weight: 900 !important;
		letter-spacing: -1px;
		line-height: 72px;
	}
}
.av-main-nav ul {
    width: 240px;
}
#top .av-main-nav ul a {
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px 5px;
}
.av-main-nav > li > a {
	padding: 0 8px;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
	padding-left: 70px;
    font-size: 14px;
	letter-spacing: 0px;
}
@media (max-width: 767px) {
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
		padding: 0 0 5px 40px;
		margin: 0px;
    	font-size: 16px;
	}
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
    padding: 5px 50px;
	font-weight: 300;
}

/* SUB HEADER */

.responsive #top #wrap_all #header, .responsive.html_mobile_menu_tablet #top #wrap_all #header {
	position: fixed;
}
@media (max-width: 989px) {
    .responsive #top #main,
    .responsive.html_mobile_menu_tablet.html_header_top #top #main {
        padding-top: 110px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .logo {
        float: left;
        margin-top: 15px;
    }
}

#header_meta {
    background: #212121;
}
#header_meta img {
    filter: invert(1);
}
#header_meta .container, #header_meta {
    min-height: 20px;
}

.header_color .phone-info, .header_color .phone-info a, .header_color .sub_menu b, .header_color .sub_menu a {
	color: #fff !important;
}

/* BODY */

.avia-video, .avia-video iframe, .avia-video video {
    background-color: #ffffff;
}
#top .avia-video .mejs-container, #top .avia-video .mejs-container video {
    border-radius: 15px;
}

@media (min-width: 990px) {
.template-blog .content, .template-single-blog .content {
	padding-top: 30px;
}
}
@media (max-width: 989px) {
.template-blog .content, .template-single-blog .content {
	padding-top: 0px;
}
}

table {
  width: 100%;
  table-layout: fixed;
}

#afwc_dashboard_wrapper table {
	table-layout: inherit;
}

td, th {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 767px) {
	td, th {
		font-size: 11px;
}
}

.image-overlay {
  background: transparent !important;
}

a:hover .image-overlay, .image-overlay-inside, .post-meta-infos, .av-masonry-date {
    display: none;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
    font-size: 0.9em;
}

@media (max-width: 989px) {
.sub_menu {
}
}
@media (max-width: 989px) {
.phone-info {
	display: none;
}
}

/* BLOG */

div .wp-caption {
	border-width: 0px;
	line-height: 1.2em;
}

#scroll-top-link {
	display: none;
}

.main_color .av-masonry {
    background-color: #ffffff;
}

#top .fullsize .template-blog .big-preview {
	display: flex;
    align-items: flex-start;
	overflow: hidden;
}

@media (min-width: 1201px) {
	#top .fullsize .template-blog .big-preview img {
		width: 1300px;
	}
}

#top .fullsize .template-blog .big-preview {
    max-width: 900px;
    max-height: 450px;
    overflow: hidden;
    padding: 0px;
    display: flex;
    align-items: center;
}

.big-preview.single-big {
    margin: 0px auto 20px;
    width: 100% !important;
    max-height: 400px;
	border-radius: 10px;
    overflow: hidden;
    padding: 0px;
    display: flex;
    align-items: center;
}

/* SLIDE */

.avia_transform a:hover .image-overlay {
    display: none !important;
}

div .av_one_fifth {
    margin-left: 0;
    width: 20%;
}
div .av_one_fifth p {
	font-size: 12px;
	line-height: 1em;
}
div .av_one_fifth p strong {
	font-size: 14px;
}


div.avia-content-slider-inner > ul > li > div > a > div > img {
	filter: brightness(95%);
	border-radius: 50% !important;
	padding: 50px !important;
}
div.avia-content-slider-inner > ul > li > div > a > div > img:hover {
    transform: scale(1.1) !important;
}
#top .av-control-minimal-dark .avia-slideshow-arrows a:before {
    border-color: transparent;
}
#top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon {
    border: none;
}
@media (max-width: 767px) {
	div.avia-content-slider-inner > ul > li > div > a > div > img {
		padding: 10px !important;
	}
	.avia-content-slider-active .slide-entry-wrap {
		padding: 0 20px;
	}
    #top .avia-slideshow-arrows .avia-svg-icon:first-child {
		margin-left: -24px;
    }

    #top .avia-slideshow-arrows .avia-svg-icon:nth-child(2) {
		margin-right: -24px;
    }
}

#top .avia-smallarrow-slider-heading {
    display: table;
    width: 52.4%;
	margin-bottom: -20px;
}
@media (max-width: 767px) {
	#top .avia-smallarrow-slider-heading {
		width: 59%;
	}
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a {
	font-size: 15px;
}

.avia-content-slider .slide-entry-title {
	display: none;
}

/* BUTTON */

#top .avia-button.avia-color-light {
	margin-top: 20px;
	margin-bottom: 50px;
}

#top .avia-button .avia_button_icon, #top .avia-button .avia_iconbox_title {
    font-size: 24px;
    font-weight: 900;
}

#top .avia-button-fullwidth {
    margin-bottom: 40px !important;
    border-radius: 10px;
}
#top .avia-button {
    border-radius: 10px;
}

.avia-button.avia-color-theme-color, .avia-button.avia-color-theme-color:hover, #top .main_color .avia-color-theme-color-highlight {
	background-color: #10c956 !important;
    border-color: #10c956 !important;
}
.avia-button.avia-color-grey, .avia-button.avia-color-grey:hover {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
}
.avia-button.avia-color-light {
    border: 2px solid #fff;
}

.woocommerce-form-login__submit {
	background-color: #10c956 !important;
    border-color: #10c956 !important;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
}

#cannazen_cart_submit {
	background-color: #10c956 !important;
    border-color: #10c956 !important;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
}

/* SEARCH */

#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
    color: #10c956;
}
html body [data-av_iconfont='entypo-fontello'].scroll-down-link:before {
    font-family: 'entypo-fontello';
    color: #dddddd;
}

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background-color: #11c957;
}
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color: #10c956;
}

span.ajax_search_excerpt {
	display: none;
}

span.av_ajax_search_title {
	font-size: 16px;
}

/* COUNTDOWN */

.main_color .av-default-style .av-countdown-cell-inner {
	background-color: #fff;
    color: #000;
}
#top .av-default-style .av-countdown-cell-inner {
    border-width: 0px;
}
.av-countdown-time {
    font-weight: 800;
}

/* TOGGLE */

.togglecontainer {
    margin: 80px auto 20px;
    max-width: 800px;
}
@media (max-width: 989px) {
	.togglecontainer {
    margin: 20px auto 50px !important;
}
}

.toggle_icon .hor_icon, .toggle_icon .vert_icon {
	border-color: #10c956 !important;
}
p.toggler {
	border-color: #fff !important;
}

.toggle_content {
    padding: 30px 30px 11px 30px;
    margin: 10px 0 5px 0;
    border-top: 1px solid;
}

/* PROGRESS BAR */

.avia-progress-bar .progress {
    transform: scaleX(2);
    transform-origin: left;
}
.template-single-blog .avia-progress-bar .progress {
    transform: scaleX(1);
    transform-origin: left;
}

.avia-progress-bar-container {
	margin: 30px 0 50px !important;
}

.main_color .av-striped-bar .theme-color-bar .bar {
    background: #6bc565;
}

/* FOOTER */

@media (max-width: 767px) {
    .footer_color .flex_column.av_one_fourth:nth-child(3),
    .footer_color .flex_column.av_one_fourth:nth-child(4) {
        display: none !important;
    }
	#socket .container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.sub_menu_socket ul {
		margin-bottom: 10px;
	}
}

#footer a {
	font-weight: 500;
}
@media (max-width: 767px) {
#footer {
	text-align: center;
}
}

#socket .copyright {
    font-size: 12px;
	float: none;
}
@media (max-width: 767px) {
	#socket .container {
		text-align: center;
	}
}
@media (max-width: 767px) {
    .avia3-menu {
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}

.container_wrap {
    border-top-width: 0px;
}

.footer-credit {
	font-size: 0.7em;
	text-align: center;
	color: grey;
	line-height: 1.4em;
}

/* COOKIE BAR */

.avia-cookie-consent .avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button {
    padding: 5px!important;
}

.avia-cookie-consent {
	padding: 5px 0 10px!important;
    z-index: 1000;
}

@media only screen and (max-width : 900px) {
.cookie-notice-container #cn-notice-text {
    display: inline-block;
}
}

/* SHOP */

.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery img,
.single-product .woocommerce-product-gallery__wrapper img,
.single-product .flex-control-thumbs img {
    border-radius: 20px !important;
    overflow: hidden;
	filter: brightness(97%);
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
	/*div table.shop_table td, div table.shop_table td .woocommerce-Price-amount, div table.shop_table td.product-name a {
        font-size: 12px !important;
	}*/
    .woocommerce-table.woocommerce-table--order-details.shop_table {
        width: 100%;
        table-layout: fixed;
    }

    .woocommerce-table--order-details .product-name,
    .woocommerce-table--order-details td.woocommerce-table__product-name.product-name {
        width: 50% !important;
        display: table-cell !important;
        font-size: 12px !important;
        word-break: break-word;
    }

    .woocommerce-table--order-details .product-total,
    .woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
        width: 50% !important;
        display: table-cell !important;
        font-size: 12px !important;
        text-align: right;
        word-break: break-word;
    }

    .woocommerce-table--order-details thead th {
        font-size: 12px !important;
    }
}

.woocommerce-MyAccount-content h2 {
    color: #1e1e1e !important;
}

@media (max-width: 767px){
    .woocommerce-orders-table thead {
        display: none;
    }

    .woocommerce-orders-table tbody tr {
        display: flex;
        flex-direction: column;
        margin: 0 0 2.25rem 0;
		padding: 20px;
        border: 1px solid #d8d8d8 !important;
        border-radius: 0.5rem;
    }

    .woocommerce-orders-table th,
    .woocommerce-orders-table td {
        display: block !important;
        box-sizing: border-box;
        margin: .65rem .65rem !important;
        padding: 0 !important;
    }
}

.woocommerce-order-details > .shop_table {
    border-color: inherit !important;
    border-radius: 3px !important;
}

.woocommerce-order-details > .shop_table > tfoot > tr:first-child td,
.woocommerce-order-details > .shop_table > tfoot > tr:first-child th {
    border-top: 1px solid var(--enfold-main-color-border) !important;
    border-bottom: 1px solid var(--enfold-main-color-border) !important;
}

.woocommerce-order-details > .shop_table > tbody > tr:first-child td,
.woocommerce-order-details > .shop_table > tbody > tr:first-child th {
    border-top: 1px solid var(--enfold-main-color-border) !important;
}

#top .av-product-class-minimal div img {
    border-radius: 50%;
}
@media (min-width: 767px) {
	#top .av-product-class-minimal div img {
    padding: 20px;
}
}
#top .av-product-class-minimal div img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.more-products-box .subheader, .template-shop .subheader {
	margin-bottom: 0px;
}

.single-product #footer, #footer .star-rating {
    display: none !important;
}
.thumbnail_container .rating_container {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
}

#top .onsale {
    background-color: #ffffff !important;
    padding: 0px 10px;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
span.onsale {
    min-height: 20px;
    line-height: 2em;
}

.posted_in, .tagged_as {
	display: none;
}

.cannazen-product-info {
	text-align: center !important;
}
#cannazen_cart .cannazen-product-info {
	text-align: left !important;
}

.single-product-summary .button {
	background-color: #66bd61 !important;
}

@media (max-width: 989px) {
	.single-product .template-shop {
		padding-top: 0px;
	}
}
.responsive .single-product-main-image {
	padding-bottom: 0px;
}
.woocommerce-product-details__short-description {
	margin-top: 15px;
}
@media (max-width: 767px) {
	.woocommerce-product-details__short-description {
		margin-top: 0px;
	}
}
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol {
    list-style: inherit;
    margin-left: 30px;
    font-size: 15px;
}

.single-product div.product .woocommerce-product-gallery img {
	 border-width: 0px;
}

h1.product_title.entry-title {
	margin-bottom: 0px;
}

.template-shop .cannazen-product-info {
    text-align: center;
	font-size: 10px;
    line-height: 1.4em;
	padding-top: 5px;
}

div.product .product_title {
    font-weight: 900;
    letter-spacing: -1px;
}

#top div .product_on_sale .inner_product_header {
    padding-right: 0px;
}

#top.woocommerce-page select, #top .entry-content-wrapper .cannazen_select_wrapper select {
    padding: 10px 20px !important;
}

.woocommerce-form-coupon-toggle, .woocommerce-info, .wlr-message-info {
	max-width: 800px;
    margin: 5px auto !important;
    font-size: 14px;
}
.woocommerce-form-coupon {
	max-width: 800px;
    margin: 0 auto 80px;
    font-size: 14px;
}

@media (max-width: 767px) {
	.woocommerce-orders-table__cell-order-date time {
		font-size: 24px !important;
		color: #10c956;
	}
	.woocommerce-orders-table th, .woocommerce-orders-table td {
        margin: .2rem !important;
    }
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	margin-top: 20px !important;
}

#top .woocommerce-info {
    border-style: none;
    border-width: 0px;
    padding: 25px;
    border-radius: 15px;
}
#top div.woocommerce-message {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    color: #000000;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce p {
	font-size: 14px;
}

div.woocommerce-MyAccount-content {
	padding-top: 10px !important;
}

.woocommerce .login .lost_password {
    top: 20px;
}

.woocommerce .login .button {
    border-radius: 10px;
    font-size: 1.4em;
    font-weight: 500;
    width: 100%;
    padding: 20px !important;
}

.woocommerce-ResetPassword {
    max-width: 600px;
    margin: 0 auto;
}

#top form.login, #top form.register {
    padding: 20px 20px 80px 20px;
    max-width: 600px;
    margin: 20px auto;
    border-width: 0px;
    background-color: transparent;
}

.woocommerce-notices-wrapper + h2 {
	text-align: center;
    color: #10c956;
    font-size: 50px;
	font-weight: 800 !important;
    letter-spacing: -1px !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
	font-size: inherit;
	padding: 10px!important;
}

.woocommerce-mini-cart .woocommerce-Price-amount {
    font-size: 12px;
}

.woocommerce-mini-cart__total,
.woocommerce .product-sorting, .product-sorting {
	display: none;
}

#top div .woocommerce-form-login .form-row input.input-text, #top div .woocommerce-ResetPassword .form-row input.input-text {
    padding: 20px;
    font-size: 16px;
}

.post-entry .pagination {
    display: block;
}

#top .woocommerce-form-login label, #top .woocommerce-ResetPassword label {
    font-size: 14px;
    margin: 10px 0 10px 0;
}

#top .price span {
    display: inline;
    text-decoration: none;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}


.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
}

#top #payment div.payment_box {
    width: 100%;
    padding: 8px;
    margin: 0 0 0 0;
}

div table.shop_table td {
    vertical-align: top;
    font-weight: 700;
    line-height: 1.2em;
	font-size: 1.2em;
}
div table.shop_table th.product-thumbnail {
    width: 20%;
}
div table.shop_table th.product-name {
    width: 40%;
}

div table.shop_table th.product-quantity {
    width: 20%;
}
div table.shop_table th.product-subtotal {
    width: 10%;
}

.products .product h2, .products .product h6, h2.woocommerce-loop-product__title {
    padding-top: 5px;
    font-size: 18px !important;
    line-height: 1.1em;
    font-weight: 800;
    margin: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.products .product h2, .products .product h6, h2.woocommerce-loop-product__title {
	}
}

#top #apothecary_choice_field label, #top #apothecary_choice_field span {
    color: #000;
    font-size: 13px;
}

.woocommerce-order-details > h2, .woocommerce-customer-details > h2 {
    font-weight: 600;
    letter-spacing: 0px;
    color: #10c956;
}

.woocommerce-billing-fields h3 {
    font-weight: 600 !important;
    color: #10c956;
}

.woocommerce-Address-title {
	font-size: 12px !important;
}

.woocommerce-Address-title h3 {
	font-size: 21px !important;
	font-weight: 700 !important;
}

.woocommerce-MyAccount-content, .woocommerce-Address address {
	font-size: 14px;
}

#top div .quantity input.qty {
    border-radius: 10px;
}

#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
    border-color: #fff;
    background-color: #fff;
    color: #000000;
}
#top div .quantity input.plus, #top div .quantity input.minus {
	width: 33px;
}

.woocommerce-cart th.product-remove, .woocommerce-cart td.product-remove, .dropdown_widget_cartm .woocommerce-cart-form__cart-item td.product-remove, .woocommerce-cart-form__cart-item th.product-remove, .woocommerce-cart .cart-subtotal, .woocommerce-cart .order-total, .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-cart-form__cart-item td, .woocommerce-cart-form__cart-item th {
    width: auto;
}

.woocommerce-cart-form .shop_table_responsive td, .woocommerce-cart-form .shop_table_responsive th {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart-form .shop_table_responsive {
    table-layout: auto;
}

table.shop_table {
	width: 100% !important;
}

.woocommerce-cart .actions .button {
    background-color: #10c956 !important;
    border-radius: 10px !important;
	font-size: 15px;
}

@media (max-width: 767px) {
    .responsive .shop_table .product-quantity {
        display: block;
    }
}

@media (max-width: 479px) {
    .responsive table.shop_table.cart .product-remove {
        width: 0%;
    }
}
@media only screen and (max-width: 479px) {
    .responsive table.shop_table.cart .product-name {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
.responsive table.shop_table.cart .product-price {
        width: 25%;
    }
}
#footer ul.product_list_widget li img {
	display: none;
}
#footer .woocommerce-Price-amount {
	font-size: 12px;
}
#footer div ul.product_list_widget li a {
	line-height: 0.8em !important;
}
#top div ul.product_list_widget li a {
	font-size: 16px;
}
div ul.product_list_widget li img {
	width: 36px;
}
#footer div ul.product_list_widget li a {
	font-size: 15px;
	font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#footer div ul.product_list_widget li {
	padding: 0 0 2px 0;
}
@media only screen and (max-width: 479px) {
    .responsive .shop_table .product-quantity {
        width: 25%;
    }
}

@media  (max-width: 479px) {
    .responsive table.shop_table.cart .product-thumbnail {
        display: block;
        width: 70px;
        margin-left: -10px;
    }
}
@media (max-width: 479px) {
    .responsive .shop_table th.product-quantity {
        display: none !important;
    }
}
@media (max-width: 479px) {
    .responsive #top table.shop_table .actions .button, .responsive #top table.shop_table .actions .coupon .input-text {
        padding: 12px;
    }
}

#top .main_color a.remove {
    background-color: #fff;
}

div a.remove {
	height: 12px;
    width: 12px;
    background: url('/cl/wp-content/uploads/2024/06/shop-icon-close.svg') #CCC;
}

.wc-backward {
	padding: 15px !important;
	border-radius: 10px !important;
	font-weight: 400 !important;
	text-align: center;
}

#top .form-row {
	margin: 0;
}

#top.woocommerce-checkout form.checkout.woocommerce-checkout {
	margin-top: 50px !important;
}

.checkout-row-container {
	margin-top: 20px;
}

.flex-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	flex-wrap: wrap;
}

@media (min-width: 989px) {
.flex-container {
	flex-direction: row;
}
.flex-container .half-row {
	flex: 1 1 calc(50% - 50px);
}
#top.woocommerce-checkout form.checkout.woocommerce-checkout #wc-stripe-payment-request-wrapper {
	width: 100%;
}
#top.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
    width: 100%;
}
#top.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-1,
#top.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}
#top.woocommerce-checkout form.checkout.woocommerce-checkout #order_review,
#top.woocommerce-checkout form.checkout.woocommerce-checkout #order_review_heading {
    clear: none;
    width: 100%;
}
}

#top #payment {
	padding: 20px !important;
	border-radius: 15px;
    border-style: solid;
    border-width: 0px;
}

#cannazen_apothecary_info {
	line-height: 1.5em;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce-column--billing-address h2, .woocommerce-column--shipping-address h2 {
	font-size: 24px;
	color: #10c956;
}
woocommerce-column--billing-address address, woocommerce-column--shipping-address address {
	font-size: 15px;
	font-weight: 700;
}

.woocommerce-page .button {
    border-radius: 10px;
    font-size: 1.4em;
    font-weight: 500;
    width: 100%;
    background-color: #10c956 !important;
	padding: 20px !important;
}
.woocommerce-mini-cart__buttons a.button {
	padding: 2px !important;
}

#customer_details {
    padding-bottom: 0px;
}

#top #payment {
	padding: 10px;
}

#top #payment ul.payment_methods li {
	border-width: 0px;
}

.select2-container .select2-selection--single {
	height: 38px;
}

.select2-container--default .select2-selection--single {
	padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 3px;
}

#vat_number-description {
	font-size: 12px;
}

input#billing_address_1:placeholder {
	color: grey;
}

#stripe-payment-data fieldset + fieldset,
.checkout #order_review_heading,
.woocommerce-SavedPaymentMethods,
.wc-proceed-to-checkout #ppcp-messages,
#wc-stripe-payment-request-button-separator,
#billing_state_field,
.recurring-totals,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody {
	display: none !important;
}

#top div.product .woocommerce-tabs {
    padding: 0px;
}

#top div.product .woocommerce-tabs .panel ul li {
    list-style: none;
    padding-left: 1.2em;
    position: relative;
}

#top div.product .woocommerce-tabs .panel ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}

#top .woocommerce-tabs h2:first-of-type,
#top div div.product .woocommerce-tabs ul.tabs li a {
	display: none !important;
}

#top .woocommerce-tabs h2 {
	font-size: 28px;
}
#top .woocommerce-tabs h3 {
	font-size: 21px;
}

.main_color div.product .woocommerce-tabs .panel {
	background-color: #fff;
	border: 0px solid transparent;
}

.woocommerce-tabs #tab-description ul, #top .woocommerce-tabs .commentlist .description ul {
    font-size: 14px;
}

.col2-set .col-1 {
    width: 100%;
}

.woocommerce-billing-fields > h3,
.woocommerce-billing-fields__field-wrapper {
	display: none;
}

#order_comments_field {
	display: none;
}

#top input[type="checkbox"] {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

.strong,
h3.strong {
	font-weight: bold !important;
}

.woocommerce-additional-fields {
	margin-top: 10px;
}

.woocommerce-billing-fields {
	margin-top: 25px;
}

.woocommerce-checkout-review-order-listing .cart-item {
	margin-top: 25px;
	line-height: 150%;
}

.woocommerce-checkout-review-order-listing .cart-item,
.woocommerce-checkout-review-order-listing .cart-item .woocommerce-Price-amount {
	font-size: 13px;
}

.checkout-shipping-address-container,
.apothecary-choice-container {
	margin-top: 40px;
}

.woocommerce-checkout-review-order-listing .cart-item .product-name {
	font-weight: bold;
}

.checkout {
	margin: -50px auto 0;
}
@media (min-width: 989px) {
.checkout {
	max-width: 800px;
}
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

#top #payment ul.payment_methods li {
	padding: 5px 15px;
}

#payment p {
	font-size: 12px;
	line-height: 1.5em;
}

#payment {
	margin-top: -10px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 11px !important;
}

#top #payment ul.payment_methods, #top #payment ul.payment_methods li, #top #payment div.form-row {
	padding: 0px;
}

#stripe-payment-data fieldset {
	margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2em;
}

.ppc-button-wrapper {
	padding: 20px;
}

.woocommerce-checkout-review-order, .woocommerce-billing-fields {
	margin-top: 30px;
}

.woocommerce form .form-row.primary_pharmacy_options label {
    display: inline-block !important;
    margin-left: 5px;
    vertical-align: middle;
}

.woocommerce form .form-row.primary_pharmacy_options input[type="radio"] {
    display: inline-block !important;
    margin: 0;
    vertical-align: middle;
}

.woocommerce-product-gallery__wrapper a, .woocommerce-product-gallery__wrapper a:hover {
	border: none;
	color: transparent;
}

.ppcp-messages {
	display: none !important;
}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, table.shop_table, .shop_table th, .shop_table td {
    background: #ffffff !important;
	border-color: #ffffff !important;
}

div.__PrivateStripeElement {
	overflow: hidden;
    border-radius: 10px!important;
}

table.shop_table .wp-element-button {
    background-color: #646464 !important;
    border-color: transparent !important;
}

.cart-collaterals .cart_totals a.button.alt {
    width: 100%;
    padding: 20px;
}

table.shop_table th {
    font-size: 14px;
	font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}

td.product-name a {
    font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

#cannazen_cart_wrapper .product-name-description {
    font-size: 12px;
    font-weight: 300;
}

.responsive table.shop_table tr.order-total th, .responsive table.shop_table tr.order-total td {
    font-size: 14px;
	font-weight: 400;
	padding: 0px;
}
.responsive table.shop_table tr.woocommerce-shipping-totals th, .responsive table.shop_table tr.woocommerce-shipping-totals td {
	padding: 0px;
}

.woocommerce-Price-amount {
    font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.woocommerce-orders-table .woocommerce-Price-amount {
	font-size: 14px;
}

.includes_tax .woocommerce-Price-amount {
    font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

table.cart img {
    width: 80px;
    border-radius: 50%;
	filter: brightness(0.97);
}
.dropdown_widget ul.cart_list li a img {
    width: 60px;
    border-radius: 50%;
	filter: brightness(0.97);
	border: none;
}

.wc-proceed-to-checkout #wc-stripe-payment-request-button {
	margin-bottom: 20px;
}

.single-product-main-image > aside, tr.cart-subtotal, div.cart_totals h2 {
	display: none!important;
}

.wp-element-button, #wp-submit, #vat_number_validation_button {
	background-color: #0074D9 !important;
    border-color: #0074D9 !important;
    color: #fff !important;
	padding: 20px 30px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
}

/* wp forms */

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"],
#top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 0px;
	font-size: 15px;
}

#top select {
    padding: 10px !important;
}

#top legend {
    display: block;
    font-weight: 600;
    font-size: 1em;
	margin-bottom: 10px !important;
}

#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
    border-radius: 10px;
    margin-right: 20px;
}

.ff-message-success {
	border: 0px;
}
.ff-default .ff-btn-lg {
    padding: 12px 16px;
    background: #10c956;
    border: 0px;
}

.ff-el-input--content input[type='email'] {
	min-height: 54px;
}

#wpforms-4190-field_25-description {
	margin-top: 15px;
}

div#wpforms-24509 {
	background: #10c956;
	padding: 30px;
	margin: 20px auto !important;
	max-width: 700px;
	border-radius: 10px;
}
div#wpforms-24509 label {
	font-size: 18px !important;
	color: #fff;
}
div#wpforms-24509 label.wpforms-field-label-inline {
	font-size: 12px !important;
}
div#wpforms-24509 button {
	background: #fff;
	color: #10c956;
}
div#wpforms-24509 button:hover {
	background: #fff !important;
	color: #0a9940;
}
div#wpforms-24509 em {
	color: #fff;
}
div#wpforms-24509 .wpforms-form em.wpforms-error:before {
	background: #fff;
}
div#wpforms-24509 input[type="checkbox"] {
	margin: 0 0 0 10px;
}
div#wpforms-24509 .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #10c956;
    border: none;
    margin: 40px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
    font-size: 18px;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    margin: 20% 0 100%;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #10c956;
    font-size: 24px;
    font-weight: 300;
}


.wpforms-field-label-inline, .wpforms-field-label-inline a {
	font-weight: 400 !important;
}

.wpforms-field-password,
.wpforms-field-password .wpforms-field-row-block {
    display: flex;
    flex-flow: wrap;
}

.wpforms-field-row-block *:not(input):not(span),
.wpforms-field-password *:not(input):not(span) {
    flex-basis: 100% !important;
}

#password-toggle {
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #ebebeb;
    border-radius: 2px 0 0 2px;
    border: 1px solid #ccc;
    border-right: 0;
	color: #afafaf;
}

.wpforms-field.wpforms-field-content .wpforms-field-row ul li {
    margin-bottom: 0px;
}

.wpforms-field-password input {
    width: calc(100% - 50px) !important;
    border-radius: 0 2px 2px 0 !important;
}

.wpforms-container .wpforms-form * {
    font-size: 15px;
}

.wpforms-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-medium {
    width: calc(100% + 20px);
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
    font-size: 15px !important;
    margin: 0 0 20px 0px !important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
    font-size: 12px;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
	margin: 0 0 8px 0;
}

div.wpforms-container-full:not(:empty) {
    margin: 0px auto;
	max-width: 800px;
}
div#wpforms-1036895.wpforms-container-full.wpforms-render-modern, div#wpforms-1037410.wpforms-container-full.wpforms-render-modern {
    max-width: 1200px !important;
}


div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message), div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background: #10c956;
    border: 1px solid #10c956;
    box-sizing: border-box;
    border-radius: 10px;
}
container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
    background: #0ba947 !important;
    border: 1px solid #0ba947 !important;
    box-sizing: border-box;
    border-radius: 10px;
}

#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text, div.wpforms-container-full .wpforms-page-button {
    border-radius: 10px;
	background-color: #10c956 !important;
    border-color: #10c956 !important;
    color: #fff !important;
	font-size: 16px;
}
#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
	margin-left: 15px;
}
@media (max-width: 989px) {
	#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
		font-size: 24px;
		margin-left: 0px;
	}
}

@media (max-width: 989px) {
	#top #wrap_all #header .av-menu-button > a {
    margin-top: 20px;
}
}

div.wpforms-container-full .wpforms-page-button {
	font-size: 0.8em;
}

#top table.shop_table .actions .button {
    border-radius: 10px;
	background-color: #10c956 !important;
    border-color: #10c956 !important;
    color: #fff !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
    position: relative;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p, div.wpforms-container-full .wpforms-confirmation-container-full p strong, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p strong {
    color: #ffffff;
    text-align: center;
}

/* RELATED */

.inner_sidebar .crp_related.crp-grid ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.crp_related.crp-grid .crp_title {
	background: #10c956E6;
    color: #ffffff;
    padding: 8px 20px;
    line-height: 1.2em;
    font-size: 16px;
	margin: -50px 10px 5px;
}

.entry-content-wrapper .crp_related li {
    margin-left: 0em;
}

#cannazen_cart td.cannazen-product-name {
	font-size: 18px;
}

/* Lucky Content Table */

@media only screen and (max-width : 670px) {
.lwptoc_item {
	text-overflow: ellipsis;
    width: 40ch;
    white-space: nowrap; 
    overflow:hidden;
}
}

@media only screen and (max-width : 670px) {
.lwptoc_item .lwptoc_item {
	margin-left: -15px;
	text-overflow: ellipsis;
    width: 40ch;
    white-space: nowrap; 
    overflow:hidden;
}
}

.lwptoc-light .lwptoc_i A {
    color: #10c956 !important;
}

/* Fire Popup */

#top input.fb-form-input[type="email"] {
	text-align: center;
}

.fb-form-control-input input {
	padding: 15px !important;
	margin-bottom: 0px !important;
}

.button.cannazen_product_page_button {
    display: block;
    float: none;
}

/* Store Locator */

.asl-store-pg .asl-content-box .sl-store-title {
    font-size: 40px !important;
    line-height: 1em !important;
}

.asl-cont .asl-detail-map {
    border-radius: 10px !important;
}

.asl-cont a {
    color: inherit !important;
}

.asl-store-pg .asl-content-box .btn-box .btn-info {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.asl-store-pg .asl-content-box .btn-box {
		margin-top: 0px !important;
	}
	.asl-store-pg .asl-content-box .btn-box .btn-info, .asl-store-pg .asl-content-box .btn-box .btn-success {
		font-size: 18px !important;
}
}
@media (min-width: 768px) {
    .asl-cont .pol-md-6 {
        max-width: 40%;
    }
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns .s-direction {
    color: #fff !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_2 .infowindowContent .asl-buttons a {
    color: #fff !important;
}

.asl-cont .asl-detail-map {
    height: 80% !important;
	min-height: 600px;
}

#av-layout-grid-1 > div > div > section > div > section > div > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(1) > a, #av-layout-grid-1 > div > div > section > div > section > div > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > a {
    background-color: #10c956 !important;
    border: 1px solid #10c956 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#av-layout-grid-1 > div > div > section > div > section > div > div > div:nth-child(1) > div > div > div > hr {
    background: #10c956 !important;
}

/* WebPushr */

@media (max-width: 480px) {
	webpushrpromptbox2 {
        padding-top: 0px !important;
    }
	webpushrwppromptbox2_wrapper webpushrpromptbox2 webpushrpromptbuttons2 {
		padding-top: 0px !important;
		margin-top: -20px !important;
	}
}

/* Woo Affiliate */

.afwc-affiliate-details-card-wrapper .afwc-affiliate-details-card {
    background: #10c956 !important;
}

.template-page .entry-content-wrapper  .afwc-affiliate-details-card-wrapper .afwc-affiliate-details-card h3, .afwc-affiliate-details-card-wrapper .afwc-affiliate-details-card div {
    color: #fff !important;
}

#afwc_kpi_section_wrapper .afwc-kpi-row .afwc-kpi-box .afwc-kpi-title {
    font-size: 1em !important;
}

/* Strain Finder */

#top input[type="text"]#strain-search {
	padding: 30px;
	font-size: 21px;
}

#strain-finder-lite input[type='text'] {
    height: 30px !important;
    font-size: 12px !important;
}

/* Login/Registration */

.cz-registration-button {
    top: 20px;
}

/* Zen Search Box */

.sidebar .zen-shop-search-results li span {
	font-size: 14px !important;
	line-height: 1.1em;
}

.template-shop input[type='text']#zen-shop-search-input {
	font-size: 12px;
	border-color: #f9f9f9 !important;
    background-color: #f9f9f9 !important;
	padding: 5px !important;
}

#main .woocommerce-Tabs-panel--cannazen_attributes {
    display: block !important;
	font-size: 12px;
}

/* JON CSS */

.cannazen-product-package {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    color: #000 !important;
    display: inline-block !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

/* #top .more-products-box .av-product-class-minimal {
    background: transparent;
    border-radius: 0px;
    padding: 0px;
} */
.more-products-box .subheader, .template-shop .subheader {
    font-weight: 800;
}

@media (max-width: 600px) {
    #cannazen_cart .cannazen-thumbnail img {
        margin-left: -10px;
    }
}

@media (max-width: 600px) {
    #cannazen_cart .product-quantity {
        width: 80%;
    }
}

table div.quantity {
    float: none;
    margin: 0 auto;
    width: 150px;
}

/*
#top .more-products-box .av-product-class-minimal {
    background: #ffffff !important;
}
#top .more-products-box .av-product-class-minimal img {
    filter: brightness(99%) !important;
}
*/

/* FLUENT CRM */

form.fluent_form_5 .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #10c956 !important;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 40px;
    border-radius: 12px;
}

.ff-message-success {
    border: 3px solid #ffffff;
    border-radius: 12px;
    font-size: 21px;
}

/* WPML */

.avia-menu .av-language-switch-item {
	display: none;
}