/*
 Theme Name:   Phenomena
 Theme URI:    http://themeskingdom.com
 Description:  Phenomena is an outstanding e-commerce WordPress theme built for online interior design and lifestyle shops. From furniture and ornaments to lighting and kitchenware, this responsive and highly customizable theme will make all your products look sleek and polished.
 Author:       Themes Kingdom
 Author URI:   http://themeskingdom.com
 Template:     ippo-shop
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  phenomena
*/


body {
	font-family: 'Helvetica Neue', Helvetica, 'Roboto', Arial, sans-serif;
	background: rgb(255,215,0);
	background: radial-gradient(circle, rgba(255,215,0,0.7) 0%, rgba(255,255,255,0) 30%);

}

body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
	font-family: 'Helvetica Neue', Helvetica, 'Roboto', Arial, sans-serif;
}

.woocommerce ul.products li.product strong {
	font-family: 'Helvetica Neue', Helvetica, 'Roboto', Arial, sans-serif;
}


.single .nav-links > span {
	font-size: 14px;
	letter-spacing: 0.03em;
}

@media only screen and (min-width: 1025px) {
	.single .nav-links > div > span {
		font-size: 14px;
		letter-spacing: 0.03em;
	}
}

body .products .product a img ~ img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

footer {

	background: transparent

}