/*
Theme Name:   Store Commerce
Author:		  aThemeArt
Author URI:    https://www.athemeart.com
Description:  Store Commerce is a child theme of free eCommerce WordPress theme shopstore. Store-Commerce is a minimal, flexible, and modern theme for Elementor page builder. this theme is an outstanding choice for basically any kind of online store, startup business, personal blog or freelancer site. It has so many amazing WooCommerce features so you would be used for selling almost anything – electronics, fashion shop, sports, furniture, clothing shop, accessories, auto, jewelry, shopping digital, gadgets and other. Work with the most popular plugins search as Smart Slider 3, Gutenberg, WooCommerce, WP Super Cache, automatic, Contact Form 7, Yoast SEO, SiteOrigin, etc.it's best friend of Woocommerce and Elementor . so, you could be built all niches and shop, store or markets in a matter of minutes, without having to write a line of code 
Template:     shopstore
Version:      1.0.3
License:      GPLv3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  store-commerce
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, featured-images, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, photography
*/

/* Write here your own personal stylesheet */

.store-commerce-blog{
	
	background:#FFF;
	box-shadow: 0px 0px 131px 0px rgba(74,74,74,0.1);
	-webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
	padding:30px;
	position:relative;
	z-index:99;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.store-commerce-blog.mt-0{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.store-commerce-loop-post .divider25{
	display:none;	
}
.store-commerce-loop-post  ul.meta-post{
	 font-size: 0.8rem;
     color: #2d2d2d;
}
.store-commerce-loop-post .meta.author.vcard img{
	width:35px;
	height:35px;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right:10px;
		-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#logo.store-commerce{
	text-align:center;	
}
.store-commerce-header .col-lg-6.col-md-6.col-sm-12{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width:100%;
}
.rd-navbar-static .rd-navbar-subpanel {
    margin: 0px auto;
}

.store-commerce-search-icon {
	height: 48px;
	line-height: 40px;
	width: 48px;
	text-align: center;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	margin: 0px 8px;
	margin-right: 8px;
	position: relative;
}

.header-middle .box-icon-cart{
	margin-top:80px;	
}
@media only screen and (max-width: 700px) {
	.header-middle .box-icon-cart{
		margin-top:0px;
		float:none;
		display:block;
		text-align:center;
	}
}
