/*
Theme Name: Hello Elementor Child
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.4.1749546069
Updated: 2025-06-10 09:01:09

*/

@font-face {
    font-family: 'LibreBaskerville-Regular';
    src: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/07/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskerville-Bold';
    src: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/07/LibreBaskerville-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'LibreBaskerville-Italic';
    src: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/07/LibreBaskerville-Italic.ttf') format('truetype');
}
a:hover {
  cursor: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/cusrsor.png'), auto;
}
.libre-font,
.libre-font h1,
.libre-font h2,
.libre-font span{
	font-family: 'LibreBaskerville-Italic', serif !important;
	font-weight: 400;
}
.eael-contact-form .eael-contact-form-7-title{
	font-family: 'LibreBaskerville-Italic' !important;
	font-weight: 500;
	margin-bottom: 30px;
}
.doo-contact-form .main-container {
	display: flex;
    width: 100%;
    column-gap: 16px;
}
.doo-contact-form .main-container span {
    width: inherit;
}
.doo-contact-form span,
.doo-contact-form .full-container{
	margin-bottom: 10px;
}
.home .doo-logo img {
	content: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/doohickey-white-logo.webp');
}
.home .doo-header .ekit_offcanvas-sidebar svg {
	color: #fff;
}
.home .doo-header .ekit_offcanvas-sidebar svg path {
	fill: #fff !important;
}
.interactive-banner-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.interactive-banner-container .too-addictive-warning {
	display: none;
}
/* This is the keyframe animation for the sticker pop-in effect */
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.interactive-banner-container .sticker-instance {
  position: absolute;
  width: 150px;
  height: auto;
  pointer-events: none;
  animation: popIn 0.3s ease-out forwards;
}
.home .doo-header .doo-cart svg{
  fill: #fff !important;
}

/* product list  */
.product-list .product-item:hover {
  cursor: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/cusrsor.png'), auto;
}
.product-list {
  display: flex ;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  column-gap: 45px;
  row-gap: 40px;
}
.product-list .product-item {
  width: 48%;
  text-align: center;
  justify-items: center;
  border: 1px solid #9B6334;
  border-radius: 30px;
  padding: 40px;
  transition: background-color 0.3s ease;
}
.product-list .product-item a{
  text-decoration: none;
}
.product-list .product-item:hover{
  background-color: #9B6334;
}
.product-list .product-item .product-title {
  margin: 0;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}
.product-list .product-item .product-price {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 14px;
}
.product-list .product-item .product-cat {
  margin: 15px 0;
}
.product-list .product-item .product-cat,
.product-list .product-item .product-description {
  display: grid;
}
.product-list .product-item .product-cat h6,
.product-list .product-item .product-description h6 {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}
.product-list .product-item .product-cat span,
.product-list .product-item .product-description span {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  pointer-events: none;
}
.product-list-filters select {
  border: 0;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  font-size: 20px;
}
.product-list-filters {
  display: flex;
  justify-content: space-between;
}
.product-list-filters .product-filters {
  display: flex;
  column-gap: 50px;
}
#load-more-products {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
#load-more-products button {
  background: #9b6334;
  color: #fff;
  border-color: #9b6334;
}

/* single product page styles  */
.single-product .content-area #main{
  max-width: unset;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
/* Disable default WooCommerce product image zoom on hover */
.woocommerce-product-gallery .zoomImg,
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  pointer-events: none !important;
}
.single-product .product {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}
.single-product .product .woocommerce-product-gallery {
  width: 40% !important;
  padding-left: 80px;
	order: 1;
}
.single-product .product .summary {
  width: 56% !important;
  padding-right: 80px;
	order: 2;
}
.single-product .product .summary .product_title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  line-height: 40px;
}
.single-product .product .summary .price {
  color: #000;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 35px;
}
.single-product .product .summary h6 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -1px;
}
.single-product .product .summary .product-category-after-price span,
.single-product .product .summary .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-weight: 600;
}
.single-product .product .summary .product-category-after-price span {
  pointer-events: none;
}
.single-product .product .summary .product-category-after-price {
  margin-bottom: 35px;
}
.single-product .product .related.products {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 80px;
	order: 5;
}
.single-product .product .related.products h2,
.single-product .our-recipe-wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.single-product .product .related.products .related-products-swiper {
  width: 100%;
}
.single-product .product .related.products .product-list {
  justify-content: unset;
  column-gap: unset;
  flex-wrap: unset;
  row-gap: unset;
}
.single-product .product .related.products .product-list .product-item  {
  width: 580px !important;
  height: auto;
}

.single-product .our-recipe-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 80px;
	margin-bottom: 70px;
	order: 4;
}
.single-product .our-recipe-title {
  width: 100%;
  text-align: center;
}
.single-product .our-recipe-steps {
  display: flex;
  justify-content: center;
  column-gap: 140px;
  text-align: center;
}
.single-product .our-recipe-steps .step-number{
  background: #333333;
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.single-product .our-recipe-steps p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-product .our-recipe-steps .recipe-step {
	opacity: 0.5;
	transition: 0.5s ease;
	width: 33.33%;
}
.single-product .our-recipe-steps .recipe-step:hover {
  opacity: 1;
}
.single-product .our-recipe-steps .recipe-step:nth-child(1) .icon,
.single-product .our-recipe-steps .recipe-step:nth-child(4) .icon  {
  transform: rotate(10deg);
}
.single-product .our-recipe-steps .recipe-step:nth-child(3) .icon {
  transform: rotate(350deg);
}
.woocommerce div.product form.cart div.quantity {
  float: unset;
  text-align: center;
  margin: 20px 0;
}
.single-product .product .cart .single_add_to_cart_button {
  background: transparent;
  color: #000;
  border: 1px solid;
  width: 100%;
  border-radius: 15px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px;
}
.single-product .product .cart .single_add_to_cart_button:hover {
  background: #9B6334;
  border: 1px solid #9B6334;
}
.woocommerce .quantity.custom-enhanced {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 20px;
}
.woocommerce .quantity .qty-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  padding: 0;
  color: #000;
  padding-bottom: 3px;
}
.woocommerce .quantity input.qty {
  width: 80px !important;
  height: 36px;
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 38px;
  border: none;
  background: none;
  font-weight: 600;
  -moz-appearance: textfield;
}
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input.qty:focus-visible {
  overflow: unset;
}
.woocommerce-cart .wp-block-woocommerce-cart {
  padding-top: 60px;
}
.woocommerce-cart .wc-block-cart__submit a,
.woocommerce-checkout .wc-block-checkout__actions button {
  border: 1px solid #000;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}
.woocommerce-cart .wc-block-cart__submit a:hover,
.woocommerce-checkout .wc-block-checkout__actions button:hover {
  background: #9B6334;
  color: #fff;
  border-color: #9B6334;
}
.single-product .our-recipe-steps .recipe-step:hover {
  cursor: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/cusrsor.png'), auto;
}

/* timeline section  */
.timeline-container {
	position: relative;
  --dynamic-height: 0%;
}
.timeline-container>div {
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
}
.timeline-container>div.visible {
  opacity: 1;
}
.timeline-container::before,
.timeline-container::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	z-index: 9;
}
.timeline-container::before {
	top: 0;
	height: 100%;
	background: #cccccc;
}
.timeline-container::after {
	top: 0;
	height: var(--dynamic-height);
	background: #000000;
	transition: height 0.3s ease;
}
.eael-simple-menu-container ul li a{
	font-family: 'LibreBaskerville-Regular' !important;
	font-weight: 400 !important;
	font-size: 50px !important;
	line-height: 60px !important;
	letter-spacing: -2px;
	background-color: transparent !important;
}
.eael-simple-menu-container ul li a:hover,
.eael-simple-menu-container ul li a:active {
	font-family: 'LibreBaskerville-Italic' !important;
	font-weight: 400 !important;
}
.ekit-wid-con .ekit_close-side-widget {
	top: 50px !important;
	right: 50px !important;
	z-index: 9999 !important;
}

.doo-menu .ekit-sidebar-group.ekit_isActive .dm-matter-elem, 
.doo-menu .ekit-sidebar-group.ekit_isActive .dm-matter-elem-circle, 
.doo-menu .ekit-sidebar-group.ekit_isActive .dm-matter-elem-pill {
	pointer-events: none;
	white-space: nowrap;
}
.doo-product-slider .swiper-button-next:hover,
.doo-product-slider .swiper-button-prev:hover{
	cursor: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/cusrsor.png'), auto;
}

.doo-product-carousel .product-swiper {
  position: relative;
}
.doo-product-carousel .swiper-slide {
  text-align: center;
  transform: scale(0.6) !important;
  opacity: 1;
  transition: all 0.5s ease;
  position: relative;
}
.doo-product-carousel .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
  z-index: 2;
}
.doo-product-carousel .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.doo-product-carousel .product-details {
  display: none;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.doo-product-carousel .swiper-slide-active .product-details {
  display: block;
}
.doo-product-carousel .product-title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
}
.doo-product-carousel .product-title a {
  text-decoration: none;
}
.doo-product-carousel .product-categories-title,
.doo-product-carousel .product-desc-title {
  line-height: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
}
.doo-product-carousel .product-categories a {
  text-decoration: none;
  font-size: 18px;
  pointer-events: none;
}
.doo-product-carousel .product-desc {
  font-size: 18px;
  color: #000;
}
/* Custom arrow navigation */
.doo-product-carousel .swiper-button-prev,
.doo-product-carousel .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.doo-product-carousel .swiper-button-prev {
  background-image: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/Artboard-left-icon.png');
  left: 0;
}
.doo-product-carousel .swiper-button-next {
  background-image: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/Artboard-right-icon.png');
  right: 0;
}
.doo-product-carousel .swiper-button-prev:hover,
.doo-product-carousel .swiper-button-next:hover {
  cursor: url('https://www.doohickeycoffee.com/wp-content/uploads/2025/06/cusrsor.png'), auto;
}
.doo-product-carousel .swiper-button-prev::after,
.doo-product-carousel .swiper-button-next::after {
  display: none;
}
.doo-footer a {
  color: #fff;
}
.doo-footer ul {
  padding: 0;
}
.eael-simple-menu-container ul li a:hover {
  font-family: 'LibreBaskerville-Italic' !important;
}
.doo-footer a {
	color: #fff !important;
}
.single-product .woocommerce-tabs {
	padding: 0 80px;
	order: 3;
}
.single-product .woocommerce-tabs .wc-tabs,
.single-product .woocommerce-tabs h2{
	display: none;
}
.woocommerce-checkout .wc-block-components-checkout-step__container {
	z-index: 1;
}
.single-product .our-recipe-steps img.icon {
	max-width: 220px;
}

@media and (min-width: 768px) and (max-width: 1024px) {
  	.single-product .product .woocommerce-product-gallery {
	  width: 100% !important;
	  padding-left: 0;
	}
	.single-product .product .summary {
		width: 100% !important;
		padding: 0 30px;
	}
	.single-product .product .our-recipe-wrapper {
		padding: 0 30px;
	}
	.single-product .our-recipe-steps {
		column-gap: 35px;
	}
	.single-product .product .related.products {
		padding-left: 30px;
	}
	.single-product .product .related.products .product-list .product-item {
		width: auto !important;
		height: auto;
	}
	.product-list .product-item {
		width: 46%;
	}
	.eael-simple-menu-container ul li a{
		font-size: 38px !important;
		line-height: 48px !important;
	}
	.ekit-wid-con .ekit_close-side-widget {
		top: 28px !important;
	}
	.doo-product-carousel .product-title {
		font-size: 28px;
	}
	.single-product .woocommerce-tabs {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.single-product .product .our-recipe-wrapper {
		padding: 0 5px;
	}
	.single-product .our-recipe-steps {
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.single-product .product .related.products {
		padding-left: 5px;
	}
	.single-product .product .related.products .product-list .product-item {
		width: 100% !important;
		height: auto;
	}
	.single-product .product .woocommerce-product-gallery {
		width: 100% !important;
		padding-left: unset;
	}
	.single-product .product .summary {
		width: 100% !important;
		padding: 0 5px;
	}
	.product-list {
		column-gap: unset;
	}
	.product-list .product-item {
		width: 100%;
	}
	.product-list-filters .product-filters {
		column-gap: 40px;
	}
	.product-list-filters {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.timeline-container::before, .timeline-container::after {
		left: 40px;
	}
	.eael-simple-menu-container ul li a {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.doo-product-carousel .swiper-slide {
		width: 100% !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.doo-product-carousel .swiper-slide-active .product-details {
		display: block;
	}
	.single-product .woocommerce-tabs {
		padding: 0 5px;
	}
	.our-recipe-steps img {
		max-width: 60%;
	}
}
