/*
Theme Name: Buy Cheep Weed
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764135884
Updated: 2025-11-26 05:44:44

*/

/******** Common Css **********/
.elementor-button:hover svg path {
  fill: #fff;
}

.elementor-button svg {
  width: 24px;
  height: 24px;
}

.elementor-button .elementor-button-content-wrapper {
  align-items: center !important;
  display: inline-flex !important;
}
.cst_container,
.single-product main#main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
/******** Top Header Css **********/
.home .elementor-element.main_header {
  margin-bottom: -95px;
}

.top_bar_list ul {
  display: flex;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.top_bar_list ul li {
  padding: 0 50px 0 10px;
  font-weight: bold;
  position: relative;
  color: #fff;
}

.top_bar_list ul {
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/******** Header Css **********/
.elementor-element.main_header:not(.home .main_header) {
  border-bottom: 1px solid #e6e6da;
}
.header_search .search-form {
  width: 100%;
  max-width: 280px;
  position: relative;
  height: 40px;
}
.header_search .search-form input.search-field,
.header_cart .header-cart-link {
  background: #e6e6da;
}
header#masthead.fixed .main_header {
  background: #ffffff;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e6e6da;
}
.home .header_search .search-form input.search-field,
.home .header_cart .header-cart-link {
  background: #fff;
}
.home header.fixed .header_search .search-form input.search-field,
.home header.fixed .header_cart .header-cart-link {
  background: #e6e6da;
}
.header_search .search-form input.search-field {
  border: 0;
  border-radius: 30px;
  padding-left: 60px;
}

.header_search .search-form input.search-submit {
  text-indent: -9999px;
  background: #fdc85c
    url(/wp-content/uploads/2025/11/magnifer-svgrepo-com-1.svg) no-repeat scroll
    center;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.header_account .header-account-link {
  background: #fdc85c;
  border-radius: 30px;
  height: 40px;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 5px;
  padding-right: 30px;
  text-decoration: none;
  color: #214842;
  font-weight: 700;
}
.header_account .header-account-link:hover {
  background: #fff;
}

.header_account .header-account-link:hover img {
  background: #fff;
}

.header_account .header-account-link img {
  width: 40px;
  height: 40px;
  background: #fdc85c;
  border-radius: 50%;
  padding: 8px;
  display: inline-flex;
  left: -1px;
  position: relative;
}

.header_cart .header-cart-link {
  border-radius: 30px;
  height: 40px;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 12px;
  text-decoration: none;
}

.header_cart .header-cart-link img {
  width: 40px;
  height: 40px;
  background: #fdc85c;
  border-radius: 50%;
  padding: 8px;
  display: inline-flex;
  left: -1px;
  position: relative;
}

/******** Home Banner Css **********/
.home_banner_stars svg {
  height: auto;
}
.strain-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: -60px;
}

/* Image Slider */
.swiper.strainImageSwiper {
  width: 380px;
}
.strainImageSwiper img {
  width: 100%;
  height: 640px;
  object-fit: contain;
}

/* Content Slider */

.swiper.strainContentSwiper {
  flex: 1;
  padding-bottom: 128px;
  max-width: 100%;
}

.strain-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.strainContentSwiper h2 {
  font-size: 64px;
  margin-bottom: 20px;
  color: #fff;
}
.strainContentSwiper ul {
  padding-left: 0;
}
.strainContentSwiper p,
.strainContentSwiper ul,
.strainContentSwiper li {
  color: #fff;
}
.strainContentSwiper .content p {
  margin-bottom: 20px;
}
.strainContentSwiper li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}

.strainContentSwiper li:before {
  content: "";
  background: url(/wp-content/uploads/2025/11/check-circle-yellow.svg) no-repeat
    scroll center left / 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  color: #ffcc33;
}

.number-pagination {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}

.number-pagination .swiper-pagination-bullet {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  opacity: 0.3;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-family: "Darumadrop One";
}

.number-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
  font-size: 48px;
  border-bottom: 3px solid #fff;
}
/******** Home Colored boxes Css **********/
.hm_color_box .elementor-element {
  text-decoration: none;
  overflow: hidden;
}

.hm_color_box .elementor-heading-title {
  writing-mode: sideways-lr;
  position: relative;
}

.hm_color_box .box3:before {
  transform: rotate(-24deg);
}

.hm_color_box .box4:before {
  transform: rotate(32deg);
}
.hm_cust_video video.elementor-video {
  height: 553px;
  object-fit: cover;
  border-radius: 24px 24px 24px 24px;
}
.video_boxes .elementor-element.elementor-widget-video {
  height: 100%;
}

.video_boxes .e-hosted-video {
  height: 100%;
  aspect-ratio: unset;
}

/************ Home Order Steps ***********/
.hm_order_steps > .elementor-element.e-con.e-child {
  position: relative;
}

.hm_order_steps > .elementor-element.e-con.e-child:before {
  content: "";
  background: url(/wp-content/uploads/2025/12/XMLID_24639_.svg) no-repeat scroll
    right;
  background-size: 44px;
  position: absolute;
  top: 30%;
  right: -20px;
  width: 44px;
  height: 32px;
  left: unset;
}

.hm_order_steps > .elementor-element.e-con.e-child:last-child:before {
  display: none;
}

/************ Product Card ***********/
.custom-product-cards ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 0;
}
.custom-product-cards ul.products:before {
  display: none;
}
.custom-product-cards .woocommerce ul.products li.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  padding: 16px;
  padding-bottom: 60px;
}
.custom-product-cards .woocommerce ul.products .product-card-img {
  margin-bottom: 1em;
  border-radius: 16px;
  width: 100%;
  background: #d2dcdc;
  display: flex;
  align-items: center;
  aspect-ratio: 1.265 / 1;
  overflow: hidden;
}

.custom-product-cards .woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
  transition: 0.3s;
  object-fit: contain;
}
.custom-product-cards .woocommerce ul.products li.product-card:hover img {
  transform: scale(1.1);
}
.custom-product-cards .product-type {
  font-size: 14px;
  color: #595959;
  font-weight: bold;
}

.custom-product-cards .product-title a {
  font-size: 24px;
  color: #214842;
  font-weight: 400;
  line-height: 120%;
}
.custom-product-cards .product-desc {
  font-size: 14px;
  font-weight: 500;
  color: #595959;
  margin: 8px 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-product-cards .product-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.custom-product-cards ul.products li.product .price {
  font-size: 24px;
  font-family: "Darumadrop One";
  letter-spacing: normal;
  color: #1e1e1e;
  margin-bottom: -10px;
  line-height: 1;
}

.custom-product-cards .add-btn {
  background: #f5b606;
  color: #fff;
  font-size: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  font-weight: bold;
}

/******  Shop ***********/
.cst_shop_wrapper {
  display: grid;
  grid-template-columns: 330px 1fr;
  padding-top: 80px;
  gap: 30px;
}
.archive .custom-product-cards ul.products {
  grid-template-columns: 1fr 1fr 1fr;
}
.archive .custom-product-cards ul.products li.product .price {
  font-size: 22px;
}
.how_to_order_box {
  padding-bottom: 80px;
}
.cst_shop_wrapper .woof_container_inner h4 {
  color: #1e1e1e;
  font-family: "Red Hat Display";
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.cst_shop_wrapper .icheckbox_square-blue {
  background-image: url(/wp-content/uploads/2025/12/blue-new.png);
  background-position: -120px 0;
  width: 22px;
  height: 24px;
  min-width: 22px;
  min-height: 22px;
}

.cst_shop_wrapper .icheckbox_square-blue.checked {
  background-position: -168px 0px;
}
.cst_shop_wrapper .woof_container_inner {
  border-bottom: 1px solid #e6e6da;
  padding-bottom: 20px;
}
.cst_shop_wrapper button.button.woof_reset_search_form {
  background: #214842;
  color: #fff;
  border-radius: 30px;
}
.cst_shop_wrapper ul.woof_list li {
  display: flex;
  align-items: center;
}
/******  Faq ***********/
.all_faq .e-n-accordion-item-title-icon {
  background: #e3e3e3;
  min-width: 26px !important;
  height: 26px !important;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
}
.all_faq .yellow_acc .e-n-accordion-item-title-icon {
  background: #fdc85c;
}
.all_faq .purple_acc .e-n-accordion-item-title-icon {
  background: #ac9fef;
}
.all_faq .green_acc .e-n-accordion-item-title-icon {
  background: #b6e49b;
}
.all_faq .peach_acc .e-n-accordion-item-title-icon {
  background: #f6c0c0;
}
.all_faq .elementor-widget-n-accordion .e-n-accordion-item:first-child summary {
  border-top: 0 !important;
  padding-top: 0;
}

/********* Single Product ***********/
.woocommerce-variation-price {
  padding-bottom: 20px;
}
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image {
  height: 480px !important;
  border-radius: 24px;
  margin-bottom: 12px;
  background: #d2dcdc;
}

.single-product .woocommerce-product-gallery ol img {
  border-radius: 15px;
  height: 140px !important;
  object-fit: contain;
  background: #d2dcdc;
  border: 2px solid transparent;
}
.single-product .woocommerce-product-gallery ol img.flex-active {
  border-color: #fdc85c;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.single-product ol.flex-control-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.single-product .product_title.entry-title {
  font-size: 48px;
  display: block;
}
.single-product .icons {
  margin-top: 32px;
  display: flex;
  gap: 30px;
}

.single-product .icons span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-product table th,
.single-product table td {
  background: none !important;
  padding: 0;
}

.single-product th.label {
  color: #1e1e1e;
  font-size: 24px;
  margin-bottom: 25px;
}

.single-product .custom-variation-options label span {
  background: transparent;
  font-size: 16px;
  padding: 13px 34px;
  border-radius: 30px;
  position: relative;
  border: 1px solid #e6e6da;
}

.single-product .custom-variation-options label input {
  position: absolute;
  opacity: 0;
}

.single-product .custom-variation-options label input:checked + span {
  background: #214842;
  color: #fff;
  border-color: transparent;
}

.single-product .custom-variation-options label {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.single-product .summary p.price {
  display: none;
}
.single-product span.sku_wrapper {
  display: none;
}
.single-product span.posted_in {
  color: #1e1e1e;
  font-weight: bold;
}

.single-product span.posted_in a {
  display: inline-block;
  color: #3ca4ca;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 14px;
  margin: 0 5px 10px 5px;
  font-weight: 700;
  background: #3ca4ca3d;
  text-decoration: none;
}
.single-product.woocommerce
  div.product
  form.cart
  .button.single_add_to_cart_button {
  background: #1e1e1e;
  color: #fff;
  border: none;
  padding: 15px 45px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  max-width: 360px;
}

.single-product tr {
  display: block;
}
.single-product.woocommerce div.product form.cart .variations td,
.single-product.woocommerce div.product form.cart .variations th {
  display: block;
  text-align: left;
}

.single-product.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}
.single-product .single_variation_wrap:before {
  content: "quantity";
  font-family: "Darumadrop One";
  color: #1e1e1e;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.single-product.woocommerce div.product form.cart .variations {
  display: block;
  margin-bottom: 38px;
  margin-top: 38px;
}
.single-product .variations select {
  display: none !important;
}

.single-product .desc-wrapper {
  margin-top: 64px;
}

.single-product .desc-wrapper h3 {
  background: #214842;
  padding: 24px 32px;
  border-radius: 24px 24px 0 0;
  margin: 0;
  color: #fff;
}

.single-product .desc-list {
  margin: 0;
  padding: 32px;
  background: #fff;
  margin: 0px auto;
  border-radius: 0 0 24px 24px;
  border: 1px solid #e6e6da;
}
.single-product .desc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-product .desc-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}

.single-product .desc-list li:before {
  content: " ";
  background: url(/wp-content/uploads/2025/12/circle_caret.svg) no-repeat scroll
    center;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0px;
}

.single-product.woocommerce .woocommerce-breadcrumb {
  color: #1e1e1e;
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 32px;
}

.single-product.woocommerce .woocommerce-breadcrumb a {
  color: #1e1e1e;
  font-weight: 500;
  text-decoration: none;
}

.single-product .quantity.buttons-added {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e6e6da;
  border-radius: 12px;
  overflow: hidden;
  padding: 6.5px 6px;
  min-width: 160px;
  justify-content: space-between;
  margin-right: 20px !important;
}

.single-product .quantity.buttons-added button {
  padding: 2px 12px;
  background: #efab21;
  border: none;
  font-size: 22px;
  cursor: pointer;
  border-radius: 8px;
  height: 33px;
  width: 33px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

.single-product .quantity.buttons-added input {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin-left: 10px;
}

/********* Responsive ***********/

@media (max-width: 1199px) {
  .archive .custom-product-cards ul.products {
    grid-template-columns: 1fr 1fr;
  }
  .single-product .icons {
    gap: 10px 30px !important;
    flex-wrap: wrap;
  }
  .single-product.woocommerce
    div.product
    form.cart
    .button.single_add_to_cart_button {
    max-width: 190px;
  }
}
@media (max-width: 1024px) {
  .strain-section {
    margin-left: 0;
  }
  .elementor-element.home_banner {
    background: no-repeat !important;
  }
  .elementor-element.home_banner {
    background: no-repeat !important;
  }

  .elementor-element.home_banner .banner_slider_section {
    background: #214842;
    position: relative;
    z-index: 1;
    background-blend-mode: multiply;
  }

  .elementor-element.home_banner .banner_slider_section:before {
    content: "";
    background: #214842 url(/wp-content/uploads/2025/11/footer_bg.jpg) no-repeat
      scroll center bottom / cover;
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.4;
  }
  .mobile_menu .hfe-nav-menu li {
    border-bottom: 1px solid #e6e6da;
  }
  .mobile_menu .hfe-nav-menu-icon {
    width: 35px;
    height: 35px;
  }
  .mobile_menu .hfe-nav-menu-icon svg {
    width: 18px !important;
    height: 18px !important;
    line-height: 25px !important;
    margin-top: 8px;
  }

  .mobile_menu .hfe-nav-menu-icon {
    width: 35px;
    height: 35px;
  }

  .header_account .header-account-link {
    text-indent: -9999px;
    padding: 0;
    gap: 0;
    height: 35px;
  }
  .header_cart .header-cart-link {
    font-size: 11px;
    height: 35px;
    font-weight: bold;
  }
  .header_cart .header-cart-link img,
  .header_account .header-account-link img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .custom-product-cards ul.products {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .cst_shop_wrapper {
    grid-template-columns: 280px 1fr;
  }
  .archive .custom-product-cards ul.products li.product .price {
    font-size: 18px;
  }
  .single-product .quantity.buttons-added {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .strainImageSwiper img {
    height: auto;
  }
  .swiper.strainImageSwiper {
    width: 30%;
  }
  .cst_shop_wrapper {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .cst-cart-popup {
    width: 96%;
    left: 2%;
  }
}

@media (max-width: 680px) {
  .custom-product-cards ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .custom-product-cards .product-title a {
    font-size: 20px;
    line-height: 1;
  }
  .custom-product-cards ul.products li.product .price,
  .archive .custom-product-cards ul.products li.product .price {
    font-size: 14px;
  }
  .custom-product-cards .product-card-footer {
    left: 10px;
    right: 10px;
  }
  .custom-product-cards .add-btn {
    font-size: 18px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
  }
  .custom-product-cards .product-type {
    font-size: 12px;
  }
  .custom-product-cards .woocommerce ul.products li.product-card {
    padding: 10px;
    padding-bottom: 60px;
  }
  .hm_order_steps > .elementor-element.e-con.e-child:before {
    display: none;
  }
  .hm_order_steps > .elementor-element.e-con.e-child {
    width: 45%;
  }

  .hm_color_box .elementor-element.box1,
  .hm_color_box .elementor-element.box2,
  .hm_color_box .elementor-element.box3,
  .hm_color_box .elementor-element.box4 {
    min-height: 300px;
  }

  .hm_color_box .elementor-element.box1:before {
    background-size: 200px;
  }

  .hm_color_box .elementor-element.box2:before {
    background-size: 200px;
  }

  .hm_color_box .elementor-element.box3:before {
    background-size: 200px;
  }

  .hm_color_box .elementor-element.box4:before {
    background-size: 200px;
  }
  .hm_cust_video video.elementor-video {
    height: 370px;
  }
  .single-product .woocommerce-product-gallery ol img {
    height: 100px !important;
  }
  .single-product .woocommerce-product-gallery .flex-viewport,
  .single-product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__image {
    height: 400px !important;
  }
}

@media (max-width: 575px) {
  .strain-section {
    flex-direction: column;
  }
  .swiper.strainImageSwiper {
    width: 100%;
    max-width: 170px;
  }
  .strainContentSwiper h2 {
    font-size: 40px;
    text-align: center;
  }
  .number-pagination .swiper-pagination-bullet-active {
    font-size: 30px;
  }
  .number-pagination {
    justify-content: center;
  }
  .swiper.strainContentSwiper {
    padding-bottom: 88px;
  }
  .single-product .product_title.entry-title {
    font-size: 40px;
    display: block;
  }
  .single-product.woocommerce
    div.product
    form.cart
    .button.single_add_to_cart_button {
    max-width: 100%;
  }
}
