/*
Theme Name:     Eureka
Theme URI:      https://eureka.thethemecollective.com
Template:       kadence
Author:         The Theme Collective
Author URI:     https://thethemecollective.com
Description:    Eureka is a high-end, polished and bold feminine Kadence child theme. Built by The Theme Collective.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/*-----INPUTS-----*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	border: 1px solid var(--global-palette4);
	border-radius: 0;
	padding: 8px;
}

.select2-container .select2-selection--single, .quantity.spinners-added, .woocommerce form.checkout_coupon {
	border: 1px solid var(--global-palette4);
	border-radius: 0px;
}

.primary-sidebar.widget-area a, .site-footer a {
    text-decoration: none!important;
}

/*-----SEARCH-----*/

#search-drawer .drawer-inner .drawer-content form input.search-field,
#search-drawer .drawer-inner .drawer-content form input.search-field:focus {
    box-shadow: none !important;
}

#search-drawer .drawer-inner input.search-field {
    padding: 1.5em 80px 1.5em 1.5em !important;
	  font-size: 14px!important;
}

.search-form input[type="search"], .search-form input.search-field {
   background: transparent;
}

.sidebar.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 1px solid var(--global-palette4);
    border-radius: 0px;
    background: transparent;
}
.sidebar input[type="search"] {
	background: transparent;	
}

.sidebar.wp-block-search .wp-block-search__button {
	background: transparent;
	border: 0px;	
}


/*-----ENTRIES-----*/

a.post-more-link .kadence-svg-iconset svg {
		display: none;
}

a.post-more-link {
    text-transform: lowercase!important;
    font-weight: 500!important;
    font-size: 110%!important;
    font-style: italic;
}

.blog .entry, .archive .entry, .product-details.content-bg.entry-content-wrap, div#archive-container, .woocommerce .products ul, .woocommerce ul.products, .entry-content .wc-block-grid__products {
		text-align: center;
	  column-gap: 80px;
		row-gap: 80px
}

.archive .entry-meta,
.blog .entry-meta, .kb-posts .entry-meta {
	display: block;
}

.pagination, .page-numbers {
	text-align: center;
}

.page-numbers {
	border-radius: 50px!important;
}

.kt-blocks-carousel .slick-next, .kt-blocks-carousel .slick-prev {
	  transition: opacity .4s ease-in-out;
    opacity: 1;
}


/*-----LOGIN-----*/

.woocommerce form.login, .woocommerce form.register {
	  border: 4px solid var(--global-palette4);
	border-radius: 0px;	
	padding: 20px;
}


/*-----WOOCOMMERCE-----*/

#wrapper .wc-block-grid .wc-block-grid__products .product-loop-boxed .entry-content-wrap, #wrapper .wc-block-grid .wc-block-grid__products .woo-archive-action-on-hover .entry-content-wrap,
.woocommerce ul.products li.product .entry-content-wrap {
	border-radius: 0;
}

.woocommerce span.onsale {
    display: none;
}

.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link.added, .woocommerce ul.products.woo-archive-btn-button li.product .button.added {
    display: none
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
    display: none;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    border-left: 0px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
	  font-weight: inherit
}

.woocommerce #reviews #comments h2 {
	display: none
}

.producthome .content-bg.loop-entry .content-bg:not(.loop-entry) {
    background: var(--global-palette8);
}
