/*
Theme Name: Hello Biz Child
Theme URI: https://example.com
Description: Child theme for customizing WooCommerce
Author: Your Name
Author URI: https://example.com
Template: hello-biz
Version: 1.0.0
Text Domain: hello-biz-child
*/

/* stylelint-disable selector-class-pattern, font-family-no-missing-generic-family-keyword */


html,
body {
  overflow-x: visible !important;
}

.menu-cart {
  font-family: raleway;
}

.cm-margin-top-0 {
  margin-top: 0 !important;
}

.cm-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.elementor-menu-cart__main {
  padding: 0 !important;
  width: 500px !important;
}

.elementor-menu-cart--shown {
  z-index: 999 !important;
}

.elementor-menu-cart__close-button {
  margin-right: 25px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.user-profile-logout-btn-rs {
  display: none;
}

@media (width <=768px) {
  .qty-price-wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 8px;
  }

  .qty-input {
    margin-top: 0;
  }
}


.elementor-widget-woocommerce-cart,
.e-cart__container,
.e-checkout__container {
  grid-template-columns: 65% auto !important;
}

.cm-pzn-wrapper {
  font-family: Raleway;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #000 !important;
}

.cm-pzn-wrapper b {
  font-weight: 600 !important;
  font-size: 12px !important;
  color: #000 !important;
}

.cm-product-label span {
  font-family: Roboto;
  font-weight: 500 !important;
  font-size: 10px !important;
  line-height: 150% !important;
  letter-spacing: 8% !important;
  text-transform: uppercase;
  color: #000 !important;
}

.cm-product-indica {
  font-family: Raleway;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

.cm-product-date {
  font-family: Raleway;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

.cm-product-thc-cbd {
  font-family: Raleway;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #212121 !important;
}

.cm-product-addtocart .added_to_cart,
.cm-product-addtocart .wc-forward {
  display: none !important;
}

label[for="wc-sepa-direct-debit-new-payment-method"] {
  display: none !important;
}


@media (width <=1024px) {
  .e-cart__container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.e-cart__column-end {
  position: sticky;
  top: 100px;
  height: fit-content;
  z-index: 10;
  align-self: start;
}

.elementor-93 .elementor-element.elementor-element-45aae258 .e-cart-section {
  border-width: 0 !important;
}

.woocommerce-Price-amount,
.amount .woocommerce-Price-currencySymbol {
  font-weight: 700 !important;
}

.cm-cart-summary .woocommerce-Price-amount {
  font-weight: 600 !important;
}



.e-checkout__order_review {
  padding: 08px 8px !important;
  border: none !important;
}

.cm-save-button {
  width: 268px !important;
  margin-top: 24px !important;
  padding: 16px 30px !important;
  font-size: 19px !important;
  line-height: 31px !important;
  font-weight: bold !important;
  background-color: #568E2F !important;
  color: #fff !important;
}

.cm-save-button:hover {
  background-color: #9AC43A !important;
  border: 1px solid #9AC43A !important;
}


/* user profile box */
.user-profile-card {
  background: #F7F7F7;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.user-profile-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.user-profile-avatar {
  width: 100px;
  height: 110px;
  overflow: hidden;
  flex-shrink: 0;
}

.user-profile-avatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.user-profile-details {
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user-profile-details div h2 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  color: #568E2F;
  margin: 0;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.user-profile-customer-number {
  color: #575756;
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  font-family: Raleway, sans-serif;
}

.user-profile-member-since {
  color: #B7B7B7;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  font-family: Raleway, sans-serif;
}

.user-profile-logout-btn {
  background: transparent !important;
  font-family: Raleway, sans-serif;
  color: #212121 !important;
  border: 1px solid #999 !important;
  padding: 12px 24px !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none !important;
  white-space: nowrap;
  width: 290px;
  height: 70px;
}

.user-profile-logout-btn:hover {
  background: #f0f0f0 !important;
  border-color: #999 !important;
  color: #333 !important;
}

.user-profile-logout-icon {
  width: 16px;
  height: 16px;
  fill: currentcolor;
}

/* Mobile Responsive */
@media (width <=768px) {
  .user-profile-card {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 25px;
  }

  .user-profile-info {
    width: 100%;
  }

  .cm-product-thc-cbd {
    font-size: 13px;
  }

  .cm-product-indica {
    font-size: 12px;
  }

  .cm-product-date {
    font-size: 12px;
  }
}

@media (width <=480px) {
  .user-profile-card {
    padding: 10px;
  }

  .user-profile-info {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .user-profile-avatar {
    width: 92px;
    height: 105px;
  }

  .user-profile-details h2 {
    font-size: 1.125rem !important;
  }

  .user-profile-logout-btn {
    width: 100%;
    justify-content: center !important;
    margin-top: 10px;
  }
}

.order-total td {
  padding-top: 20px !important;
  border-top: 1px solid #000 !important;
}



.cm-order-again-btn {
  background: #568E2F;
  color: #fff !important;
  font-size: 19px;
  padding: 19px 38px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.cm-order-again-btn:hover {
  background: #43A047;
}

.cm-order-links a {
  color: #000 !important;
  text-decoration: none !important;
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
}

.cm-order-detail-btn a {
  color: #000 !important;
}

.cm-order-links a:hover {
  cursor: pointer;
}

.woocommerce form .woocommerce-form__input-checkbox {
  width: 18px;
  height: 18px;

}

.woocommerce form .woocommerce-form__input-checkbox:checked {
  color: #568E2F !important;
}

.cm-checkout-place-order-button {
  width: 268px !important;
  margin-top: 24px !important;
  padding: 16px 30px !important;
  font-size: 19px !important;
  line-height: 31px !important;
  font-weight: bold !important;
  background-color: #568E2F !important;
  color: #fff !important;
}

.cm-checkout-place-order-button:hover {
  background-color: #9AC43A !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
  max-width: 100% !important;
}

.cm-subtotal-price {
  display: flex;
  justify-content: flex-end;
}


.cm-order-details .woocommerce-order-overview__order strong {
  font-weight: 700 !important;
}

.cm-thankyou-table-padding {
  padding: 0 !important;
  border: 0 !important;
}


.cm-thankyou-table-padding th {
  font-size: 14px !important;
}

.cm-thankyou-table-padding td {
  vertical-align: middle !important;
}

.woocommerce-MyAccount-content-wrapper {
  border: 0 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper {
  padding: var(--sections-padding, 16px 0) !important;
}

.cm-thankyou-tooltip {
  display: flex !important;
  align-items: center;
  width: 370px !important;
  margin-top: 24px !important;
  padding: 12px 10px !important;
  font-size: 14px !important;
  line-height: 140% !important;
  background-color: #FBFBFB !important;
  color: #575756 !important;
  gap: 10px !important;
}

.cm-thankyou-problem {
  display: flex !important;
  gap: 20px !important;
}

.cm-thankyou-tooltip p {
  margin: 0 !important;
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.cm-thankyou-tooltip img {
  height: 24px !important;
  width: 24px !important;
}

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



.cm-myacc-detail-card form h2,
.cm-card-title,
.cm-newsletter-header {
  font-family: var(--e-global-typography-accent-font-family), sans-serif !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  text-decoration: none !important;
  line-height: 37px !important;
  letter-spacing: -1px !important;
  word-spacing: 0 !important;
  color: var(--e-global-color-accent) !important;
  margin: 0 0 20px !important;
}




@media (width <=1024px) {
  .cm-product-thumbnail img {
    height: 80px !important;
    width: 80px !important;
    max-width: 80px !important;
  }

  .e-checkout__container {
    grid-template-columns: 58% auto !important;
  }

  .cm-rs-thankyou-overview li {
    padding: 0 !important;
  }
}

@media (width <=768px) {
  .cm-thankyou-customer-detail-col2-wrapper {
    margin-top: 30px !important;
  }

  .elementor-widget-woocommerce-cart .woocommerce table.cart {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto;
  }

  .cm-checkout-responsive-wrapper .e-checkout__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .cm-product-delete {
    justify-items: end;
  }

  .cm-rs-title-align {
    display: flex !important;
  }



  .elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr td {
    border-top: 0 !important;
  }

  .cart-product-thumbnail img {
    width: 80px !important;
  }

  .shop_table_responsive tbody tr td.product-thumbnail {
    display: block !important;
    text-align: center;
    margin-bottom: 0.5rem;
  }


}

@media (width <=480px) {
  .cm-rs-gram-font {
    font-size: 10px !important;
  }

  .cm-rs-gram-font span {
    font-size: 10px !important;
  }

  .cm-checkout-col-1 {
    padding: 20px 16px !important;
  }

  .cm-checkout-payment {
    padding: 20px 16px !important;
  }

  .cm-additional-field {
    padding: 20px 16px !important;
  }

  .cm-checkout-billing-heading h3 {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 37px !important;
    text-transform: uppercase;
  }

  .cm-shipping-heading {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 37px !important;
    text-transform: uppercase;
  }

  .cm-checkout-heading h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 37px;
    padding: 08px 8px;
    margin-top: 0;
    text-transform: uppercase;
    color: #568E2F;
  }

  .cm-product-delete {
    justify-items: end;
  }

  .cm-checkout-shipping-list ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .cm-save-button {
    margin-top: 10px !important;
    width: 100% !important;
  }

  .cart-totals {
    padding-top: 16px !important;
  }



  .cm-item-detail-mobile {
    width: 60% !important;
    padding-bottom: 0 !important;
  }

  .product-quantity {
    display: none !important;
  }

  .product-subtotal {
    display: none !important;
  }

  .cm-cart-product-remove {
    display: none !important;
  }

  .cm-cart-responsive-wrapper {
    display: flex !important;
    gap: 20px;
    justify-content: start !important;
    align-items: start !important;
    border-top: 1px solid #000 !important;
    padding: 20px 0 !important;
  }

  .cm-input-text-qty input {
    width: 40px !important;
    height: 30px !important;
    border: 1px solid rgb(0 0 0 / 20%) !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    color: #281D1B !important;
  }

  .cm-rs-thankyou-overview {
    padding: 14px !important;
    margin-bottom: 16px !important;
  }

  .cm-thankyou-customer-detail-col1-wrapper {
    padding: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .cm-thankyou-customer-detail-col2-wrapper {
    padding: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .cm-thankyou-order-detail-payment {
    padding: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .cm-thankyou-order-detail-wrapper {
    padding: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .cm-thankyou-problem {
    flex-direction: column;
    gap: 0 !important;
  }

  .cm-thankyou-tooltip {
    margin-top: 20px !important;
  }

  .user-profile-logout-btn-display {
    display: none !important;
  }

  .user-profile-customer-number {
    font-size: 14px;
  }

  .user-profile-member-since {
    font-size: 12px;
  }

  .user-profile-logout-btn-rs {
    display: block;
    margin-top: 36px !important;
  }

}

@media (width <=380px) {
  .cm-product-thc-cbd {
    font-size: 12px;
  }
}

/* this css for SEPA direct debit card */

#sepa-direct-debit-cc-form {
  padding: 16px !important;
}

#sepa-direct-debit-cc-form input {
  display: block !important;
  margin-top: 16px !important;
}

#sepa-direct-debit-cc-form input:focus {
  border: 1px solid #568E2F !important;
}

#sepa-direct-debit-cc-form label {
  font-family: Raleway;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 100% !important;
}

/* product detail */
.canna-read-more:hover, .canna-read-less:hover {
	cursor: pointer;
}

.advanced-woo-labels {
	font-family: raleway;
	font-weight: 500;
}

.stock-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	margin-right: 4px;
}

.red-dot {
	background: #D7412A;
}

.green-dot {
	background: #9AC43A;
}

.yellow-dot {
	background: #F5A512;
}

.cm-qty-dropdown {
    margin: 0px;
    padding: 0px;
    list-style: none;
	border: 1px solid #9AC43A;
	font-family: raleway;
}

.cm-qty-dropdown li {
    padding: 10px 20px;
	color: #568e2f;
}

.toggle-dropdown {
    cursor: pointer;
}

.cm-qty-dropdown li:nth-child(2) {
    border-top: 1px solid #9AC43A;
}

.cm-qty-dropdown li:not(:first-child) {
    display: none;
}

.chevron-up, .chevron-down {
	position: absolute;
    right: 15px;	
}

.chevron-up {
	display: none;
}

.column-product_attributes {
	width: 10%;
}

.cm-aroma {
	min-width: 20% !important;
	width: auto !important;
}

.aroma-shortcode {
    color: #000;
    font-weight: 600;
    font-size: 11px;
    width: auto !important;
    text-transform: uppercase;
}

.thc-shortcode {
    color: #000;
    font-weight: 600;
	font-size: 14px;
}

@media (max-width: 767px) {
	.cm-thc {
		min-width: 15% !important;
		width: auto !important;
		padding: 8px !important;
		font-size: 11px !important;
	}
	
	.cm-thc h2 {
		font-size: 12px !important;
	}
}

.terpenflyer-files ul {
	padding: 6px 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #D5D5D5;
}

.terpenflyer-files ul:last-child {
	border-bottom: 0px;
}

.terpenflyer-files ul li {
	display: inline-block;
	width: 90%;
	font-size: 12px;
	vertical-align: middle;
}

.terpenflyer-files ul li:last-child {
	width: 8%;
	border-bottom: 0px;
}

.terpenflyer-files .certificate-link {
	background: #568E2F;
	padding: 6px 6px 2px 6px;
	display: block;
	fill: #fff;
	width: 30px;
	margin:0px auto;
}

.terpenflyer-files .certificate-link:hover {
	background: #9AC43A;
}

.certificate-button-icon {
	display: block;
	width: 60%;
	margin: 0px auto;
}

.cm-thc .elementor-heading-title {
	text-transform: none !important;
}