/*
Theme Name: Marketplace Child theme of marketplace
Theme URI: 
Description: Child theme of marketplace theme for the Marketplace theme
Author: <a href="https://organicthemes.com">Organic Themes</a>
Author URI: 
Template: marketplace
Version: 1.0.8
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 29 Apr 2023 07:42:48 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*Globals*/

.amsterdam{
	font-family: "Amsterdam", sans-serif;
}

.

body{
	font-family: "Glacial Indifference", sans-serif;
}

ul.products li.product .button{
  background: #2C6F78;
  color: #D9D9D9;
  text-shadow: none;
  border: 2px solid #2C6F78;
  box-shadow: none;
}

.site-button-one{
  background: linear-gradient(135deg,rgb(44,111,120) 0%,rgb(217,217,217) 100%) !important;
  font-size: var(--global-kb-font-size-md, 1.25rem);
  border: 0px solid;
  padding-top: var(--global-kb-spacing-xs, 1rem);
  padding-right: var(--global-kb-spacing-md, 2rem);
  padding-bottom: var(--global-kb-spacing-xs, 1rem);
  padding-left: var(--global-kb-spacing-md, 2rem);
}

.section__heading-title{
	margin-bottom: 0px;
}

.section__subheading-title{
	font-family: "Balgin Expanded", sans-serif;
}


/*Woocommerce*/

/*
Product category Section
*/

#infinite-container.products .onsale,
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  background: #62E4F5;
  color: #2C6F78;
  box-shadow: none;
  border-color: #62E4F5;
  text-transform: uppercase;
}

ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link{
  background: #2C6F78;
  color: #D9D9D9;
  text-shadow: none;
  border: 2px solid #2C6F78;
  box-shadow: none;
}

/*Shop Sorting*/
form.woocommerce-ordering select.orderby{
	background-color: #69BDB03D;
}

/*Product List*/
.wc-block-grid__product a{
	text-decoration: none!important;	
}

.woocommerce-loop-product__title,
.wc-block-grid__product .wc-block-grid__product-title {
	font-family: "Uni Neue", sans-serif!important;
}

.wc-block-grid__product .wc-block-grid__product-title:hover{
	color: red;
}

/*Blog Cards*/
.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg {
	background: #fff;
}

.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg > .entry-content-wrap {
	padding: 0 15px 30px;
}

.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg > .entry-content-wrap .entry-title {
  text-align: left;
}

.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg > .entry-content-wrap .entry-title a{
  color: #2c6f78;
}
