/*
	Theme Name: Gourmica Australia
	Description: 
	Version: 1.0.0
	Author: WMTA
	Author URI: https://wmta.co.uk
	Text Domain: peakshops
	Template: peakshops
	Domain Path: /inc/languages
	Tags: two-columns, four-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

.btn.style2.accent {
   border-color: #2c3437;
   color: #2c3437;   
	
}

.btn.style2.accent:hover {
    background: #2c3437;
    color: #ffffff;
}


.btn.pill-radius {
	border-radius: 0;
}


products .product .woocommerce-loop-product__title a {
/*     color: #3e516a; */
    font-size: 16px;
    
}

.products .product.thb-listing-style2.thb-listing-button-style1 .button {
    width: 100%;
    font-size: 14px;
    color: #2c3437;
}
/* button background color */
.button.alt:not(.style2) {
	background-color: #ffffff;
	border: 1px solid #2c3437;
	color: #2c3437;
	
}


/* cart button */
div.wc-proceed-to-checkout .button.alt:not(.style2) {
	background-color: #31ae90;
	border: 1px solid #31ae90;
	color: #ffffff;
	
}




.button.alt:not(.white):not(.style2):hover {
	color: #ffffff !important;
	background-color: #31ae90;
	border: 1px solid #31ae90;
	
	
}




.button.style2 {
	border:1px solid #2c3437;
	color: #2c3437;
}


input[type="submit"].style2:hover, .button.style2:hover, .btn.style2:hover {
    background-color: #31ae90;    
    border: 1px solid #31ae90;
    color: #ffffff;
}




input[type="submit"].small, .button.small, .btn.small {
    font-size: 12px;
    height: 42px;
    line-height: 40px !important;
    padding: 0 19px;
    /* text-transform: uppercase; */
}


.products .product .woocommerce-loop-product__title {
    padding-bottom: 5px;
}


.products .product .amount {
    font-size: 16px;
}


.products .product .price {
    margin-bottom: 15px;
}


.products .product.thb-listing-style2 .thb-product-inner-wrapper {
    border: 0;
}

.btn.accent:not(.style2) {
	
	background-color: #2c3437;

}


.thb-inner-buttons .btn-text-regular.style2 {
	font-size: 18px;
	color: #ffffff;
	
}


.thb-inner-buttons .btn-text-regular.style2.accent:after {
	background-color: #ffffff;
}



.thb-inner-buttons .btn-text-regular.style2:after {
    width: 80%;
    left: 10%;
    margin-left: 0;
}


.mobile-toggle-holder .mobile-toggle {
	height: 10px;
}


/* products page */

.product-template-default .thb-carousel.slick-initialized, .product-template-default .slick-slide {
    max-height: 570px;
    height: auto !important;
}

#tab-ingredient_tab, #tab-nutrition_tab, #tab-description {
	font-size: 14px;
}

table.nutrition-values {
		width: 35% !important;
}


table.nutrition-values tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ffffff !important;
}

table.nutrition-values tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: #f3f3f3;
}


table.nutrition-values tbody {
    border: none !important;
}


.thb-product-nav {
	display: none;
}

.thb-product-tabs table.woocommerce-product-attributes, #reviews {
	margin: 10px;
}




@media only screen and (max-width: 1067px) {
	table.nutrition-values {
		width: 100% !important;
	}
	
	
}




/* width of additional info th */
.thb-product-tabs table.woocommerce-product-attributes tbody tr th {
    width: 30%;
}



/* minicart */

/* fix max height for minicart popup */
div.widget_shopping_cart_content ul.woocommerce-mini-cart {
	max-height: 335px;
    overflow-y: scroll;
    overflow-x: hidden;
    
}


/* shopping cart */
.thb-secondary-dropdown .button:not(.style2), .btn {
/* 	background-color: #2c3437; */
	background-color: #2c3437;
}




/* homepage add to basket buttons */


/*
.thb-quantity-style2 div.quantity .minus {
    left: 0;
    display: none;
}
*/


.wbu-qty-button {
    display: inline;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    background-color: lightgray;
    font-weight: bold;
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 46px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    color: #8f8f8f;
    border-radius: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.wbu-btn-sub {
    width: 10px;
    height: 2px;
    left: 13px;
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #8f8f8f;
    position: absolute;
    top: 50%;
    left: 8px;    
	
}



/* latest 18/11/2020
div.quantity .plus:before, div.quantity .plus:after, .thb-quantity-style2 div.quantity .plus:after, .thb-quantity-style2 div.quantity .minus:after {
	display: none;
}
*/


/* .thb-quantity-style2 div.quantity div.minus, .thb-quantity-style2 div.quantity div.plus, .thb-quantity-style2 div.quantity a.plus { */
/*
.thb-quantity-style2 div.quantity div.minus, .thb-quantity-style2 div.quantity div.plus, .thb-quantity-style2 div.quantity a.plusdddd {
    display: none;
}
*/

.thb-quantity-style2 div.quantity .qty {
	width: 100%;
	background-color: #ffffff !important;
}

.post-754 div.quantity .qty {
	width: 40px;
	background-color: #ffffff !important;
}




.thb-quantity-style2 div.quantity {
	width: 100%;
}


.products .product.thb-listing-style2.thb-listing-button-style1 .button {
	height: 48px;
	line-height: 48px;
}

/* min height products title */
.products .product .woocommerce-loop-product__title {
	min-height: 90px;
}


/* star rating */
.products .product .star-rating, .products .product .comment-form-rating p.stars, .comment-form-rating .products .product p.stars {
	font-size: 16px;
	
}


.star-rating > span:before {
	color: #FFC846;
}

.products .product .thb-product-inner-wrapper .thb-product-inner-content .star-rating, .products .product .thb-product-inner-wrapper .thb-product-inner-content .comment-form-rating p.stars, .comment-form-rating .products .product .thb-product-inner-wrapper .thb-product-inner-content p.stars {
	margin: 0;
    margin-bottom:10px;
}


/* products display loop */


.products .product.thb-listing-style2 .thb-product-inner-wrapper .thb-product-inner-content {
	text-align: center;
}

/* cart quantity colour */
.thb-secondary-area .thb-secondary-item .count {
	background-color: #ec6e55;
}

.thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link {
	color: #4f4f4f;
}





.thb-product-detail .add_to_cart_button {
	background-color: #2c3437;
	color: #ffffff;
	border: 1px solid #2c3437;
}

.thb-product-detail h1 {
	color: #2c3437;
	
}



.thb-product-detail .wbu-quantity, .thb-product-detail .product-information .quantity {
	width: 195px;
}

.thb-product-detail .button:not(.white):not(.style2):hover {
	background-color: #31ae90;
	border: 1px solid #31ae90;
}


/* award logos on products page */

#fabalous-awards .wpb_gallery_slides img {
	width: 150px;
}

#fabalous-awards {
	text-align: center;
}


/* fixed header  */

.header.fixed {
	padding: 0;
}

.header-menu-row.gourmica-fixed-header {
    padding: 20px 0;
}

.subheader.dark {
	background-color: #31ae90;
	color: #ffffff;
}



/* favourite styles */



add-favourites a {
	color: #ffffff !important;
	
}
.remove-favourites a {	
  color: #fff;
}


div.remove-favourites {
  background: #e54412;
  
}


div.remove-favourites:hover {
	background-color: #ffffff;
}

.remove-favourites a:hover {	
  color: pink;
}






.remove-favourites a, .add-favourites a {
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 13px;
}



.favourites-active-icon, .add-favourites{
	position: absolute;
	top: 15px;
	right: 1px;
	right: 35px;
	display: flex;
	width: 33px;
	height: 33px;
	z-index: 30;
	margin-top: 0;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #121212;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}



.remove-favourites:hover .thb-icon-text, .add-favourites:hover .thb-icon-text {
    opacity: 1;
    visibility: visible;
}

.thb-icon-text {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 42px;
    height: 26px;
    z-index: 25;
    padding: 0 10px;
    margin-top: -13px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    background: #121212;
    white-space: nowrap;
}


div.add-favourites {
  background: #ffffff;
/*   background: red; */
  
}

.add-favourites:hover a, .add-favourites a:hover, .thb-icon-favorite:hover{
	color: #ffffff;
}


div.add-favourites:hover {
  background: #e54412;
  color: #ffffff;

/*   background: red; */
  
}

.thb-icon-favorite:hover::before {
	color: #ffffff;
}

#yith-wcwl-popup-message {
    display: none!important;
}

/* Favourites Page */

/* hide wishlist title */
.wishlist-title, .wishlist-title-with-form {
	display: none;
}


.post-11 .hidden-title-form {
	display: none;
}

.post-11 .woocommerce-notices-wrapper {
	display: none;
}

page-id-11

/* checkout pages */

.wc-block-components-product-metadata__description p {
	display: none;
}


/* mobile menu */

#mobile-menu {
	overflow: auto;
}

/* checkout confirmation */

.amount {
    font-size: 16px;
}


/* home page banners */
.gourmica-grid-homepage-banners .thb-banner-content {
	width: 100%;	
}

.gourmica-grid-homepage-banners .thb-inner-buttons  a {
    height: 600px;
    overflow: hidden;
    width: 100%;
	
}

.gourmica-grid-homepage-banners .thb-inner-buttons{
	margin-top: 0;
}

.gourmica-grid-homepage-banners.thb-bannergrid .thb-banner .thb-banner-content {
	padding: 0;
	
}




.vc_custom_1584092216552 .vc_custom_1607462156420 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* slider */



@media screen and (min-width: 768px)
#home-slider-gourmica .thb-slide {
    height: 560px !important;
}


#home-slider-gourmica .slider-fit .thb-slide-image img {
    height: 560px;
    width: inherit;
    object-fit: contain;
}


#home-slider-gourmica .thb-slider-title{
	color: #2c3437;
	font-size: 48px;
	line-height: 60px;
	padding-top: 60px;
}

#home-slider-gourmica .thb-slider-text{
	color: #2c3437;
	
}


#home-slider-gourmica .thb-slide-content-inner {
	background-color: #f7f2ed;
}

#home-slider-gourmica .thb-inner-buttons .btn.style2.accent {
	background-color: #2c3437;
	color: #ffffff;
	border-radius: 0;
}

#home-slider-gourmica .thb-inner-buttons .btn.style2.accent:hover {
   background-color: #31ae90;
}

#home-slider-gourmica .thb-slider.thb-carousel .thb-slide .thb-slide-image {
	left: 235px;
}


#home-slider-gourmica .thb-carousel.thb-light-arrows .slick-nav span:after, #home-slider-gourmica .thb-carousel.thb-light-arrows .slick-nav span:before {
    background: #2c3437;
}

#home-slider-gourmica .thb-slider.thb-carousel .thb-slide .thb-slide-link {
	z-index: 1;
}



@media only screen and (max-width: 600px) {

   #home-slider-gourmica .slider-fit .thb-slide-image img {
	   height: 100%;
	
   }
   
   #home-slider-gourmica .thb-slider-title {
       padding-top: 10px;
   }   
   
   #home-slider-gourmica .thb-slide-content-inner .thb-inner-buttons {
	   padding-bottom: 20px;
   }

   #home-slider-gourmica .thb-slide-content-inner .thb-banner-text {
	   width: 60%;
   }


.thb-banner-content .thb-banner-content-inner .thb-banner-text {
	width: 60%;
	
}


}


#gourmica-privacy #iub-pp-container > div > p:nth-child(72) {
	display: none;
}


.search-results .thb-shop-category-list {
	display: none;
	
	
}



.yith-wcbm-badge-2091 {
    color: #ffffff;
    background-color: #f16543;
    width: 200px;
    height: 42px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    font-weight: 600;
    border-radius: 4px;
}

.availability_date {
	display: none;
}



#product-2086 .yith-wcbm-badge-2091 {
    color: #fff;
    background-color: #f16543;
    width: 250px;
    height: 45px;
    line-height: 20px;
    bottom: auto;
    right: auto;
    left: 0;
    top: 0;
    font-weight: 600;
    border-radius: 4px;
    padding-top: 2px;

    
}





#product-2086 .yith-wcbm-badge {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}



.page-id-2690 h1, .page-id-2694 h1, .page-id-48 h1, .page-id-1310 h1 {
	display: none;
}


.nf-checked-label {
   background-color: #31ae90;	
   color: #ffffff !important;
   border: 1px solid #31ae90 !important;
   opacity: 30%;
}


.nf-next-previous li.nf-next-item:hover .nf-next{
	background-color:#31ae90;
	
}

.nf-progress-container {
    margin-top: 0 !important;
    height: 10px;
    margin-bottom: 30px;
}


.nf-mp-header .nf-progress {
    height: 10px;
}


.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
	display: none;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
	display: none;
}


/*  width of quiz content*/
.nf-form-content {
    max-width: 100% !important;
}



/* hide quiz e-mail field */
#nf-field-28-container {
	display: none;
}

/* hide quiz previous button */
.nf-previous-item {
	display: none;
}



#nf-label-field-42-0, #nf-label-field-42-1, #nf-label-field-42-2, #nf-label-field-42-3, #nf-label-field-42-4, #nf-label-field-42-5, #nf-label-field-42-6, #nf-label-field-42-7, #nf-label-field-42-8{
    padding: 50px !important;
    color: transparent !important;
    border-radius: 10px !important;
    line-height: 40px !important;
    font-size: 1px !important;

}

/* coppola logo quiz */
#nf-label-field-42-0{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/coppola-logo-quiz.png") no-repeat center;
    background-size: 100%;
	
}



/* darco logo quiz */

#nf-label-field-42-1{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/darco-logo-quiz.png") no-repeat center;
    background-size: 100%;
    
}



/* hillfield logo quiz */

#nf-label-field-42-2{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/hillfield-logo-quiz.png") no-repeat center;	
    background-size: 100%;
}




/* hillfield logo quiz */

#nf-label-field-42-3{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/fabalous-logo-quiz.png") no-repeat center;	
    background-size: 100%;
    
}




/* fontana logo quiz */

#nf-label-field-42-4{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/fontana-formiello-logo-quiz.png") no-repeat center;
    background-size: 100%;
    
}


/* gourmica logo quiz */

#nf-label-field-42-5{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/gourmica-logo-quiz.png") no-repeat center;
    background-size: 100%;
    
}


/* molino rossetto logo quiz */

#nf-label-field-42-6{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/molino-rossetto-logo-quiz.png") no-repeat center;
    background-size: 100%;
    
}







/* all of this logo quiz */

#nf-label-field-42-7{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/all-of-this-logo-quiz.png") no-repeat center;
    background-size: 100%;
    
}


/* none of this logo quiz */

#nf-label-field-42-8{
	
    background: url("https://gourmica.co.uk/wp-content/uploads/2021/06/none-of-this-logo-quiz.png") no-repeat center;
    background-size: 100%;
    
}


/* hide radio button */
.listradio-wrap .nf-field-element label.nf-checked-label:before, .listradio-wrap .nf-field-element label.nf-checked-label:after, .listradio-wrap .nf-field-element label:after {
	
	display: none;
}



/* Spacing for ===  What's on your typical shopping list? */
.nf-form-content .nf-field-container #nf-field-34-wrap .nf-field-element li, .nf-form-content .nf-field-container #nf-field-31-wrap .nf-field-element li, .nf-form-content .nf-field-container #nf-field-26-wrap .nf-field-element li, .nf-form-content .nf-field-container #nf-field-36-wrap .nf-field-element li, .nf-form-content .nf-field-container #nf-field-39-wrap .nf-field-element li {
	line-height: 30px !important;
	
}

/* next button hover colour */
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	color: #ffffff !important;
}


.elementor-element-5a870b45 {
	display: none;
}


/* hide error message submitted quiz  */
#nf-field-28-wrap {
	
	display: none;
}

/* coupon cursor change */

#sc-cc .hover\:-translate-y-1:hover {
    --transform-translate-y: none !important;
    cursor: pointer;
}


/* home page trustpilot reviews */

.trust-pilot-review-title{
	font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
	
}

.trust-pilot-review-content p{
    font-size: 14px !important;
    text-align: left;
    font-weight: normal !important;
}

.thb-testimonials.style3 .thb-testimonial {
	border: 0 !important;
}

.thb-testimonials cite {
    color:rgba(0,0,0,0.6);
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.testimonial-author {
	text-align: left;
}

.thb-testimonials blockquote {
	margin-bottom: 0;
}

/* BA CLUB offers */

#ba-club .checkbox-wrap .nf-field-element label:after, #ba-club .checkbox-wrap .nf-field-label label:after, #ba-club .listcheckbox-wrap .nf-field-element label:after, #ba-club .listcheckbox-wrap .nf-field-label label:after {
    display: block;
}


#ba-club .checkbox-wrap .nf-field-element label:before, #ba-club  .checkbox-wrap .nf-field-label label:before, #ba-club .listcheckbox-wrap .nf-field-element label:before, #ba-club .listcheckbox-wrap .nf-field-label label:before {
    display: block;
}

#ba-club .nf-checked-label {
	background-color: #ffffff;
    color: #4f4f4f !important;
    border: none !important;
    opacity: 100%;
    font-size: 16px;
    font-weight: normal;
	
	
}


#ba-club .nf-form-fields-required, .fc {
	display: none;
}

.shop-by-diet .thb-read-more {
	display: none;
}


.thb-iconbox.top.type3 h5 {	
	font-weight: 400;
}


.tax_label {
	display: none;
}




