/*
Theme Name:     TRoo Coffee WooCommerce Divi Child Theme
Theme URI:      https://troogcoffeedivi.troothemes.com/
Description:    TRoo Coffee is a modern and fully responsive WooCommerce Divi child theme designed for coffee shops, cafés, roasters, and beverage businesses. Built with the Divi 		            Theme Builder, it includes ready-made layouts, custom sections, and seamless WooCommerce integration for easy online selling.
Author:         TRooThemes
Author URI:     https://troothemes.com/
Template:       Divi
Version:        1.2
*/

 
/* Theme customization starts here */

/*------ Root Color ------*/
:root{
	--color1: #AF5F2F;
	--color2: #924A20;
}

/*------ Common CSS ------*/
body{
	overflow-x: hidden !important;
}

.coffee_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

.woocommerce .loader::before{
	display: none;
}

/* ------ Header ------ */
.coffeeheader_menu .et-menu-nav ul li ul, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul li ul{
	padding: 0;
	border-top: 0 !important;
}

.coffeeheader_menu .nav li li ul, .et-db #et-boc .et-l .coffeeheader_menu .nav li li ul{
	top: 0;
}

.coffeeheader_menu .et-menu-nav ul li ul li, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul li ul li{
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.coffeeheader_menu .et-menu-nav ul li ul li a, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul li ul li a{
	width: 100%;
    line-height: inherit;
    border-bottom: 1px solid rgba(0,0,0,.10);
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
	color: #161616 !important;
	background: #ffffff;
}

.coffeeheader_menu .et-menu-nav ul li ul li a:hover, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul li ul li a:hover{
	opacity: 1;
    padding-left: 40px !important;
}

.coffeeheader_menu .et-menu-nav ul li ul li a:before, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul li ul li a:before{
	position: absolute;
    content: '\e0dc';
    font-family: ETmodules!important;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
    color: var(--color1);
    opacity: 0;
	background: transparent;
}

.coffeeheader_menu .et-menu-nav ul li ul li a:hover:before, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul li ul li a:hover:before{
	opacity: 1;
}

.coffeeheader_menu .et-menu-nav ul > li, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul > li{
	padding-left: 0;
	padding-right: 30px;
	margin-top: 0 !important;
}

.coffeeheader_menu .et-menu-nav ul > li:last-child, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul > li:last-child{
	padding-right: 0;
}

.coffeeheader_menu .et-menu-nav ul > li > a, .et-db #et-boc .et-l .coffeeheader_menu .et-menu-nav ul > li > a{
	padding: 31px 0 !important;
}

.coffeeheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et-menu .menu-item-has-children > a:first-child, .et-db #et-boc .et-l .coffeeheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et-menu .menu-item-has-children > a:first-child {
    padding-right: 10px !important;
}

.coffeeheader_menu .et_pb_menu__menu>nav>ul>li>a:after, .et-db #et-boc .et-l .coffeeheader_menu .et_pb_menu__menu>nav>ul>li>a:after{
	top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -7px !important;
}

.coffeeheader_menu .et_pb_button_module_wrapper, .et-db #et-boc .et-l .coffeeheader_menu .et_pb_button_module_wrapper {
	display: flex;
    justify-content: flex-end;
}

.coffeeheader_menu .et-menu li li.menu-item-has-children>a:first-child:after, .et-db #et-boc .et-l .coffeeheader_menu .et-menu li li.menu-item-has-children>a:first-child:after{
	top: 50%;
	transform: translateY(-50%);
}

.coffeeheader_menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et-db #et-boc .et-l .coffeeheader_menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap{
	display: none;
}

.coffeeheader_menu.et_pb_menu ul > li:hover>a, 
.coffeeheader_menu.et_pb_menu ul > li.current-menu-item > a, 
.coffeeheader_menu.et_pb_menu .nav li > ul.sub-menu li > a:hover, 
.coffeeheader_menu.et_pb_menu .et_pb_menu__menu ul > li.current-menu-item > a,
.et-db #et-boc .et-l .coffeeheader_menu.et_pb_menu > ul > li:hover>a, 
.et-db #et-boc .et-l .coffeeheader_menu.et_pb_menu > ul > li.current-menu-item a, 
.et-db #et-boc .et-l .coffeeheader_menu.et_pb_menu > .nav > li > ul.sub-menu li > a:hover, 
.et-db #et-boc .et-l .coffeeheader_menu.et_pb_menu > .nav > li > ul.sub-menu > li.current-menu-item > a
{
	color: var(--color2) !important;
	opacity: 1;
}

@media all and (max-width: 980px){
	.coffeeheader_menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et-db #et-boc .et-l .coffeeheader_menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap{
	display: block;
}
.coffeeheader_menu .et_pb_menu_inner_container{
	padding: 20px;
}
	
	.coffeeheader_menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap{
	display: block;
}
}

@media all and (max-width: 1439px) and (min-width: 981px){
	.coffeeheader_search{
		display: none;
	}
}


/*= Mobile Menu =*/


.coffeeheader_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon {
  display: none;
}


.coffeeheader_menu #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.coffeeheader_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
    transition: all 0.4s ease;
    transform: rotate(90deg);
    display: block;
    top: 0;
}

.coffeeheader_menu ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
    
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
}

.coffeeheader_menu ul.et_mobile_menu > li.menu-item-has-children {
    position: relative;
}

.coffeeheader_menu .et_mobile_menu li a {
    background: transparent;
    color: var(--color2);
	padding-left: 0;
    opacity: 1 !important;
	font-weight: 400 !important;
}

.coffeeheader_menu .et_mobile_menu li a,
.et-db #et-boc .et-l .coffeeheader_menu .et_mobile_menu .menu-item-has-children > a{background-color: #fff !important;}


.coffeeheader_menu .et_mobile_menu li.current-menu-item.current_page_item a{ color: var(--color1);}

.coffeeheader_menu ul.et_mobile_menu .menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.coffeeheader_menu ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    max-height: 1000px; 
    opacity: 1;
    transform: translateY(0);
}

.coffeeheader_menu .et_mobile_menu li li {
    position: relative;
}

.coffeeheader_menu ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    content: '\33'; 
    font-family: "ETModules";
    top: 10px;
    position: relative;
    color: #fff;
    background: var(--color2);
    border-radius: 5px;
    padding: 6px;
    font-size: 19px;
}

.coffeeheader_menu ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
    content: '\32';
}

.coffeeheader_menu .et_mobile_menu:after {
    position: absolute;
    right: 5%;
    margin-left: -20px;
    top: -14px;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}

.coffeeheader_menu .et_mobile_nav_menu .mobile_menu_bar::before {
    transition: all 0.4s ease;
    transform: rotate(0deg);
    display: block;
    color: #fff !important;
    top: 0;
}

.coffeeheader_menu .et_mobile_nav_menu .mobile_nav {
    background: var(--color1);
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}


.coffeeheader_menu .et_mobile_menu {
    overflow-y: scroll !important;
    max-height: 80vh !important;
    -overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 25px;
    border-top-color: var(--color2);
  }


@media (max-width:980px) {
.coffeeheader_menu .et_pb_menu_inner_container {
    gap: 0;
    padding: 20px;
  }
	.coffeeheader_menu .et_mobile_nav_menu{margin-right: 0 !important;}
}

/* ------ Footer ------ */
.coffeefooter_section1_text a{
	color: var(--color1);
	text-decoration: underline;
	font-weight: 400;
}

body #page-container .et_pb_section .coffeefooter_section1_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{
	margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
}

.coffeefooter_section1_email .et_pb_newsletter_form p.et_pb_newsletter_field{
	padding-bottom: 0;
}

/* ------ Home ------ */
.coffeehome_section2_product  .product .et_shop_image {
    background: rgba(175, 95, 47, 0.2);
}

.coffeehome_section2_categorytext .products, .coffeehome_listproduct .products {
    margin-bottom: 0 !important;
}

.coffeehome_section2_categorytext ul.products li.product{
	margin-bottom: 0 !important;
}

.coffeehome_section2_categorytext ul.products li.product a{
	position: relative;
	margin-bottom: 0 !important;
}

.coffeehome_section2_categorytext ul.products li.product:before{
	content: "";
    width: 145px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    background: #fff;
    box-shadow: 0px 6px 25px rgb(0 0 0 / 5%);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.coffeehome_section2_categorytext ul.products li.product:after{
	content: "";
    width: 145px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -85%);
    background: rgba(175, 95, 47, 0.2);
    box-shadow: 0px 6px 25px rgb(0 0 0 / 5%);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease;
}

.coffeehome_section2_categorytext ul.products li.product:hover:after{
	background: var(--color1);
}

.coffeehome_section2_categorytext ul.products li.product a img{
	width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
    z-index: 1;
    position: relative;
}

.coffeehome_section2_categorytext ul.products li.product .woocommerce-loop-category__title{
	font-size: 18px !important;
padding-top: 38px !important;
font-weight: 700;
transition: all 0.5s ease;
}

.coffeehome_section2_categorytext ul.products li.product:hover .woocommerce-loop-category__title{
	color: var(--color1) !important;
}

.coffeehome_section2_categorytext ul.products li.product .woocommerce-loop-category__title mark{
	background: transparent;
}

/*
.coffeehome_section2_product .product .et_shop_image{
	background: rgba(175, 95, 47, 0.2);
}
*/

.coffeehome_section2_product ul.products li.product a img{
	margin-bottom: 0 !important;
}

.coffeehome_section2_product.et_pb_shop .woocommerce ul.products li.product .price{
	margin-top: 15px !important;
}

.coffeehome_section2_product .product .coffeehome_section2_product_content{
	padding: 30px;
	background: #ffffff;
}

.coffeehome_section2_product .product .coffeehome_section2_product_titlestar{
	display: flex;
align-items: center;
justify-content: space-between;
}

.coffeehome_section2_product ul.products li.product a.button, .coffeehome_section2_product ul.products li.product .added_to_cart{
	color: #ffffff;
background: var(--color1);
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
text-align: left;
padding: 12px 12px 10px;
z-index: 1;
margin: 0;
border: 0;
border-radius: 5px;
line-height: 24px !important;
opacity: 0;
transform-origin: 50% 100% 0px;
transform: rotateX(90deg);
position: absolute;
bottom: 17px;
left: 30px;
right: 30px;
width: auto;
transition: all 0.45s ease-out 0s;
transition-delay: 0s;
}

.coffeehome_section2_product.shopv2 ul.products li.product a.button, .coffeehome_section2_product ul.products li.product .added_to_cart{
    border-radius: 0;
    opacity: 1;
    transform-origin: unset;
    transform: unset;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 13px;
}

.coffeehome_section2_product ul.products li.product:hover .button, .coffeehome_section2_product ul.products li.product:hover .added_to_cart{
	opacity: 1;
transition-delay: 0.21s;
transform: rotateX(0deg);
}

.coffeehome_section2_product.shopv2 ul.products li.product:hover .button, .coffeehome_section2_product ul.products li.product:hover .added_to_cart{
	opacity: 1;
    transition-delay: unset;
    transform: unset;
}

.coffeehome_section2_product ul.products li.product .added{
	display: none;
}

.coffeehome_section2_product ul.products li.product .button:after, .coffeehome_section2_product ul.products li.product .added_to_cart:after {
    color: #ffffff;
    content: "\e015";
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto!important;
    opacity: 1!important;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700!important;
    font-family: ETmodules!important;
	animation: none;
}

.coffeehome_section2_product ul.products li.product:hover .added_to_cart:after{
	content: "\4e";
}

.coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers{
	border: 0;
}

.coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers li{
	border: 0;
	overflow: visible;
}

.coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers li span, .coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers li a{
	color: var(--color1);
    background-color: #AF5F2F10;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 0 8px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px var(--color1);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers li span:hover, .coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .coffeehome_section2_product .woocommerce .woocommerce-pagination ul.page-numbers li span.current{
	color: #fff !important;
	background-color: var(--color1);
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px 10px;
    background: transparent;
    border: 1px solid rgba(175, 95, 47, 0.2);
}

.coffeehome_section3_blurb:hover .et_pb_main_blurb_image{
	background: var(--color1) !important;
	outline-color: var(--color1) !important;
}

.coffeehome_section4_counter .et_pb_countdown_timer_container{
	display: flex;
    flex-direction: column;
    width: fit-content;
}

.coffeehome_section4_counter .section.values{
	width: 100%;
    background: var(--color1);
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 5px;
}

.coffeehome_section4_counter .section.values:last-child{
	margin-bottom: 0;
}

.coffeehome_section4_counter .sep{
	display: none;
}

.coffeehome_section5_column .et_pb_button_module_wrapper{
	position: absolute;
    right: -75px;
    top: 0px;
    width: 284px;
    height: 940px;
    border-radius: 150px;
    transform: rotate(-45deg);
    background-color: var(--color1);
    z-index: 1;
    mix-blend-mode: color-dodge;
}

.coffeehome_section5_column .et_pb_button_module_wrapper:before{
	content: "";
    background: url(/wp-content/uploads/2023/02/image-3.png);
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    top: 10px;
    z-index: -1;
    background-position: center;
    width: 265px;
    height: 265px;
    border-radius: 50%;
}

.coffeehome_tabproduct ul.et_pb_tabs_controls{
	background: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}

.coffeehome_tabproduct ul.et_pb_tabs_controls:after{
	border: 0;
}

.coffeehome_tabproduct .et_pb_tabs_controls li{
	margin: 0 10px;
    border-radius: 50px;
	transition: all 0.5s ease;
	border: 0;
	height: unset !important;
}

.coffeehome_tabproduct .et_pb_tabs_controls li:hover{
	background: var(--color1) !important;
}

.coffeehome_tabproduct .et_pb_tabs_controls li a{
	padding: 17px 40px;
	color: var(--color2);
	transition: all 0.5s ease;
}

.coffeehome_tabproduct .et_pb_tabs_controls li a:hover{
	color: #ffffff !important;
}

.coffeehome_tabproduct .product .et_overlay {
  display: none;
}

.coffeehome_tabproduct .product .et_shop_image{
	background: rgba(175, 95, 47, 0.2);
}

.coffeehome_tabproduct ul.products li.product a img{
	margin-bottom: 0 !important;
}

.coffeehome_tabproduct .product .coffeehome_tabproduct_content{
	padding: 30px;
	background: #ffffff;
}

.coffeehome_tabproduct .product .coffeehome_tabproduct_titlestar{
	display: flex;
align-items: center;
justify-content: space-between;
}

.coffeehome_tabproduct ul.products li.product .woocommerce-loop-product__title{
	font-size: 20px;
	color: #282828 !important;
	line-height: 30px;
	font-weight: 700;
	padding: 0;
	flex: 1;
	padding-right: 5px !important;
}

.coffeehome_tabproduct .star-rating span::before{
	color: #fdb022 !important;
}

.coffeehome_tabproduct ul.products li.product .onsale{
	font-size: 16px;
color: #FFFFFF !important;
	padding-top: 6px !important;
padding-right: 18px !important;
padding-bottom: 6px !important;
padding-left: 18px !important;
	background: var(--color1) !important;
}

.coffeehome_tabproduct ul.products li.product .price {
  font-size: 14px;
  line-height: 26px;
  color: var(--color1) !important;
  font-weight: 400;
margin-top: 15px !important;
}

.coffeehome_tabproduct ul.products li.product a.button, .coffeehome_tabproduct ul.products li.product .added_to_cart{
	color: #ffffff;
background: var(--color1);
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
text-align: left;
padding: 12px 12px 10px;
z-index: 1;
margin: 0;
border: 0;
border-radius: 5px;
line-height: 24px !important;
opacity: 0;
transform-origin: 50% 100% 0px;
transform: rotateX(90deg);
position: absolute;
bottom: 17px;
left: 30px;
right: 30px;
width: auto;
transition: all 0.45s ease-out 0s;
transition-delay: 0s;
}

.coffeehome_tabproduct ul.products li.product:hover .button, .coffeehome_tabproduct ul.products li.product:hover .added_to_cart{
	opacity: 1;
transition-delay: 0.21s;
transform: rotateX(0deg);
}

.coffeehome_tabproduct ul.products li.product .added{
	display: none;
}

.coffeehome_tabproduct ul.products li.product .button:after, .coffeehome_tabproduct ul.products li.product .added_to_cart:after {
    color: #ffffff;
    content: "\e015";
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto!important;
    opacity: 1!important;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700!important;
    font-family: ETmodules!important;
	animation: none;
}

.coffeehome_tabproduct ul.products li.product:hover .added_to_cart:after{
	content: "\4e";
}

.coffeehome_listproduct .woocommerce ul.products li.product{
	display: flex;
	background: #AF5F2F10;
	padding: 0;
	align-content: center;
	justify-content: space-evenly;
	padding-right: 0;
	border-radius: 5px;
}

.coffeehome_listproduct .woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
	display: flex;
	align-content: center;
	padding: 20px;
	flex: 1;
}

.coffeehome_listproduct .woocommerce ul.products li.product .et_shop_image img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 0 !important;
	max-width: 100px;
}

.coffeehome_listproduct ul.products li.product .button, .coffeehome_listproduct ul.products li.product .added_to_cart{
	margin: 0;
	font-size: 16px;
	writing-mode: vertical-lr;
	padding: 10px !important;
	text-align: center;
	font-size: 16px;
	line-height: 26px !important;
	background: var(--color1);
	transition: all 0.5s ease;
	color: #ffffff;
	border: 0;
	border-radius: 0;
	opacity: 0;
	border-radius: 0px 5px 5px 0px;
	font-weight: 400;
}

.coffeehome_listproduct ul.products li.product:hover .button, .coffeehome_listproduct ul.products li.product:hover .added_to_cart{
	opacity: 1;
}

.coffeehome_listproduct ul.products li.product .added{
	display: none;
} 

.coffeehome_listproduct ul.products li.product .button:after{
	display: none;
}

.coffeehome_listproduct ul.products li.product .coffeehome_listproduct_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.coffeehome_listproduct ul.products li.product .woocommerce-loop-product__title{
	padding-top: 0;
	font-size: 20px;
	color: #282828;
	font-weight: 700;
	padding-bottom: 2px;
	line-height: 30px;
	order: 1;
}

.coffeehome_listproduct ul.products li.product .star-rating{
	order: 3;
}

.coffeehome_listproduct ul.products li.product .price{
	font-size: 14px;
	margin: 0 !important;
	line-height: 24px;
	color: #282828 !important;
	order: 2;
	margin-bottom: 3px !important;
}

.coffeehome_listproduct .star-rating span::before{
	color: #FDB022;
}

.coffeehome_testimonial .et_pb_testimonial_description_inner{
	order: 3;
	font-weight: 400;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #AF5F2F30;
}

.coffeehome_testimonial .et_pb_testimonial_portrait::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #282828;
	position: absolute;
	left: 0;
	top: -5px;
	border-radius: 50%;
	z-index: -1;
	transition: all 0.5s ease;
	box-shadow: unset;
}

.coffeehome_testimonial:hover .et_pb_testimonial_portrait::before{
	background: var(--color1);
}

.coffeehome_testimonial .et_pb_testimonial_portrait::after{
content: "" !important;
background-image: url(/wp-content/uploads/2023/02/image-7.png);
background-color: #282828;
z-index: 1;
opacity: 1;
position: absolute;
right: 0;
bottom: 0;
visibility: visible;
background-repeat: no-repeat;
width: 25px;
height: 25px;
border-radius: 50%;
background-position: center;
	transition: all 0.5s ease;
}

.coffeehome_testimonial:hover .et_pb_testimonial_portrait::after{
	background-color: var(--color1);
}

.coffeehome_section10_cta .et_pb_promo_description div{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
	font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif !important;
}

.coffeehome_section10_cta .et_pb_promo_description div span.text{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: var(--color1);
	font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif !important;
}

.coffeehome_section10_cta .et_pb_promo_description div span.inner{
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
	font-family: 'Jost',Helvetica,Arial,Lucida,sans-serif;
	margin-top: 10px;
	display: inline-block;
}

/*Blog Column*/
.coffeehome_section11_blog.col3 .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .coffeehome_section11_blog.col3 > div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

@media only screen and (max-width: 766px) {
    .coffeehome_section11_blog.col3 .et_pb_ajax_pagination_container,
    .et-db #et-boc .et-l #et-fb-app .coffeehome_section11_blog.col3 > div {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .coffeehome_section11_blog.col3 .et_pb_ajax_pagination_container,
    .et-db #et-boc .et-l #et-fb-app .coffeehome_section11_blog.col3 > div {
        grid-template-columns: repeat(2, 1fr);
    }
}



/*Blog*/


.coffeehome_section11_blog .et_pb_post{
	padding: 0;
    border-radius: 5px;
    overflow: hidden;
	background: #ffffff;
}

.coffeehome_section11_blog .et_pb_post .et_pb_image_container{
	margin: 0;
}

.coffeehome_section11_blog .et_pb_post .entry-featured-image-url{
	margin: 0;
	
  display: block;
}

.coffeehome_section11_blog .et_pb_post .entry-featured-image-url img {
 width:100% !important;
	aspect-ratio:1/1;
  object-fit: cover;
}

.coffeehome_section11_blog .et_pb_post .published{
	z-index: 1;
background: #282828;
position: absolute;
top: 20px;
left: 20px;
color: #fff;
padding: 5px 15px;
border-radius: 5px;
	transition: all 0.5s ease;
}

.coffeehome_section11_blog .et_pb_post:hover .published{
	background: var(--color1);
}

.coffeehome_section11_blog .et_pb_post .coffeehome_section11_blog_content{
	padding: 25px;
display: flex;
flex-direction: column;
}

.coffeehome_section11_blog .et_pb_post:hover a.more-link{
	padding-right: 0px;
	padding-left: 25px;
}

.coffeehome_section11_blog .et_pb_post a.more-link:after, .coffeehome_section11_blog .et_pb_post a.more-link:before {
    content: "\24";
    font-family: 'ETmodules';
    color: var(--color2);
    position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	background: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out 0s;
}

.coffeehome_section11_blog .et_pb_post:hover a.more-link:after {
    left: auto;
	right: -50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}

.coffeehome_section11_blog .et_pb_post a.more-link:before{
	left: -50px;
	right: auto;
}

.coffeehome_section11_blog .et_pb_post:hover a.more-link:before{
	left: 0;
	color: var(--color1);
}

.coffeehome_section11_blog .et_pb_post .entry-title a{
	position: relative;
padding-right: 0 !important;
display: inline;
background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), var(--color1) 1px);
background-repeat: no-repeat;
background-size: 0% 100%;
transition: background-size 0.5s;
}

.coffeehome_section11_blog .et_pb_post:hover .entry-title a{
	background-size: 100% 100%;
	color: var(--color1) !important;
}

/*Video Popup*/

body:not(.et-fb) .dl-popup-wrapper {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
  opacity: 0;
  visibility: hidden;
}
body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
  opacity: 1;
  visibility: visible;
}

.dl-popup-inside {
  height: 100%;
}

body.dl-noscroll {
  overflow: hidden;
}

.troo-popup-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.troo-popup-section .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}

.et_builder_inner_content.popup-is-visible {
  z-index: 99999;
}

.popup-close {
  cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
  animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
  animation-delay: 0.5s;
}
@keyframes scale-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close .et_pb_icon_wrap .et-pb-icon {
  background: var(--color1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  border-radius: 50%;
}

@media all and (max-width: 980px){
	.coffeehome_section2_categorytext .products, .coffeehome_listproduct .products{
		margin-bottom: 0 !important;
	}
	
	.coffeehome_section4_column1.et_pb_column, .coffeehome_section4_column2.et_pb_column{
		width: 100% !important;
	}
	
	.coffeehome_tabproduct .et_pb_tabs_controls li a{
		padding: 10px 15px;
	}
	
	.coffeehome_tabproduct .product .coffeehome_tabproduct_content {
    padding: 10px;
    background: #ffffff;
}
	
	.coffeehome_tabproduct .product .coffeehome_tabproduct_titlestar{
		display: block;
	}
	
	.coffeehome_tabproduct ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 5px;
		flex: 1;
}
	
	.coffeehome_tabproduct ul.products li.product .price{
		margin-top: 15px !important;
	}
	
	.coffeehome_tabproduct ul.products li.product a.button, .coffeehome_tabproduct ul.products li.product .added_to_cart{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
	}
	
	.coffeehome_section5_column .et_pb_button_module_wrapper{
		display: none;
	}
	
	.coffeehome_listproduct .woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
		padding: 10px;
	}
}

@media (min-width: 600px) and (max-width: 782px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 46px;
  }
}
@media (min-width: 783px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 32px;
  }
}

@media all and (max-width: 767px) {
  .popup-close .et_pb_icon_wrap .et-pb-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
	
	.coffeehome_section2_product.et_pb_shop ul.products.columns-3 li.product, .coffeehome_listproduct.et_pb_shop ul.products.columns-4 li.product, .et-db #et-boc .et-l .coffeehome_section2_product.et_pb_shop ul.products.columns-3 li.product{
		width: 100%!important;
    	margin-right: 0%!important;
	}
	
	.coffeehome_section2_product .product .coffeehome_section2_product_content {
    padding: 10px;
    background: #ffffff;
}
	
	.coffeehome_section2_product ul.products li.product a.button, .coffeehome_section2_product ul.products li.product .added_to_cart {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
	width: auto;
}
	
	.coffeehome_section2_product.et_pb_shop .woocommerce ul.products li.product .price {
    margin-top: 15px !important;
}
	
	.coffeehome_section2_product .product .coffeehome_section2_product_titlestar {
		display: block;
	}
	
	.coffeehome_section4_column2.et_pb_column{
		display: block;
	}
	
	.coffeehome_section4_counter .et_pb_countdown_timer_container {
    display: block;
    width: auto;
}
	
	.coffeehome_section4_counter .section.values{
		margin: 10px;
	}
	
	.coffeehome_tabproduct ul.et_pb_tabs_controls {
    background: transparent;
		display: block;
	}
	
	.coffeehome_tabproduct .et_pb_tabs_controls li{
		margin: 0 0 10px 0;
	}
	
	.coffeehome_tabproduct .et_pb_tabs_controls li:last-child{
		margin: 0 0 0px 0;
	}
	
	.coffeehome_tabproduct .et_pb_tabs_controls li a {
    padding: 10px 15px;
    text-align: center;
    display: block;
}
	
	.coffeehome_section10_cta .et_pb_promo_description div span.inner, .coffeehome_section10_cta .et_pb_promo_description div{
		font-size: 20px;
    line-height: 30px;
	}
	
	.coffeehome_section10_cta .et_pb_promo_description div span.text{
		font-size: 24px;
    line-height: 34px;
	}
	
	.coffeehome_section11_blog .et_pb_post .coffeehome_section11_blog_content {
    padding: 20px;
}
}

/*------ About Us ------*/
.coffeeaboutus_section2_counter.et_pb_module.et_pb_number_counter .percent p{
	color: var(--color1) !important;
	font-weight: 700;
}

.coffeeaboutus_section2_column .coffeeaboutus_section2_column_content{
	background: #AF5F2F10;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coffeeaboutus_section4_blurb.et_pb_blurb:hover .et_pb_module_header, .active.et_pb_blurb .et_pb_module_header{
	background: var(--color1) !important;
}

.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    flex-direction: row-reverse;
}

.coffeeaboutus_section4_blurb1 .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #282828;
    position: relative;
    padding-top: 10px;
	transition: all 0.5s ease;
}

.coffeeaboutus_section4_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5, .active .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	color: var(--color1) !important;
}

.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5:before{
	position: absolute;
	width: 62px;
	height: 2px;
	content: "";
	background: #282828;
	right: 0;
	top: 0;
	transition: all 0.5s ease;
}

.coffeeaboutus_section4_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5:before, .active .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5:before{
	background: var(--color1) !important;
}

.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	text-align: right;
}

.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	color: #282828;
}

.coffeeaboutus_section5_team .et_pb_team_member_image{
	position: relative;
}

.coffeeaboutus_section5_team .et_pb_team_member_image:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(360deg, #131313 -8%, rgba(175, 95, 47, 0) 77.72%);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.coffeeaboutus_section5_team:hover .et_pb_team_member_image:before, .active .et_pb_team_member_image:before{
	opacity: 1;
}

.coffeeaboutus_section5_team  .et_pb_member_social_links li{
	margin-right: 10px;
}

.coffeeaboutus_section5_team  .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.coffeeaboutus_section5_team  .et_pb_member_social_links li a{
	border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.5s ease;
}

.coffeeaboutus_section5_team .et_pb_member_social_links li a:hover{
	background: var(--color1);
	border-color: var(--color1);
}

.coffeeaboutus_section5_team:hover .et_pb_member_social_links, .active .et_pb_member_social_links{
	bottom: 20px !important;
	opacity: 1 !important;
}

@media all and (max-width: 980px){
	.coffeeaboutus_section2_column .coffeeaboutus_section2_column_content {
    display: block;
}
	
	.coffeeaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    padding: 15px;
}
}

/* ------ FAQs ------ */

.coffeefaqs_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    transform: rotate(180deg);
}

/* ------ Blog 2 Column ------ */
.coffeeblog_section2_twocolumn .et_pb_post{
	margin-bottom: 40px;
}

.coffeeblog_section2_twocolumn .et_pb_post .entry-featured-image-url{
	margin-bottom: 0px;
    order: 2;
}

.coffeeblog_section2_twocolumn .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .coffeeblog_section2_twocolumn > div{
    display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(2, 48.5%);
}

@media only screen and (max-width: 767px){
	.coffeeblog_section2_twocolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .coffeeblog_section2_twocolumn > div{
    grid-template-columns: repeat(1, 100%);
}
}

/* ------ Blog 4 Column  ------ */
.coffeeblog_section2_fourcolumn .et_pb_post{
	margin-bottom: 40px;
}

.coffeeblog_section2_fourcolumn .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .coffeeblog_section2_fourcolumn > div{
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(4, 22.75%);
}

@media all and (max-width: 1400px) and (min-width: 981px){
	.coffeeblog_section2_fourcolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .coffeeblog_section2_fourcolumn > div{
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(3, 31.3333%);
}
}

@media only screen and (max-width: 980px){
	.coffeeblog_section2_fourcolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .coffeeblog_section2_fourcolumn > div{
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(2, 48.5%);
}
}

@media only screen and (max-width: 767px){
	.coffeeblog_section2_fourcolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .coffeeblog_section2_fourcolumn > div{
    grid-template-columns: repeat(1, 100%);
}
}

/* ------ Blog List  ------ */
.coffeebloglist_section2_blog.coffeebloglist_section2_blogright .et_pb_post{
	flex-direction: row-reverse;
}

.coffeebloglist_section2_blog .et_pb_post{
	display: flex;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 0.650456px solid rgba(242, 182, 91, 0.2);
	box-shadow: 0px 3.90274px 13.0091px rgba(0, 0, 0, 0.05);
	border-radius: 3.25228px;
}

.coffeebloglist_section2_blog .et_pb_post .entry-title{
	font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 40px;
    color: #282828;
}

.coffeebloglist_section2_blog .et_pb_post .entry-featured-image-url{
	flex: 1;
	margin-bottom:0px;
	flex-basis: 40%;
}

.coffeebloglist_section2_blog .et_pb_post .entry-featured-image-url img{
	height:100%;
	object-fit:cover;
}

.coffeebloglist_section2_blog .et_pb_post .coffeebloglist_section2_blog_content{
	flex: 1;
    padding: 30px 40px;
    display: flex;
    flex-basis: 80%;
    flex-direction: column;
    justify-content: center;
}

.coffeebloglist_section2_blog .et_pb_post .post-content{
	order: 3;
}

.coffeebloglist_section2_blog .et_pb_post .post-meta{
	text-transform: capitalize;
	color: var(--color1);
	margin-bottom: 15px;
	font-weight: 400;
}

.coffeebloglist_section2_blog .et_pb_post .post-content p{
	color: #282828;
}

.coffeebloglist_section2_blog .et_pb_post .post-meta a{
	color:var(--color2);
}

.coffeebloglist_section2_blog .et_pb_post a.more-link{
	color: var(--color2) !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	text-transform: capitalize;
}

.coffeebloglist_section2_blog .et_pb_post a.more-link:after{
	content: '';
	width: 100%;
	height: 2px;
	background: var(--color2);
	position: absolute;
	bottom: 0px;
	left: 0;
}

.coffeebloglist_section2_blog .et_pb_post:hover a.more-link:after{
	background: var(--color1);
}

.coffeebloglist_section2_blog .et_pb_post:hover a.more-link{
	color: var(--color1) !important;
}

@media only screen and (max-width: 980px){
	.coffeebloglist_section2_blog .et_pb_post{
		display:block;
	}
	
	.coffeebloglist_section2_blog .et_pb_post .info{
		padding:20px;
	}
}

@media only screen and (max-width: 767px){
	.coffeebloglist_section2_blog .et_pb_post .coffeebloglist_section2_blog_content{
		padding: 20px;
	}
	
	.coffeebloglist_section2_blog .et_pb_post .entry-title{
	font-size: 24px;
    padding-bottom: 15px;
    line-height: 34px;
}
}

/* ------ Blog Sidebar  ------ */
.coffeeblog_section2_sidebar.et_pb_widget_area h2{
	color: var(--color2);
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color1);
}

.coffeeblog_section2_sidebar.et_pb_widget_area .et_pb_widget{
	background: rgba(175, 95, 47, 0.05);;
    border-radius: 5px;
	padding: 20px;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul li{
	margin-bottom: 20px;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul li:last-child{
	margin-bottom: 0px;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a{
	color: #282828;
	font-weight: 400;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover{
	padding-left: 20px !important;
	color: var(--color1);
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:before{
	content: "\24";
	font-family: 'ETmodules';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color1);
	left: 0;
	opacity: 0;
	-webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover:before{
	opacity: 1;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a{
	color: #282828;
	font-weight: 400;
}

.coffeeblog_section2_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a:hover{
	color: var(--color1);
}

.coffeeblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud a {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 10px 20px;
    background: transparent;
    color: #282828;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s ease;
	font-weight: 400;
}

.coffeeblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud a:hover{
    background: var(--color1);
    color: #ffffff;
}

/* ------ Contact Us  ------ */
body #page-container .et_pb_section .coffeecontactus_section4_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color2);
    z-index: -1;
    transition: all 0.5s ease 0s!important;
    opacity: 1;
    margin: 0!important;
    border-radius: 5px;
}

body #page-container .et_pb_section .coffeecontactus_section4_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:hover:after{
	width: 100%;
}

body #page-container .et_pb_section .coffeecontactus_section4_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container{
	float: unset;
	padding-left: 3%;
}

.coffeecontactus_section4_contact .et_pb_contact_form_label{
	display: block !important;
    color: #282828;
}

@media only screen and (max-width: 980px){
	body #page-container .et_pb_section .coffeecontactus_section4_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container{
	float: unset;
	text-align: center;
	display: block;
}
}

/* ------ Product Sidebar  ------ */
.coffeeproduct_section2_sidebar .et_pb_widget, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget{
	background: rgba(175, 95, 47, 0.05);
    padding: 15px;
}

.coffeeproduct_section2_sidebar .et_pb_widget h2, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget h2{
	color: var(--color2);
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color1);
}

.coffeeproduct_section2_sidebar .wc-block-product-categories, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .wc-block-product-categories{
	margin-bottom: 0;
}

.coffeeproduct_section2_sidebar .et_pb_widget ul li, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget ul li{
	margin-bottom: 20px;
}

.coffeeproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1{
	padding-top: 10px !important;
    margin-top: 10px;
    border-top: 1px solid rgba(239, 40, 83, 0.1);
}

.coffeeproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1 li:last-child, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1 li:last-child{
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart ul li:last-child, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart ul li:last-child{
	margin-bottom: 15px !important;
}

.coffeeproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-0 li:last-child, .coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li:last-child, .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart ul li:last-child, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-0 li:last-child, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li:last-child, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart ul li:last-child{
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.coffeeproduct_section2_sidebar .et_pb_widget ul li a, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget ul li a{
	color: var(--color2);
    font-weight: 400;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
}

.coffeeproduct_section2_sidebar .et_pb_widget ul li a:hover, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget ul li a:hover{
	color: var(--color1);
}

.coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li{
	padding-top: 0;
}

.coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li img, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li img{
	width: 70px;
    height: 70px;
    object-fit: cover;
}

.coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .product-title, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .product-title{
	padding-bottom: 5px;
	display: block;
}

.coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .woocommerce-Price-amount, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .woocommerce-Price-amount{
	padding-top: 5px;
    display: inline-block;
}

.coffeeproduct_section2_sidebar .woocommerce ul.product_list_widget li .star-rating, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce ul.product_list_widget li .star-rating{
	font-size: 12px;
}

.coffeeproduct_section2_sidebar .woocommerce .star-rating span:before, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce .star-rating span:before{
	color: #FDB022;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .total, .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .total, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons{
	border-top: 0px;
    padding: 0px 15px 0 15px;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons{
	padding-bottom: 15px;
	padding-top: 10px;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
	margin-bottom: 0;
	margin-top: 0;
	padding: 12px 20px;
	background: var(--color1);
	border-radius: 50px;
	color: #ffffff;
	border: 0;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:after, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:after{
	display: none;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li{
	padding-left: 25px;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove{
	line-height: 14px !important;
    position: absolute;
    top: 6px;
}

.coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart img, .et-db #et-boc .et-l .coffeeproduct_section2_sidebar .woocommerce.widget_shopping_cart img{
	width: 60px;
	object-fit: cover;
}

/* ------ Shop With Sidebar  ------ */
.coffeehome_section2_productsidebar .product .coffeehome_section2_product_content {
    padding: 15px;
    background: #ffffff;
}

.coffeehome_section2_productsidebar ul.products li.product a.button, .coffeehome_section2_productsidebar ul.products li.product .added_to_cart{
	bottom: 8px;
    left: 15px;
    right: 15px;
}

/* ------ Order Tracking  ------ */
.coffeeordertracking_section2_text .woocommerce form .form-row label{
	margin-bottom: 7px;
}

.coffeeordertracking_section2_text .woocommerce form .form-row input.input-text{
	background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.1);
}

.coffeeordertracking_section2_text .woocommerce form .form-row{
	padding-top: 10px;
}

.coffeeordertracking_section2_text .woocommerce button.button{
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px !important;
    font-size: 16px;
    padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
    padding-left: 40px!important;
    margin-top: 10px!important;
    margin-left: 0px!important;
	background: var(--color1);
    transition: all 0.5s ease;
	z-index: 1;
}

.coffeeordertracking_section2_text .woocommerce button.button:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color2);
    z-index: -1;
    transition: all 0.5s ease 0s!important;
    opacity: 1;
    margin: 0!important;
    border-radius: 5px;
}

.coffeeordertracking_section2_text .woocommerce button.button:hover:after{
	width: 100%;
}

.coffeeordertracking_section2_text .woocommerce .woocommerce-error{
	background: var(--color1);
}

/* ------ 404 Page  ------ */
.coffee404_section_text a{
	color: var(--color1);
	font-weight: 700;
}

/* ------ My Account  ------ */
.coffeemyaccount{
	width: 90%;	
}

.coffeemyaccount .woocommerce{
	padding: 50px;
    border-radius: 5px;
    border: 1px solid #AF5F2F30;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 73%;
}

.coffeemyaccount .et_pb_text ul{
	padding: 0;
}

.coffeemyaccount .woocommerce-error li a {
    color: #fff;
}

.coffeemyaccount .woocommerce .woocommerce-MyAccount-navigation ul li {
    position: relative;
display: block;
}

.coffeemyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: var(--color2);
	background: #f5f5f5;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
	border-radius: 50px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: block;
}

.coffeemyaccount .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
	color: #ffffff;
	background: var(--color1);
}

.coffeemyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #ffffff;
}

.coffeemyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a:before{
	content: '';
	background-color: var(--color1);
	height: 100%;
	width: 100%;
	border-radius: 50px;
	transform: translateY(50px) scale(0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.coffeemyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before{
	transform: translateY(0) scale(1);
}

.coffeemyaccount .woocommerce .woocommerce-error, .coffeemyaccount .woocommerce .woocommerce-info, .coffeemyaccount .woocommerce .woocommerce-message{
	background: var(--color1);
}

.coffeemyaccount .woocommerce .woocommerce-message .woocommerce-Button, .coffeemyaccount .woocommerce-page .woocommerce-info .button, .coffeemyaccount .woocommerce a.button, .coffeemyaccount .woocommerce button.button{
	padding: 12px 40px !important;
	background: var(--color2) !important;
	color: #ffffff !important;
	border-radius: 50px !important;
	border: 0 !important;
	font-size: 16px !important;
	line-height: 26px !important;
}

.coffeemyaccount .woocommerce .woocommerce-message .woocommerce-Button:after, .coffeemyaccount .woocommerce-page .woocommerce-info .button:after, .coffeemyaccount .woocommerce a.button:after, .coffeemyaccount .woocommerce button.button:after{
	display: none;
}

.coffeemyaccount .woocommerce button.button{
	margin-top: 15px;
}

.coffeemyaccount .woocommerce form .form-row input.input-text{
	border: 1px solid #AF5F2F30;
	background: transparent;
	font-size: 16px;
	line-height: 26px;
}

.coffeemyaccount .select2-container .select2-selection--single{
	height: auto;
	border-color: #AF5F2F30;
	border-radius: 0;
}

.coffeemyaccount .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 12px 20px;
}

.coffeemyaccount .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50%;
	transform: translateY(-50%);
}

.coffeemyaccount a{
	color: var(--color1);
}

/* ------ My Account Login/Register  ------ */

.coffeemyaccount .woocommerce form.checkout_coupon, .coffeemyaccount .woocommerce form.login, .coffeemyaccount .woocommerce form.register{
	margin-top: 20px;
    border-color: #AF5F2F30;
}

@media only screen and (max-width: 980px){
	.coffeemyaccount .woocommerce{
		padding: 30px;
	}
	
	.coffeemyaccount .woocommerce .col2-set .col-1, .coffeemyaccount .woocommerce .col2-set .col-2{
		width: 100%;
	}
}

@media only screen and (max-width: 768px){
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
	}
	
	.coffeemyaccount .woocommerce .woocommerce-info, .coffeemyaccount .woocommerce .woocommerce-message{
		text-align: center;
	}
	
	.coffeemyaccount .woocommerce .woocommerce-message .woocommerce-Button, .coffeemyaccount .woocommerce a.woocommerce-button.wp-element-button.button.view{
		float: unset;
		display: inline-block;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.coffeemyaccount .woocommerce a.button{
		float: unset;
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.coffeemyaccount .woocommerce table.my_account_orders td, .coffeemyaccount .woocommerce table.my_account_orders th{
		padding: 10px;
	}
	
	.coffeemyaccount .woocommerce {
    padding: 20px;
}
}

/* ------ Cart  ------ */
.coffeecart_section2_cartproduct table.shop_table, .coffeecart_section2_cartproduct table.shop_table td, .coffeecart_section2_cartproduct .quantity input.qty, .coffeecart_section2_cartproduct table.cart td.actions .coupon .input-text, .coffeecart_section2_cartproduct table.cart th, #main-content table.cart th, .coffeecart_section2_cartproduct table.cart td, #main-content table.cart td, table.cart tr, .coffeecart_section2_cartproduct #main-content table.cart tr, .coffeecart_section2_cartproduct #content-area table tr, .coffeecart_section2_cartproduct #content-area table td, .coffeecart_section2_cartproduct #content-area table th{
    border-radius: 0;
}

.coffeecart_section2_cartproduct table.cart td.actions .coupon .input-text{
	border-radius: 50px;
}

.coffeecart_section2_cartproduct table.cart img{
	width: 80px;
    height: 100%;
    object-fit: cover;
}

.coffeecart_section2_cartproduct table.cart th{
	color: var(--color2);
	font-weight: 700;
}

.coffeecart_section2_cartproduct table.cart thead tr{
	background: transparent;
}

.coffeecart_section2_cartproduct td.product-name a, .coffeecart_section2_cartproduct table.shop_table td{
	font-weight: 400;
	color: var(--color2);
	border-color: var(--color1);
}

.coffeecart_section2_cartproduct .cart .button, 
body #page-container .et_pb_section .coffeecart_section2_cartproduct table.cart button[name="update_cart"]:disabled{
	background: var(--color1);
	color: #ffffff !important;
	transition: all 0.5s ease;
}

.coffeecart_section2_cartproduct .cart .button:hover, 
body #page-container .et_pb_section .coffeecart_section2_cartproduct table.cart button[name="update_cart"]:hover:disabled{
	background: var(--color2);
}

.coffeecart_section2_cartproduct .quantity input.qty{
	padding: 12px 6px;
color: var(--color2);
}

.coffeecart_section2_cartproduct .quantity input.qty, 
.coffeecart_section2_cartproduct table.cart td.actions .coupon .input-text{
	border-width: 1px;
}

body #page-container .et_pb_section .coffeecart_section2_cartproduct table.cart button[name="apply_coupon"]:after, body #page-container .et_pb_section .coffeecart_section2_cartproduct table.cart button[name="update_cart"]:disabled:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color2);
    z-index: -1;
    transition: all 0.5s ease 0s!important;
    opacity: 1;
    margin: 0!important;
    border-radius: 5px;
}

body #page-container .et_pb_section .coffeecart_section2_cartproduct table.cart button[name="apply_coupon"]:hover:after, 
body #page-container .et_pb_section .coffeecart_section2_cartproduct table.cart button[name="update_cart"]:disabled:hover:after{
	width: 100%;
}

.coffeecart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body h2{
	padding: 0;
	background: transparent;
	border-bottom: 0;
	margin-bottom: 0px !important;
}

.coffeecart_section2_carttotal table.shop_table.shop_table_responsive{
	margin-bottom: 0px !important;
}

.coffeecart_section2_carttotal .shop_table tbody{
	background: transparent;
}

.coffeecart_section2_carttotal table.shop_table{
	border: 0 !important;
    padding: 0;
    margin-bottom: 0 !important;
}

.coffeecart_section2_carttotal.woocommerce-cart .wc-proceed-to-checkout{
	padding-top: 0;
}

body #page-container .et_pb_section .coffeecart_section2_carttotal a.checkout-button.button{
	margin-bottom: 0;
	margin: 0;
	background: var(--color1);
	color: #ffffff !important;
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .coffeecart_section2_carttotal a.checkout-button.button:hover{
	background: var(--color2);
}

body #page-container .et_pb_section .coffeecart_section2_carttotal a.checkout-button.button:after{
	display: none;
}

.coffeecart_section2_carttotal table.shop_table tbody th, .coffeecart_section2_carttotal table.shop_table td{
	border-color: var(--color1);
	padding: 20px 0;
}

.woocommerce .cart-empty.woocommerce-info{
	background: var(--color1);
}

.coffeecart_section2_woonotice .woocommerce a.button, .woocommerce-page a.button{
	background: var(--color1);
transition: all 0.5s ease;
}

.coffeecart_section2_woonotice .woocommerce a.button, .woocommerce-page a.button:hover{
	background: var(--color2);
}

/* ------ Checkout  ------ */
.coffeecheckout_section2_billing h3, .coffeecheckout_section2_checkout_information h3{
	padding: 0;
    background: transparent;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #AF5F2F20;
}

.coffeecheckout_section2_checkoutdetail #order_review_heading{
	padding: 0;
    background: transparent;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #AF5F2F20;
}

.coffeecheckout_section2_billing .woocommerce-billing-fields__field-wrapper, 
.coffeecheckout_section2_checkout_information .woocommerce-additional-fields__field-wrapper{
	padding: 0;
    background: transparent;
}

.woocommerce .coffeecheckout_section2_billing form .form-row .input-text, 
.woocommerce .coffeecheckout_section2_billing .select2-container--default .select2-selection--single, 
.coffeecheckout_section2_checkout_information form .form-row textarea.input-text{
	background: transparent;
    border-bottom: 1px solid #AF5F2F20 !important;
    font-size: 16px;
    line-height: 26px;
    border: 0;
}

.coffeecheckout_section2_checkoutdetail .woocommerce-checkout-review-order{
	padding: 0;
    background: transparent;
}

.coffeecheckout_section2_checkoutdetail table.shop_table{
	margin-bottom: 0 !important;
}

.coffeecheckout_section2_checkoutdetail table.shop_table th, .coffeecheckout_section2_checkoutdetail table.shop_table td{
	padding: 15px 0;
}

.coffeecheckout_section2_checkoutpayment #payment ul.payment_methods li.woocommerce-info{
	background: var(--color1);
}

.coffeecheckout_section2_checkoutpayment .woocommerce-privacy-policy-text{
	font-weight: 400;
	color: var(--color2);
}

.coffeecheckout_section2_checkoutpayment .woocommerce-privacy-policy-text a{
	font-weight: 400;
	color: var(--color1);
}

body #page-container .et_pb_section .coffeecheckout_section2_checkoutpayment #payment #place_order{
	margin-bottom: 0;
	margin: 0 20px;
	background: var(--color1);
	color: #ffffff !important;
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .coffeecheckout_section2_checkoutpayment #payment #place_order:hover{
	background: var(--color2);
}

.woocommerce .woocommerce-error{
	background: var(--color1);
}

.woocommerce .woocommerce-error a{
	color: #ffffff;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	background: var(--color1);
}

.et_pb_wc_cart_notice_0_tb_body .woocommerce-info a{
	text-decoration: underline;
}

.woocommerce form .form-row input.input-text{
	background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.1);
    font-size: 16px;
    line-height: 26px;
}

body #page-container .et_pb_section .et_pb_wc_cart_notice button.button{
	background: var(--color1);
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .et_pb_wc_cart_notice button.button:hover{
	background: var(--color2);
}

@media only screen and (max-width: 767px){	
	body #page-container .et_pb_section .coffeecheckout_section2_checkoutpayment #payment #place_order {
    margin-left: 0;
    margin-right: 0;
}
}

/*------ Blog Detail ------*/
.coffeeblogdetail_section2_image img{
	height: 500px;
    object-fit: cover;
}

.coffeeblogdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    flex-direction: column-reverse;
}

.coffeeblogdetail_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: block;
	padding-left: 0;
}

.coffeeblogdetail_section2_comment #commentform {
    padding-bottom: 0px;
}

.et_pb_wc_cart_notice .woocommerce-form-login .lost_password > a,
.et_pb_wc_checkout_payment_info .woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link{color:var(--color1);}


body #page-container .et_pb_section .coffeeblogdetail_section2_comment.et_pb_comments_module .et_pb_button:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color2);
    z-index: -1;
    transition: all 0.5s ease 0s!important;
    opacity: 1;
    margin: 0!important;
    border-radius: 5px;
}

body #page-container .et_pb_section .coffeeblogdetail_section2_comment.et_pb_comments_module .et_pb_button:hover:after{
	width: 100%;
}

.coffeeblogdetail_section2_comment #commentform label{
	display: block !important;
	color: #282828;
}

.coffeeblogdetail_section2_comment .logged-in-as{
	color: #282828;
}

@media only screen and (max-width: 980px){
	.coffeeblogdetail_section2_comment .logged-in-as{
		text-align: center;
	}
}

/* ------ Product Detail  ------ */
.coffeeproductdetail_section2_productimage .flex-viewport .woocommerce-product-gallery__wrapper a img, .coffeeproductdetail_section2_productimage .flex-control-nav li img, .et-db #et-boc .et-l .coffeeproductdetail_section2_productimage .flex-viewport .woocommerce-product-gallery__wrapper a img, .et-db #et-boc .et-l .coffeeproductdetail_section2_productimage .flex-control-nav li img{
	background: #AF5F2F20;
    border-radius: 5px;
}

.coffeeproductdetail_section2_rating .woocommerce-product-rating, .et-db #et-boc .et-l .coffeeproductdetail_section2_rating .woocommerce-product-rating{
	margin-bottom: 0 !important;
}

.coffeeproductdetail_section2_meta .sku, .coffeeproductdetail_section2_meta .posted_in a, .et-db #et-boc .et-l .coffeeproductdetail_section2_meta .sku, .et-db #et-boc .et-l .coffeeproductdetail_section2_meta .posted_in a{
	color: var(--color1) !important;
}

.woocommerce div.product form.cart table{
	width: 100%;
}

.woocommerce div.product form.cart .group_table td{
	vertical-align: middle;
	padding-bottom: 20px;
}

.woocommerce div.product form.cart .group_table .post-86 td{
	padding-bottom: 0 !important;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
	border: 1px solid rgba(175,95,47,0.2);
    padding: 15px 20px 14px 20px !important;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price{
	border: 1px solid rgba(175,95,47,0.2);
    padding: 15px 20px 14px 20px !important;
    display: inline-block;
	color: #282828;
}

.woocommerce div.product form.cart .variations td select{
	padding: 15px;
    font-size: 16px !important;
    line-height: 26px;
	color: var(--color2);
}

.woocommerce div.product form.cart .reset_variations{
	color: var(--color1);
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description p{
	color: #282828;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price{
	color: var(--color2);
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.coffeeproductdetail_section2_productcart form.cart .variations td.value span:after, 
.et-db #et-boc .et-l .coffeeproductdetail_section2_productcart form.cart .variations td.value span:after{
	display:none !important;
}

.coffeeproductdetail_section2_productcart tbody, .et-db #et-boc .et-l .coffeeproductdetail_section2_productcart tbody{
	border: 1px solid rgba(175,95,47,0.2);
    padding: 20px !important;
    display: block;
    margin-bottom: 20px;
}

.coffeeproductdetail_section2_productcart .button:after, .et-db #et-boc .et-l .coffeeproductdetail_section2_productcart .button:after{
	content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color2);
    z-index: -1;
    transition: all 0.5s ease 0s!important;
    opacity: 1;
    margin: 0!important;
    border-radius: 5px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a{
	color: var(--color1);
}

.coffeeproductdetail_section2_productcart .button:hover:after, .et-db #et-boc .et-l .coffeeproductdetail_section2_productcart .button:hover:after{
	width: 100%;
}

.et_pb_wc_add_to_cart .quantity input.qty{
	max-width: 5.5em;
    padding: 15px 10px;
    width: auto;
}

.woocommerce div.product form.cart .variations td.value{
	width: 100%;
    padding-left: 10px !important;
}

.woocommerce div.product form.cart .variations th.label{
	vertical-align: initial;
}

.woocommerce table.shop_attributes{
	margin-bottom: 0;
}

.woocommerce table.shop_attributes th.woocommerce-product-attributes-item__label, .woocommerce table.shop_attributes th.woocommerce-product-attributes-item__value{
	text-align: left;
}

.woocommerce #reviews #comments h2{
	margin-bottom: 20px !important;
}

.woocommerce #reviews #comments ol.commentlist li{
	margin-bottom: 20px !important;
}

.woocommerce .star-rating span:before{
	color: var(--color1)!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	color: var(--color2) !important;
}

.woocommerce #review_form #respond p {
    margin: 10px 0 10px;
}

.woocommerce #reviews #comment, #commentform input[type="text"], #commentform input[type="email"], .et-db #et-boc .et-l #commentform input[type="text"], .et-db #et-boc .et-l #commentform input[type="email"] {
    height: auto;
    background: transparent;
    border: 1px solid rgba(239, 40, 83, 0.1);
    font-size: 16px;
    line-height: 26px;
    color: var(--color2);
}

.woocommerce-page #review_form #respond p.form-submit{
	margin-top: 0;
}

.woocommerce #review_form #respond .form-submit input{
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px !important;
    font-size: 16px;
	line-height: 26px;
    padding-top: 14px!important;
    padding-right: 40px!important;
    padding-bottom: 14px!important;
    padding-left: 40px!important;
	transition: all 0.5s ease;
	background: var(--color1);
}

.woocommerce #review_form #respond .form-submit input:hover{
	background: var(--color2);
}

.coffeeproductdetail_section2_tab .et_pb_tabs_controls li, .et-db #et-boc .et-l .coffeeproductdetail_section2_tab .et_pb_tabs_controls li{
	border-right: 1px solid var(--color1) !important;
}

.coffeeproductdetail_section2_tab .et_pb_tabs_controls li.et_pb_tab_active, .et-db #et-boc .et-l .coffeeproductdetail_section2_tab .et_pb_tabs_controls li.et_pb_tab_active{
	background: var(--color1);
}

.coffeeproductdetail_section2_tab ul.et_pb_tabs_controls:after, .et-db #et-boc .et-l .coffeeproductdetail_section2_tab ul.et_pb_tabs_controls:after{
	border-color: var(--color1);
	top: 0;
}

.coffeeproductdetail_section2_tab .et_pb_tab_content h2, .et-db #et-boc .et-l .fashionproductdetail_section2_tab .et_pb_tab_content h2 {
    font-size: 24px;
    line-height: 35px;
    color: #282828;
    font-weight: 700;
}

.coffeeproductdetail_section2_tab p.stars a::before, .et-db #et-boc .et-l .coffeeproductdetail_section2_tab p.stars a::before{
	color: var(--color1);
}

@media only screen and (max-width: 767px){	
	.coffeeproductdetail_section2_tab .et_pb_tabs_controls li, .et-db #et-boc .et-l .coffeeproductdetail_section2_tab .et_pb_tabs_controls li {
    border-right: 0 !important;
    border-bottom-color: var(--color1);
}
	
	.coffeeproductdetail_section2_tab .et_pb_tabs_controls li:last-child, .et-db #et-boc .et-l .coffeeproductdetail_section2_tab .et_pb_tabs_controls li:last-child{
		border-bottom: 0px;
	}
	
	.coffeeproductdetail_section2_productcart tbody {
    border: 0;
    padding: 0px !important;
    display: block;
    margin-bottom: 20px;
}
	
	.et_pb_wc_add_to_cart .quantity input.qty {
    max-width: 5.5em;
    padding: 10px;
}
	
	.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    border: 1px solid rgba(32,32,32,0.2);
    padding: 10px !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
	
	.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    border: 1px solid rgba(32,32,32,0.2);
    padding: 10px !important;
    display: inline-block;
    margin-bottom: 10px;
	color: #282828;
}
	
	.coffeeproductdetail_section2_productcart tbody {
    border: 0;
    padding: 0;
    display: block;
    margin-bottom: 20px;
}
	
	.coffeeproductdetail_section2_relatedproduct.et_pb_wc_related_products ul.products.columns-3 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
}

/* ------ Thank You Page  ------ */
body.woocommerce-order-received .checkout_sec,
body.woocommerce-order-received .et_pb_column_1_4 ,
body.woocommerce-order-received footer.et-l.et-l--footer,
body.woocommerce-order-received header .et_builder_inner_content{display:none;}

.woocommerce ul.order_details li strong{
	padding-top: 5px;
}

body.woocommerce-order-received .et_pb_column_3_4 {
	width: 100% !important;
}

.woocommerce-order-received .et_pb_section.et_pb_section_0_tb_body{
	padding-bottom: 150px;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order{
	background: rgba(175, 95, 47, 0.2) !important;
    padding: 30px !important;
    border: 2px solid #AF5F2F30;
}

.woocommerce ul.order_details li{
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order p.woocommerce-thankyou-order-received{
	text-align: center;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 35px !important;
	padding-bottom: 20px;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order .woocommerce-order-overview{
	padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #AF5F2F30;
    border-bottom: 1px solid #AF5F2F30;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order p{
	text-align: center;
    padding-bottom: 7px;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order-details .woocommerce-order-details__title{
	text-align: center;
    padding-bottom: 20px;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 35px !important;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-customer-details .woocommerce-column__title{
	text-align: center;
    padding-bottom: 20px;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 35px !important;
}

.woocommerce .woocommerce-customer-details{
	margin-bottom: 0;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order p.woocommerce-customer-details--phone, .woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order p.woocommerce-customer-details--email{
	text-align: left;
	padding-bottom: 0;
}

.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order p.woocommerce-customer-details--phone{
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-order-received table.shop_table th, .woocommerce-order-received table.shop_table td, .woocommerce-order-received .woocommerce-customer-details address{
	padding: 15px;
	color: #282828;
}

.woocommerce-order-received table.shop_table td a{
	color: var(--color1);
}

@media only screen and (max-width: 980px){
	.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order .woocommerce-order-overview {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
	
	.woocommerce-order-received ul.order_details li{
		padding-bottom: 15px;
	}
	
	.woocommerce-order-received ul.order_details li:last-of-type{
		padding-bottom: 0px;
	}
	
	.woocommerce-order-received .et_pb_section.et_pb_section_0_tb_body {
    padding-bottom: 50px;
}
}

@media only screen and (max-width: 980px){
.woocommerce-order-received .coffeecheckout_section2_checkoutpayment .woocommerce-order{
	padding: 20px !important;
	}
	
	.woocommerce-order-received table.shop_table th, .woocommerce-order-received table.shop_table td, .woocommerce-order-received .woocommerce-customer-details address {
    padding: 10px;
}
}

/* ------ Shop Carousal  ------ */
.coffeehome_section2_product.shop_carousal .slick-slider
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
 
.coffeehome_section2_product.shop_carousal .slick-list.draggable{overflow: hidden;}

.coffeehome_section2_product.shop_carousal .slick-track {display: flex;gap: 10px;}
 
.coffeehome_section2_product.shop_carousal .woocommerce ul.products li.product
{
float: left;
margin: 0 !important;
}

.coffeehome_section2_product.shop_carousal ul.products li{clear: unset !important;}

.coffeehome_section2_product.shop_carousal .slick-arrow {
	position: absolute;
	top: auto;
	right: 0;
	height: 40px;
	width: 40px;
	font-size: 0;
	border: 0;
	background:var(--color1);
	padding: 0;
	z-index: 9;
	transition: all .5s ease;
	color:var(--color3);
	bottom: -70px;
}

.coffeehome_section2_product.shop_carousal .slick-next, 
.coffeehome_section2_product.shop_carousal .slick-prev {
	width: 40px;
    height: 40px;
    background: var(--color1);
    color: #fff;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border: none;
    border-radius: 50%;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: -50px;
    margin: auto;
}

.coffeehome_section2_product.shop_carousal .slick-next:hover,
.coffeehome_section2_product.shop_carousal .slick-prev:hover {
	background: var(--color2) !important;
}

.coffeehome_section2_product.shop_carousal .slick-arrow.slick-prev {
	right: 50px;
}

.coffeehome_section2_product.shop_carousal .slick-prev:before {
	content: '\23';
	font-family: ETmodules;
	font-size: 22px;
}

.coffeehome_section2_product.shop_carousal .slick-next:before {
	content: '\24';
	font-family: ETmodules;
	font-size: 22px;
}

/* ------ My Account V2  ------ */
#login, #signup{
	color: var(--color2) !important;
    border-radius: 100px;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 700 !important;
    background-color: rgba(0,0,0,0);
    padding: 14px 30px !important;
    border: 0;
}

#login:after, #signup:after{
	display: none;
}

.active.et_pb_button {
  color: var(--color2) !important;
  background: #fff!Important;
  box-shadow: 0 6px 18px 0 rgba(0,0,0,.11);
}

.signup-col, .login-col{
	width: 100% !important;
}

/* ------ Testimonial V2  ------ */
.coffeehome_testimonial.coffeehome_testimonialv2 .et_pb_testimonial_description_inner {
    order: 3;
    font-weight: 400;
    margin-top: 0;
    padding-top: 10px;
    border-top: 0;
}

.coffeehome_testimonial.coffeehome_testimonialv2 .et_pb_testimonial_content{
	padding-bottom: 1em;
}

.coffeehome_testimonial.coffeehome_testimonialv2 .et_pb_testimonial_content p{
	padding-bottom: 0;
}

/* Fibo Search*/

.coff_sech{}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{background: #fff !important;
  border: 1px solid #ccc;
  padding: 13px 24px 13px 20px;
  font-family: 'Jost',Helvetica,Arial,Lucida,sans-serif;
  text-transform: capitalize;
  border-radius: 5px !important;}


.coffeeheader_search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{}


.coffeeheader_search .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.coffeeheader_search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background: var(--color1);min-height: 40px;
  min-width: 40px;border-radius: 5px;
  height: 40px;right: 20px;
	left:auto;
  width: 40px;top: 50%;transform: translateY(-50%);}

.coffeeheader_search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width: 20px;
  height: 20px;}

 .coffeeheader_search .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {fill: #fff;}


.coffeeheader_search .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){right: 40px;
  background: var(--color1);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  top: 50%;margin-right: 25px;
  transform: translateY(-50%);}

.coffeeheader_search .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path{fill: #fff;}


/*Breadcrumb*/

.cof_bread .woocommerce-breadcrumb {color: var(--color1);margin: 0;display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}
.cof_bread .woocommerce-breadcrumb a{color: #282828;}
