/**
 * Theme Name:     Contactrepresentatives Shop
 * Author:         contactrepresentatives-shop
 * Template:       sparklestore
 * Version:        1.0.1
 * License:        GNU General Public License v3 or later
 * License URI:    http://www.gnu.org/licenses/gpl-3.0.html
*/

.header-top {
    background-color: #003772;
}
.top-bar-menu a {
    color: #fff;
}
.block-search .form-search {
    border: #000 solid 1px;
    border-radius: 5px;
}
.search-form {
    border: #000 solid 1px;
    border-radius: 2px;
}
.sub-top-footer {
    background-color: #003f83;
}
.sub-footer {
    background: #003772;
}

.mainheader, #site-content, .breadcrumbs-wrap.breadcrumbs {
	background-color: #fff;
}

.single-product .breadcrumbs-wrap  .container {
	background-color: #fff;
	padding: 10px;
}
.site-title a, .breadcrumbs .trail-items li a, .site-cart-items-wrap, .woocommerce ul.products li.product a:hover {
	color: #3c61f3;
}
.site-title a:hover, .breadcrumbs .trail-items li a:hover, .site-cart-items-wrap:hover {
	color: #f33c3c;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.twitter-feed {
  height: 500px;
  overflow-y: scroll;
}
ins.adsbygoogle { 
	background: transparent !important; 
	border: 1px solid rgba(0, 0, 0, 0.125) !important;
}