/*
Theme Name: Kalium
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 3.11.2
Requires PHP: 5.6
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kalium
*/

p {
	font-family: nunitosans;
}

.info-title h1 {
	font-family: nunitosans;
	font-weight: 700;
	font-size: 40px;
	color: #18CEE3;
}

.white-text .info-title h1 {
	color: #18CEE3;
}

.white-text {
	color: #FFF;
}

.white-text p {
	color: #FFF;
}

.square-image {
	padding: 20px 10px
}

.bg-gray {
	background: #F5F5F5;
}

.catbox {
	border-radius: 20px;
	width: 100%;
	height: 250px;
}

.product-images {
	border-radius: 20px 20px 0px 0px;
}
.item-info {
	border-radius: 0px 0px 20px 20px;
}
.woocommerce .products .product .item-info .add_to_cart_button {
    position: relative;
    border-radius: 0px 0px 20px 20px;
}


.cpad {
	padding: 100px 0px 100px;
}
.cheading {
	margin-bottom: 20px;
}
.cheading h2{
	font-family: nunitosans;
	font-weight: 600;
	font-size: 30px;
	color: #000;
}

.woocommerce .single-product-images .kalium-woocommerce-product-gallery.images-layout-type-default {
	border-radius: 20px;
}



