/*
Theme Name: Succulents
Theme URI: https://succulents.qodeinteractive.com/
Description: A Healthy Lifestyle, Nutrition and Wellness Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: succulents
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.qodef-logo-wrapper a img {
	height: 100px !important;
}
#text-42 p {
    color: #fff;
}
.qodef-woo-single-page .qodef-single-product-summary .price .woocommerce-Price-currencySymbol {
    top: 0px !important;
    left: 5px !important;
}
.qodef-woo-single-page .woocommerce-tabs {
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif !important;
}
.archive .product .qodef-pl-categories {
	display: none;
}
.archive .product .description span, .archive .product .description strong{
    font-size: 13px !important;
    line-height: 1;
    color: #181818;
    font-weight: 500;
    font-style: normal;
}
.archive .product .description p {
	text-align: center !important;
    margin: 0;
	line-height: 1.2;
}
.archive .product .description .product_packaging, .archive .product .description .product-box, .archive .product .description .PricesalesPrice {
	text-align: center !important;
	line-height: 1.2;
	color: #181818;
}
@media screen and (max-width: 480px) {
	.qodef-woo-single-page .woocommerce-tabs .entry-content#tab-description {
		padding: 10px 20px !important;
	}
}