@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/*MUUTTAA "MYYTY" ILMOITUSTA KAUPPA OSIOSSA*/
.ast-shop-product-out-of-stock{
	color:#f3856d;
}

/*MUUTTAA FOOTTERIN "UUTISKIRJE" WIDGETIN NAPIN TYYLIÄ*/
.noptin-styles-basic .button{
	background-color: #467FF7;
}

/*MUUTTAA KAUPAN NAPIT KAIKKI SAMANKOKOISEKSI RIIPPUMATTA SISÄLLÖSTÄ*/
.elementor-460 .elementor-element.elementor-element-d37ea90.elementor-wc-products ul.products li.product .button{
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.posted_in a:hover{
	color:#fcc4b4;
}
.single-product-category a:hover{
	color:#fcc4b4
}

/*PIILOTTAA HINNAN JOS TAULU ON MYYTY*/
.outofstock .price{
	display:none;
}
/*PIILOTTAA HINNAN JOS TAULU ON MYYTY*/
.outofstock .amount{
	display:none;
}
/*ASETTAA KAUPAN OTSIKOT KAIKKI SAMALLE RIVILLE*/
.astra-shop-summary-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/*MUOKKAA KAIKKIA NAPPEJA SIVULLA*/
.button, .elementor-button {
	background-color: #94c4a0 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	
}
/*MUOKKAA KAIKKIEN NAPPIEN HOVER TYYLITYKSIÄ*/
.button:hover, .elementor-button:hover{
	background-color:#759c7e !important
}
/*MUUTTAA MAALAUSTEN SISÄLLÄ OLEVAN INFORUUDUN VALITUN VÄLILEHDEN INDIKAATTORIN TYYLITYKSIÄ*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	background-color: #A3C1B2 !important;
}

/*MUUTTAA "TAKAISIN YLÖS" NAPIN TYYLITYKSIÄ*/
.ast-scroll-top-icon.ast-scroll-to-top-right{background-color:#A3C1B2 
! important
}

/*MUUTTAA BLOGI ARTIKKELIEN TYYLITYKSIÄ*/
.elementor-post:hover{
	box-shadow: none !important;
}

/*MUUTTAA PARAGRAPH SISÄLTÖJEN TEKSTIEN TYYLIÄ*/

.elementor-widget-container p, li, .elementor-tab-content{
font-family: 'Open Sans', sans-serif !important;
	font-size: 1.37rem !important;
	font-style: normal !important;
	letter-spacing: .02em !important;
	line-height: 1.6em !important;
	text-transform: none !important;
	color: #4d4d4d !important;
}

.entry-title, .elementor-widget-container h1, .elementor-heading-title{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 2.37rem !important;
	font-style: normal !important;
	letter-spacing: .02em !important;
	line-height: 1.4em !important;
	text-transform: none !important;
	color: #A3C1B2 !important;
}

/*MUUTTAA HEADER KORIN TYYLEJÄ*/
.elementor-menu-cart__toggle_button{
	background-color: transparent !important;
}

/*LAITTAA "LISÄÄ OSTOSKORIIN" PAINIKKEEN VASEMPAAN REUNAAN*/
.quantity{
	display: none !important;
}

/*PIILOTTAA TÄHTI ARVOSTELUT TUOTTEIDEN PIKKUKUVISTA*/
.star-rating{
	display: none !important;
}

/*MUUTTAA FOOTTERIN YHTEYSTIETOJEN TYYLIÄ*/
.yhteystiedot a{
	color: #ffffff;
}